summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Axe an unused static softc.jhb2001-01-231-2/+0
* Move a temporary #ifdef of code (just the #ifdef part) up so that it isjhb2001-01-231-4/+4
* Kill a warning by marking an unused function with __unused.jhb2001-01-231-1/+1
* Argh, atomic_store_rel -> atomic_store_rel_int.jhb2001-01-231-1/+1
* Woops, add in missing headers.jhb2001-01-231-1/+3
* Proc locking.jhb2001-01-235-17/+63
* Use queue macros.jhb2001-01-231-5/+4
* - Add proc locking.jhb2001-01-231-35/+104
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.kris2001-01-232-5/+18
* - Use proper atomic operations to make the run time initializationjhb2001-01-231-10/+20
* - Add necessary proc locking.jhb2001-01-231-5/+15
* FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take anjhb2001-01-231-3/+3
* Use proc lock to safely obtain references to p_ucred before vnodejhb2001-01-231-3/+13
* Protect calcru() with sched_lock.jhb2001-01-231-0/+2
* Do not do the commenting out the way that saves bytes and looks cleanermjacob2001-01-231-1/+4
* Map BSS section in PECOFF executable.takawata2001-01-231-1/+1
* Add mibs to hold the number of forks since boot. New mibs are:ume2001-01-233-0/+42
* Added pc98 apm driver.nyan2001-01-233-0/+1572
* Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that wouldjoerg2001-01-231-0/+10
* Remove useless variable vjlen.hm2001-01-231-2/+2
* In answer to the comment: /* XXX is it OK to block here? */, the answerpeter2001-01-231-2/+3
* When attempting to bind to an ephemeral port, if no such port iswes2001-01-231-2/+2
* This file declares `struct timespec' so that we can have a single,wollman2001-01-231-0/+69
* Synchronize with some of my local changes. To quote:wollman2001-01-231-0/+60
* o The move to using VADMIN under vaccess() resulted in some systemrwatson2001-01-232-2/+2
* Add function prototype for libc function sysctlnametomib()mckusick2001-01-231-0/+1
* Sigh. atomic_add_int takes a pointer, not an integer.jake2001-01-231-4/+4
* Use atomic operations to update the stat counters.des2001-01-231-4/+4
* Change critical section protection for dummynet from splnet() toluigi2001-01-221-15/+45
* Free the kbd pointer when it isn't NULL, as opposed to when it is.dwmalone2001-01-222-2/+2
* Assorted bugfixes:luigi2001-01-221-14/+23
* Move (now) unused variable declaration inside the block (now commented out).mjacob2001-01-221-2/+1
* ahc_eisa.c:gibbs2001-01-2211-173/+270
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).ume2001-01-222-4/+4
* Add MTX_SPIN to an mtx_init(julian2001-01-221-1/+1
* on in6_ifdetach(), do not remove default route mistakenlyume2001-01-221-2/+2
* Added PC-98 apm support.nyan2001-01-224-1/+14
* Call vm_zone_init() at the appropriate time.des2001-01-221-0/+2
* Give this code a major facelift:des2001-01-222-235/+167
* Print correct file name and line number in mtx_assert().jasone2001-01-224-21/+20
* Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properlymsmith2001-01-221-0/+2
* remove stupid braino (recursive mutex)julian2001-01-211-16/+20
* General cleanup.phk2001-01-211-53/+33
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-219-595/+1224
* First step towards an MP-safe zone allocator:des2001-01-219-57/+19
* Update these netgraph drivers in current so that these changes can bephk2001-01-212-62/+194
* Convert a Debugger(3) to a panic(9) and a EINVAL.phk2001-01-211-1/+3
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-2154-96/+124
* wi has been converted to NEWCARD, so included it when pccard isimp2001-01-212-2/+3
* Correct botchup in last commit that made older VIA chips fail...sos2001-01-211-2/+2
OpenPOWER on IntegriCloud