source: mainline/uspace/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @eebecdc   5 months mc merge upstream/master into helenraid
(edit) @da54714   5 months noreply partially implement key-based pthread local storage (#245) * check …
(edit) @0ae9e18   5 months jiri Select shutdown action (power off / restart) in shutdown dialog.
(edit) @e24c064   5 months mc hr: add NONE state (use INVALID for inconsistent)
(edit) @07039850   5 months jiri Implement quiesce in ISA and PCI IDE and in PC Floppy.
(edit) @89b5a75   5 months noreply fix cstyle (#244)
(edit) @8300c72   5 months jiri Quiesce devices before proceeding with shutdown. Only implemented for …
(edit) @d30e067   5 months mc Merge 'upstream/master' into helenraid-para
(edit) @f35749e   5 months jiri System restart via shutdown -r
(edit) @4285f384   5 months jiri Allow physically ejecting CD-ROM using vol eject -s
(edit) @9faba42   5 months noreply Merge pull request #241 from mcimerman/ext4-big-blkdev-bsize ext4: …
(edit) @32254d6   6 months noreply init RTLD runtime at load time even for statically linked binaries …
(edit) @accdf882   6 months jiri File / Edit (Ctrl-E) in Navigator to start editor on current file
(edit) @832cbe7   6 months jiri Add proper IDE PCI to ISA fallback mechanism. To determine if legacy …
(edit) @0dab4850   6 months jiri Fix driver crash when ATA channel contains no usable devices.
(edit) @a796812c   6 months jiri Fix ISA IDE
(edit) @4a3a5a0   6 months zarevucky.jiri One more tweak
(edit) @ea50e671   6 months zarevucky.jiri A few adjustments
(edit) @56210a7a   6 months zarevucky.jiri Update GCC and binutils to latest versions
(edit) @1fa6292   6 months zarevucky.jiri Remove a ton of duplicated code in libui/libgfxfont tests
(edit) @97116a2   6 months zarevucky.jiri Run make ccheck-fix
(edit) @cb747b3   6 months mc ext4: support bigger blkdev block size Allows ext4 to be used with …
(edit) @b27ae65a   6 months noreply fix calculation of TLS size for main fibril (#240) * explain why …
(edit) @2e08f2b6   6 months jiri Confirm shutdown in shutdown dialog.
(edit) @41dcabc   6 months zarevucky.jiri libc: Prevent writer starvation in fibril_rwlock_t. Thanks to …
(edit) @b8fd951   6 months noreply ata_channel_destroy(): free the channel (#237)
(edit) @3a68baa   7 months mc lib/device/hr: add INVALID state
(edit) @e0e2264   7 months jiri Fix printing the incorrect blocking chain when deadlock is detected.
(edit) @7bf29e5   7 months mc Merge 'upstream/master' into helenraid-para
(edit) @4e1221c   7 months noreply Allow bitmap to be used in userspace See …
(edit) @8279aab   7 months jiri ui_lock() needs to lock display If ui_lock() is used to lock UI while …
(edit) @40be7eb   7 months mc lib/device/src/hr.c: session init style
(edit) @37a9c1e   7 months mc hr: hr_volume_t: rename RLQ → layout
(edit) @6784abc   7 months mc hr: hr_sess_init(): don't use IPC_FLAG_BLOCKING
(edit) @64c8132   7 months mc Allow bitmap to be used in userspace
(edit) @4066371   8 months mc hr: layout info printing
(edit) @5b320ac   8 months mc hr: hotspares + RAID1 rebuild
(edit) @dfa2313   9 months mc hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
(edit) @12dd36c   9 months jiri Handle Enter/Escape keys in message dialog.
(edit) @9a07ee3   9 months jiri Add message dialog choice selection (OK, OK/Cancel)
(edit) @13ce552   9 months mc hr: add DEGRADED volume state Use it for weakened mirror as well.
(edit) @0d00e53   9 months jiri Shut down dialog
(edit) @cf28ffd3   9 months mc hr: add option to silently fail an extent
(edit) @d84773a   9 months mc hr: RAID 1 state handling
(edit) @e47a032   9 months mc hr: base for status handling
(edit) @50bed55d   10 months mc hr: rename levels to upper case
(edit) @a72f3b8   10 months jiri System protocol library, incl. unit tests
(edit) @9d5cea6   10 months jiri Allow remcons/vt100 to set terminal title
(edit) @b3b79981   10 months jiri Must initialize vt100_t decoder fields
(edit) @68c966e   10 months mc hr: use HR_DEVNAME_LEN and HR_UUID_LEN defines
(edit) @5be5396   10 months jiri Remcons needs to properly clean up when terminating a user session
(edit) @c997374   10 months mc hr: merge assemble and create functions
(edit) @fb06afd8   10 months jiri Make sure initial attributes are set in serial console
(edit) @5e0acaa   10 months jiri Implement mouse tracking in libvt / remcons
(edit) @dbd91da   10 months mc hr: remake structures to include extent status Also rename .devs → …
(edit) @c7ecd290   10 months jiri Provide character translation for Alt-keys in remote console Needed …
(edit) @47d060d   10 months jiri Implement telnet window size option
(edit) @e273e9e   10 months jiri Move link out of cons_event_t
(edit) @b2c9e42c   10 months jiri Move link out of kbd_event_t
(edit) @d05c237   10 months jiri Add support for parsing Shift+movement keys and Alt+movement keys
(edit) @6907f26   10 months jiri Parse VT100 keyboard escape sequences in libvt
(edit) @d31c3ea   10 months jiri Group vt callbacks into a callback structure
(edit) @357d9dd   10 months jiri The 'state' in vt100_state_t is unnecessary
(edit) @09f41d3   10 months jiri Tetris should be able to detect screen cursor control capability
(edit) @d3109ff   10 months jiri Cursor and color control in remote console + RGB Move vt100 module …
(edit) @3fcea34   10 months zarevucky.jiri Simplify the SYS_THREAD_CREATE syscall interface Removed the beefy …
(edit) @2cf8f994   10 months jiri Improve terminal behavior in console mode.
(edit) @84cc190   11 months zarevucky.jiri libtermui: Wipe overflow flags when wiping screen
(edit) @88739997   11 months jiri Remove forgotten debug messages
(edit) @9aa51406   11 months jiri Create terminal window with the correct size from the start.
(edit) @096c0786   11 months zarevucky.jiri Ensure ALIGN_UP/DOWN() work with any size arguments
(edit) @1e221ec   11 months jiri Fix bug in ui_window_send_minimize() This would crash terminal with …
(edit) @899bdfd   11 months zarevucky.jiri Terminal scrolling and resizing support
(edit) @dd50aa19   11 months zarevucky.jiri Allocation function tweaks - Add reallocarray() from POSIX 2024 for …
(edit) @9c40b834   11 months zarevucky.jiri Add test for ticket #631
(edit) @4a2a6b8b   11 months mc hr: add initial RAID 4 0 (non-rotating parity on disk 0)
(edit) @a19d7fc4   11 months mc hr: add option (-T, —stop) for removing an active array
(edit) @09398589   11 months mc hr: cstyle: remove redundant space
(edit) @9c1cf34c   11 months mc hr: add strip size to metadata and hr_volume_t
(edit) @b0f1366   11 months mc hr: write persistent metadata, assemble array from metadata
(edit) @095a989   11 months mc hr: add status printing
(edit) @68e357e   11 months mc hr: use array for devname and devices for now
(edit) @94d84a0   11 months mc hr: initial trivial mirroring implementation
(edit) @ca95ccd   11 months jiri Fix file closing, volume config sync.
(edit) @cde067e   11 months jiri Add UI window callback that is called when window is resized.
(edit) @69d4aba   11 months zarevucky.jiri libgfximage: Fix integer multiplication overflow in TGA parser
(edit) @7268bf1   11 months zarevucky.jiri libc/test/string.c: Add GCC diagnostic category to ignore
(edit) @ac9b4f2   11 months jiri Change SIF storage format to be more XML-like While slightly more …
(edit) @bff8619   11 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @3d2d455b   12 months mc ata_channel_destroy(): unlock channel mutex after error
(edit) @04e520e   12 months jiri Config file persistence Copy /cfg to /w/cfg when installing and when …
(edit) @145d4e2e   12 months jiri Add doxygen group definition and minimal unit tests to libata
(edit) @878736e   13 months jiri Fix ccheck.
(edit) @dc5647e   13 months jiri PC floppy disk driver Bare minimum implemented.
(edit) @ec50d65e   13 months jiri Editor needs to hide cursor when menu bar is activated
(edit) @743f2cdd   14 months jiri Fix error path when adding ATA devices This would errorneously cause …
(edit) @7cec216   14 months jiri Fdisk needs to unmount partition before trying to delete it
(edit) @c15296b   14 months 5887334+jxsvoboda Encode and decode GPT UUIDs in little-endian format
(edit) @3887aab2   14 months 5887334+jxsvoboda Change internal UUID representation to named fields
(edit) @0b1f01c   14 months 5887334+jxsvoboda Add option for 16-bit random number generation
Note: See TracRevisionLog for help on using the revision log.