source: mainline/uspace

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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   23 months jiri Fix format specifiers not correct for 32-bit topic/fix-logger-deadlock
(edit) @994f87b   23 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   2 years jiri Do not send press event to focused window obscured by popup window 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
(edit) @01d5049   2 years jiri PCI-IDE should correctly handle interrupt sharing topic/fix-logger-deadlock
(edit) @c4ed9fa   2 years jiri Add missing docblock topic/fix-logger-deadlock
(edit) @9739b5a   2 years jiri Add DMA support to PACKET command topic/fix-logger-deadlock
(edit) @a38d504   2 years jiri Limit I/O operations not to exceed DMA buffer size topic/fix-logger-deadlock
(edit) @645d3832   2 years jiri Add DMA support to PCI-IDE / libata (register commands) topic/fix-logger-deadlock
(edit) @69c376b5   2 years jiri Avoid invoking SYSCALL macro outside of libc. topic/fix-logger-deadlock
(edit) @c576800   2 years jiri The main program's relocation must be processed after the shared libs topic/fix-logger-deadlock
(edit) @b192915a   2 years jiri Add test case for public variable initialized with a relocated value topic/fix-logger-deadlock
(edit) @9b95b964   2 years jiri Array of strings sys_dirs must be NULL-terminated topic/fix-logger-deadlock
(edit) @b6f8f69   2 years jiri Attempt to deal with changing disk device names in sysinst topic/fix-logger-deadlock
(edit) @443695e   2 years jiri Basic PCI-IDE driver (no DMA support) Also, make sure we avoid … topic/fix-logger-deadlock
(edit) @1801005   2 years jiri Fix IPv6 address parsing topic/fix-logger-deadlock
(edit) @60744cb   2 years jiri Let driver specify any argument to IRQ handler This allows the driver … topic/fix-logger-deadlock
(edit) @646849b3   2 years jiri Handle both IDE channels in the same driver instance We need to work … topic/fix-logger-deadlock
(edit) @59c0f478   2 years jiri Rename ata_bd → isa-ide topic/fix-logger-deadlock
(edit) @2791fbb7   2 years jiri Move generic ATA code out to libata topic/fix-logger-deadlock
(edit) @64cf7a3   2 years jiri ATA Block Driver support for IRQ You can fall back to PIO mode by not … topic/fix-logger-deadlock
(edit) @21989e5   2 years jiri Allow ata_bd to transfer more than 1 block in a single IO topic/fix-logger-deadlock
(edit) @926d9d9b   2 years jiri Remove forgotten debug output topic/fix-logger-deadlock
(edit) @7ae01d5   2 years jiri Remove unused comm_size parameter of block_init() topic/fix-logger-deadlock
(edit) @bdd9e92   2 years jiri Add random and sequential disk read benchmark topic/fix-logger-deadlock
(edit) @bdf06ad   2 years jiri Fix ccheck. topic/fix-logger-deadlock
(edit) @3dd99dde   2 years jiri Fix export libraries list and helenos-pkg-config default export path topic/fix-logger-deadlock
(edit) @a29af37   2 years jiri Fix navigator tests topic/fix-logger-deadlock
(edit) @2f11647f   2 years jiri Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd(). topic/fix-logger-deadlock
(edit) @394ffff   2 years jiri Add Image Viewer to start menu topic/fix-logger-deadlock
(edit) @41e1258   2 years jiri Viewer should quit on Ctrl-Q and Escape, apart from just Q. topic/fix-logger-deadlock
(edit) @45208e22   2 years jiri Viewer to let user browse for image file if not specified as argument topic/fix-logger-deadlock
(edit) @c3d4b39b   2 years jiri Move window creation/destruction code to viewer_window_create/destroy() topic/fix-logger-deadlock
(edit) @3f81cdc   2 years jiri Move viewer global variables into viewer_t topic/fix-logger-deadlock
(edit) @0ffa40a7   2 years jiri Viewer should support console mode topic/fix-logger-deadlock
(edit) @0a411bbf   2 years jiri Fix GFXDemo bitmap rendering in text mode topic/fix-logger-deadlock
(edit) @211fd68   2 years jiri Add text mode support to Barber topic/fix-logger-deadlock
(edit) @cd27cd1   2 years jiri About HelenOS should fall back to console automatically + fix unused topic/fix-logger-deadlock
(edit) @7dbf1f6   2 years jiri Render RGB in EGA text mode using eight EGA colors (instead of two) topic/fix-logger-deadlock
(edit) @dd19446   2 years jiri Fix bug in usb_hid_translate_data() Fixes Lenovo wireless mouse topic/fix-logger-deadlock
(edit) @2cdf520   2 years jiri Fix bug when moving menu entry down topic/fix-logger-deadlock
(edit) @e229148   2 years jiri Morph Launcher into About HelenOS topic/fix-logger-deadlock
(edit) @d92b8e8f   2 years jiri Start menu support for passing input device ID (multiseat) topic/fix-logger-deadlock
(edit) @ee3b28a9   2 years jiri Notify taskbar when start menu changes topic/fix-logger-deadlock
(edit) @90ba06c   2 years jiri Display configuration needs to properly close UI on error topic/fix-logger-deadlock
(edit) @95e2967   2 years jiri Add more entries to start menu topic/fix-logger-deadlock
(edit) @e63e74a   2 years jiri Start menu separator entry support topic/fix-logger-deadlock
(edit) @5f3188b8   2 years jiri Replace Terminal entry with Command Line Instead of starting … topic/fix-logger-deadlock
(edit) @10657856   2 years jiri Remove forgotten debug print topic/fix-logger-deadlock
(edit) @28ca31ed   2 years jiri Moving start menu entry up and down topic/fix-logger-deadlock
(edit) @242e3c3   2 years jiri Check whether UI resume succeeded. topic/fix-logger-deadlock
(edit) @806d761   2 years jiri Start menu should have 'open in terminal' functionality Makes it … topic/fix-logger-deadlock
(edit) @5907aa4   2 years zarevucky.jiri Remove empty and unused header topic/fix-logger-deadlock
(edit) @88e188b2   2 years vojtech.horky export-dev: export start files too topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @7b907a0a   2 years vojtech.horky libclui: split into include/ and src/ topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @00e6288   2 years vojtech.horky Add export-dev target to export all libraries The new target … topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @550ed86   2 years jiri Need to add new start menu entry to editor's list topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @f87ff8e   2 years jiri Creating new start menu entry topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @82d3c28   2 years jiri Let taskbar survive not finding a configuration file topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @21a65cca   2 years jiri Taskbar-cfg should create configuration file if it does not exist topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @2b4e02b   2 years jiri Deleting start menu entry topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @f393bc0   2 years jiri Add task_get_id syscall benchmark topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @68655bc2   2 years jiri Fix default time computation in hbench topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @381c426   2 years jiri IPC read 1k / write 1k benchmarks topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @d53a5ab0   2 years jiri Add IPC read/write test to libipctest/ipc test server + tester Now … topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @10fc93c   2 years jiri Move charfield/chargrid/color/concaps to liboutput topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @6cef8d6a   2 years jiri Move keyboard/mouse event and device IPC from libc to libinput topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @fa942bc   2 years jiri Move input API to a separate library topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @0d275e1   2 years jiri Fix false moves topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @1be9ee0   2 years jiri Move output API to separate library topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @a635535   2 years jiri Move console/con_srv out of libc into a separate library topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @cad7b7e   2 years jiri Move clipboard API from libc to a separate library topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @8f04992   2 years jiri Move corecfg from libc to a separate library topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @0e2eee1   2 years jiri Move ipc_test to a separate library topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @ef4d684   2 years jiri It should be 'trough', not 'through', dummy! (thx thepinballroom) Who … topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @84d29a2   2 years jiri Libtbarcfg needs work Add tbarcfg_create(), smenu_entry_create(), … topic/fix-logger-deadlock topic/simplify-dev-export
(edit) @8a43f01   3 years jiri tbarcfg_close() should clean up topic/fix-logger-deadlock topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.