source: mainline/uspace/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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   16 months jiri Confirm shutdown in shutdown dialog. topic/fix-logger-deadlock
(edit) @41dcabc   16 months zarevucky.jiri libc: Prevent writer starvation in fibril_rwlock_t. Thanks to … topic/fix-logger-deadlock
(edit) @b8fd951   16 months noreply ata_channel_destroy(): free the channel (#237) topic/fix-logger-deadlock
(edit) @e0e2264   17 months jiri Fix printing the incorrect blocking chain when deadlock is detected. topic/fix-logger-deadlock
(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) @64c8132   17 months mc Allow bitmap to be used in userspace topic/fix-logger-deadlock
(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) @0d00e53   19 months jiri Shut down dialog topic/fix-logger-deadlock
(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) @5be5396   20 months jiri Remcons needs to properly clean up when terminating a user session topic/fix-logger-deadlock
(edit) @fb06afd8   20 months jiri Make sure initial attributes are set in serial console topic/fix-logger-deadlock
(edit) @5e0acaa   20 months jiri Implement mouse tracking in libvt / remcons topic/fix-logger-deadlock
(edit) @c7ecd290   20 months jiri Provide character translation for Alt-keys in remote console Needed … topic/fix-logger-deadlock
(edit) @47d060d   20 months jiri Implement telnet window size option topic/fix-logger-deadlock
(edit) @e273e9e   20 months jiri Move link out of cons_event_t topic/fix-logger-deadlock
(edit) @b2c9e42c   20 months jiri Move link out of kbd_event_t topic/fix-logger-deadlock
(edit) @d05c237   20 months jiri Add support for parsing Shift+movement keys and Alt+movement keys topic/fix-logger-deadlock
(edit) @6907f26   20 months jiri Parse VT100 keyboard escape sequences in libvt topic/fix-logger-deadlock
(edit) @d31c3ea   20 months jiri Group vt callbacks into a callback structure topic/fix-logger-deadlock
(edit) @357d9dd   20 months jiri The 'state' in vt100_state_t is unnecessary topic/fix-logger-deadlock
(edit) @09f41d3   20 months jiri Tetris should be able to detect screen cursor control capability topic/fix-logger-deadlock
(edit) @d3109ff   20 months jiri Cursor and color control in remote console + RGB Move vt100 module … topic/fix-logger-deadlock
(edit) @3fcea34   20 months zarevucky.jiri Simplify the SYS_THREAD_CREATE syscall interface Removed the beefy … topic/fix-logger-deadlock
(edit) @2cf8f994   20 months jiri Improve terminal behavior in console mode. topic/fix-logger-deadlock
(edit) @84cc190   20 months zarevucky.jiri libtermui: Wipe overflow flags when wiping screen topic/fix-logger-deadlock
(edit) @88739997   20 months jiri Remove forgotten debug messages topic/fix-logger-deadlock
(edit) @9aa51406   20 months jiri Create terminal window with the correct size from the start. topic/fix-logger-deadlock
(edit) @096c0786   21 months zarevucky.jiri Ensure ALIGN_UP/DOWN() work with any size arguments topic/fix-logger-deadlock
(edit) @1e221ec   21 months jiri Fix bug in ui_window_send_minimize() This would crash terminal with … topic/fix-logger-deadlock
(edit) @899bdfd   21 months zarevucky.jiri Terminal scrolling and resizing support topic/fix-logger-deadlock
(edit) @dd50aa19   21 months zarevucky.jiri Allocation function tweaks - Add reallocarray() from POSIX 2024 for … topic/fix-logger-deadlock
(edit) @9c40b834   21 months zarevucky.jiri Add test for ticket #631 topic/fix-logger-deadlock
(edit) @ca95ccd   21 months jiri Fix file closing, volume config sync. topic/fix-logger-deadlock
(edit) @cde067e   21 months jiri Add UI window callback that is called when window is resized. topic/fix-logger-deadlock
(edit) @69d4aba   21 months zarevucky.jiri libgfximage: Fix integer multiplication overflow in TGA parser topic/fix-logger-deadlock
(edit) @7268bf1   21 months zarevucky.jiri libc/test/string.c: Add GCC diagnostic category to ignore topic/fix-logger-deadlock
(edit) @ac9b4f2   21 months jiri Change SIF storage format to be more XML-like While slightly more … topic/fix-logger-deadlock
(edit) @bff8619   21 months jiri Simplify SIF interface, remove contacts Remove transactions, move to … topic/fix-logger-deadlock
(edit) @3d2d455b   22 months mc ata_channel_destroy(): unlock channel mutex after error topic/fix-logger-deadlock
(edit) @04e520e   22 months jiri Config file persistence Copy /cfg to /w/cfg when installing and when … topic/fix-logger-deadlock
(edit) @145d4e2e   22 months jiri Add doxygen group definition and minimal unit tests to libata topic/fix-logger-deadlock
(edit) @878736e   23 months jiri Fix ccheck. topic/fix-logger-deadlock
(edit) @dc5647e   23 months jiri PC floppy disk driver Bare minimum implemented. topic/fix-logger-deadlock
(edit) @ec50d65e   2 years jiri Editor needs to hide cursor when menu bar is activated topic/fix-logger-deadlock
(edit) @743f2cdd   2 years jiri Fix error path when adding ATA devices This would errorneously cause … topic/fix-logger-deadlock
(edit) @7cec216   2 years jiri Fdisk needs to unmount partition before trying to delete it topic/fix-logger-deadlock
(edit) @c15296b   2 years 5887334+jxsvoboda Encode and decode GPT UUIDs in little-endian format topic/fix-logger-deadlock
(edit) @3887aab2   2 years 5887334+jxsvoboda Change internal UUID representation to named fields topic/fix-logger-deadlock
(edit) @0b1f01c   2 years 5887334+jxsvoboda Add option for 16-bit random number generation topic/fix-logger-deadlock
(edit) @c4ed9fa   2 years jiri Add missing docblock topic/fix-logger-deadlock
(edit) @9739b5a   2 years jiri Add DMA support to PACKET command topic/fix-logger-deadlock
(edit) @a38d504   2 years jiri Limit I/O operations not to exceed DMA buffer size topic/fix-logger-deadlock
(edit) @645d3832   2 years jiri Add DMA support to PCI-IDE / libata (register commands) topic/fix-logger-deadlock
(edit) @69c376b5   2 years jiri Avoid invoking SYSCALL macro outside of libc. topic/fix-logger-deadlock
(edit) @c576800   2 years jiri The main program's relocation must be processed after the shared libs topic/fix-logger-deadlock
(edit) @b192915a   2 years jiri Add test case for public variable initialized with a relocated value topic/fix-logger-deadlock
(edit) @443695e   2 years jiri Basic PCI-IDE driver (no DMA support) Also, make sure we avoid … topic/fix-logger-deadlock
(edit) @1801005   2 years jiri Fix IPv6 address parsing topic/fix-logger-deadlock
(edit) @60744cb   2 years jiri Let driver specify any argument to IRQ handler This allows the driver … topic/fix-logger-deadlock
(edit) @646849b3   2 years jiri Handle both IDE channels in the same driver instance We need to work … topic/fix-logger-deadlock
(edit) @59c0f478   2 years jiri Rename ata_bd → isa-ide topic/fix-logger-deadlock
(edit) @2791fbb7   2 years jiri Move generic ATA code out to libata topic/fix-logger-deadlock
(edit) @7ae01d5   2 years jiri Remove unused comm_size parameter of block_init() topic/fix-logger-deadlock
(edit) @3dd99dde   2 years jiri Fix export libraries list and helenos-pkg-config default export path topic/fix-logger-deadlock
(edit) @211fd68   2 years jiri Add text mode support to Barber topic/fix-logger-deadlock
(edit) @7dbf1f6   2 years jiri Render RGB in EGA text mode using eight EGA colors (instead of two) topic/fix-logger-deadlock
(edit) @dd19446   2 years jiri Fix bug in usb_hid_translate_data() Fixes Lenovo wireless mouse topic/fix-logger-deadlock
(edit) @d92b8e8f   2 years jiri Start menu support for passing input device ID (multiseat) topic/fix-logger-deadlock
(edit) @ee3b28a9   2 years jiri Notify taskbar when start menu changes topic/fix-logger-deadlock
(edit) @e63e74a   2 years jiri Start menu separator entry support topic/fix-logger-deadlock
Note: See TracRevisionLog for help on using the revision log.