sortix-mirror/kernel/include/sortix
Jonas 'Sortie' Termansen ef45218660 Add S_ISGID and S_ISUID.
I originally left them out because Sortix doesn't have setuid and setgid
executable support, but this created considerable compatibility issues and
it is better to supply them as the mode bits still exist and can be set.
2015-08-21 21:25:00 +02:00
..
__ Fix missing parenthesizes in <sys/wait.h> macros. 2015-08-14 17:26:07 +02:00
kernel Fix read-only mmap with backing store. 2015-06-27 17:06:33 +02:00
clock.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
dirent.h Fix <dirent.h> not being C89 friendly. 2014-07-07 17:52:33 +02:00
display.h Refactor kernel graphics support. 2014-11-19 00:08:49 +01:00
exit.h Implement signals. 2014-07-22 13:25:39 +02:00
fcntl.h Add fcntl(F_PREVFD) and fcntl(F_NEXTFD). 2014-12-01 21:39:05 +01:00
fork.h Implement signals. 2014-07-22 13:25:39 +02:00
initrd.h Add S_ISGID and S_ISUID. 2015-08-21 21:25:00 +02:00
itimerspec.h Fix <sortix/itimerspec.h> not declaring struct timespec. 2014-03-17 17:00:00 +01:00
keycodes.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
limits.h Add gethostname(2) and sethostname(2). 2014-12-03 13:58:29 +01:00
mman.h Remove sbrk(2). 2014-12-03 23:55:55 +01:00
mount.h Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
poll.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
resource.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
seek.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
sigaction.h Implement signals. 2014-07-22 13:25:39 +02:00
sigevent.h Implement signals. 2014-07-22 13:25:39 +02:00
siginfo.h Implement signals. 2014-07-22 13:25:39 +02:00
signal.h Use the word invalid instead of illegal. 2014-11-30 19:53:42 +01:00
sigprocmask.h Implement signals. 2014-07-22 13:25:39 +02:00
sigset.h Implement signals. 2014-07-22 13:25:39 +02:00
sigval.h Implement signals. 2014-07-22 13:25:39 +02:00
socket.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
stack.h Implement signals. 2014-07-22 13:25:39 +02:00
stat.h Add S_ISGID and S_ISUID. 2015-08-21 21:25:00 +02:00
statvfs.h Add statvfs(2), fstatvfs(2) and fstatvfsat(2). 2014-03-17 19:22:12 +01:00
syscall.h Add umount(2) and unmountat(2). 2014-12-26 21:45:29 +01:00
termios.h Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
termmode.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
time.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
timespec.h Implement signals. 2014-07-22 13:25:39 +02:00
tmns.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
types.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
ucontext.h Implement signals. 2014-07-22 13:25:39 +02:00
uio.h Fix <sortix/uio.h> not declaring size_t. 2014-03-17 17:00:00 +01:00
unistd.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
uthread.h Add kernel uthread support. 2014-07-08 17:41:50 +02:00
vga.h Rename Sortix kernel directory to kernel. 2014-03-01 14:37:39 +01:00
wait.h Implement signals. 2014-07-22 13:25:39 +02:00