kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / kern / kern_sysctl.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-25 Michael Neumannpriv: Reduce some uses of PRISON_ROOT
2009-06-18 Michael Neumannpriv: Narrow down privileges
2009-06-18 Michael Neumannpriv: Narrow down privileges
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-08-03 Sepherosa ZiehauPromote sysctl_int_range()
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-09-03 Matthew DillonBring in FreeBSD/1.177 - fix a bug in a call made to...
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
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-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-02-05 Joerg SonnenbergerAdd a macro SYSCTL_SET_CHILDREN. Use it to avoid lhs...
2004-05-10 Hiten PandyaRemove newline from panic(9) message, it is redundant.
2004-03-29 Joerg SonnenbergerRemove the old locking based on memory flags by lockmgr...
2004-03-29 Joerg Sonnenbergerkern_sysctl.c
2003-11-23 Matthew DillonFix the OID_AUTO collision with static sysctl numbers...
2003-11-14 David P. Reese, Jr.Move ogetkerninfo() to the compat tree without any...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-23 Matthew Dillon2003-07-22 Hiten Pandya <hmp@nxad.com>
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-29 Matthew DillonAdd 64 bit display output support to sysctl plus conven...
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: