source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b27ae65a   16 months noreply fix calculation of TLS size for main fibril (#240) * explain why … topic/fix-logger-deadlock
(edit) @eff458d   16 months jiri Add shutdown dialog to start menu. topic/fix-logger-deadlock
(edit) @5162f6e   16 months jiri Fix shutdown dialog in text mode. topic/fix-logger-deadlock
(edit) @2e08f2b6   16 months jiri Confirm shutdown in shutdown dialog. topic/fix-logger-deadlock
(edit) @afb4025   16 months jiri Show error message when UI shutdown fails. 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) @82ff0a1   17 months jiri Add deadlock detector to tester. 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) @ad9e225   19 months jiri Shutdown command topic/fix-logger-deadlock
(edit) @a72f3b8   19 months jiri System protocol library, incl. unit tests topic/fix-logger-deadlock
(edit) @9d5cea6   19 months jiri Allow remcons/vt100 to set terminal title topic/fix-logger-deadlock
(edit) @514108e   20 months jiri Minimize /app/init, once root is mounted, go to /srv/system topic/fix-logger-deadlock
(edit) @6fbd1f9   20 months jiri Combine successive move/abs. move events in display server Helps … 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) @5f5d375   20 months jiri Split read/write lock in remcons We do not want waiting for event to … 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) @5132379   20 months jiri A list is sometimes just a list. 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) @89e5c0c7   20 months jiri Control sequences must not alter telnet user's cursor_x/y topic/fix-logger-deadlock
(edit) @c23a1fe   20 months jiri Remote console mapping topic/fix-logger-deadlock
(edit) @09f41d3   20 months jiri Tetris should be able to detect screen cursor control capability topic/fix-logger-deadlock
(edit) @6a753a9c   20 months jiri Remcons options port, no-ctl, no-rgb, multiple instances. 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) @36fcd0a   20 months zarevucky.jiri Fix 32b build 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) @1bbc6dc   20 months jiri Network configuration persistence. nconfsrv is folded into inetsrv … topic/fix-logger-deadlock
(edit) @096c0786   20 months zarevucky.jiri Ensure ALIGN_UP/DOWN() work with any size arguments topic/fix-logger-deadlock
(edit) @bec6379   20 months zarevucky.jiri Make it possible to set a breakpoint on ubsan_panic() 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) @3d588be   21 months jiri GFXDemo needs better textmode detection topic/fix-logger-deadlock
(edit) @4c2339b   21 months jiri Bright should not be applied to background color. 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) @2ee6351   21 months zarevucky.jiri Remove unused/undocumented sx, sy arguments topic/fix-logger-deadlock
(edit) @9c40b834   21 months zarevucky.jiri Add test for ticket #631 topic/fix-logger-deadlock
(edit) @de4f165   21 months zarevucky.jiri Unbreak build for 32b architectures topic/fix-logger-deadlock
(edit) @ca127f37   21 months jiri Persist volume configuration topic/fix-logger-deadlock
(edit) @e90019d   21 months jiri Skip missing devices when loading seat configuration. topic/fix-logger-deadlock
(edit) @aba2d04   21 months jakub Upgrade to QEMU 9.1.0 topic/fix-logger-deadlock
(edit) @e82b37e   21 months jiri Fix decoding of changed MAC address. topic/fix-logger-deadlock
(edit) @dbae3b6   21 months jiri Persistently store taskmon configuration. topic/fix-logger-deadlock
(edit) @4af6fb1   21 months jiri Remove forgotten debug messages topic/fix-logger-deadlock
(edit) @9546146   21 months jiri Persistently store display/seat configuration. 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) @4c25f86b   21 months zarevucky.jiri viewer: Fix deallocation loop topic/fix-logger-deadlock
(edit) @c06bd5e   21 months zarevucky.jiri init: Add missing NULL terminator in directory list topic/fix-logger-deadlock
(edit) @b889a64   21 months zarevucky.jiri Fix typo in comment topic/fix-logger-deadlock
(edit) @5b110a9   21 months martin pkg: Temporarily use an IPv4-only hostname Use an IPv4-only hostname … topic/fix-logger-deadlock
(edit) @14b2ac7   21 months martin Change relevant URLs from HTTP to HTTPS The helenos.org web site … topic/fix-logger-deadlock
(edit) @f8cb1bc5   21 months martin Make the syntax help more useful Use an URL that is guaranteed to … 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) @a3ba37d   21 months noreply ata_channel_destroy(): unlock channel mutex after error See pull … topic/fix-logger-deadlock
(edit) @53bff11   21 months noreply vbd: free disk service name on disk remove See pull request … topic/fix-logger-deadlock
(edit) @3d2d455b   22 months mc ata_channel_destroy(): unlock channel mutex after error topic/fix-logger-deadlock
(edit) @ddfe233   22 months mc vbd: free disk service name on disk remove 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) @48b8928   22 months jiri Prevent failure when deleting a partition that is not mounted. topic/fix-logger-deadlock
(edit) @f32f89a   22 months jiri Fix format specifiers not correct for 32-bit topic/fix-logger-deadlock
(edit) @994f87b   22 months jiri Add File/New and File/Open to text editor Change repeat search … topic/fix-logger-deadlock
(edit) @705b65ea   23 months jiri Do not automatically mount floppy. Reduce driver verbosity. topic/fix-logger-deadlock
(edit) @f77ede10   23 months jiri Write data (floppy) 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) @e3997a8   23 months jiri Do not send press event to focused window obscured by popup window topic/fix-logger-deadlock
(edit) @af3235d   2 years 5887334+jxsvoboda Make HelenOS compilable when detailed kernel message is enabled topic/fix-logger-deadlock
(edit) @6a044dd   2 years 5887334+jxsvoboda Remove the necessity of initrd to be in the last of grub's modules list topic/fix-logger-deadlock
(edit) @49aaa0e   2 years jiri Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful … 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) @df1b4a8   2 years jiri Fix volume label entry / rootdir creation in mkfat for FAT32 With … 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) @221daa5   2 years jiri Fix off-by-one errors (thx Miroslav Cimerman) topic/fix-logger-deadlock
Note: See TracRevisionLog for help on using the revision log.