Block a user
dfebdce689
kernel: Add a timer queue with more versatility than simple alarm()
54ec441000
libluna: Add LinkedList::add_before() to mirror add_after()
With EventLoop signal handling, registered signals are not handled anymore
With EventLoop signal handling, registered signals are not handled anymore
Never mind, I was testing the Game of Life app which never used EventLoop in the first place, since it currently does not support sub-second timers.
With EventLoop signal handling, registered signals are not handled anymore
e029679fba
kernel: Fix negative movement in the PS/2 mouse driver
15f4f7c72f
apps: Remove pivot_root
0002c2314c
kernel: Handle tab properly in the terminal
27eacac19c
kernel: Add a blinking cursor to the terminal
c5e11bb6cf
apps+base+libc: Use /usr/bin paths instead of /bin everywhere
cea1b030ff
kernel: Add locking to BinaryFormat and DeviceRegistry
9c65dba412
kernel: Add a registry for file system implementations
ba4e807f8e
kernel: Fix off-by-one error in symbol lookup and add locking
b3cbbea9d6
kernel: Move file descriptors into their own separate file
The GCC compiler driver (cc1) crashes with a segfault when trying to compile any simple program
8476ea0dc9
ports: Port gcc =D
2134dcc5ec
libc: Add madvise stub
7db6e0163a
libc: Add unused WUNTRACED define for gcc
bd0fb8fe5b
libc: Add pclose definition
c323a812a5
kernel+libc+terminal+wind: Add support for POSIX sessions
81131ad3a8
init: Handle SIGCHLD signals
kernel: Move terminal input processing to pseudoterminal driver and implement sessions
3ca31770e7
initrd: Remove unused stray script file
c75dbc0cbb
kernel: Lookup and print symbols for addresses in backtraces