summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Yet a bug with extensible sbufs being marked as OVERFLOWED. This timephk2002-01-241-1/+1
* Add entry for EVFILT_NETDEV, which was inadverdently omitted back in Sept.jlemon2002-01-241-0/+1
* in fget() return EINVAL when the descriptor requested is negative.alfred2002-01-231-1/+1
* make pread use fget_read instead of holdfp.alfred2002-01-231-27/+2
* Fixed bug in calculation of amount of file to send when nbytes !=0 anddg2002-01-221-3/+6
* In certain cases sbuf_printf() and sbuf_vprintf() could mistakelyphk2002-01-221-1/+1
* Allow dump device be configured as early as possible using loader(8) tunable.sobomax2002-01-211-0/+11
* use mutex pools for "struct file" locking.alfred2002-01-201-2/+1
* use mutex pool mutexes for uidinfo locking.alfred2002-01-201-15/+15
* o Remove the unused vestiges of JOBST_JOBQPROC andalc2002-01-201-15/+1
* o Revision 1.99 ("KSE Milestone 2") left the aio daemonsalc2002-01-201-2/+2
* Remove 'VXLOCK: interlock avoided' warnings. This can now occur in normaldillon2002-01-192-0/+6
* undo a bit of the Giant pushdown.alfred2002-01-191-5/+9
* Explain that the admin can safely power down the system as well asnik2002-01-181-1/+2
* Invert the test of sx_xholder for SX_LOCKED. We need to warn if atanimura2002-01-181-3/+3
* Uninlined most of the bloated inline functions in <sys/disklabel.h>. Somebde2002-01-171-0/+18
* Changed the type of pcb_flags from u_char to u_int and adjusted things.bde2002-01-171-1/+1
* o Eliminate an unused parameter from aio_fphysio().alc2002-01-171-3/+3
* Fix giant handling in pwrite(2), I forgot to release it when finishingalfred2002-01-161-1/+2
* - Attempt to help declutter kern. sysctl by moving security out fromarr2002-01-165-17/+18
* Bump the limits for determining if we've held a spinlock too long as theyjhb2002-01-152-4/+4
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-151-2/+7
* Push down Giant in dup(2) and dup2(2), Giant is only needed whenalfred2002-01-151-16/+17
* Fix select on fifos.alfred2002-01-141-1/+8
* Remove a bogus FILEDESC_UNLOCK.alfred2002-01-141-1/+0
* o Correct the initialization of aiolio_zone: Each entry was 16 times largeralc2002-01-141-13/+5
* Replace ffind_* with fget calls.alfred2002-01-145-138/+81
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-133-1/+3
* o Call the functions registered with at_exec() from exec_new_vmspace()alc2002-01-131-4/+7
* Comment fdrop and fdrop_locked functions.alfred2002-01-131-0/+9
* Implement ffind_hold using ffind_lock.alfred2002-01-131-11/+3
OpenPOWER on IntegriCloud