AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / sys / kern_syscall.h
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-04-29 Matthew DillonSplit out core kern_clock_*() calls for the clock_...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2007-06-16 Matthew DillonBring uuidgen(3) into libc and implement the uuidgen...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-03-12 Simon Schubert1:1 Userland threading stage 4.8/4:
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-06-13 Matthew DillonAdd two more system calls, __accept and __connect....
2006-05-23 Matthew DillonMove all the resource limit handling code into a new...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-04-26 Matthew DillonAdd the preadv() and pwritev() systems and regenerate.
2005-08-09 Joerg SonnenbergerPass the direction to kern_getdirentries, it will be...
2005-04-08 Joerg SonnenbergerAdd closefrom(2) syscall. It closes all file descriptor...
2005-01-31 Joerg SonnenbergerUncomment the entry for kern_chrot in kern_syscall...
2004-12-30 Matthew DillonJournaling layer work. Lock down the journaling data...
2004-12-30 Chris PresseyImprove seperation between kernel code and userland...
2004-12-29 Matthew DillonJournaling layer work.
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-11-18 Matthew DillonLots of bug fixes to the checkpointing code. The big...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-06-05 Matthew DillonRearrange the kern_getcwd() procedure to return the...
2004-06-05 Eirik NygaardSplit the __getcwd syscall into a kernel and an userlan...
2004-03-27 Jeffrey HsuChange sendfile() to send the header out coaleseced...
2004-03-16 Matthew DillonSeparate chroot() into kern_chroot(). Rename change_di...
2003-11-14 David P. Reese, Jr.Split mmap().
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-11-12 David P. Reese, Jr.Split execve(). This required some interesting changes...
2003-11-10 Matthew DillonThe last major syscall separation commit completely...
2003-11-03 David P. Reese, Jr.Split wait4(), setrlimit(), getrlimit(), statfs(),...
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-10-17 David P. Reese, Jr.Create kern_readv() and kern_writev() and use them...
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-10-03 David P. Reese, Jr.Modify kern_{send,recv}msg() to take struct uio's,...
2003-09-29 David P. Reese, Jr.Split getsockopt() and setsockopt().
2003-09-19 David P. Reese, Jr.Separate all of the send{to,msg} and recv{from,msg...
2003-09-07 David P. Reese, Jr.Change the split syscall naming convention from syscall...