AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / emulation / linux / linux_socket.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2008-12-16 Matthew DillonAdd missing range checks to sopt_valsize for the linux...
2008-07-10 Aggelos EconomopoulosFix sockopt syscalls for the Nth time.
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-06-04 Sascha WildnerSilence warning.
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-04-26 Matthew DillonFix the range checking for all read and write system...
2005-04-22 Sascha WildnerRemove DEC Alpha support.
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-04-05 Matthew DillonQuake 3 server (running under linux emulation) was...
2004-01-09 Matthew DillonArg3 to kern_fcntl was incorrectly passed as NULL,...
2003-10-15 David P. Reese, Jr.Rename do_dup() to kern_dup() and pull in some changes...
2003-10-13 David P. Reese, Jr.Implement socket() and shutdown() using the in-kernel...
2003-10-08 David P. Reese, Jr.Introduce the function iovec_copyin() and it's friend...
2003-10-04 David P. Reese, Jr.Modify linux_{send,recv}msg() and linux_{set,get}sockop...
2003-09-07 David P. Reese, Jr.Make the linux emulator use the newly split listen...
2003-09-07 David P. Reese, Jr.Change the split syscall naming convention from syscall...
2003-09-06 Matthew DillonAdjust linux emulation calls for bind and listen to...
2003-08-15 Matthew DillonMake modules work again part 1: linkup emulation/ and...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
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: