summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fixup uses of GETVOBJECT.jeff2002-07-062-15/+14
* make this repect ps_sigintr if there is a pre-existing signaljulian2002-07-061-1/+0
* Clean up execve locking:jeff2002-07-063-5/+20
* - Disable original vop_strategy lock specification.jeff2002-07-061-1/+2
* - Add vop_strategy_pre to validate VOP_STRATEGY locking.jeff2002-07-061-0/+16
* Use the new #! directive for vop_rename. Leave the old lock specificationjeff2002-07-061-4/+5
* Add "vop_rename_pre" to do pre rename lock verification. This is enabled onlyjeff2002-07-061-1/+20
* Fix at least one of the things wrong with signalsjulian2002-07-061-6/+9
* Remove the advertising clause from the Duke BSD copyright on thegallatin2002-07-062-8/+2
* dd %i as an alias for %d for greater compatibility with our *BSD bretherenimp2002-07-051-0/+1
* Include systm.h before vnode.h so Debugger() and printf() are available whenjeff2002-07-051-1/+1
* o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the freealc2002-07-041-0/+1
* Move vfs_rootmountalloc() in vfs_mount.c and remove lite2_vfs_mountroot()mux2002-07-032-71/+44
* Try clean up some of the mess that resulted from layers and layersjulian2002-07-032-59/+32
* Remove an unused argument in vfs_mountroot().mux2002-07-032-2/+2
* White space commit.julian2002-07-031-10/+10
* Hold the sched lock across call to forward_signal() in tdsignal() togallatin2002-07-031-1/+4
* Add mtx_ prefixes to the fields used for mutex profiling, and fix a bugdes2002-07-032-22/+24
* I didn't pay enough attention when copy/pasting disclaimers.mux2002-07-021-2/+2
* Move every code related to mount(2) in a new file, vfs_mount.c.mux2002-07-025-2626/+1213
* 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
OpenPOWER on IntegriCloud