index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
VirtualFileSystem
/
UnixTypes.h
Age
Commit message (
Expand
)
Author
2019-01-23
Move VFS sources into Kernel/.
Andreas Kling
2019-01-17
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
Andreas Kling
2019-01-16
Implement basic support for POSIX-style select().
Andreas Kling
2018-12-19
Implement utime() along with a naive /bin/touch.
Andreas Kling
2018-12-03
Implement basic support for times().
Andreas Kling
2018-12-02
Make it possible to build the Kernel on a macOS host.
Andreas Kling
2018-11-29
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-16
Refactor TTY signal generation a bit.
Andreas Kling
2018-11-13
Add close-on-exec flag for file descriptors.
Andreas Kling
2018-11-11
Rage hacking to get bash to run. It finally runs. So cool! :^)
Andreas Kling
2018-11-11
Stub out a bunch more functions to get closer to that sweet bash build.
Andreas Kling
2018-11-08
Start working on memory-mapped files.
Andreas Kling
2018-11-06
Add strsignal() and improve sharing signal numbers between LibC and kernel.
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-11-05
More random compat hacking towards getting bash to build.
Andreas Kling
2018-11-01
Waiters should be notified when a waitee is killed.
Andreas Kling
2018-10-22
Import very modest Userland.
Andreas Kling
2018-10-17
Make VFS host build work again.
Andreas Kling
2018-10-17
VirtualFileSystem class builds inside Kernel.
Andreas Kling
2018-10-17
Integrate ext2 from VFS into Kernel.
Andreas Kling
2018-10-14
Add a "stat" command to test FileHandle::stat().
Andreas Kling
2018-10-14
Add a Unix namespace for foo_t types.
Andreas Kling