kernel - Introduce lightweight buffers
[dragonfly.git] / sys / kern / kern_exec.c
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-10-29 Simon Schubertimgact_elf: accept .note.ABI-tag sections located anywhere
2009-10-02 Matthew Dillonktrace - Add kern.ktrace_suid, allowing suid/sgid execs...
2009-09-30 Simon SchubertFix exec from setuid/setgid binaries
2009-07-30 Matthew DillonFix nasty bug in exec*() code that can crash the machine.
2009-07-02 Matthew Dillonfile descriptor enumeration - Fix races
2009-04-23 Matthew DillonMake adjustments to how MAP_STACK works to prevent...
2009-04-23 Matthew DillonFix VM panic. Add required overflow check for MAP_STAC...
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-10-26 Sepherosa Ziehau- Return the real cluster limit used by the objcache
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-08-28 Matthew DillonFix a bug in vnode_pager_generic_getpages(). This...
2007-07-30 Peter AvalosSpelling corrections.
2007-07-30 Simon SchubertFix a memory leak when kern_execve() fails fatally.
2007-07-12 Matthew DillonFix LWP support on exec. exec now properly kills all...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-07 Matthew DillonEntirely remove exec_map from the kernel. Use the...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-17 Matthew DillonThe ktracing code was not properly matching up VOP_OPEN...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2005-10-09 Simon Schubert1:1 Userland threading stage 2.6/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.3/4:
2005-06-22 Matthew DillonRandomize the initial stack pointer for a user process...
2005-04-20 Chris PresseyStyle(9) cleanup: use ANSI format for function definitions.
2005-03-02 Hiten PandyaRename the flags for sf_buf_alloc(9) to be in line...
2005-01-29 Matthew DillonRedo argv processing to better conform to standards...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-10 Hiten PandyaRemove redundant newline in a call to panic(9).
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-24 David RhodusCount statistics for exec calls.
2004-04-19 Matthew DillonUse vm_page_hold() instead of vm_page_wire() for exec...
2004-04-11 Matthew DillonUse the sf_buf facility rather then kmem_alloc_wait...
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-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: