source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f0920f9f   11 days noreply Merge 12f5a1be9347ae8a4c87b277c612c58c71f5f5fc into …
(edit) @49aaa0e   2 weeks jiri Switch virtual consoles using Alt-Fn or Shift-Fn Shift-Fn is useful …
(edit) @ec50d65e   2 weeks jiri Editor needs to hide cursor when menu bar is activated
(edit) @743f2cdd   2 weeks jiri Fix error path when adding ATA devices This would errorneously cause …
(edit) @7cec216   2 weeks jiri Fdisk needs to unmount partition before trying to delete it
(edit) @df1b4a8   2 weeks jiri Fix volume label entry / rootdir creation in mkfat for FAT32 With …
(edit) @c15296b   3 weeks 5887334+jxsvoboda Encode and decode GPT UUIDs in little-endian format
(edit) @3887aab2   3 weeks 5887334+jxsvoboda Change internal UUID representation to named fields
(edit) @0b1f01c   3 weeks 5887334+jxsvoboda Add option for 16-bit random number generation
(edit) @221daa5   3 weeks jiri Fix off-by-one errors (thx Miroslav Cimerman)
(edit) @01d5049   4 weeks jiri PCI-IDE should correctly handle interrupt sharing
(edit) @c4ed9fa   4 weeks jiri Add missing docblock
(edit) @9739b5a   4 weeks jiri Add DMA support to PACKET command
(edit) @a38d504   4 weeks jiri Limit I/O operations not to exceed DMA buffer size
(edit) @645d3832   4 weeks jiri Add DMA support to PCI-IDE / libata (register commands)
(edit) @69c376b5   5 weeks jiri Avoid invoking SYSCALL macro outside of libc.
(edit) @c576800   5 weeks jiri The main program's relocation must be processed after the shared libs
(edit) @b192915a   5 weeks jiri Add test case for public variable initialized with a relocated value
(edit) @9b95b964   7 weeks jiri Array of strings sys_dirs must be NULL-terminated
(edit) @b6f8f69   7 weeks jiri Attempt to deal with changing disk device names in sysinst
(edit) @3526f4f3   7 weeks jiri On 486 we cannot call read_msr()/write_msr()
(edit) @443695e   7 weeks jiri Basic PCI-IDE driver (no DMA support) Also, make sure we avoid …
(edit) @1801005   7 weeks jiri Fix IPv6 address parsing
(edit) @60744cb   7 weeks jiri Let driver specify any argument to IRQ handler This allows the driver …
(edit) @646849b3   7 weeks jiri Handle both IDE channels in the same driver instance We need to work …
(edit) @59c0f478   7 weeks jiri Rename ata_bd → isa-ide
(edit) @2791fbb7   7 weeks jiri Move generic ATA code out to libata
(edit) @64cf7a3   2 months jiri ATA Block Driver support for IRQ You can fall back to PIO mode by not …
(edit) @21989e5   2 months jiri Allow ata_bd to transfer more than 1 block in a single IO
(edit) @926d9d9b   2 months jiri Remove forgotten debug output
(edit) @7ae01d5   2 months jiri Remove unused comm_size parameter of block_init()
(edit) @bdd9e92   2 months jiri Add random and sequential disk read benchmark
(edit) @522eecf   3 months jiri Third time's the charm
(edit) @f171677   3 months jiri Update screenshot (2nd attempt)
(edit) @f1c6975   3 months jiri Update screenshot
(edit) @b3af081   3 months jiri Bump version to 0.14.1 (Aladar)
(edit) @bdf06ad   3 months jiri Fix ccheck.
(edit) @fd398b2c   3 months jiri Work around IA-64 compiler bug.
(edit) @3dd99dde   3 months jiri Fix export libraries list and helenos-pkg-config default export path
(edit) @a29af37   4 months jiri Fix navigator tests
(edit) @2f11647f   4 months jiri Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
(edit) @7b7a7d2   4 months jiri Fix ze schrecklig tool von Dreckmore (a.k.a. mkarray_for_meson)
(edit) @394ffff   4 months jiri Add Image Viewer to start menu
(edit) @41e1258   4 months jiri Viewer should quit on Ctrl-Q and Escape, apart from just Q.
(edit) @45208e22   4 months jiri Viewer to let user browse for image file if not specified as argument
(edit) @c3d4b39b   4 months jiri Move window creation/destruction code to viewer_window_create/destroy()
(edit) @3f81cdc   4 months jiri Move viewer global variables into viewer_t
(edit) @0ffa40a7   4 months jiri Viewer should support console mode
(edit) @0a411bbf   4 months jiri Fix GFXDemo bitmap rendering in text mode
(edit) @211fd68   4 months jiri Add text mode support to Barber
(edit) @cd27cd1   4 months jiri About HelenOS should fall back to console automatically + fix unused
(edit) @7dbf1f6   4 months jiri Render RGB in EGA text mode using eight EGA colors (instead of two)
(edit) @dd19446   4 months jiri Fix bug in usb_hid_translate_data() Fixes Lenovo wireless mouse
(edit) @2cdf520   4 months jiri Fix bug when moving menu entry down
(edit) @e229148   4 months jiri Morph Launcher into About HelenOS
(edit) @d92b8e8f   4 months jiri Start menu support for passing input device ID (multiseat)
(edit) @ee3b28a9   4 months jiri Notify taskbar when start menu changes
(edit) @90ba06c   4 months jiri Display configuration needs to properly close UI on error
(edit) @95e2967   5 months jiri Add more entries to start menu
(edit) @e63e74a   5 months jiri Start menu separator entry support
(edit) @5f3188b8   5 months jiri Replace Terminal entry with Command Line Instead of starting …
(edit) @10657856   5 months jiri Remove forgotten debug print
(edit) @28ca31ed   5 months jiri Moving start menu entry up and down
(edit) @242e3c3   5 months jiri Check whether UI resume succeeded.
(edit) @806d761   5 months jiri Start menu should have 'open in terminal' functionality Makes it …
(edit) @74cb6610   5 months zarevucky.jiri Fix the reference leak for initial tasks too
(edit) @f8b69a1e   5 months zarevucky.jiri Fix a reference leak introduced by previous commit Oddly, prior to …
(edit) @07d4271   5 months zarevucky.jiri Fix some unsound task reference manipulation and locking In some …
(edit) @1a1e124   5 months zarevucky.jiri Add static refcount initializer
(edit) @a5b5f17   6 months zarevucky.jiri Merge scheduler refactoring to remove the need for thread structure …
(edit) @d23712e   6 months zarevucky.jiri Use thread state variable instead of a cpu local variable to pass state
(edit) @dfa4be62   6 months zarevucky.jiri Thread lock is no longer necessary
(edit) @a3d87b9   6 months zarevucky.jiri We don't need to check thread state to wait for thread exit
(edit) @9fbdeca   6 months zarevucky.jiri The initialization value for priority is actually irrelevant
(edit) @3fa4e22a   6 months zarevucky.jiri Only do fpu_cleanup() once we are sure we are switching
(edit) @515f1b1   6 months zarevucky.jiri Organize thread_t fields by access constraints
(edit) @11909ce3   6 months zarevucky.jiri Make thread cycle statistics atomic
(edit) @33e15a0   6 months zarevucky.jiri Make thread→btrace weakly atomic, to avoid need for thread lock
(edit) @7364e2d1   6 months zarevucky.jiri Don't try to determine internal thread state when requesting stack …
(edit) @41bfc64   6 months zarevucky.jiri Make thread→state weakly atomic so we don't need to hold thread lock
(edit) @3d84734   6 months zarevucky.jiri Make thread→priority weakly atomic to avoid need for locking
(edit) @efed95a3   6 months zarevucky.jiri Make thread→cpu weakly atomic, to avoid need for thread lock
(edit) @286da52   6 months zarevucky.jiri Streamline requeuing threads Split thread_ready() into different …
(edit) @6a0e568   6 months zarevucky.jiri Allow fast-switch to another runnable thread When a thread is …
(edit) @c1eaec4   6 months zarevucky.jiri Shuffle some locks around
(edit) @25939997   6 months zarevucky.jiri Make separate-stack-scheduler a loop with persistent context We can …
(edit) @1c1767f   6 months zarevucky.jiri Remove empty C file
(edit) @29029ac0   6 months zarevucky.jiri Call after_thread_ran_arch() before context switch This is only used …
(edit) @ed7e057   6 months zarevucky.jiri Add functions context_create(), context_replace() and context_swap() …
(edit) @4ed7870   6 months zarevucky.jiri Revert part of commit 5861b602
(edit) @e82879c   6 months zarevucky.jiri Remove unnecessary function
(edit) @0f4f1b2   6 months zarevucky.jiri Add (and use) functions thread_start() and thread_detach() Mostly …
(edit) @a064d4f   6 months zarevucky.jiri Make thread_join() imply thread_put() This makes the function more …
(edit) @5861b60   6 months zarevucky.jiri Lift actions that do not need separate context out of …
(edit) @c7ceacf   6 months zarevucky.jiri Merge part of scheduler refactoring changes A series of changes meant …
(edit) @151c050   6 months zarevucky.jiri Rethink scheduler entry points Changes the way scheduler is entered, …
(edit) @8996582   6 months zarevucky.jiri Move context switch preparation to a new separate function This puts …
(edit) @6e49dab   6 months zarevucky.jiri Extract post-thread cleanup into a separate function
(edit) @23f36a3   6 months zarevucky.jiri Wrap fpu handling code in named functions
(edit) @5663872   6 months zarevucky.jiri Move stuff around for thread sleep Only mark the thread as ready for …
Note: See TracRevisionLog for help on using the revision log.