kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / kern / imgact_resident.c
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-06-17 Michael Neumannpriv: Introduce PRIV_VM_RESIDENT and use it
2009-01-06 Simon SchubertProperly initialize the new vmspace and register its...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2005-01-31 Joerg SonnenbergerDon't copy blindly MAXPATHLEN byte from fullpath. vn_fu...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-06-03 Hiten PandyaLock manipulation of the 'exec_res_list', i.e., the...
2004-06-03 Hiten PandyaVM Resident Executables update:
2004-01-20 Matthew DillonAdd sys/resident.h for userland syscall prototypes...
2004-01-20 Matthew DillonResident executable support stage 1/4: Add kernel bits...