summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Whitespace fixes leftover from previous commit.arr2002-02-221-21/+21
* - Whitespace fixup left over from previous commit.arr2002-02-221-10/+9
* Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-226-35/+23
* Use better scaling factor for NTPs correction.phk2002-02-221-1/+7
* GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-223-6/+2
* Replace bowrite() with BUF_WRITE in ufs.phk2002-02-221-16/+0
* - Massive style fixup.arr2002-02-221-1268/+1292
* Add support for iovcnt greater than 1. This should resolve problemsbp2002-02-211-14/+16
* Fixed some style bugs. Added a comment about a bug in PT_SSTEP.bde2002-02-211-25/+21
* Recover bits that were lost in transition in rev.1.76:bde2002-02-211-16/+77
* Oops, used wrong error value for unimplemented syscalls.julian2002-02-201-6/+6
* Tidy up some unused variablespeter2002-02-202-10/+0
* - Fix style further by adding parentheses around return values so thatarr2002-02-201-14/+14
* - 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
OpenPOWER on IntegriCloud