Add vfork/exec perf test. exec1 tests static binaries, exec2 tests dynamic
[dragonfly.git] / sys / kern / kern_exec.c
2004-03-12 Matthew DillonIn an rfork'd or vfork'd situation where multiple proce...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2003-11-18 Matthew DillonBackout part of 1.16. It is not necessary to align...
2003-11-16 Matthew DillonCleanup aux args and 32-byte align the initial user...
2003-11-16 Matthew DillonCorrect bugs introduced in the last syscall separation...
2003-11-12 David P. Reese, Jr.Split execve(). This required some interesting changes...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-26 Robert Garrett__P() removal
2003-08-20 Matthew DillonLinux needs %edx to be 0 on entry. It registers it...
2003-08-08 Matthew DillonAdd a few missing cratom() calls. In particular the...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
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: