source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @57c61b0   8 months mc hr: make data start at 4K aligned offset
(edit) @4a2a6b8b   8 months mc hr: add initial RAID 4 0 (non-rotating parity on disk 0)
(edit) @a19d7fc4   8 months mc hr: add option (-T, —stop) for removing an active array
(edit) @09398589   8 months mc hr: cstyle: remove redundant space
(edit) @ab5a2597   8 months mc bdwrite: writing to block devices
(edit) @24968b5   8 months mc hr: assemble: check specified number of devices against metadata
(edit) @9c1cf34c   8 months mc hr: add strip size to metadata and hr_volume_t
(edit) @b0f1366   8 months mc hr: write persistent metadata, assemble array from metadata
(edit) @ee83e9c   8 months mc hrctl: use sizeof(devname) instead of a constant
(edit) @095a989   8 months mc hr: add status printing
(edit) @e192339   8 months mc hrctl: add option for creating array from config file
(edit) @44ea48e   8 months mc hr: register hr array under "devices/XXXX"
(edit) @68e357e   8 months mc hr: use array for devname and devices for now
(edit) @680e8c8   8 months mc hr: initialize big_lock once
(edit) @a8b2d9e7   9 months mc hr: add RAID 0 (striping)
(edit) @12cbf25e   9 months mc hr: disk size checking
(edit) @da5c257   9 months mc hr: create util.c
(edit) @e0b7763   9 months mc hr: fix volume list locking
(edit) @4e84176   9 months mc init: add "/srv/bd/hr"
(edit) @94d84a0   9 months mc hr: initial trivial mirroring implementation
(edit) @dd495c9   9 months mc locsrv: add "raid" category
(edit) @e82b37e   9 months jiri Fix decoding of changed MAC address.
(edit) @dbae3b6   9 months jiri Persistently store taskmon configuration.
(edit) @4af6fb1   9 months jiri Remove forgotten debug messages
(edit) @9546146   9 months jiri Persistently store display/seat configuration.
(edit) @ca95ccd   9 months jiri Fix file closing, volume config sync.
(edit) @cde067e   9 months jiri Add UI window callback that is called when window is resized.
(edit) @69d4aba   9 months zarevucky.jiri libgfximage: Fix integer multiplication overflow in TGA parser
(edit) @7268bf1   9 months zarevucky.jiri libc/test/string.c: Add GCC diagnostic category to ignore
(edit) @4c25f86b   9 months zarevucky.jiri viewer: Fix deallocation loop
(edit) @c06bd5e   9 months zarevucky.jiri init: Add missing NULL terminator in directory list
(edit) @b889a64   9 months zarevucky.jiri Fix typo in comment
(edit) @5b110a9   9 months martin pkg: Temporarily use an IPv4-only hostname Use an IPv4-only hostname …
(edit) @14b2ac7   9 months martin Change relevant URLs from HTTP to HTTPS The helenos.org web site …
(edit) @f8cb1bc5   9 months martin Make the syntax help more useful Use an URL that is guaranteed to …
(edit) @ac9b4f2   9 months jiri Change SIF storage format to be more XML-like While slightly more …
(edit) @bff8619   9 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @a3ba37d   9 months noreply ata_channel_destroy(): unlock channel mutex after error See pull …
(edit) @53bff11   9 months noreply vbd: free disk service name on disk remove See pull request …
(edit) @3d2d455b   9 months mc ata_channel_destroy(): unlock channel mutex after error
(edit) @ddfe233   9 months mc vbd: free disk service name on disk remove
(edit) @04e520e   10 months jiri Config file persistence Copy /cfg to /w/cfg when installing and when …
(edit) @145d4e2e   10 months jiri Add doxygen group definition and minimal unit tests to libata
(edit) @48b8928   10 months jiri Prevent failure when deleting a partition that is not mounted.
(edit) @f32f89a   10 months jiri Fix format specifiers not correct for 32-bit
(edit) @994f87b   10 months jiri Add File/New and File/Open to text editor Change repeat search …
(edit) @705b65ea   10 months jiri Do not automatically mount floppy. Reduce driver verbosity.
(edit) @f77ede10   10 months jiri Write data (floppy)
(edit) @878736e   10 months jiri Fix ccheck.
(edit) @dc5647e   10 months jiri PC floppy disk driver Bare minimum implemented.
(edit) @e3997a8   11 months jiri Do not send press event to focused window obscured by popup window
(edit) @af3235d   11 months 5887334+jxsvoboda Make HelenOS compilable when detailed kernel message is enabled
(edit) @6a044dd   11 months 5887334+jxsvoboda Remove the necessity of initrd to be in the last of grub's modules list
(edit) @49aaa0e   11 months jiri Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful …
(edit) @ec50d65e   11 months jiri Editor needs to hide cursor when menu bar is activated
(edit) @743f2cdd   11 months jiri Fix error path when adding ATA devices This would errorneously cause …
(edit) @7cec216   11 months jiri Fdisk needs to unmount partition before trying to delete it
(edit) @df1b4a8   11 months jiri Fix volume label entry / rootdir creation in mkfat for FAT32 With …
(edit) @c15296b   11 months 5887334+jxsvoboda Encode and decode GPT UUIDs in little-endian format
(edit) @3887aab2   11 months 5887334+jxsvoboda Change internal UUID representation to named fields
(edit) @0b1f01c   11 months 5887334+jxsvoboda Add option for 16-bit random number generation
(edit) @221daa5   11 months jiri Fix off-by-one errors (thx Miroslav Cimerman)
(edit) @01d5049   11 months jiri PCI-IDE should correctly handle interrupt sharing
(edit) @c4ed9fa   11 months jiri Add missing docblock
(edit) @9739b5a   11 months jiri Add DMA support to PACKET command
(edit) @a38d504   11 months jiri Limit I/O operations not to exceed DMA buffer size
(edit) @645d3832   11 months jiri Add DMA support to PCI-IDE / libata (register commands)
(edit) @69c376b5   12 months jiri Avoid invoking SYSCALL macro outside of libc.
(edit) @c576800   12 months jiri The main program's relocation must be processed after the shared libs
(edit) @b192915a   12 months jiri Add test case for public variable initialized with a relocated value
(edit) @9b95b964   12 months jiri Array of strings sys_dirs must be NULL-terminated
(edit) @b6f8f69   12 months jiri Attempt to deal with changing disk device names in sysinst
(edit) @3526f4f3   12 months jiri On 486 we cannot call read_msr()/write_msr()
(edit) @443695e   12 months jiri Basic PCI-IDE driver (no DMA support) Also, make sure we avoid …
(edit) @1801005   12 months jiri Fix IPv6 address parsing
(edit) @60744cb   12 months jiri Let driver specify any argument to IRQ handler This allows the driver …
(edit) @646849b3   12 months jiri Handle both IDE channels in the same driver instance We need to work …
(edit) @59c0f478   12 months jiri Rename ata_bd → isa-ide
(edit) @2791fbb7   12 months jiri Move generic ATA code out to libata
(edit) @64cf7a3   13 months jiri ATA Block Driver support for IRQ You can fall back to PIO mode by not …
(edit) @21989e5   13 months jiri Allow ata_bd to transfer more than 1 block in a single IO
(edit) @926d9d9b   13 months jiri Remove forgotten debug output
(edit) @7ae01d5   13 months jiri Remove unused comm_size parameter of block_init()
(edit) @bdd9e92   13 months jiri Add random and sequential disk read benchmark
(edit) @522eecf   14 months jiri Third time's the charm
(edit) @f171677   14 months jiri Update screenshot (2nd attempt)
(edit) @f1c6975   14 months jiri Update screenshot
(edit) @b3af081   14 months jiri Bump version to 0.14.1 (Aladar)
(edit) @bdf06ad   14 months jiri Fix ccheck.
(edit) @fd398b2c   14 months jiri Work around IA-64 compiler bug.
(edit) @3dd99dde   14 months jiri Fix export libraries list and helenos-pkg-config default export path
(edit) @a29af37   14 months jiri Fix navigator tests
(edit) @2f11647f   14 months jiri Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
(edit) @7b7a7d2   14 months jiri Fix ze schrecklig tool von Dreckmore (a.k.a. mkarray_for_meson)
(edit) @394ffff   14 months jiri Add Image Viewer to start menu
(edit) @41e1258   14 months jiri Viewer should quit on Ctrl-Q and Escape, apart from just Q.
(edit) @45208e22   14 months jiri Viewer to let user browse for image file if not specified as argument
(edit) @c3d4b39b   14 months jiri Move window creation/destruction code to viewer_window_create/destroy()
(edit) @3f81cdc   14 months jiri Move viewer global variables into viewer_t
(edit) @0ffa40a7   15 months jiri Viewer should support console mode
Note: See TracRevisionLog for help on using the revision log.