vadvise depend of COMPAT_43.
[dragonfly.git] / sys / kern / syscalls.master
2010-03-30 Sylvestre Gallonvadvise depend of COMPAT_43.
2010-03-28 Matthew Dillonkernel - Correct syscalls.master for shmat()
2010-03-28 Matthew Dillonkernel - Fix shmat() for 64-bit
2010-01-31 Sascha WildnerPOSIX says mprotect(2)'s first argument shall not be...
2010-01-20 Sascha Wildnersyscalls.master: List all auto-generated files.
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-11-05 Stathis Kamperismqueues: Mark syscalls as MPSAFE.
2009-10-11 Stathis Kamperismqueues: Add system calls.
2009-10-04 Stathis Kamperissyscalls.master: Fix typo in comment.
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-26 Nicolas Therymake openat(2) a POSIX syscall instead of BSD one.
2009-07-25 Nicolas Theryadd openat(2) system call
2009-07-14 Matthew DillonMPSAFE - Implement sysctl vfs.getattr_mpsafe, make...
2009-07-14 Matthew DillonMPSAFE - system calls set_tls_area() and get_tls_area...
2009-06-08 Matthew DillonCorrect missing 'STD' clause in entries for syscalls...
2009-06-08 Aggelos Economopouloslock around accesses to uidinfo and varsymset
2009-02-20 Sascha Wildnermakesyscalls.sh: Remove CVS id handling and clean up...
2008-11-10 Peter AvalosAdd an entry for lchflags using the same number as...
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-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 Schubert1:1 Userland threading stage 4.8/4:
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-25 Simon Schubert1:1 Userland threading stage 4.5/4:
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-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-05 David XuOops, the usched_set syscall prototype should be updated.
2006-05-27 Matthew DillonMark various forms of read() and write() MPSAFE. Note...
2006-05-24 Simon Schubertunbreak world: spell MPSAFE correctly
2006-05-24 Matthew Dillonspinlock more of the file descriptor code. No apprecia...
2006-05-23 Matthew DillonMove all the resource limit handling code into a new...
2006-04-26 Matthew DillonAdd the preadv() and pwritev() systems and regenerate.
2006-03-24 Matthew DillonBackout the rest of 1.29. There are a number of issues...
2006-03-23 David RhodusHold MP lock for getppid(). As noted by Dillon getppid...
2006-03-23 David RhodusMark a few more system calls MPSAFE.
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 SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-07-30 Joerg SonnenbergerMove ostat definition from sys/stat.h into emulation43b...
2005-07-23 Joerg SonnenbergerRemove partial NetBSD support. It's pointless to have...
2005-07-15 Eirik NygaardTie SCTP into the kernel, this includes adding a new...
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-03-21 Joerg SonnenbergerChange prototype of sys_set_tls_area and sys_get_tls_ar...
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-20 David XuImplement sigtimedwait and sigwaitinfo syscalls.
2005-01-31 Joerg SonnenbergerAdd jail_attach syscall.
2005-01-14 Matthew DillonMinor correction in umtx_*() calls, the mutex pointer...
2005-01-14 Matthew DillonAdd syscall primitives for generic userland accessible...
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-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-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-23 David P. Reese, Jr.makesyscalls.sh wants comments to be on their own line...
2003-10-20 Matthew DillonAdditional checkpoint suppor for vmspace info. In...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: