summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* permit icmp6 type <= 256 (was 32).ume2001-01-211-1/+1
* Make the order of the static initializer for all_mtx match the order ofjasone2001-01-213-6/+6
* Update the iwic driver: fix error handling for rx errors on the D-channelhm2001-01-218-111/+103
* Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We stillimp2001-01-211-5/+371
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-213-16/+22
* Convert the vendor/product cis strings to an array of CIS entries. Thisimp2001-01-212-6/+6
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-2111-471/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-2122-150/+300
* Remove the MAYBE_PANIC and GUARD_CPU macros - unused.peter2001-01-211-34/+0
* Remove the per-cpu pages used for copy and zero-ing pages of memoryjake2001-01-2115-262/+11
* Break the isa attachment of the Crystal Semiconductor 89x0 into twoimp2001-01-215-144/+347
* remove duplicate entry that snuck in during the merge.imp2001-01-212-8/+0
* Implement optimized PCPU accessors. These are necessary to support ajake2001-01-211-15/+90
* Make residuals signed.mjacob2001-01-211-2/+8
* - All of proc_compare needs sched_lock, so hold it for the for loop thatjhb2001-01-201-40/+20
* When ip6_fw_ctl() or soopt_mcopyout() return without success,ume2001-01-201-1/+1
* When short of mbufs or mbuf clusters, we sleep on appropriate "counters."bmilekic2001-01-202-9/+6
* Document some more options.asmodai2001-01-202-22/+52
* Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflictjake2001-01-205-8/+8
* Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call thejake2001-01-208-225/+40
* Correct check for partition c. Previously the check was for drive 2,grog2001-01-201-1/+1
* Do not recursively include <sys/selinfo.h> from <sys/select.h>; all in-treewollman2001-01-201-6/+0
* Temporarily disable the printf() for micruptime() going backwards, thejhb2001-01-201-0/+5
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-2010-71/+15
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-208-6/+14
* Be more careful with sched_lock in the SIGINFO handler. Specifically, dojhb2001-01-201-10/+21
* Sync to pccarddevs 1.9imp2001-01-201-2/+17
* Sync with NetBSD (again, after I got the most up to date file):imp2001-01-201-1/+10
OpenPOWER on IntegriCloud