AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / emulation / linux / i386 / linux_machdep.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-07-30 Matthew DillonFix nasty bug in exec*() code that can crash the machine.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-07-30 Peter AvalosSpelling corrections.
2007-07-30 Simon SchubertFix linux.ko linking.
2007-07-30 Simon SchubertFix a memory leak when kern_execve() fails fatally.
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-06 Joerg SonnenbergerEnsure that exit_group actually returns a sane value...
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-11-16 Matthew DillonCleanup the linux exec code to match other recent fixes...
2003-11-15 David P. Reese, Jr.Implement linux_mmap2().
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-10-24 David P. Reese, Jr.Remove the FreeBSD 3.x signal code. This includes...
2003-08-20 Matthew DillonLinux needs %edx to be 0 on entry. It registers it...
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-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
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: