Introduce the function iovec_copyin() and it's friend iovec_free().
[dragonfly.git] / sys / kern / uipc_syscalls.c
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-12 David P. Reese, Jr.Create an emulation/43bsd directory and move the recent...
2003-09-07 David P. Reese, Jr.Change the split syscall naming convention from syscall...
2003-09-06 Matthew DillonMake bind1() and accept1() non-static for linux emulato...
2003-08-30 Matthew DillonFix sendfile() bug introduced by the message passing...
2003-08-24 Matthew DillonSeparate out userland copyin/copyout operations from...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
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: