|
|
|
@645d3832
|
6 months |
jiri |
Add DMA support to PCI-IDE / libata (register commands)
|
|
|
@69c376b5
|
7 months |
jiri |
Avoid invoking SYSCALL macro outside of libc.
|
|
|
@c576800
|
7 months |
jiri |
The main program's relocation must be processed after the shared libs
|
|
|
@b192915a
|
7 months |
jiri |
Add test case for public variable initialized with a relocated value
|
|
|
@9b95b964
|
7 months |
jiri |
Array of strings sys_dirs must be NULL-terminated
|
|
|
@b6f8f69
|
7 months |
jiri |
Attempt to deal with changing disk device names in sysinst
|
|
|
@3526f4f3
|
7 months |
jiri |
On 486 we cannot call read_msr()/write_msr()
|
|
|
@443695e
|
7 months |
jiri |
Basic PCI-IDE driver (no DMA support)
Also, make sure we avoid …
|
|
|
@1801005
|
7 months |
jiri |
Fix IPv6 address parsing
|
|
|
@60744cb
|
7 months |
jiri |
Let driver specify any argument to IRQ handler
This allows the driver …
|
|
|
@646849b3
|
7 months |
jiri |
Handle both IDE channels in the same driver instance
We need to work …
|
|
|
@59c0f478
|
7 months |
jiri |
Rename ata_bd → isa-ide
|
|
|
@2791fbb7
|
7 months |
jiri |
Move generic ATA code out to libata
|
|
|
@64cf7a3
|
8 months |
jiri |
ATA Block Driver support for IRQ
You can fall back to PIO mode by not …
|
|
|
@21989e5
|
8 months |
jiri |
Allow ata_bd to transfer more than 1 block in a single IO
|
|
|
@926d9d9b
|
8 months |
jiri |
Remove forgotten debug output
|
|
|
@7ae01d5
|
8 months |
jiri |
Remove unused comm_size parameter of block_init()
|
|
|
@bdd9e92
|
8 months |
jiri |
Add random and sequential disk read benchmark
|
|
|
@522eecf
|
9 months |
jiri |
Third time's the charm
|
|
|
@f171677
|
9 months |
jiri |
Update screenshot (2nd attempt)
|
|
|
@f1c6975
|
9 months |
jiri |
Update screenshot
|
|
|
@b3af081
|
9 months |
jiri |
Bump version to 0.14.1 (Aladar)
|
|
|
@bdf06ad
|
9 months |
jiri |
Fix ccheck.
|
|
|
@fd398b2c
|
9 months |
jiri |
Work around IA-64 compiler bug.
|
|
|
@3dd99dde
|
9 months |
jiri |
Fix export libraries list and helenos-pkg-config default export path
|
|
|
@a29af37
|
9 months |
jiri |
Fix navigator tests
|
|
|
@2f11647f
|
9 months |
jiri |
Barber should respond to Ctrl-Q/Escape. Call ui_window_def_kbd().
|
|
|
@7b7a7d2
|
9 months |
jiri |
Fix ze schrecklig tool von Dreckmore (a.k.a. mkarray_for_meson)
|
|
|
@394ffff
|
9 months |
jiri |
Add Image Viewer to start menu
|
|
|
@41e1258
|
9 months |
jiri |
Viewer should quit on Ctrl-Q and Escape, apart from just Q.
|
|
|
@45208e22
|
9 months |
jiri |
Viewer to let user browse for image file if not specified as argument
|
|
|
@c3d4b39b
|
10 months |
jiri |
Move window creation/destruction code to viewer_window_create/destroy()
|
|
|
@3f81cdc
|
10 months |
jiri |
Move viewer global variables into viewer_t
|
|
|
@0ffa40a7
|
10 months |
jiri |
Viewer should support console mode
|
|
|
@0a411bbf
|
10 months |
jiri |
Fix GFXDemo bitmap rendering in text mode
|
|
|
@211fd68
|
10 months |
jiri |
Add text mode support to Barber
|
|
|
@cd27cd1
|
10 months |
jiri |
About HelenOS should fall back to console automatically + fix unused
|
|
|
@7dbf1f6
|
10 months |
jiri |
Render RGB in EGA text mode using eight EGA colors (instead of two)
|
|
|
@dd19446
|
10 months |
jiri |
Fix bug in usb_hid_translate_data()
Fixes Lenovo wireless mouse
|
|
|
@2cdf520
|
10 months |
jiri |
Fix bug when moving menu entry down
|
|
|
@e229148
|
10 months |
jiri |
Morph Launcher into About HelenOS
|
|
|
@d92b8e8f
|
10 months |
jiri |
Start menu support for passing input device ID (multiseat)
|
|
|
@ee3b28a9
|
10 months |
jiri |
Notify taskbar when start menu changes
|
|
|
@90ba06c
|
10 months |
jiri |
Display configuration needs to properly close UI on error
|
|
|
@95e2967
|
10 months |
jiri |
Add more entries to start menu
|
|
|
@e63e74a
|
10 months |
jiri |
Start menu separator entry support
|
|
|
@5f3188b8
|
10 months |
jiri |
Replace Terminal entry with Command Line
Instead of starting …
|
|
|
@10657856
|
10 months |
jiri |
Remove forgotten debug print
|
|
|
@28ca31ed
|
10 months |
jiri |
Moving start menu entry up and down
|
|
|
@242e3c3
|
11 months |
jiri |
Check whether UI resume succeeded.
|
|
|
@806d761
|
11 months |
jiri |
Start menu should have 'open in terminal' functionality
Makes it …
|
|
|
@74cb6610
|
11 months |
zarevucky.jiri |
Fix the reference leak for initial tasks too
|
|
|
@f8b69a1e
|
11 months |
zarevucky.jiri |
Fix a reference leak introduced by previous commit
Oddly, prior to …
|
|
|
@07d4271
|
11 months |
zarevucky.jiri |
Fix some unsound task reference manipulation and locking
In some …
|
|
|
@1a1e124
|
11 months |
zarevucky.jiri |
Add static refcount initializer
|
|
|
@a5b5f17
|
11 months |
zarevucky.jiri |
Merge scheduler refactoring to remove the need for thread structure …
|
|
|
@d23712e
|
11 months |
zarevucky.jiri |
Use thread state variable instead of a cpu local variable to pass state
|
|
|
@dfa4be62
|
11 months |
zarevucky.jiri |
Thread lock is no longer necessary
|
|
|
@a3d87b9
|
11 months |
zarevucky.jiri |
We don't need to check thread state to wait for thread exit
|
|
|
@9fbdeca
|
11 months |
zarevucky.jiri |
The initialization value for priority is actually irrelevant
|
|
|
@3fa4e22a
|
11 months |
zarevucky.jiri |
Only do fpu_cleanup() once we are sure we are switching
|
|
|
@515f1b1
|
11 months |
zarevucky.jiri |
Organize thread_t fields by access constraints
|
|
|
@11909ce3
|
11 months |
zarevucky.jiri |
Make thread cycle statistics atomic
|
|
|
@33e15a0
|
11 months |
zarevucky.jiri |
Make thread→btrace weakly atomic, to avoid need for thread lock
|
|
|
@7364e2d1
|
11 months |
zarevucky.jiri |
Don't try to determine internal thread state when requesting stack …
|
|
|
@41bfc64
|
11 months |
zarevucky.jiri |
Make thread→state weakly atomic so we don't need to hold thread lock
|
|
|
@3d84734
|
11 months |
zarevucky.jiri |
Make thread→priority weakly atomic to avoid need for locking
|
|
|
@efed95a3
|
11 months |
zarevucky.jiri |
Make thread→cpu weakly atomic, to avoid need for thread lock
|
|
|
@286da52
|
11 months |
zarevucky.jiri |
Streamline requeuing threads
Split thread_ready() into different …
|
|
|
@6a0e568
|
11 months |
zarevucky.jiri |
Allow fast-switch to another runnable thread
When a thread is …
|
|
|
@c1eaec4
|
11 months |
zarevucky.jiri |
Shuffle some locks around
|
|
|
@25939997
|
11 months |
zarevucky.jiri |
Make separate-stack-scheduler a loop with persistent context
We can …
|
|
|
@1c1767f
|
11 months |
zarevucky.jiri |
Remove empty C file
|
|
|
@29029ac0
|
11 months |
zarevucky.jiri |
Call after_thread_ran_arch() before context switch
This is only used …
|
|
|
@ed7e057
|
11 months |
zarevucky.jiri |
Add functions context_create(), context_replace() and context_swap()
…
|
|
|
@4ed7870
|
11 months |
zarevucky.jiri |
Revert part of commit 5861b602
|
|
|
@e82879c
|
11 months |
zarevucky.jiri |
Remove unnecessary function
|
|
|
@0f4f1b2
|
11 months |
zarevucky.jiri |
Add (and use) functions thread_start() and thread_detach()
Mostly …
|
|
|
@a064d4f
|
11 months |
zarevucky.jiri |
Make thread_join() imply thread_put()
This makes the function more …
|
|
|
@5861b60
|
11 months |
zarevucky.jiri |
Lift actions that do not need separate context out of …
|
|
|
@c7ceacf
|
11 months |
zarevucky.jiri |
Merge part of scheduler refactoring changes
A series of changes meant …
|
|
|
@151c050
|
11 months |
zarevucky.jiri |
Rethink scheduler entry points
Changes the way scheduler is entered, …
|
|
|
@8996582
|
11 months |
zarevucky.jiri |
Move context switch preparation to a new separate function
This puts …
|
|
|
@6e49dab
|
11 months |
zarevucky.jiri |
Extract post-thread cleanup into a separate function
|
|
|
@23f36a3
|
11 months |
zarevucky.jiri |
Wrap fpu handling code in named functions
|
|
|
@5663872
|
11 months |
zarevucky.jiri |
Move stuff around for thread sleep
Only mark the thread as ready for …
|
|
|
@4760793
|
11 months |
zarevucky.jiri |
Add CPU_LOCAL alongside CPU and segregate fields that are only used …
|
|
|
@3b68542
|
11 months |
zarevucky.jiri |
Eliminate an undefined behavior in scheduler debug printout
The …
|
|
|
@6677acb
|
11 months |
zarevucky.jiri |
Emit .text/.data/.eh_frame sections in kernel ELF files
Gives tools …
|
|
|
@5907aa4
|
11 months |
zarevucky.jiri |
Remove empty and unused header
|
|
|
@25e1490
|
12 months |
noreply |
Add export-dev for exporting all libraries (see #230)
The new target …
|
|
|
@6deab5a
|
12 months |
vojtech.horky |
Improved and Pythonized helenos-pkg-config
Now it is able to get list …
topic/simplify-dev-export
|
|
|
@88e188b2
|
12 months |
vojtech.horky |
export-dev: export start files too
topic/simplify-dev-export
|
|
|
@017ffce
|
12 months |
vojtech.horky |
export-dev: create common → libc symlink
topic/simplify-dev-export
|
|
|
@7b907a0a
|
12 months |
vojtech.horky |
libclui: split into include/ and src/
topic/simplify-dev-export
|
|
|
@00e6288
|
12 months |
vojtech.horky |
Add export-dev target to export all libraries
The new target …
topic/simplify-dev-export
|
|
|
@de96d3b
|
12 months |
zarevucky.jiri |
On x86 CPUs supporting it, use write-combining memory mode for …
topic/simplify-dev-export
|
|
|
@7130754
|
12 months |
zarevucky.jiri |
Add printbench command for benchmarking print output
topic/simplify-dev-export
|
|
|
@550ed86
|
12 months |
jiri |
Need to add new start menu entry to editor's list
topic/simplify-dev-export
|
|
|
@f87ff8e
|
12 months |
jiri |
Creating new start menu entry
topic/simplify-dev-export
|
|
|