summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Replace spaces after #defines with tabs; this makes all #defineskbyanc2002-01-091-20/+20
* o Correct a 32/64-bit error in the initialization of aiol_zone, specifically,alc2002-01-091-1/+1
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,msmith2002-01-091-1/+19
* GC fast_vfork; it's not actually referenced anywhere.silby2002-01-091-4/+0
* Sockets are called 'so' not 'sp'.alfred2002-01-091-8/+8
* Revert 1.81; 1.19 fixed this already in a different way.silby2002-01-092-6/+2
* o Add missing synchronization (splnet()/splx()) in aio_free_entry().alc2002-01-061-1/+27
* * Implement SBUF_AUTOEXTEND flag; sbufs created with this flag arekbyanc2002-01-061-23/+108
* Reorder a calculation in sbreserve so that it does not overflowsilby2002-01-062-2/+6
* - Teach SIGIO code to use cr_cansignal() instead of a custom CANSIGIO()rwatson2002-01-061-13/+3
* - Push much of the logic for p_cansignal() behind cr_cansignal, whichrwatson2002-01-061-30/+45
* Release text vnode in exit() rather than wait(). Occasionallydwmalone2002-01-051-8/+8
* Fix a bug where the mutex name wasn't always displayed for processes injhb2002-01-051-1/+1
* Fix forward_roundrobin(). It was mistakenly using the cpu number aspeter2002-01-051-2/+2
* Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.peter2002-01-051-0/+1
* Change the preemption code for software interrupt thread schedules andjhb2002-01-0513-68/+41
* Remove brain damaged code in witness_lock(). We could have easilyjhb2002-01-051-16/+3
* Axe a stale comment. Holding sched_lock across both setrunqueue() andjhb2002-01-041-8/+0
* Throw the $FreeBSD$s back in, properly escaping them.silby2002-01-041-4/+4
* Remove $FreeBSD$s from previous commit; perl thinks that they'resilby2002-01-041-2/+2
* Solve vnode_if.pl's identity crisis; make sure that it refers to itselfsilby2002-01-031-4/+4
* Return EBADF in case some vnode field has been reset to a NULL pointer.se2002-01-032-0/+4
* o Properly check the file descriptor passed to aio_cancel(2). (Previously,alc2002-01-021-14/+3
* Print parm6 too in the !KTR_EXTEND case.jake2002-01-011-1/+1
* o Some style(9)-motivated changes to white space.alc2002-01-011-13/+13
* o Make the credential used by socreate() an explicit argument torwatson2001-12-312-5/+9
* o Correct an off-by-one error in aio_suspend(2).alc2001-12-311-1/+1
* o Use "td->td_proc" instead of "curproc" where possible.alc2001-12-311-10/+8
* Eliminate semexit_hook using at_exit(9) and rm_at_exit(9).alc2001-12-303-19/+2
* Change traces in hardclock and statclock to use the KTR_CLK tracejake2001-12-291-2/+2
* Make AIO a loadable module.alfred2001-12-2911-107/+218
* Fixed an apparent typo ("-" before ":") and an English error (commabde2001-12-281-4/+4
* brace by itself after function declaration.alfred2001-12-271-1/+2
* Fix type-o in previous commit (tsleep was using wrong rendezvous point)dillon2001-12-251-1/+1
* On the first day of Christmas bde gave to me:bmilekic2001-12-231-143/+132
* Move prototype of _mext_free to mbuf.h, where it belongs, because it isbmilekic2001-12-221-1/+0
* Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,tmm2001-12-211-2/+30
* Add a rman_reserve_resource_bound() function that takes an additionaltmm2001-12-211-11/+35
* Avoid an interaction between syncache and accept filters. The syncachepeter2001-12-212-0/+4
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-3/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-202-3/+5
* Calculate whether the sbuf is dynamic *before* bzero()ing thedillon2001-12-191-1/+4
* Do not initialize static/global variables to 0. Use bss instead ofpeter2001-12-191-7/+7
* Use a different mechanism to get the vnlru process to wake up and noticepeter2001-12-192-4/+15
* Complete the device polling support by adding a thread in chargeluigi2001-12-191-0/+55
* Return EINVAL if kernel only flags are passed to the rfork syscall ratherjhb2001-12-191-2/+4
* This is a forward port of Peter's vlrureclaim() fix, with some minor modsdillon2001-12-182-9/+76
* - Change all callers of addupc_task() to check PS_PROFIL explicitly andjhb2001-12-182-9/+13
* Modify the critical section API as follows:jhb2001-12-1810-41/+53
* Remove whitespace at end of line.mp2001-12-161-1/+1
OpenPOWER on IntegriCloud