summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Change the mbuf exhaustion warning message to match the messagesilby2002-05-091-1/+2
* Remove trace_req().mini2002-05-092-21/+10
* o Correct an error made in revision 1.65: In readv(), if uap->iovcnt isalc2002-05-091-9/+6
* expand_name fixes:alfred2002-05-081-38/+32
* Remove runq_findproc. This never worked right in the first place and canjake2002-05-081-23/+0
* M_ZERO the temp buffer in expand_name() otherwise if an error occursalfred2002-05-071-1/+1
* Re-remove kern_random.c and svr4_signal.c. Somehow dillon managed to keeppeter2002-05-071-397/+0
* Do not forget to increase the number of completely connected sockets intanimura2002-05-072-0/+2
* Switch from just holding the interlock to holding the standard lock throughoutjeff2002-05-071-12/+17
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-068-38/+51
* When checking to see if the init process calls exit1(), compare p to thejhb2002-05-061-1/+1
* Style fixes in local variable declarations.jhb2002-05-061-9/+10
* - Style fixes in some comments.jhb2002-05-061-9/+10
* Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT.jeff2002-05-061-2/+4
* Add the lchflags(2) syscall.mux2002-05-054-2/+50
* Add an entry for the lchflags(2) syscall. It's useful to preventmux2002-05-051-0/+1
* Move a KASSERT() in open() prior to unlocking the vnode. It's not safe tojeff2002-05-052-6/+8
* o Condition the compilation of uiomoveco() and vm_uiomove()alc2002-05-051-3/+7
* Expand the one-line function pbreassignbuf() the only place it is or couldphk2002-05-051-14/+0
* Return the correct error code (ENOSYS, not EINVAL) from nosys(). Gettingbde2002-05-051-1/+1
* Fixed breakage of binary compatibility of the kern.clockrate sysctl inbde2002-05-051-0/+1
* Fix a typo.mux2002-05-042-2/+2
* Remove a six year old undocumented #ifdef : NO_B_MALLOC.phk2002-05-041-12/+0
* Remove obsolete code (that was already #if 0'd out).dillon2002-05-041-18/+0
* style(9): 'if' and 'while' need a space after them.alfred2002-05-041-3/+3
* Initialize time_second to 1 instead of zero to pacify slightly bogus arp code.phk2002-05-031-6/+4
* As malloc(9) and free(9) are now Giant-free, remove the Giant locktanimura2002-05-034-26/+7
* Fix the lock order reversal between the sigio lock and a process/pgrp lock intanimura2002-05-033-2/+10
* Retire makeobjops.pl - replaced by ../tools/makeobjops.awk.peter2002-05-021-473/+0
* As promised make the hack for sizeof(struct disklabel) on alpha annoying.phk2002-05-021-3/+14
* Convert devfs to nmount.mux2002-05-021-1/+2
* - Protect randompid and nprocs with the allproc_lock.jhb2002-05-021-101/+122
* - Reorder a few things so that when we lock the process at the end ofjhb2002-05-021-107/+118
* - Reorder execve() so that it performs blocking operations before itjhb2002-05-022-63/+74
* Hide a pointer to the malloc_type bucket at the end of the freed memory. Ifjeff2002-05-021-1/+19
* malloc/free(9) no longer require Giant. Use the malloc_mtx to protect thejeff2002-05-021-1/+21
* Remove the temporary alignment check in free().jeff2002-05-021-6/+0
* Redo the sigio locking.alfred2002-05-018-62/+30
* Cosmetic tweaks. Try and keep the style more consistent, catch some straypeter2002-05-012-45/+43
* kern_tc.c doesn't use <machine/psl.h>, and having this #include breakspeter2002-05-011-2/+0
* Remove this Perl script. There have been zero bug reports againstobrien2002-05-011-355/+0
* Convert longs to u_longs in stats. This will hold off wrap arounds for ajeff2002-04-301-1/+1
* o Convert the vm_page buckets mutex to a spin lock. (This resolvesalc2002-04-301-0/+1
* Brucifixion ? Yes, out that door, row on the left, one patch each.phk2002-04-301-87/+101
* These are Alexander Kabaev's VFSops fixes (see the thread 'Found: moduledillon2002-04-301-21/+82
* Add a new UMA debugging facility. This will overwrite freed memory withjeff2002-04-301-2/+8
* Move the implementation of M_ZERO into UMA so that it can be passed tojeff2002-04-301-3/+0
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-303-21/+24
* Re-add the 16384 bucket also.rwatson2002-04-291-0/+1
* Revert a portion of kern_malloc.c:1.99, which (in addition to addingrwatson2002-04-291-1/+3
OpenPOWER on IntegriCloud