|
|
|
@0c6fc7a
|
8 days |
noreply |
Merge 455241b37bedd3719ed3b5b025fdf26f44fd565b into …
|
|
|
@0db0df2
|
9 days |
zarevucky.jiri |
Hash table improvements
Implement hash_table_foreach macro, analogous …
|
|
|
@8f8818ac
|
9 days |
zarevucky.jiri |
Use offsetof for calculation in list_pop()
|
|
|
@90ee338
|
10 days |
jiri |
Allow sysinst to restart the system at the end of installation.
When …
|
|
|
@59e32fb
|
10 days |
jiri |
Fix IDE disk path in sysinst.
|
|
|
@ae20886
|
11 days |
zarevucky.jiri |
Add .cache to .gitignore
Directory is used by clangd.
|
|
|
@da54714
|
5 weeks |
noreply |
partially implement key-based pthread local storage (#245)
* check …
|
|
|
@0ae9e18
|
5 weeks |
jiri |
Select shutdown action (power off / restart) in shutdown dialog.
|
|
|
@797ab95
|
6 weeks |
jiri |
Implement quiesce in i8042.
|
|
|
@b9cc81c6
|
6 weeks |
jiri |
Implement quiesce in NS8250 and PC-LPT.
|
|
|
@870841cf
|
6 weeks |
jiri |
Style issues related to improper use of 'inline' keyword.
|
|
|
@1c7b0db7
|
6 weeks |
jiri |
Implement quiesce in NE2k, RTL8139 and RTL8169.
|
|
|
@07039850
|
6 weeks |
jiri |
Implement quiesce in ISA and PCI IDE and in PC Floppy.
|
|
|
@a64970e1
|
6 weeks |
jiri |
Implement quiesce in HD Audio and SB16 drivers.
|
|
|
@89b5a75
|
6 weeks |
noreply |
fix cstyle (#244)
|
|
|
@9dfb034
|
6 weeks |
jiri |
Implement quiesce for EHCI and OHCI.
|
|
|
@77a0119
|
6 weeks |
jiri |
Quiesce devices during restart, but not poweroff.
|
|
|
@8300c72
|
6 weeks |
jiri |
Quiesce devices before proceeding with shutdown.
Only implemented for …
|
|
|
@f35749e
|
7 weeks |
jiri |
System restart via shutdown -r
|
|
|
@4285f384
|
7 weeks |
jiri |
Allow physically ejecting CD-ROM using vol eject -s
|
|
|
@d231a54
|
7 weeks |
zarevucky.jiri |
Use clang compiler when configured as such
|
|
|
@be62ebc
|
7 weeks |
noreply |
fix tester/mapping1 test (#243)
|
|
|
@9faba42
|
7 weeks |
noreply |
Merge pull request #241 from mcimerman/ext4-big-blkdev-bsize
ext4: …
|
|
|
@32254d6
|
2 months |
noreply |
init RTLD runtime at load time even for statically linked binaries …
|
|
|
@a7a16a2f
|
2 months |
jiri |
Log files should have .txt extension.
|
|
|
@b336bfd8
|
2 months |
jiri |
Start text editor if open action is used on .txt file.
|
|
|
@accdf882
|
2 months |
jiri |
File / Edit (Ctrl-E) in Navigator to start editor on current file
|
|
|
@832cbe7
|
2 months |
jiri |
Add proper IDE PCI to ISA fallback mechanism.
To determine if legacy …
|
|
|
@0dab4850
|
2 months |
jiri |
Fix driver crash when ATA channel contains no usable devices.
|
|
|
@b1490d2
|
2 months |
jiri |
Explicit wait for system volume is no longer needed.
Now it is …
|
|
|
@c3d9aaf5
|
2 months |
jiri |
Determine when device (sub)tree is stable.
Devman will only return …
|
|
|
@a796812c
|
2 months |
jiri |
Fix ISA IDE
|
|
|
@4a3a5a0
|
3 months |
zarevucky.jiri |
One more tweak
|
|
|
@ea50e671
|
3 months |
zarevucky.jiri |
A few adjustments
|
|
|
@56210a7
|
3 months |
zarevucky.jiri |
Update GCC and binutils to latest versions
|
|
|
@1fa6292
|
3 months |
zarevucky.jiri |
Remove a ton of duplicated code in libui/libgfxfont tests
|
|
|
@97116a2
|
3 months |
zarevucky.jiri |
Run make ccheck-fix
|
|
|
@cb747b3
|
3 months |
mc |
ext4: support bigger blkdev block size
Allows ext4 to be used with …
|
|
|
@b27ae65a
|
3 months |
noreply |
fix calculation of TLS size for main fibril (#240)
* explain why …
|
|
|
@eff458d
|
3 months |
jiri |
Add shutdown dialog to start menu.
|
|
|
@5162f6e
|
3 months |
jiri |
Fix shutdown dialog in text mode.
|
|
|
@2e08f2b6
|
3 months |
jiri |
Confirm shutdown in shutdown dialog.
|
|
|
@afb4025
|
3 months |
jiri |
Show error message when UI shutdown fails.
|
|
|
@41dcabc
|
3 months |
zarevucky.jiri |
libc: Prevent writer starvation in fibril_rwlock_t.
Thanks to …
|
|
|
@b8fd951
|
3 months |
noreply |
ata_channel_destroy(): free the channel (#237)
|
|
|
@455241b
|
3 months |
zarevucky.jiri |
Integrate kobject_t into target structures
This just means fewer …
|