summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync with pccarddevs 1.8.imp2001-01-201-2/+2
* Correct entry for RATOC REX_R280 to comply with style used in the restimp2001-01-201-1/+1
* Sync with pccarddevs.imp2001-01-201-9/+45
* Sync with NetBSD. v1.98->1.107:imp2001-01-201-4/+22
* Check the return value of sf_encap() and handle errors accordingly.wpaul2001-01-202-6/+22
* Set the OACTIVE flag if vr_encap() fails.wpaul2001-01-202-0/+2
* Silence compiler warnings.wpaul2001-01-202-4/+4
* Bug fixes that I've put together while working on a project in the office:wpaul2001-01-194-18/+38
* Make some attempt to accomodate kern/24221- propate residual to mt_residmjacob2001-01-191-0/+41
* Change the reinstall.debug target to depend onjhb2001-01-195-20/+40
* Sync with GENERIC - drop I386_CPUpeter2001-01-191-1/+0
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-1916-40/+34
* Zap unused #include "apm.h"peter2001-01-194-4/+2
* Zap some cut-paste code that isn't used. It #included "apm.h" andpeter2001-01-193-16/+0
* Zap #include "apm.h" - it was not used.peter2001-01-191-1/+0
* Use #ifdef DEV_NPX from opt_npx.h instead of #if NNPX > 0 from npx.hpeter2001-01-1921-106/+112
* EEK! vm86bios.s has got #if NNPX > 0 code without a correspondingpeter2001-01-191-0/+2
* At great personal risk to my sanity, turn off COMPAT_OLDISA and thepeter2001-01-192-6/+4
* Add missing twe (3ware) and ahb (adaptec 174x) devices (!)peter2001-01-192-0/+14
OpenPOWER on IntegriCloud