source: mainline/uspace

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3887aab2   16 months 5887334+jxsvoboda Change internal UUID representation to named fields
(edit) @0b1f01c   16 months 5887334+jxsvoboda Add option for 16-bit random number generation
(edit) @221daa5   16 months jiri Fix off-by-one errors (thx Miroslav Cimerman)
(edit) @01d5049   16 months jiri PCI-IDE should correctly handle interrupt sharing
(edit) @c4ed9fa   16 months jiri Add missing docblock
(edit) @9739b5a   16 months jiri Add DMA support to PACKET command
(edit) @a38d504   16 months jiri Limit I/O operations not to exceed DMA buffer size
(edit) @645d3832   16 months jiri Add DMA support to PCI-IDE / libata (register commands)
(edit) @69c376b5   17 months jiri Avoid invoking SYSCALL macro outside of libc.
(edit) @c576800   17 months jiri The main program's relocation must be processed after the shared libs
(edit) @b192915a   17 months jiri Add test case for public variable initialized with a relocated value
(edit) @9b95b964   17 months jiri Array of strings sys_dirs must be NULL-terminated
(edit) @b6f8f69   17 months jiri Attempt to deal with changing disk device names in sysinst
(edit) @443695e   17 months jiri Basic PCI-IDE driver (no DMA support) Also, make sure we avoid …
(edit) @1801005   17 months jiri Fix IPv6 address parsing
(edit) @60744cb   17 months jiri Let driver specify any argument to IRQ handler This allows the driver …
(edit) @646849b3   17 months jiri Handle both IDE channels in the same driver instance We need to work …
(edit) @59c0f478   17 months jiri Rename ata_bd → isa-ide
(edit) @2791fbb7   17 months jiri Move generic ATA code out to libata
(edit) @64cf7a3   17 months jiri ATA Block Driver support for IRQ You can fall back to PIO mode by not …
(edit) @21989e5   18 months jiri Allow ata_bd to transfer more than 1 block in a single IO
(edit) @926d9d9b   18 months jiri Remove forgotten debug output
(edit) @7ae01d5   18 months jiri Remove unused comm_size parameter of block_init()
(edit) @bdd9e92   18 months jiri Add random and sequential disk read benchmark
(edit) @bdf06ad   19 months jiri Fix ccheck.
(edit) @3dd99dde   19 months jiri Fix export libraries list and helenos-pkg-config default export path
(edit) @a29af37   19 months jiri Fix navigator tests
(edit) @2f11647f   19 months jiri Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
(edit) @394ffff   19 months jiri Add Image Viewer to start menu
(edit) @41e1258   19 months jiri Viewer should quit on Ctrl-Q and Escape, apart from just Q.
(edit) @45208e22   19 months jiri Viewer to let user browse for image file if not specified as argument
(edit) @c3d4b39b   19 months jiri Move window creation/destruction code to viewer_window_create/destroy()
(edit) @3f81cdc   19 months jiri Move viewer global variables into viewer_t
(edit) @0ffa40a7   19 months jiri Viewer should support console mode
(edit) @0a411bbf   19 months jiri Fix GFXDemo bitmap rendering in text mode
(edit) @211fd68   19 months jiri Add text mode support to Barber
(edit) @cd27cd1   19 months jiri About HelenOS should fall back to console automatically + fix unused
(edit) @7dbf1f6   19 months jiri Render RGB in EGA text mode using eight EGA colors (instead of two)
(edit) @dd19446   19 months jiri Fix bug in usb_hid_translate_data() Fixes Lenovo wireless mouse
(edit) @2cdf520   19 months jiri Fix bug when moving menu entry down
(edit) @e229148   19 months jiri Morph Launcher into About HelenOS
(edit) @d92b8e8f   19 months jiri Start menu support for passing input device ID (multiseat)
(edit) @ee3b28a9   20 months jiri Notify taskbar when start menu changes
(edit) @90ba06c   20 months jiri Display configuration needs to properly close UI on error
(edit) @95e2967   20 months jiri Add more entries to start menu
(edit) @e63e74a   20 months jiri Start menu separator entry support
(edit) @5f3188b8   20 months jiri Replace Terminal entry with Command Line Instead of starting …
(edit) @10657856   20 months jiri Remove forgotten debug print
(edit) @28ca31ed   20 months jiri Moving start menu entry up and down
(edit) @242e3c3   20 months jiri Check whether UI resume succeeded.
(edit) @806d761   20 months jiri Start menu should have 'open in terminal' functionality Makes it …
(edit) @5907aa4   21 months zarevucky.jiri Remove empty and unused header
(edit) @88e188b2   21 months vojtech.horky export-dev: export start files too topic/simplify-dev-export
(edit) @7b907a0a   21 months vojtech.horky libclui: split into include/ and src/ topic/simplify-dev-export
(edit) @00e6288   21 months vojtech.horky Add export-dev target to export all libraries The new target … topic/simplify-dev-export
(edit) @550ed86   22 months jiri Need to add new start menu entry to editor's list topic/simplify-dev-export
(edit) @f87ff8e   22 months jiri Creating new start menu entry topic/simplify-dev-export
(edit) @82d3c28   22 months jiri Let taskbar survive not finding a configuration file topic/simplify-dev-export
(edit) @21a65cca   22 months jiri Taskbar-cfg should create configuration file if it does not exist topic/simplify-dev-export
(edit) @2b4e02b   22 months jiri Deleting start menu entry topic/simplify-dev-export
(edit) @f393bc0   22 months jiri Add task_get_id syscall benchmark topic/simplify-dev-export
(edit) @68655bc2   22 months jiri Fix default time computation in hbench topic/simplify-dev-export
(edit) @381c426   22 months jiri IPC read 1k / write 1k benchmarks topic/simplify-dev-export
(edit) @d53a5ab0   22 months jiri Add IPC read/write test to libipctest/ipc test server + tester Now … topic/simplify-dev-export
(edit) @10fc93c   22 months jiri Move charfield/chargrid/color/concaps to liboutput topic/simplify-dev-export
(edit) @6cef8d6a   22 months jiri Move keyboard/mouse event and device IPC from libc to libinput topic/simplify-dev-export
(edit) @fa942bc   22 months jiri Move input API to a separate library topic/simplify-dev-export
(edit) @0d275e1   23 months jiri Fix false moves topic/simplify-dev-export
(edit) @1be9ee0   23 months jiri Move output API to separate library topic/simplify-dev-export
(edit) @a635535   23 months jiri Move console/con_srv out of libc into a separate library topic/simplify-dev-export
(edit) @cad7b7e   23 months jiri Move clipboard API from libc to a separate library topic/simplify-dev-export
(edit) @8f04992   23 months jiri Move corecfg from libc to a separate library topic/simplify-dev-export
(edit) @0e2eee1   23 months jiri Move ipc_test to a separate library topic/simplify-dev-export
(edit) @ef4d684   23 months jiri It should be 'trough', not 'through', dummy! (thx thepinballroom) Who … topic/simplify-dev-export
(edit) @84d29a2   23 months jiri Libtbarcfg needs work Add tbarcfg_create(), smenu_entry_create(), … topic/simplify-dev-export
(edit) @8a43f01   23 months jiri tbarcfg_close() should clean up topic/simplify-dev-export
(edit) @69935a8   23 months jiri Remove debug messages topic/simplify-dev-export
(edit) @5e758e4   23 months jiri When start menu entry is edited, editor list needs updating We need … topic/simplify-dev-export
(edit) @f5fb307   2 years zarevucky.jiri Remove resolved FIXME topic/simplify-dev-export
(edit) @8281c06   2 years zarevucky.jiri Try to fix libposix include issue topic/simplify-dev-export
(edit) @d76862d0   2 years zarevucky.jiri Move prodcons back to libc topic/simplify-dev-export
(edit) @b1397ab   2 years jiri Start menu editor is editing You can change an entry and it will be … topic/msim-upgrade topic/simplify-dev-export
(edit) @dcd8214   2 years jiri Add dialog window for editing start menu entry Note it does not do … topic/msim-upgrade topic/simplify-dev-export
(edit) @694ca3d6   2 years zarevucky.jiri Deduplicate printf_core() topic/msim-upgrade topic/simplify-dev-export
(edit) @ad9178bf   2 years zarevucky.jiri Deduplicate ADT topic/msim-upgrade topic/simplify-dev-export
(edit) @55c5cb05   2 years zarevucky.jiri Deduplicate gsort() topic/msim-upgrade topic/simplify-dev-export
(edit) @fdfb24e   2 years zarevucky.jiri Deduplicate string related functions topic/msim-upgrade topic/simplify-dev-export
(edit) @44e8541   2 years zarevucky.jiri Move stdlib.h and some of its function into /common topic/msim-upgrade topic/simplify-dev-export
(edit) @b169619   2 years zarevucky.jiri Deduplicate mem functions There are a number of functions which are … topic/msim-upgrade topic/simplify-dev-export
(edit) @95fc538   2 years jiri It should be Taskbar not Task Bar topic/msim-upgrade topic/simplify-dev-export
(edit) @cb2894e   2 years jiri Taskbar configuration utility (WIP) topic/msim-upgrade topic/simplify-dev-export
(edit) @29ed06d   2 years zarevucky.jiri Explicitly cast interchangable but distinct enum types ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @cc73f6d4   2 years zarevucky.jiri Avoid casting between enum types ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @133461c   2 years zarevucky.jiri Align arm32 atomic op prototypes with compiler's expectations Based … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @e8c235b   2 years zarevucky.jiri C++: expand loop if types are different ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @d5409da   2 years zarevucky.jiri C++: mutex::init should be constexpr ticket/834-toolchain-update topic/msim-upgrade 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) @590cb6d2   2 years zarevucky.jiri Remove some inappropriate uses of attribute((packed)) … ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @aaafcc8   2 years zarevucky.jiri C++: resolve ambiguous naming ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @1502c05   2 years zarevucky.jiri C++ strings: missing space for null terminator ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.