source: mainline/uspace/srv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @cf28ffd3   16 months mc hr: add option to silently fail an extent
(edit) @d84773a   16 months mc hr: RAID 1 state handling
(edit) @a438de5b   16 months mc hr: be consistent with extent terminology
(edit) @9fc1d36d   16 months mc hr: RAID 0 status handling
(edit) @e47a032   16 months mc hr: base for status handling
(edit) @066fed9   16 months mc hr: refactor metadata reading
(edit) @b422718   16 months mc hr: sort extents based on metadata index
(edit) @4dd650a   16 months mc hr: fix memory leaks in hr_create_srv()
(edit) @978130a   16 months mc hr: optimize RAID 0, 4, 5 to write whole strip
(edit) @fad91b9   16 months mc hr: make bd op functions more compact A single function now handles …
(edit) @50bed55d   17 months mc hr: rename levels to upper case
(edit) @08fa9e8   17 months mc hr: style: simplify return value in create functions
(edit) @12321f8   17 months mc hr: fix return value in write_parity()
(edit) @c7b4452   17 months mc hr: fix xorbuf memory leak
(edit) @abc2c4b   17 months mc hr: remove big lock, add lock for individual volumes
(edit) @68c966e   17 months mc hr: use HR_DEVNAME_LEN and HR_UUID_LEN defines
(edit) @4b759dc   17 months mc hr: sleep to get new random generator for UUID
(edit) @c997374   17 months mc hr: merge assemble and create functions
(edit) @dceb6e7   17 months mc hr: add initial RAID 5 with parity starting on extent 0 and data restart
(edit) @6b8e89b0   17 months mc hr: init fuction for each RAID level Compute total blocks, data …
(edit) @dbd91da   17 months mc hr: remake structures to include extent status Also rename .devs → …
(edit) @57c61b0   18 months mc hr: make data start at 4K aligned offset
(edit) @4a2a6b8b   18 months mc hr: add initial RAID 4 0 (non-rotating parity on disk 0)
(edit) @a19d7fc4   18 months mc hr: add option (-T, —stop) for removing an active array
(edit) @24968b5   18 months mc hr: assemble: check specified number of devices against metadata
(edit) @9c1cf34c   18 months mc hr: add strip size to metadata and hr_volume_t
(edit) @b0f1366   18 months mc hr: write persistent metadata, assemble array from metadata
(edit) @095a989   18 months mc hr: add status printing
(edit) @44ea48e   18 months mc hr: register hr array under "devices/XXXX"
(edit) @68e357e   18 months mc hr: use array for devname and devices for now
(edit) @680e8c8   18 months mc hr: initialize big_lock once
(edit) @a8b2d9e7   18 months mc hr: add RAID 0 (striping)
(edit) @12cbf25e   18 months mc hr: disk size checking
(edit) @da5c257   18 months mc hr: create util.c
(edit) @e0b7763   18 months mc hr: fix volume list locking
(edit) @94d84a0   18 months mc hr: initial trivial mirroring implementation
(edit) @dd495c9   18 months mc locsrv: add "raid" category
(edit) @e82b37e   18 months jiri Fix decoding of changed MAC address.
(edit) @dbae3b6   18 months jiri Persistently store taskmon configuration.
(edit) @4af6fb1   18 months jiri Remove forgotten debug messages
(edit) @9546146   18 months jiri Persistently store display/seat configuration.
(edit) @ca95ccd   18 months jiri Fix file closing, volume config sync.
(edit) @bff8619   19 months jiri Simplify SIF interface, remove contacts Remove transactions, move to …
(edit) @ddfe233   19 months mc vbd: free disk service name on disk remove
(edit) @48b8928   20 months jiri Prevent failure when deleting a partition that is not mounted.
(edit) @e3997a8   20 months jiri Do not send press event to focused window obscured by popup window
(edit) @49aaa0e   20 months jiri Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful …
(edit) @7ae01d5   22 months jiri Remove unused comm_size parameter of block_init()
(edit) @bdf06ad   2 years jiri Fix ccheck.
(edit) @7dbf1f6   2 years jiri Render RGB in EGA text mode using eight EGA colors (instead of two)
(edit) @ee3b28a9   2 years jiri Notify taskbar when start menu changes
(edit) @d53a5ab0   2 years jiri Add IPC read/write test to libipctest/ipc test server + tester Now … topic/simplify-dev-export
(edit) @6cef8d6a   2 years jiri Move keyboard/mouse event and device IPC from libc to libinput topic/simplify-dev-export
(edit) @fa942bc   2 years jiri Move input API to a separate library topic/simplify-dev-export
(edit) @1be9ee0   2 years jiri Move output API to separate library topic/simplify-dev-export
(edit) @a635535   2 years jiri Move console/con_srv out of libc into a separate library topic/simplify-dev-export
(edit) @cad7b7e   2 years jiri Move clipboard API from libc to a separate library topic/simplify-dev-export
(edit) @8f04992   2 years jiri Move corecfg from libc to a separate library topic/simplify-dev-export
(edit) @0e2eee1   2 years jiri Move ipc_test to a separate library topic/simplify-dev-export
(edit) @dd7df1c   2 years zarevucky.jiri Silence spurious/unwanted GCC warnings using pragmas ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @f5762c7   2 years zarevucky.jiri Ensure buffer is really big enough ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @1543d4c   2 years jiri Properly close drop-down menu on second menu-bar entry click Note … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @7e660378   2 years jiri Support Alt-key in serial console ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @be0ec50   2 years jiri Make sure menus are not obscured by task bar ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @4c6fd56   2 years jiri loc_server_register() should be callable more than once (API only) … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @0b6fad9   3 years jiri Avoid null pointer dereference when switching focus I hit this when I … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @acd7ac2   3 years jiri Switch focus to the right window when window is closed ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @8a4ceaa   3 years jiri Refuse to delete the last seat ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @c0757e1f   3 years jiri UI display configuration utility In addition to the command-line … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @61eb2ce2   3 years zarevucky.jiri Make hash table operations immutable, because global mutable state is evil ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @5d380b6   3 years jiri Create menu windows in the correct seat Add a mechanism to set the … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @6828a56   3 years jiri Avoid two seats fighting when moving/resizing a window When two seats … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @3be5366   3 years jiri Add pos_id information to move request, too This will become useful … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @3e7e226   3 years jiri Remove seat's focus when destroying it Stop leaking foci(TM) ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @a0d4afe   3 years jiri Make sure input device configuration is destroyed together with seat … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @b0ae23f   3 years jiri Change the correct pointer's shape when resizing window The request … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @46a47c0   3 years jiri Make sure window is only show as inactive when it loses last focus … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @b3eeae5   3 years jiri Assigning devices to seats ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @46b02cb   3 years jiri Add missing cfgclient.c ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @d8503fd   3 years jiri Display configuration utility and server support Currently we can … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @ca9aa89   3 years jiri Improve Shift-Tab window switching Use ds_window_find_alt() and make … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @ededdc4   3 years jiri Use ds_window_unfocus() when destroying a window ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @17c0f5d   3 years jiri Switch to another window when window is minimized And do it properly. … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @3c54869   3 years jiri Highlight active window in task bar ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @d9d6f29   3 years jiri Roll back properly in error path of ds_display_add_ddev() ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @4e7b0ad   3 years jiri Add missing actions in display destructor We might to actually … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @06176e1   3 years jiri Minimizing windows ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @29a5a99   3 years jiri Maximized windows should avoid task bar ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @6e91475   3 years jiri I can see an invisible button in the task bar Who're you gonna call? ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @d19d15b   3 years jiri Adjust message verbosity levels in display server ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @5d62130   3 years jiri Taskbar should be always on top We add support for topmost windows … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @68704ab   3 years jiri Do not list popup windows in task bar ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @88d828e   3 years jiri Keyboard events need device ID too + some DS multiseat work ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @a6492460   3 years jiri Pass ID of device that clicked the window button to activate window … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @54593f3   3 years jiri Remove obsolete 'renderer' category ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @60ebe63   3 years jiri Store positioning device ID in position events ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @3a6d44b7   3 years jiri Activate window by pushing window button on taskbar Note that with … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @f1f433d   3 years jiri Update window button when window caption changes ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @913add60   3 years jiri Deliver WM events for windows being added and removed ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @7cc30e9   3 years jiri Display server needs to store window caption Even though it does not … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.