elf - Fill sv_name with the appropiate value for each arch.
[dragonfly.git] / sys / emulation / linux / i386 / linux_sysvec.c
2010-09-20 Antonio Huete Jimenezelf - Fill sv_name with the appropiate value for each...
2010-06-12 Sascha WildnerFix typos in the licenses: withough -> without
2010-03-13 Alex Hornunglinux emulation - Major update
2010-03-02 Matthew Dillonkernel - Move grow_stack code in fault path to improve...
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-09-08 Simon Schubertmodules: add/correct module versions and depends
2008-04-21 Matthew DillonPass the current LWP to sigexit() instead of the curren...
2008-03-15 Aggelos EconomopoulosThe i386/amd64 abi specifies that the direction flag...
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2007-02-06 YONETANI Tomokazuleftover from 1:1 Userland threading stage 2.11/4
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-02-03 YONETANI Tomokazuleftover from aout_coredump() removal:
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2005-12-10 Sascha WildnerAnsify function definitions.
2005-11-21 Matthew DillonAdd a sysctl and tunable kern.syscall_mpsafe which...
2005-06-22 Joerg SonnenbergerSuSE includes a special .note.SuSE section descriping...
2005-05-31 Joerg SonnenbergerDon't match executables with ELFOSABI_NONE against...
2004-08-15 Joerg SonnenbergerIOCTL mapping layer Part II/II
2003-11-15 David P. Reese, Jr.Implement linux_mmap2().
2003-11-14 David P. Reese, Jr.Remove an unused variable from last commit.
2003-11-14 David P. Reese, Jr.Kill two more stackgap allocations. One is in linux_sy...
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 DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-08-27 Robert Garrett__P removal
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 Robert GarrettRegister keyword removal
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: