summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Style.9 formatting fix; this commit is mostly white space related witharr2002-02-201-209/+209
* More cleanups relating to vm object allocation failure: make sure werwatson2002-02-201-1/+5
* A few misc forkbomb defenses:silby2002-02-191-2/+5
* Add stub syscalls and definitions for KSE calls.julian2002-02-194-3/+58
* Add 5 KSE syscalls. Two will be implemented with the next KSEjulian2002-02-191-0/+6
* Load the current timecounter into tc. The timecounter global can changedillon2002-02-181-1/+2
* Add kern_giant_ucred to instrument Giant around ucred related operationsdillon2002-02-182-0/+4
* Make v_addpollinfo() visible and non-inline.phk2002-02-181-5/+5
* Rehash of 1.43: simply remove the comment, since it's highly redundantrwatson2002-02-181-13/+0
* Add the braces missed by revision 1.131.iedowse2002-02-181-1/+2
* Take the common case of gettimeofday(&tv, NULL) out from under Giant.phk2002-02-181-8/+4
* Remove yet a redundant VN_KNOTE() macro.phk2002-02-181-3/+0
* The ICANON flag is an lflag, not an iflag.dillon2002-02-181-2/+2
* When vn_open() is failing because it cannot allocate a vm object, callrwatson2002-02-181-1/+1
* style(9) prefers formatted comments in '/*' ... '*/' as opposed torwatson2002-02-181-12/+12
* Per discussion at BSDCon, note that the vop_getattr locking protocolrwatson2002-02-181-1/+1
* Move the stuff related to select and poll out of struct vnode.phk2002-02-171-23/+43
* Remove cache_purgeleafdirs(), it has been #if 0 for quite some time.phk2002-02-171-60/+0
* Regenerate these files after change to syscalls.master.deischen2002-02-172-2/+2
* Fix prototype to sigreturn to use struct __ucontext instead of ucontext_t.deischen2002-02-171-1/+1
* replace the embedded cr_mtx in the ucred structure with cr_mtxp (a mutexdillon2002-02-171-9/+11
* If the credential on an incoming thread is correct, don't botherjulian2002-02-173-3/+27
* (Doing that whole test-immediately-after-commit-thing like obrien sez:)green2002-02-161-0/+2
* Add revoke_and_destroy_dev(), to be used by devices which decide whengreen2002-02-161-0/+13
* Fixed a typo in rev.1.65 that gave a reference to a nonexistent variable.bde2002-02-151-1/+1
* Make this compile after changes to kse structures.luigi2002-02-151-1/+1
* o Clearing p/td_retval[0] after aio_newproc() is unnecessary. (We stoppedalc2002-02-121-6/+1
* The previous commit included a change to fill_kinfo_proc() that resultsalc2002-02-121-1/+1
* MFS: synchronize the code with the version in -stable, specifically:luigi2002-02-113-67/+102
* In a threaded world, differnt priorirites become properties ofjulian2002-02-1114-101/+101
* Allow one to specify the AWK used in the environment(commandline).obrien2002-02-111-1/+1
* GC the unused einval()phk2002-02-101-11/+0
* Style(9) nits.phk2002-02-101-9/+9
* Add a comment indicating that the locking protocol should be updatedrwatson2002-02-101-0/+2
* Add a comment indicating that VOP_GETATTR() is called without appropriaterwatson2002-02-101-0/+2
* Make sure to hold vnode lock when calling into VOP_GETATTR().rwatson2002-02-103-1/+12
* Add a comment indicating that the vnode locking in this section of therwatson2002-02-101-0/+3
* Make sure to grab vnode lock on a vnode before calling VOP_GETATTR()rwatson2002-02-102-10/+18
* Remove a stray 'const' that slept into extattr_set_vp(), and couldrwatson2002-02-102-2/+2
* Part II: Update system calls for extended attributes. Rebuild ofrwatson2002-02-102-2/+2
* Part I: Update extended attribute API and ABI:rwatson2002-02-105-171/+130
* Replace accidentally removed setrunqueue()julian2002-02-091-0/+1
* Use the mtx_owner() macro in one spot in _mtx_lock_sleep() to make thejhb2002-02-092-2/+2
* Fix a bug introduced in r. 1.28: when copy{in,out} would fail for antmm2002-02-081-1/+2
* Fix broken Giant locking protocol introduced in rev 1.114. You cannotpeter2002-02-081-0/+1
* Bah, I managed to turn cosmetic things into real bugs. Fix shadowedpeter2002-02-081-12/+12
* o Merge various recent fixes from the MAC branch relating to extattrctl():rwatson2002-02-082-12/+20
* Fix a fatal trap when using ksched_setscheduler() (eg: mozilla, netscapepeter2002-02-081-1/+1
* remove superfluous blank linejulian2002-02-081-1/+0
* Fix a couple of style bugs introduced (or touched by) previous commit.peter2002-02-075-6/+5
OpenPOWER on IntegriCloud