source: mainline/uspace/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @41dcabc   8 months zarevucky.jiri libc: Prevent writer starvation in fibril_rwlock_t. Thanks to …
(edit) @b8fd951   8 months noreply ata_channel_destroy(): free the channel (#237)
(edit) @e0e2264   8 months jiri Fix printing the incorrect blocking chain when deadlock is detected.
(edit) @4e1221c   8 months noreply Allow bitmap to be used in userspace See …
(edit) @8279aab   8 months jiri ui_lock() needs to lock display If ui_lock() is used to lock UI while …
(edit) @64c8132   9 months mc Allow bitmap to be used in userspace
(edit) @12dd36c   10 months jiri Handle Enter/Escape keys in message dialog.
(edit) @9a07ee3   10 months jiri Add message dialog choice selection (OK, OK/Cancel)
(edit) @0d00e53   10 months jiri Shut down dialog
(edit) @a72f3b8   11 months jiri System protocol library, incl. unit tests
(edit) @9d5cea6   11 months jiri Allow remcons/vt100 to set terminal title
(edit) @b3b79981   11 months jiri Must initialize vt100_t decoder fields
(edit) @5be5396   11 months jiri Remcons needs to properly clean up when terminating a user session
(edit) @fb06afd8   11 months jiri Make sure initial attributes are set in serial console
(edit) @5e0acaa   11 months jiri Implement mouse tracking in libvt / remcons
(edit) @c7ecd290   11 months jiri Provide character translation for Alt-keys in remote console Needed …
(edit) @47d060d   11 months jiri Implement telnet window size option
(edit) @e273e9e   11 months jiri Move link out of cons_event_t
(edit) @b2c9e42c   11 months jiri Move link out of kbd_event_t
(edit) @d05c237   11 months jiri Add support for parsing Shift+movement keys and Alt+movement keys
(edit) @6907f26   11 months jiri Parse VT100 keyboard escape sequences in libvt
(edit) @d31c3ea   12 months jiri Group vt callbacks into a callback structure
(edit) @357d9dd   12 months jiri The 'state' in vt100_state_t is unnecessary
(edit) @09f41d3   12 months jiri Tetris should be able to detect screen cursor control capability
(edit) @d3109ff   12 months jiri Cursor and color control in remote console + RGB Move vt100 module …
(edit) @3fcea34   12 months zarevucky.jiri Simplify the SYS_THREAD_CREATE syscall interface Removed the beefy …
(edit) @2cf8f994   12 months jiri Improve terminal behavior in console mode.
(edit) @84cc190   12 months zarevucky.jiri libtermui: Wipe overflow flags when wiping screen
(edit) @88739997   12 months jiri Remove forgotten debug messages
(edit) @9aa51406   12 months jiri Create terminal window with the correct size from the start.
(edit) @096c0786   12 months zarevucky.jiri Ensure ALIGN_UP/DOWN() work with any size arguments
(edit) @1e221ec   12 months jiri Fix bug in ui_window_send_minimize() This would crash terminal with …
(edit) @899bdfd   12 months zarevucky.jiri Terminal scrolling and resizing support
(edit) @dd50aa19   12 months zarevucky.jiri Allocation function tweaks - Add reallocarray() from POSIX 2024 for …
(edit) @9c40b834   12 months zarevucky.jiri Add test for ticket #631
(edit) @ca95ccd   13 months jiri Fix file closing, volume config sync.
(edit) @cde067e   13 months jiri Add UI window callback that is called when window is resized.
(edit) @69d4aba   13 months zarevucky.jiri libgfximage: Fix integer multiplication overflow in TGA parser
(edit) @7268bf1   13 months zarevucky.jiri libc/test/string.c: Add GCC diagnostic category to ignore
(edit) @ac9b4f2   13 months jiri Change SIF storage format to be more XML-like While slightly more …
(edit) @bff8619   13 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @3d2d455b   13 months mc ata_channel_destroy(): unlock channel mutex after error
(edit) @04e520e   14 months jiri Config file persistence Copy /cfg to /w/cfg when installing and when …
(edit) @145d4e2e   14 months jiri Add doxygen group definition and minimal unit tests to libata
(edit) @878736e   14 months jiri Fix ccheck.
(edit) @dc5647e   14 months jiri PC floppy disk driver Bare minimum implemented.
(edit) @ec50d65e   15 months jiri Editor needs to hide cursor when menu bar is activated
(edit) @743f2cdd   15 months jiri Fix error path when adding ATA devices This would errorneously cause …
(edit) @7cec216   15 months jiri Fdisk needs to unmount partition before trying to delete it
(edit) @c15296b   15 months 5887334+jxsvoboda Encode and decode GPT UUIDs in little-endian format
(edit) @3887aab2   15 months 5887334+jxsvoboda Change internal UUID representation to named fields
(edit) @0b1f01c   15 months 5887334+jxsvoboda Add option for 16-bit random number generation
(edit) @c4ed9fa   15 months jiri Add missing docblock
(edit) @9739b5a   15 months jiri Add DMA support to PACKET command
(edit) @a38d504   15 months jiri Limit I/O operations not to exceed DMA buffer size
(edit) @645d3832   15 months jiri Add DMA support to PCI-IDE / libata (register commands)
(edit) @69c376b5   16 months jiri Avoid invoking SYSCALL macro outside of libc.
(edit) @c576800   16 months jiri The main program's relocation must be processed after the shared libs
(edit) @b192915a   16 months jiri Add test case for public variable initialized with a relocated value
(edit) @443695e   16 months jiri Basic PCI-IDE driver (no DMA support) Also, make sure we avoid …
(edit) @1801005   16 months jiri Fix IPv6 address parsing
(edit) @60744cb   16 months jiri Let driver specify any argument to IRQ handler This allows the driver …
(edit) @646849b3   16 months jiri Handle both IDE channels in the same driver instance We need to work …
(edit) @59c0f478   16 months jiri Rename ata_bd → isa-ide
(edit) @2791fbb7   16 months jiri Move generic ATA code out to libata
(edit) @7ae01d5   17 months jiri Remove unused comm_size parameter of block_init()
(edit) @3dd99dde   18 months jiri Fix export libraries list and helenos-pkg-config default export path
(edit) @211fd68   18 months jiri Add text mode support to Barber
(edit) @7dbf1f6   18 months jiri Render RGB in EGA text mode using eight EGA colors (instead of two)
(edit) @dd19446   18 months jiri Fix bug in usb_hid_translate_data() Fixes Lenovo wireless mouse
(edit) @d92b8e8f   19 months jiri Start menu support for passing input device ID (multiseat)
(edit) @ee3b28a9   19 months jiri Notify taskbar when start menu changes
(edit) @e63e74a   19 months jiri Start menu separator entry support
(edit) @28ca31ed   19 months jiri Moving start menu entry up and down
(edit) @806d761   19 months jiri Start menu should have 'open in terminal' functionality Makes it …
(edit) @5907aa4   20 months zarevucky.jiri Remove empty and unused header
(edit) @88e188b2   21 months vojtech.horky export-dev: export start files too topic/simplify-dev-export
(edit) @7b907a0a   21 months vojtech.horky libclui: split into include/ and src/ topic/simplify-dev-export
(edit) @00e6288   21 months vojtech.horky Add export-dev target to export all libraries The new target … topic/simplify-dev-export
(edit) @550ed86   21 months jiri Need to add new start menu entry to editor's list topic/simplify-dev-export
(edit) @f87ff8e   21 months jiri Creating new start menu entry topic/simplify-dev-export
(edit) @2b4e02b   21 months jiri Deleting start menu entry topic/simplify-dev-export
(edit) @d53a5ab0   21 months jiri Add IPC read/write test to libipctest/ipc test server + tester Now … topic/simplify-dev-export
(edit) @10fc93c   22 months jiri Move charfield/chargrid/color/concaps to liboutput topic/simplify-dev-export
(edit) @6cef8d6a   22 months jiri Move keyboard/mouse event and device IPC from libc to libinput topic/simplify-dev-export
(edit) @fa942bc   22 months jiri Move input API to a separate library topic/simplify-dev-export
(edit) @0d275e1   22 months jiri Fix false moves topic/simplify-dev-export
(edit) @1be9ee0   22 months jiri Move output API to separate library topic/simplify-dev-export
(edit) @a635535   22 months jiri Move console/con_srv out of libc into a separate library topic/simplify-dev-export
(edit) @cad7b7e   22 months jiri Move clipboard API from libc to a separate library topic/simplify-dev-export
(edit) @8f04992   22 months jiri Move corecfg from libc to a separate library topic/simplify-dev-export
(edit) @0e2eee1   22 months jiri Move ipc_test to a separate library topic/simplify-dev-export
(edit) @ef4d684   22 months jiri It should be 'trough', not 'through', dummy! (thx thepinballroom) Who … topic/simplify-dev-export
(edit) @84d29a2   22 months jiri Libtbarcfg needs work Add tbarcfg_create(), smenu_entry_create(), … topic/simplify-dev-export
(edit) @8a43f01   22 months jiri tbarcfg_close() should clean up topic/simplify-dev-export
(edit) @5e758e4   22 months jiri When start menu entry is edited, editor list needs updating We need … topic/simplify-dev-export
(edit) @f5fb307   22 months zarevucky.jiri Remove resolved FIXME topic/simplify-dev-export
(edit) @8281c06   22 months zarevucky.jiri Try to fix libposix include issue topic/simplify-dev-export
(edit) @d76862d0   22 months zarevucky.jiri Move prodcons back to libc topic/simplify-dev-export
(edit) @b1397ab   22 months jiri Start menu editor is editing You can change an entry and it will be … topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.