source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ebb1489   2 months noreply Merge branch 'HelenOS:master' into topic/packet-capture
(edit) @b3b79981   3 months jiri Must initialize vt100_t decoder fields
(edit) @5be5396   3 months jiri Remcons needs to properly clean up when terminating a user session
(edit) @fb06afd   3 months jiri Make sure initial attributes are set in serial console
(edit) @5e0acaa   3 months jiri Implement mouse tracking in libvt / remcons
(edit) @5f5d375   3 months jiri Split read/write lock in remcons We do not want waiting for event to …
(edit) @c7ecd290   3 months jiri Provide character translation for Alt-keys in remote console Needed …
(edit) @47d060d   3 months jiri Implement telnet window size option
(edit) @5132379   3 months jiri A list is sometimes just a list.
(edit) @e273e9e   3 months jiri Move link out of cons_event_t
(edit) @b2c9e42c   3 months jiri Move link out of kbd_event_t
(edit) @d05c237   3 months jiri Add support for parsing Shift+movement keys and Alt+movement keys
(edit) @6907f26   3 months jiri Parse VT100 keyboard escape sequences in libvt
(edit) @d31c3ea   3 months jiri Group vt callbacks into a callback structure
(edit) @357d9dd   3 months jiri The 'state' in vt100_state_t is unnecessary
(edit) @89e5c0c7   3 months jiri Control sequences must not alter telnet user's cursor_x/y
(edit) @c23a1fe   3 months jiri Remote console mapping
(edit) @09f41d3   3 months jiri Tetris should be able to detect screen cursor control capability
(edit) @6a753a9c   3 months jiri Remcons options port, no-ctl, no-rgb, multiple instances.
(edit) @d3109ff   3 months jiri Cursor and color control in remote console + RGB Move vt100 module …
(edit) @3fcea34   3 months zarevucky.jiri Simplify the SYS_THREAD_CREATE syscall interface Removed the beefy …
(edit) @2cf8f994   3 months jiri Improve terminal behavior in console mode.
(edit) @84cc190   3 months zarevucky.jiri libtermui: Wipe overflow flags when wiping screen
(edit) @36fcd0a   3 months zarevucky.jiri Fix 32b build
(edit) @88739997   3 months jiri Remove forgotten debug messages
(edit) @9aa51406   3 months jiri Create terminal window with the correct size from the start.
(edit) @1bbc6dc   3 months jiri Network configuration persistence. nconfsrv is folded into inetsrv …
(edit) @096c0786   3 months zarevucky.jiri Ensure ALIGN_UP/DOWN() work with any size arguments
(edit) @bec6379   3 months zarevucky.jiri Make it possible to set a breakpoint on ubsan_panic()
(edit) @1e221ec   3 months jiri Fix bug in ui_window_send_minimize() This would crash terminal with …
(edit) @3d588be   3 months jiri GFXDemo needs better textmode detection
(edit) @4c2339b   3 months jiri Bright should not be applied to background color.
(edit) @899bdfd   4 months zarevucky.jiri Terminal scrolling and resizing support
(edit) @dd50aa19   4 months zarevucky.jiri Allocation function tweaks - Add reallocarray() from POSIX 2024 for …
(edit) @2ee6351   4 months zarevucky.jiri Remove unused/undocumented sx, sy arguments
(edit) @9c40b834   4 months zarevucky.jiri Add test for ticket #631
(edit) @de4f165   4 months zarevucky.jiri Unbreak build for 32b architectures
(edit) @ca127f37   4 months jiri Persist volume configuration
(edit) @e90019d   4 months jiri Skip missing devices when loading seat configuration.
(edit) @aba2d04   4 months jakub Upgrade to QEMU 9.1.0
(edit) @e82b37e   4 months jiri Fix decoding of changed MAC address.
(edit) @dbae3b6   4 months jiri Persistently store taskmon configuration.
(edit) @4af6fb1   4 months jiri Remove forgotten debug messages
(edit) @9546146   4 months jiri Persistently store display/seat configuration.
(edit) @ca95ccd   4 months jiri Fix file closing, volume config sync.
(edit) @cde067e   4 months jiri Add UI window callback that is called when window is resized.
(edit) @69d4aba   4 months zarevucky.jiri libgfximage: Fix integer multiplication overflow in TGA parser
(edit) @7268bf1   4 months zarevucky.jiri libc/test/string.c: Add GCC diagnostic category to ignore
(edit) @4c25f86b   4 months zarevucky.jiri viewer: Fix deallocation loop
(edit) @c06bd5e   4 months zarevucky.jiri init: Add missing NULL terminator in directory list
(edit) @b889a64   4 months zarevucky.jiri Fix typo in comment
(edit) @5b110a9   4 months martin pkg: Temporarily use an IPv4-only hostname Use an IPv4-only hostname …
(edit) @14b2ac7   4 months martin Change relevant URLs from HTTP to HTTPS The helenos.org web site …
(edit) @f8cb1bc5   4 months martin Make the syntax help more useful Use an URL that is guaranteed to …
(edit) @ac9b4f2   4 months jiri Change SIF storage format to be more XML-like While slightly more …
(edit) @bff8619   4 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @a3ba37d   4 months noreply ata_channel_destroy(): unlock channel mutex after error See pull …
(edit) @53bff11   4 months noreply vbd: free disk service name on disk remove See pull request …
(edit) @3d2d455b   5 months mc ata_channel_destroy(): unlock channel mutex after error
(edit) @ddfe233   5 months mc vbd: free disk service name on disk remove
(edit) @04e520e   5 months jiri Config file persistence Copy /cfg to /w/cfg when installing and when …
(edit) @145d4e2e   5 months jiri Add doxygen group definition and minimal unit tests to libata
(edit) @48b8928   5 months jiri Prevent failure when deleting a partition that is not mounted.
(edit) @f32f89a   5 months jiri Fix format specifiers not correct for 32-bit
(edit) @994f87b   5 months jiri Add File/New and File/Open to text editor Change repeat search …
(edit) @705b65ea   6 months jiri Do not automatically mount floppy. Reduce driver verbosity.
(edit) @f77ede10   6 months jiri Write data (floppy)
(edit) @878736e   6 months jiri Fix ccheck.
(edit) @dc5647e   6 months jiri PC floppy disk driver Bare minimum implemented.
(edit) @e3997a8   6 months jiri Do not send press event to focused window obscured by popup window
(edit) @af3235d   6 months 5887334+jxsvoboda Make HelenOS compilable when detailed kernel message is enabled
(edit) @6a044dd   6 months 5887334+jxsvoboda Remove the necessity of initrd to be in the last of grub's modules list
(edit) @49aaa0e   6 months jiri Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful …
(edit) @ec50d65e   6 months jiri Editor needs to hide cursor when menu bar is activated
(edit) @743f2cdd   6 months jiri Fix error path when adding ATA devices This would errorneously cause …
(edit) @7cec216   6 months jiri Fdisk needs to unmount partition before trying to delete it
(edit) @df1b4a8   6 months jiri Fix volume label entry / rootdir creation in mkfat for FAT32 With …
(edit) @c15296b   7 months 5887334+jxsvoboda Encode and decode GPT UUIDs in little-endian format
(edit) @3887aab2   7 months 5887334+jxsvoboda Change internal UUID representation to named fields
(edit) @0b1f01c   7 months 5887334+jxsvoboda Add option for 16-bit random number generation
(edit) @221daa5   7 months jiri Fix off-by-one errors (thx Miroslav Cimerman)
(edit) @01d5049   7 months jiri PCI-IDE should correctly handle interrupt sharing
(edit) @c4ed9fa   7 months jiri Add missing docblock
(edit) @9739b5a   7 months jiri Add DMA support to PACKET command
(edit) @a38d504   7 months jiri Limit I/O operations not to exceed DMA buffer size
(edit) @645d3832   7 months jiri Add DMA support to PCI-IDE / libata (register commands)
(edit) @69c376b5   7 months jiri Avoid invoking SYSCALL macro outside of libc.
(edit) @c576800   7 months jiri The main program's relocation must be processed after the shared libs
(edit) @b192915a   7 months jiri Add test case for public variable initialized with a relocated value
(edit) @9b95b964   7 months jiri Array of strings sys_dirs must be NULL-terminated
(edit) @b6f8f69   7 months jiri Attempt to deal with changing disk device names in sysinst
(edit) @3526f4f3   7 months jiri On 486 we cannot call read_msr()/write_msr()
(edit) @443695e   7 months jiri Basic PCI-IDE driver (no DMA support) Also, make sure we avoid …
(edit) @1801005   7 months jiri Fix IPv6 address parsing
(edit) @60744cb   7 months jiri Let driver specify any argument to IRQ handler This allows the driver …
(edit) @646849b3   7 months jiri Handle both IDE channels in the same driver instance We need to work …
(edit) @59c0f478   7 months jiri Rename ata_bd → isa-ide
(edit) @2791fbb7   7 months jiri Move generic ATA code out to libata
(edit) @64cf7a3   8 months jiri ATA Block Driver support for IRQ You can fall back to PIO mode by not …
(edit) @21989e5   8 months jiri Allow ata_bd to transfer more than 1 block in a single IO
Note: See TracRevisionLog for help on using the revision log.