summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a whole bunch of long lines introduced by previous commit by usingpeter2002-02-071-11/+15
* Revise timercounters to use binary fixed point format internally.phk2002-02-072-109/+61
* Pre-KSE/M3 commit.julian2002-02-0717-144/+170
* Fixes for alpha pmap on SMP machines:jhb2002-02-061-0/+1
* Allow the kern.maxusers boot tuneable to be set to 0 (previously onlydillon2002-02-061-2/+3
* Fix a race with free'ing vmspaces at process exit when vmspaces arealfred2002-02-051-3/+4
* Let the number of timecounters follow hz, otherwise people withphk2002-02-051-2/+3
* Get rid of the twisted MFREE() macro entirely.dillon2002-02-054-26/+15
* o Scatter vn_start_write() and vn_finished_write() through ACL code sorwatson2002-02-043-9/+30
* Note that Kirk apparently missed adding vn_start_write() and friendsrwatson2002-02-043-0/+9
* In the routines vrele() and vput(), we must lock the vnode andmckusick2002-02-021-15/+15
* Remove bogus assertion in dup2 that can lead to panics when kernelalfred2002-02-011-2/+0
* Avoid lock order reversal filedesc/Giant when calling FREE() in fdallocalfred2002-02-011-0/+2
* Don't recurse on filedesc lock in chroot_refuse_vdir_fds().alfred2002-02-012-16/+18
* Regenerate to make osigreturn standard.bde2002-02-012-4/+4
* Made osigreturn(2) standard so that SYS_osigreturn can be used in thebde2002-02-011-1/+1
* GC P_BUFEXHAUST leftovers, we've had a new mechanism to avoid bufferdillon2002-01-311-1/+0
* Remove unused variables in select(2) from previous delta.alfred2002-01-301-2/+1
* Oops, fix previous commit to not generate a C comment in syscall.mk.bde2002-01-301-1/+1
* Regenerate _after_ the commit to syscalls.master.bde2002-01-302-2/+2
* Escape $FreeBSD$ in a different way to avoid using the bogus escapes \$bde2002-01-301-5/+5
* Attempt to fixup select(2) and poll(2), this should fix some races withalfred2002-01-292-125/+10
* Backout 1.120, EINVAL isn't a proper error return when the passed fd isalfred2002-01-291-1/+1
* Be more conservative about interrupt latency, it aint getting better it seems.phk2002-01-251-2/+2
* Make st_blksize default to PAGE_SIZE instead of zero.phk2002-01-251-2/+2
* Make the 'maxusers 0' auto-sizing code slightly more conservative. Changedillon2002-01-251-3/+3
OpenPOWER on IntegriCloud