kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / kern / kern_varsym.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-07-12 Michael Neumannpriv: Define and use PRIV_VARSYM_SYS
2009-07-12 Michael NeumannSimplify expressions
2009-06-08 Aggelos Economopouloslock around accesses to uidinfo and varsymset
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
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...
2005-01-14 Joerg SonnenbergerInitial jail support for varsyms.
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2003-11-10 Matthew DillonAdd the varsym_list() system call and add listing suppo...
2003-11-09 Matthew DillonImplement variant symlinks! In order to use variant...
2003-11-05 Matthew DillonVariant symlink support stage 1/2: Implement support...