source: mainline/uspace/app

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28769117   8 months mc hrctl: usage string modification
(edit) @586b39d   9 months mc hrctl: handle unkown options
(edit) @bf0a791   9 months mc hr: cstyle
(edit) @b56d88f   9 months mc bdwrite: fix writing
(edit) @5b320ac   9 months mc hr: hotspares + RAID1 rebuild
(edit) @dfa2313   9 months mc hr: rename HR_MAXDEVS → HR_MAX_EXTENTS
(edit) @64eba57   9 months mc hrctl: fix memory leaks
(edit) @972b011   9 months mc hrctl: update usage Add a note to usage about automatic prepending of …
(edit) @8f7e1b1   9 months mc hrctl: rename flag —stop (-T) to —destroy (-D)
(edit) @cf28ffd3   10 months mc hr: add option to silently fail an extent
(edit) @6124ee1   10 months mc bdwrite: cstyle
(edit) @1903d77   10 months mc bdwrite: fill blocks with 'A' - 'Z' Following parity blocks in …
(edit) @e47a032   10 months mc hr: base for status handling
(edit) @76cd345   10 months mc bdwrite: write as many blocks as possible at once
(edit) @50bed55d   10 months mc hr: rename levels to upper case
(edit) @6d55e39   10 months mc hrctl: remove disk concatenation option
(edit) @c997374   11 months mc hr: merge assemble and create functions
(edit) @2b8901be   11 months mc hrctl: add RAID 4 to usage message
(edit) @34abe6c5   11 months mc hrctl: inform about stopping a service that does not exit
(edit) @f9440e0d   11 months mc hrctl: add —stop option to usage
(edit) @4a2a6b8b   12 months mc hr: add initial RAID 4 0 (non-rotating parity on disk 0)
(edit) @a19d7fc4   12 months mc hr: add option (-T, —stop) for removing an active array
(edit) @ab5a2597   12 months mc bdwrite: writing to block devices
(edit) @b0f1366   12 months mc hr: write persistent metadata, assemble array from metadata
(edit) @ee83e9c   12 months mc hrctl: use sizeof(devname) instead of a constant
(edit) @095a989   12 months mc hr: add status printing
(edit) @e192339   12 months mc hrctl: add option for creating array from config file
(edit) @68e357e   12 months mc hr: use array for devname and devices for now
(edit) @4e84176   12 months mc init: add "/srv/bd/hr"
(edit) @94d84a0   12 months mc hr: initial trivial mirroring implementation
(edit) @dbae3b6   12 months jiri Persistently store taskmon configuration.
(edit) @ca95ccd   12 months jiri Fix file closing, volume config sync.
(edit) @4c25f86b   12 months zarevucky.jiri viewer: Fix deallocation loop
(edit) @c06bd5e   12 months zarevucky.jiri init: Add missing NULL terminator in directory list
(edit) @5b110a9   12 months martin pkg: Temporarily use an IPv4-only hostname Use an IPv4-only hostname …
(edit) @14b2ac7   12 months martin Change relevant URLs from HTTP to HTTPS The helenos.org web site …
(edit) @f8cb1bc5   12 months martin Make the syntax help more useful Use an URL that is guaranteed to …
(edit) @ac9b4f2   12 months jiri Change SIF storage format to be more XML-like While slightly more …
(edit) @bff8619   12 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @04e520e   13 months jiri Config file persistence Copy /cfg to /w/cfg when installing and when …
(edit) @994f87b   13 months jiri Add File/New and File/Open to text editor Change repeat search …
(edit) @ec50d65e   14 months jiri Editor needs to hide cursor when menu bar is activated
(edit) @df1b4a8   14 months jiri Fix volume label entry / rootdir creation in mkfat for FAT32 With …
(edit) @b192915a   15 months jiri Add test case for public variable initialized with a relocated value
(edit) @9b95b964   15 months jiri Array of strings sys_dirs must be NULL-terminated
(edit) @b6f8f69   15 months jiri Attempt to deal with changing disk device names in sysinst
(edit) @646849b3   15 months jiri Handle both IDE channels in the same driver instance We need to work …
(edit) @926d9d9b   16 months jiri Remove forgotten debug output
(edit) @7ae01d5   16 months jiri Remove unused comm_size parameter of block_init()
(edit) @bdd9e92   16 months jiri Add random and sequential disk read benchmark
(edit) @bdf06ad   17 months jiri Fix ccheck.
(edit) @a29af37   17 months jiri Fix navigator tests
(edit) @2f11647f   17 months jiri Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
(edit) @394ffff   18 months jiri Add Image Viewer to start menu
(edit) @41e1258   18 months jiri Viewer should quit on Ctrl-Q and Escape, apart from just Q.
(edit) @45208e22   18 months jiri Viewer to let user browse for image file if not specified as argument
(edit) @c3d4b39b   18 months jiri Move window creation/destruction code to viewer_window_create/destroy()
(edit) @3f81cdc   18 months jiri Move viewer global variables into viewer_t
(edit) @0ffa40a7   18 months jiri Viewer should support console mode
(edit) @0a411bbf   18 months jiri Fix GFXDemo bitmap rendering in text mode
(edit) @211fd68   18 months jiri Add text mode support to Barber
(edit) @cd27cd1   18 months jiri About HelenOS should fall back to console automatically + fix unused
(edit) @2cdf520   18 months jiri Fix bug when moving menu entry down
(edit) @e229148   18 months jiri Morph Launcher into About HelenOS
(edit) @d92b8e8f   18 months jiri Start menu support for passing input device ID (multiseat)
(edit) @ee3b28a9   18 months jiri Notify taskbar when start menu changes
(edit) @90ba06c   18 months jiri Display configuration needs to properly close UI on error
(edit) @95e2967   18 months jiri Add more entries to start menu
(edit) @e63e74a   18 months jiri Start menu separator entry support
(edit) @5f3188b8   19 months jiri Replace Terminal entry with Command Line Instead of starting …
(edit) @10657856   19 months jiri Remove forgotten debug print
(edit) @28ca31ed   19 months jiri Moving start menu entry up and down
(edit) @242e3c3   19 months jiri Check whether UI resume succeeded.
(edit) @806d761   19 months jiri Start menu should have 'open in terminal' functionality Makes it …
(edit) @550ed86   20 months jiri Need to add new start menu entry to editor's list topic/simplify-dev-export
(edit) @f87ff8e   20 months jiri Creating new start menu entry topic/simplify-dev-export
(edit) @82d3c28   20 months jiri Let taskbar survive not finding a configuration file topic/simplify-dev-export
(edit) @21a65cca   20 months jiri Taskbar-cfg should create configuration file if it does not exist topic/simplify-dev-export
(edit) @2b4e02b   20 months jiri Deleting start menu entry topic/simplify-dev-export
(edit) @f393bc0   21 months jiri Add task_get_id syscall benchmark topic/simplify-dev-export
(edit) @68655bc2   21 months jiri Fix default time computation in hbench topic/simplify-dev-export
(edit) @381c426   21 months jiri IPC read 1k / write 1k benchmarks 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) @a635535   21 months jiri Move console/con_srv out of libc into a separate library topic/simplify-dev-export
(edit) @8f04992   21 months jiri Move corecfg from libc to a separate library topic/simplify-dev-export
(edit) @0e2eee1   21 months jiri Move ipc_test to a separate library topic/simplify-dev-export
(edit) @ef4d684   21 months jiri It should be 'trough', not 'through', dummy! (thx thepinballroom) Who … topic/simplify-dev-export
(edit) @69935a8   21 months jiri Remove debug messages topic/simplify-dev-export
(edit) @5e758e4   21 months jiri When start menu entry is edited, editor list needs updating We need … 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
(edit) @dcd8214   22 months jiri Add dialog window for editing start menu entry Note it does not do … topic/msim-upgrade topic/simplify-dev-export
(edit) @44e8541   22 months zarevucky.jiri Move stdlib.h and some of its function into /common topic/msim-upgrade topic/simplify-dev-export
(edit) @95fc538   22 months jiri It should be Taskbar not Task Bar topic/msim-upgrade topic/simplify-dev-export
(edit) @cb2894e   22 months jiri Taskbar configuration utility (WIP) topic/msim-upgrade topic/simplify-dev-export
(edit) @dd7df1c   22 months zarevucky.jiri Silence spurious/unwanted GCC warnings using pragmas ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @0eea807   22 months zarevucky.jiri Remove memory leak ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @d4643db   23 months jiri Add missing header (oops) ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @b279899   23 months jiri Rename startmenu library to tbarcfg There may be other aspects of … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @4030072   23 months jiri Open start menu on button press, not click Now it can be closed with … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @9e240c1   23 months jiri GFX Demo 'ui' should fall back to console by default ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.