Age | Commit message (Expand) | Author |
2006-09-22 | Put the LFS syscall stubs back in, turns out libc is unable to build | Pedro Martelletto |
2006-09-22 | Remove LFS system calls | Pedro Martelletto |
2006-06-14 | Introducing adjfreq(2), to adjust the clock frequency. | Otto Moerbeek |
2006-06-09 | spacing that made a grep look very suspicious | Theo de Raadt |
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto |
2005-12-30 | change thrwakeup to take an argument which specifies how many threads | Ted Unangst |
2005-12-13 | change the first arg to thrsleep and thrwakeup to a void *. | Ted Unangst |
2005-12-03 | kernel support for threaded processes (rthreads). | Ted Unangst |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-17 | remove undelete syscall | Todd C. Miller |
2004-07-15 | 3 functions had inexact types; millert ok | Theo de Raadt |
2004-07-15 | Rename structs oipc_perm, omsqid_ds, osemid_ds, oshmid_ds to ipc_perm23, | Todd C. Miller |
2004-07-14 | Because mode_t is used in struct ipc_perm we need new versions of | Todd C. Miller |
2004-07-14 | fhstat(2) uses struct stat too and so needs replacing as well. | Todd C. Miller |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-07-09 | Rename ostat -> stat43 to disambiguate from upcoming struct stat changes. | Todd C. Miller |
2004-05-27 | make acct(2) optional with ACCOUNTING | Ted Unangst |
2004-05-03 | POSIX says the length parameter for semop(2) and shmget(2) should be size_t. | Todd C. Miller |
2004-02-28 | Rather than adding amd64 to the 64-bit platform which do not require the | Miod Vallat |
2004-01-14 | change sigaltstack.ss_size type to size_t. handle syscall fallout. | Ted Unangst |
2004-01-12 | new syscall closefrom(int fd) closes all fds equal and greater than fd. | Ted Unangst |
2003-12-31 | wait4(2) takes and returns pid_t, not int. OK deraadt@ and miod@ | Todd C. Miller |
2003-12-11 | Add id_t type as per POSIX and use it for [gs]etpriority(2). | Todd C. Miller |
2003-12-10 | Add an nfds_t type as per POSIX and also add pollfd_t like Solaris has. | Todd C. Miller |
2003-09-07 | No COMPAT_10 SYSVSHM syscalls on sparc64; ok deraadt@ | Miod Vallat |
2003-07-01 | remove sys_omquery. it was only used for two weeks, and you can't | Ted Unangst |
2003-06-23 | fix nfds type; tedu marc ok | Theo de Raadt |
2003-06-22 | extra headers | Theo de Raadt |
2003-05-10 | Deprecate the swapon system call and move it to COMPAT_25 land, since swapctl | Miod Vallat |
2003-04-29 | Deprecate omsync syscall, and only enable it if COMPAT_25 is required. | Miod Vallat |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-01-30 | Bring back setreuid(2) and setregid(2) as first class syscalls | Todd C. Miller |
2002-10-30 | Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), based | Todd C. Miller |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
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 |