source: mainline/uspace/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @f0cc1c64   12 months mc Merge upstream into helenraid
(edit) @5caad1d   12 months jiri tbarcfg_listener_destroy() should clean up properly. topic/fix-logger-deadlock
(edit) @cb20b05   12 months jiri Fix missing argument when destroying async port. topic/fix-logger-deadlock
(edit) @ca48672   12 months jiri loc_service_register() needs to take a port ID argument. topic/fix-logger-deadlock
(edit) @3951046   12 months jiri Async ports and interfaces do the castling. Now interfaces hang under … topic/fix-logger-deadlock
(edit) @5c55eb7   12 months jiri Fold uspace/srv/bd/sata_bd into uspace/drv/block/ahci. topic/fix-logger-deadlock
(edit) @0fce1a6   12 months mc hr: rename HR_RLQ_* to HR_LAYOUT_*
(edit) @f34568c   12 months mc hr: print % done of REBUILD operation
(edit) @e0bbecb   12 months mc hr: move state printing to hrctl One IPC call is for short volume …
(edit) @0f5c4e4   12 months jiri Fix crash in AHCI driver and sata_bd server. topic/fix-logger-deadlock
(edit) @6f13257   13 months mc hr: cstyle: don't align struct members and fcn decls
(edit) @aca1777   13 months mc Merge upstream into helenraid
(edit) @56602e0   13 months mc hr: rename all strings status' -> state'
(edit) @155d34f   13 months mc hr: rename hr_get_*_status_msg → hr_get_*_state_str
(edit) @af4ecb76   13 months mc hr: document lib/device/src/hr.c
(edit) @fc265b4   13 months mc hr: IPC methods: don't create own hr_t session
(edit) @d1d355f   13 months mc hr: refactor hrctl and some hr IPC methods
(edit) @629b480   13 months jiri Assorted installer fixes. topic/fix-logger-deadlock
(edit) @4b9213d   13 months noreply add shared libraries to export-dev (#252) topic/fix-logger-deadlock
(edit) @2100a4e   13 months mc uspace/lib/devices/hr: add OpenBSD softraid md type
(edit) @fb06476f   14 months mc hr: use enum for RAID layouts
(edit) @b883aa8   14 months mc hr: move metadata_type_t to lib/hr for type printing Also renames …
(edit) @80c760e   14 months mc hr: remove truncated_blkno calculation from raid*.c Calculate the …
(edit) @6f41c21f   14 months mc Merge branch 'upstream/master' into helenraid-metadata-geom
(edit) @0639afc   14 months noreply libcrypto: create_hash(): const qual for input arg (#250) topic/fix-logger-deadlock
(edit) @29e7cc7   14 months mc Merge branch 'upstream/master' into helenraid
(edit) @25fdb2d   14 months zarevucky.jiri Change atomic_load/store_8 to use single word read/writes Turns out … topic/fix-logger-deadlock
(edit) @51949d0   14 months noreply lib/c/arch/arm32: add atomic_compare_exchange_1 (#248) topic/fix-logger-deadlock
(edit) @690ad20   14 months zarevucky.jiri Convert kio buffer to bytes (part 1) topic/fix-logger-deadlock
(edit) @d5b37b6   14 months zarevucky.jiri Use a new syscall, SYS_KIO_READ, for reading from KIO buffer … topic/fix-logger-deadlock
(edit) @ae787807   14 months noreply lib/c/arch/arm32: add atomic_{load,store}_8 (#249) topic/fix-logger-deadlock
(edit) @b31323f   14 months zarevucky.jiri Test, fix and extend string sanitization topic/fix-logger-deadlock
(edit) @5d2bdaa   14 months zarevucky.jiri Fix UB in odict test topic/fix-logger-deadlock
(edit) @0600976   14 months zarevucky.jiri Reject invalid non-shortest UTF-8 forms and fix some other issues in str topic/fix-logger-deadlock
(edit) @163e34c   14 months zarevucky.jiri Actually convert the printf outputs everywhere topic/fix-logger-deadlock
(edit) @f167c851   14 months zarevucky.jiri Replace a memmove() that spits a random warning when compiling with … topic/fix-logger-deadlock
(edit) @9daee3de   14 months zarevucky.jiri Sort file list in libc meson file topic/fix-logger-deadlock
(edit) @696b405   14 months zarevucky.jiri Implement standard character conversion functions from <uchar.h> and … topic/fix-logger-deadlock
(edit) @2ef2a0d   14 months zarevucky.jiri Add a few printf() formatting tests topic/fix-logger-deadlock
(edit) @a188131   14 months jiri Add UI to system installer topic/fix-logger-deadlock
(edit) @3e7948c   14 months zarevucky.jiri Deduplicate forgotten adt header topic/fix-logger-deadlock
(edit) @0db0df2   14 months zarevucky.jiri Hash table improvements Implement hash_table_foreach macro, analogous … topic/fix-logger-deadlock
(edit) @ca7fa5b   14 months mc hr: use <inttypes.h> macro specifiers
(edit) @c7e6a3e   14 months mc hr: align struct hr_extent members
(edit) @4200735   14 months mc hr: fix printing extent states with invalid service id
(edit) @d082801   14 months mc hr: refactor manual assembly
(edit) @8b51009   14 months mc hr: auto assembly, refactor Added automatic assembly (with hrctl -A). …
(edit) @de81104   15 months mc hr: style headers
(edit) @eebecdc   15 months mc merge upstream/master into helenraid
(edit) @da54714   15 months noreply partially implement key-based pthread local storage (#245) * check … topic/fix-logger-deadlock
(edit) @0ae9e18   15 months jiri Select shutdown action (power off / restart) in shutdown dialog. topic/fix-logger-deadlock
(edit) @e24c064   15 months mc hr: add NONE state (use INVALID for inconsistent)
(edit) @07039850   15 months jiri Implement quiesce in ISA and PCI IDE and in PC Floppy. topic/fix-logger-deadlock
(edit) @89b5a75   15 months noreply fix cstyle (#244) topic/fix-logger-deadlock
(edit) @8300c72   15 months jiri Quiesce devices before proceeding with shutdown. Only implemented for … topic/fix-logger-deadlock
(edit) @d30e067   15 months mc Merge 'upstream/master' into helenraid-para
(edit) @f35749e   15 months jiri System restart via shutdown -r topic/fix-logger-deadlock
(edit) @4285f384   15 months jiri Allow physically ejecting CD-ROM using vol eject -s topic/fix-logger-deadlock
(edit) @9faba42   15 months noreply Merge pull request #241 from mcimerman/ext4-big-blkdev-bsize ext4: … topic/fix-logger-deadlock
(edit) @32254d6   16 months noreply init RTLD runtime at load time even for statically linked binaries … topic/fix-logger-deadlock
(edit) @accdf882   16 months jiri File / Edit (Ctrl-E) in Navigator to start editor on current file topic/fix-logger-deadlock
(edit) @832cbe7   16 months jiri Add proper IDE PCI to ISA fallback mechanism. To determine if legacy … topic/fix-logger-deadlock
(edit) @0dab4850   16 months jiri Fix driver crash when ATA channel contains no usable devices. topic/fix-logger-deadlock
(edit) @a796812c   16 months jiri Fix ISA IDE topic/fix-logger-deadlock
(edit) @4a3a5a0   16 months zarevucky.jiri One more tweak topic/fix-logger-deadlock
(edit) @ea50e671   16 months zarevucky.jiri A few adjustments topic/fix-logger-deadlock
(edit) @56210a7a   16 months zarevucky.jiri Update GCC and binutils to latest versions topic/fix-logger-deadlock
(edit) @1fa6292   16 months zarevucky.jiri Remove a ton of duplicated code in libui/libgfxfont tests topic/fix-logger-deadlock
(edit) @97116a2   16 months zarevucky.jiri Run make ccheck-fix topic/fix-logger-deadlock
(edit) @cb747b3   16 months mc ext4: support bigger blkdev block size Allows ext4 to be used with … topic/fix-logger-deadlock
(edit) @b27ae65a   16 months noreply fix calculation of TLS size for main fibril (#240) * explain why … topic/fix-logger-deadlock
(edit) @2e08f2b6   17 months jiri Confirm shutdown in shutdown dialog. topic/fix-logger-deadlock
(edit) @41dcabc   17 months zarevucky.jiri libc: Prevent writer starvation in fibril_rwlock_t. Thanks to … topic/fix-logger-deadlock
(edit) @b8fd951   17 months noreply ata_channel_destroy(): free the channel (#237) topic/fix-logger-deadlock
(edit) @3a68baa   17 months mc lib/device/hr: add INVALID state
(edit) @e0e2264   17 months jiri Fix printing the incorrect blocking chain when deadlock is detected. topic/fix-logger-deadlock
(edit) @7bf29e5   17 months mc Merge 'upstream/master' into helenraid-para
(edit) @4e1221c   17 months noreply Allow bitmap to be used in userspace See … topic/fix-logger-deadlock
(edit) @8279aab   17 months jiri ui_lock() needs to lock display If ui_lock() is used to lock UI while … topic/fix-logger-deadlock
(edit) @40be7eb   17 months mc lib/device/src/hr.c: session init style
(edit) @37a9c1e   18 months mc hr: hr_volume_t: rename RLQ → layout
(edit) @6784abc   18 months mc hr: hr_sess_init(): don't use IPC_FLAG_BLOCKING
(edit) @64c8132   18 months mc Allow bitmap to be used in userspace topic/fix-logger-deadlock
(edit) @4066371   18 months mc hr: layout info printing
(edit) @5b320ac   19 months mc hr: hotspares + RAID1 rebuild
(edit) @dfa2313   19 months mc hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
(edit) @12dd36c   19 months jiri Handle Enter/Escape keys in message dialog. topic/fix-logger-deadlock
(edit) @9a07ee3   19 months jiri Add message dialog choice selection (OK, OK/Cancel) topic/fix-logger-deadlock
(edit) @13ce552   19 months mc hr: add DEGRADED volume state Use it for weakened mirror as well.
(edit) @0d00e53   19 months jiri Shut down dialog topic/fix-logger-deadlock
(edit) @cf28ffd3   19 months mc hr: add option to silently fail an extent
(edit) @d84773a   19 months mc hr: RAID 1 state handling
(edit) @e47a032   19 months mc hr: base for status handling
(edit) @50bed55d   20 months mc hr: rename levels to upper case
(edit) @a72f3b8   20 months jiri System protocol library, incl. unit tests topic/fix-logger-deadlock
(edit) @9d5cea6   20 months jiri Allow remcons/vt100 to set terminal title topic/fix-logger-deadlock
(edit) @b3b79981   20 months jiri Must initialize vt100_t decoder fields topic/fix-logger-deadlock
(edit) @68c966e   20 months mc hr: use HR_DEVNAME_LEN and HR_UUID_LEN defines
(edit) @5be5396   20 months jiri Remcons needs to properly clean up when terminating a user session topic/fix-logger-deadlock
(edit) @c997374   20 months mc hr: merge assemble and create functions
Note: See TracRevisionLog for help on using the revision log.