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