source: mainline/uspace/lib

Revision Log Mode:


Legend:

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