summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix style bug in previous commit.jhb2002-04-011-1/+1
* ktr changes to improve performance and make writing a userland utility tojake2002-04-011-70/+47
* Here follows the new kernel dumping infrastructure.phk2002-03-313-194/+50
* Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE forphk2002-03-311-0/+13
* Keep the reference to the file acquired in _aio_aqueue() until the operationalc2002-03-311-3/+7
* Close some holes with p->p_args by NULL'ing out the p->p_args pointeralfred2002-03-312-4/+14
* Centralize the "bootdev" and "dumpdev" variables. They are still prettyphk2002-03-313-0/+3
* Add a local proc *p in exec_new_vmspace() to avoid repeated dereferencingalc2002-03-311-6/+7
* Fixed handling of short reads in readdisklabel() and writedisklabel().bde2002-03-301-0/+6
* Nuke CV_DEBUG in favour of INVARIANTS.dan2002-03-301-1/+1
* Style fixes purposefully left out of last commit. I checked the kse treejake2002-03-291-43/+43
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-291-13/+1
* The description of fd_mtx is "filedesc structure."tanimura2002-03-292-3/+3
* Add resource_list_add_next() which returns the RID for the resource added.mdodd2002-03-291-0/+13
* To remove nested include of sys/lock.h and sys/mutex.h from sys/proc.halfred2002-03-281-0/+44
* Get the magnitude of the NTP adjustment right.phk2002-03-281-3/+4
* - Properly sync vfs_nmount() with changes that have be already donemux2002-03-282-114/+78
* Allow resursion on the pipe mutex because filt_piperead() and filt_pipewrite()alc2002-03-271-1/+1
* Make the reference counting of 'struct pargs' SMP safe.alfred2002-03-274-17/+9
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-276-24/+10
* oops, forgot to commit this. td->td_savecrit = 0 replaced by APIdillon2002-03-271-0/+1
* Make this compile.jake2002-03-271-1/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-273-18/+22
* "Fixed" -Wshadow warnings by changing the name of some function parametersbde2002-03-271-2/+2
* Remove an unnecessary and inconsistently used variable from exec_new_vmspace().alc2002-03-261-3/+1
* - Fixup a few style nits:arr2002-03-262-12/+10
* As discussed in -arch, add the new nmount(2) system call and themux2002-03-263-6/+1183
* Added used include of <sys/sx.h>. Don't depend on namespace pollution inbde2002-03-261-0/+1
* Added used include of <sys/sx.h>. Don't depend on namespace pollution inbde2002-03-251-0/+1
* Commit work-around for panics when mounting FS's that are auto-loaded asobrien2002-03-251-0/+2
* - Recommit the securelevel_gt() calls removed by commits rev. 1.84 ofarr2002-03-253-6/+16
* Modernize my email address.phk2002-03-252-2/+2
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-246-21/+20
* Use td_ucred in several trivial syscalls and remove Giant locking asjhb2002-03-221-32/+16
* Use explicit Giant locks and unlocks for rather than instrumented ones forjhb2002-03-221-6/+5
* Merge from TrustedBSD MAC branch:rwatson2002-03-221-0/+23
* When "cloning" a pipe's buffer bcopy the data after dropping the pipe'salfred2002-03-221-2/+2
* In sysctl, req->td is believed always to be non-NULL, so there's no needrwatson2002-03-221-20/+14
* Since cred never appears to be passed into the securelevel calls asrwatson2002-03-221-2/+2
* - Back out the commit to make the linker_load_file() securelevel checkarr2002-03-223-16/+6
* Break out the "see_other_uids" policy check from the variousrwatson2002-03-221-4/+28
* - Fix a logic error in checking the securelevel that was introduced in thearr2002-03-213-8/+4
* Remove last two abuses of cpu_critical_{enter,exit} in the MI code.imp2002-03-212-8/+8
* Add a change mirroring that made to kern/subr_trap.c and others.benno2002-03-211-9/+3
* UMA permited us to utilize the 'waitok' flag to soalloc.jeff2002-03-201-2/+7
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-30/+3
* - Push down Giant into crfree() in the case that we actually free a ucred.jhb2002-03-201-0/+15
* - Change a check of securelevel to securelevel_gt() call in order to helparr2002-03-203-6/+20
* - Remove a semi-colon from after SYSINIT that was introduced in rev. 1.163.arr2002-03-201-1/+1
* Add calls to uma_zone_set_max() to restore previously enforced limits.jeff2002-03-202-0/+2
OpenPOWER on IntegriCloud