vadvise depend of COMPAT_43.
[dragonfly.git] / sys / kern / syscalls.c
2010-03-30 Sylvestre Gallonvadvise depend of COMPAT_43.
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-10-11 Stathis Kamperismqueues: Add system calls.
2009-08-23 Nicolas Theryadd faccessat(2) syscall
2009-08-18 Nicolas Theryadd unlinkat(2) system call
2009-08-09 Nicolas Theryadd fchownat(2) system call
2009-08-06 Nicolas Theryadd fchmodat(2) system call
2009-07-28 Nicolas Theryadd fstatat(2) syscall
2009-07-28 Sascha WildnerRegenerate syscalls.c
2009-07-25 Nicolas Theryadd openat(2) system call
2009-06-08 Matthew DillonCorrect missing 'STD' clause in entries for syscalls...
2008-11-11 Peter AvalosAdd the lchflags() syscall.
2008-06-01 Matthew DillonImplement a new system call: getvfsstat(). This system...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2008-05-19 Simon SchubertDon't #include <sys/select.h> from sys/types.h, to...
2008-01-10 Nicolas TheryAdd pselect syscall.
2007-06-16 Matthew DillonRegenerate system callsa (add uuidgen()).
2007-05-03 Matthew DillonAdd a new system call, lwp_rtprio(), and regenerate...
2007-04-22 Matthew DillonJust throw all the main arguments for syslink() into...
2007-04-16 Matthew DillonProbably the last change to the syslink() system call...
2007-03-21 Matthew Dillonsyslink work - Implement code for a reformulated system...
2007-03-12 Simon SchubertRegen.
2007-03-01 Simon SchubertRegen.
2007-02-25 Simon SchubertRegen
2007-01-08 Matthew DillonRename the following special extended I/O system calls...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-06 Matthew DillonRename system calls, removing a "sys_" prefix that...
2006-10-10 Matthew DillonAdd two more vmspace_*() system calls to read and write...
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-03 Matthew DillonAdd skeleton procedures for the vmspace_*() series...
2006-08-06 Matthew DillonAdd structures and skeleton code for a new system call...
2006-06-13 Matthew DillonAdd two more system calls, __accept and __connect....
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-07 Matthew DillonRemove the asynchronous system call interface sendsys...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-05 David XuRegenerate.
2006-05-27 Matthew DillonMark various forms of read() and write() MPSAFE. Note...
2006-05-24 Simon Schubertregen
2006-04-26 Matthew DillonAdd the preadv() and pwritev() systems and regenerate.
2005-11-16 Matthew DillonContinue work on our pluggable scheduler abstraction...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-02 Joerg SonnenbergerRegen.
2005-07-30 Joerg SonnenbergerRegen.
2005-07-23 Joerg Sonnenbergerregen.
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-04-08 Joerg SonnenbergerRegen.
2005-03-21 Joerg Sonnenbergerregen
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-20 David XuRegen.
2005-02-20 David XuImplement sigtimedwait and sigwaitinfo syscalls.
2005-01-31 Joerg SonnenbergerRegen.
2005-01-14 Matthew DillonMinor correction in umtx_*() calls, the mutex pointer...
2004-12-29 Matthew DillonJournaling layer work.
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-11-23 Matthew DillonThere is enough demand for Kip Macy's checkpointing...
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-03-06 Matthew DillonAdditional CAPS IPC work. Add additional system calls...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-18 Matthew DillonCAPS IPC library stage 2/3: Adjust syscalls.master...
2003-11-21 Matthew DillonImplement an upcall mechanism to support userland LWKT...
2003-11-20 Matthew DillonThis is a major cleanup of the LWKT message port code...
2003-11-10 Matthew DillonAdd the varsym_list() system call and add listing suppo...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-08-12 Matthew DillonSyscall messaging 4: Further expand the kernel-version...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-24 Matthew DillonSyscall messaging work 2: Continue with the implementat...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: