Age | Commit message (Expand) | Author |
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine cli... | Dug Song |
2001-06-16 | sysarch() takes a void * | Theo de Raadt |
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller |
2001-03-09 | Add mlockall and munlockall (dummy for the old vm system). | Artur Grabowski |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos |
2000-09-12 | sys_getsid() and sys_getpgid() return pid_t, not int (though pid_t *is* | Todd C. Miller |
2000-06-22 | make vtrace always obsolte; art@ | Michael Shalayeff |
2000-05-01 | sys_semconfig goes away | Theo de Raadt |
2000-04-20 | system call hookup for p{read,write}{,v} | Theo de Raadt |
2000-02-07 | always include sys_getfh. add fhopen, fhstat, and fhstatfs | assar |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-22 | Add swapctl(2) system call. | Tobias Weingartner |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller |
1999-02-15 | use socklen_t | Todd C. Miller |
1998-11-18 | syscalls behind #ifdef should have an #else | Artur Grabowski |
1998-09-17 | always use xfspioctl | Artur Grabowski |
1998-08-30 | clean | Theo de Raadt |
1998-08-30 | glue for xfspioctl syscall | Artur Grabowski |
1998-06-12 | ifdef the new sem/shm/msg syscalls | Theo de Raadt |
1998-06-11 | move shm/msg/sem calls because ipc.h is getting uid_t and friends | Theo de Raadt |
1998-06-02 | const mlock(2) and munlock(2) | Theo de Raadt |
1998-05-11 | const a few more calls | Theo de Raadt |
1998-04-25 | readlink() 3rd param is size_t; XPG | Theo de Raadt |
1998-02-16 | Make "flags" field in f?chflags(2) consistent--unsigned int | Todd C. Miller |
1998-02-10 | revert mode_t things to int, obviously requires more thought and work | Theo de Raadt |
1998-02-08 | Correct many types | Thorsten Lockert |
1998-01-02 | make mmap() return void *, add MAP_FAILED | Theo de Raadt |
1997-11-14 | convert to void *addr | Theo de Raadt |
1997-11-13 | make msync() have 3 args | Theo de Raadt |
1997-11-13 | add getsid(2), XPG4 | Theo de Raadt |
1997-08-29 | prefix ntp system calls with sys_ like other system calls | kstailey |
1997-05-30 | add getpgid(2) from NetBSD | kstailey |
1997-04-20 | Add new POSIX 1003.1b related syscalls; from pk@NetBSD | Thorsten Lockert |
1997-01-26 | Add lchown(2). | Jason Downs |
1996-10-29 | pretty | Theo de Raadt |
1996-10-04 | sys_getfh is NFSCLIENT|NFSSERVER | Theo de Raadt |
1996-08-25 | issetugid() system call discovers if a process was started setuid or setgid | Theo de Raadt |
1996-05-18 | poll() as a system call | Theo de Raadt |
1996-05-02 | Implement futimes() | Theo de Raadt |
1996-04-28 | First argument to profil(2) should be `char *', not `caddr_t'. | Thorsten Lockert |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist |
1996-01-29 | Add kernel PLL for system clock | Thorsten Lockert |
1996-01-10 | plan9-like rfork() implimentation by me based on some earlier incomplete | Theo de Raadt |
1996-01-07 | add minherit() system call | Theo de Raadt |
1995-12-14 | from netbsd; change profil() arguments | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |