AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / emulation / 43bsd / 43bsd_socket.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2007-01-28 YONETANI Tomokazukern_recvmsg() may not return a valid(non-NULL) pointer...
2006-09-16 Matthew DillonFix a bug in sendmsg() and two compatibility versions...
2006-06-13 Matthew DillonAdd two more system calls, __accept and __connect....
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
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-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...