summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* When going back to SLEEP state, make sure ourjulian2002-07-021-0/+1
* Fix failure to correctly transition back to sleep mode.julian2002-07-021-0/+4
* #include <sys/ktrace.h> would be useful too. (for ktrace_mtx)peter2002-07-011-0/+3
* The jail syscall calls chroot, which is not mpsafe, so put back aiedowse2002-07-011-0/+2
* Add #include "opt_ktrace.h"peter2002-07-011-0/+2
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESiedowse2002-07-013-14/+13
* - In thread_userret(), remove the Giant locking and unlocking around thearr2002-07-012-4/+0
* If the process is a zombie, then you must not try dereference the threadjulian2002-06-301-53/+55
* Partial backout of 1.318, remove error handling added because it may bealfred2002-06-301-15/+3
* Add a hashdestroy() function to undo the actions of hashinit().iedowse2002-06-301-0/+15
* Fix several style bugs:alfred2002-06-291-7/+17
* Unbreak computation of 'smask' that I broke when removing caddr_t.alfred2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-2926-491/+1601
* Add files that are new for KSE.julian2002-06-292-0/+1580
* Rename the db command lockedvnodes to lockedvnods so that it fits on theobrien2002-06-291-1/+1
* more caddr_t removal.alfred2002-06-299-35/+26
* More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t.alfred2002-06-2910-67/+62
* catch up with mextadd callback taking a void argument instead of a caddr_t.alfred2002-06-292-3/+3
* More caddr_t removal.alfred2002-06-297-31/+31
* nuke more instances of caddr_talfred2002-06-291-23/+19
* m_extadd takes a void (*freef)(void *, void *) now, not aalfred2002-06-291-1/+1
* remove or replace caddr_t with void.alfred2002-06-281-32/+29
* nuke caddr_t.alfred2002-06-284-26/+23
* Remove unneeded casts to caddr_t.alfred2002-06-282-62/+62
* document that the pipe fo_stat routine doesn't need locks because it'salfred2002-06-281-0/+4
* Improve the VOP locking assertsjeff2002-06-281-0/+7
* In vn_mkdir(), use vrele() instead of vput() on the parent directoryiedowse2002-06-282-2/+18
* Clean up vn_rdwr locking.jeff2002-06-281-6/+12
* Fix a case where a vnode got explicitly unlocked after the pointer to itgreen2002-06-281-1/+1
* Remove a printf and add a comment on an assumption that could beluigi2002-06-271-3/+10
* Fix a bug that prevented the deletion of non-default ACLs from beingrwatson2002-06-273-3/+3
* A bit of whitespace magic.rwatson2002-06-273-15/+15
* At long last, commit the zero copy sockets code.ken2002-06-265-27/+713
* - Remove Giant acquisition from modevent(), modfnext(), modstat() andarr2002-06-261-27/+11
* - Alleviate jail() from having the burden of acquiring Giant by simplyarr2002-06-261-3/+0
* o Eliminate vmspace::vm_minsaddr. It's initialized but never used.alc2002-06-251-1/+0
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+1
* Bring sys/kern/md5c.c in sync with the userland version.mux2002-06-241-26/+23
* Use proper size in bzero of stat structure.mckusick2002-06-243-3/+3
* Remove unused diagnostic function cread_free_thread().mini2002-06-243-19/+0
* I Noticed a defect in the way wakeup() scans the tailq. Tor noticed andillon2002-06-241-3/+8
* More 64 bits platforms warning fixes.mux2002-06-232-7/+7
* This patch fixes a size problem with the stat structure formckusick2002-06-223-4/+3
* We don't need to check the return value of malloc() againstmux2002-06-221-14/+0
* Fix a bug in vfs_bio_clrbuf(). The single-page-clrbuf optimization wasdillon2002-06-221-5/+10
* o Remove the initialization of unused fields in the structmux2002-06-222-50/+10
* Always drop the p_args reference we held for copyout, even if we're aboutmini2002-06-221-3/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-217-32/+33
* Change the way we internally store the mount options tomux2002-06-203-128/+79
* Implement SO_NOSIGPIPE option for sockets. This allows one to request thatalfred2002-06-203-2/+6
OpenPOWER on IntegriCloud