Andreas Kling
|
b46ae2bf09
|
Get rid of Vnode concept.
We already have an abstraction between Process and Inode/CharacterDevice/FIFO
and it's called FileDescriptor. :^)
|
2019-01-16 12:57:07 +01:00 |
|
Andreas Kling
|
b5c5286ee1
|
Tidy up ELFLoader.
|
2018-11-04 14:11:16 +01:00 |
|
Andreas Kling
|
9bd09454e3
|
Mark LibC's assertion faillure helper with __NORETURN.
|
2018-11-04 13:13:57 +01:00 |
|
Andreas Kling
|
8f6998c902
|
Add SpinLock to IDE disk access.
This forces serialization of accesses. This driver needs to be redesigned.
|
2018-10-31 21:33:27 +01:00 |
|
Andreas Kling
|
e904f193c1
|
Canonicalize the path used by sh.
With a bunch of LibC work to support the feature. LibC now initializes
AK::StringImpl by default. It's now fine to use AK in LibC/Userland! :^)
|
2018-10-28 09:36:21 +01:00 |
|