Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-16 | Get rid of Vnode concept. | Andreas Kling | |
We already have an abstraction between Process and Inode/CharacterDevice/FIFO and it's called FileDescriptor. :^) | |||
2018-11-04 | Tidy up ELFLoader. | Andreas Kling | |
2018-11-04 | Mark LibC's assertion faillure helper with __NORETURN. | Andreas Kling | |
2018-10-31 | Add SpinLock to IDE disk access. | Andreas Kling | |
This forces serialization of accesses. This driver needs to be redesigned. | |||
2018-10-28 | Canonicalize the path used by sh. | Andreas Kling | |
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! :^) |