summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - 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
* This conf file seems to have rotted quite a bit..peter2001-01-191-7/+2
* Corresponding version bump for config with the DEV_FOO replacement forpeter2001-01-195-5/+5
* This driver needs COMPAT_OLDISA too. Sigh.peter2001-01-191-0/+4
* Add in a space that got lost in the previous commit in some debugging codejhb2001-01-193-3/+3
* EEK! I missed a couple of places with the 24->32 interrupt change.peter2001-01-197-4/+44
* Remove #defines for the old lock function names and spl0/splzpeter2001-01-191-7/+0
* Remove reference to splz_unpend - it is long gone.peter2001-01-193-3/+3
* Catch a few alternative names for the syscall entry frame, eg: post-ELFpeter2001-01-192-2/+8
* apic_itrace_splz[] is unusedpeter2001-01-197-7/+0
* Remove unused splsoftcambio(), splsoftcamnet(), splq() and splz() inlines.peter2001-01-191-4/+0
* Remove the now-empty ipl_funcs.c file on all platforms.peter2001-01-197-100/+0
* Remove the static splXXX functions and replace them by static __inlinepeter2001-01-196-102/+21
* - Remove an unused write_ivars function that didn't do anything anyway.jhb2001-01-191-7/+1
* Fix a warning due to missing prototype.peter2001-01-193-3/+3
* Fix a warning (the prototypes probably shouldn't be so over-zealouslypeter2001-01-194-4/+4
* Warning police:jhb2001-01-192-2/+2
* Fix a maybe-not-so-harmless warning.peter2001-01-191-1/+1
OpenPOWER on IntegriCloud