Remove upc_{control,register} syscalls and everything that has to do with it.
[dragonfly.git] / sys / kern / kern_exec.c
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-10-21 Sepherosa Ziehauobjcache: objcache_create on longer changes cluster_limit
2012-08-16 Matthew DillonKernel - Fix numerous procfs/ptrace issues
2011-12-25 Matthew Dillonkernel - Correct sysctl variable type for kern.stackgap...
2011-12-22 Matthew Dillonkernel - Fix new static stackgap feature from recent...
2011-12-22 Matthew Dillonkernel - Implement static stackgap feature in addition...
2011-12-22 Matthew Dillonkernel - Increase cluster_limit for exec args on machin...
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-12-08 Matthew Dillonkernel - Fix missing token release on I/O error during...
2011-12-02 Matthew Dillonkernel - Refactor the vmspace locking code and several...
2011-12-01 Matthew Dillonkernel - Fix race between procfs / proc sysctls and...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-10 Matthew Dillonkernel - Remove ad-hoc increment/decrement of vm->vm_sysref
2011-10-27 Matthew Dillonkernel - Fix memory leak when execv()ing certain paths.
2011-10-19 Matthew Dillonkernel - Increase exec args cache on 64-bit boxes
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-06-14 Matthew Dillonkernel - Fix a 'vm_page_unhold: hold count < 0' panic...
2011-06-09 Matthew Dillonkernel - Fix a 'vm_page_unhold: hold count < 0' panic...
2011-05-11 John Marinokernel ELF: Reimplement Elf Branding, .note.ABI-tag
2011-04-28 John Marinokernel: Implement ELF auxinfo entry type AT_EXECPATH
2011-03-09 Matthew Dillonkernel - Add lwkt.cache_threads boot-time tunable
2011-03-06 Venkatesh Srinivaskernel -- file desc malloc zone overflow handling.
2011-02-17 Venkatesh Srinivaslibrt: Initial userland implementation of POSIX AIO...
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct sigacts
2011-02-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct pargs
2011-02-16 Venkatesh Srinivaskernel -- Eliminate AIO.
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2010-10-25 Antonio Huete Jimeneznullfs - Add 'noexec' flag support.
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.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...
next