summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2124-190/+301
* 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
* Actually propagate back to the rest of the application that a commandgreen2001-01-211-1/+1
* 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
* Print out resid portion of MTIOCGET returned data.mjacob2001-01-211-3/+4
* Fix typo: -c -> -tache2001-01-211-1/+1
* Make "killall -t p0" really works.ache2001-01-211-1/+2
* - All of proc_compare needs sched_lock, so hold it for the for loop thatjhb2001-01-201-40/+20
* Room to hold rules should be dynamically allocated.ume2001-01-201-10/+18
* When ip6_fw_ctl() or soopt_mcopyout() return without success,ume2001-01-201-1/+1
* Add 'netrange' parameter to 'range' command and fix a couple of typos.ben2001-01-201-3/+3
* When short of mbufs or mbuf clusters, we sleep on appropriate "counters."bmilekic2001-01-202-9/+6
* Added sensible handling of switch to and from daylight saving timebabkin2001-01-203-5/+158
* - Correct MAXPATHLEN/MAXHOSTNAMELEN usagejedgar2001-01-201-36/+39
* Document some more options.asmodai2001-01-202-22/+52
* Make the name of the init script and the interpreter compile time options.alex2001-01-202-7/+26
* Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflictjake2001-01-205-8/+8
* Use more secure temporary files using mktemp(1)jedgar2001-01-201-8/+12
* 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
* Revert rev. 1.27. This file only included <sys/select.h> because ofwollman2001-01-201-3/+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
* Limit commands that can be issued when not logged in:jedgar2001-01-201-70/+90
* Check strdup() return valuesjedgar2001-01-202-4/+14
* 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
* Check malloc() and strdup() return valuesjedgar2001-01-201-2/+6
* Check strdup() return valuesjedgar2001-01-201-4/+8
* 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
* Prevent overflow in -d argument by replacing hand-rolledkris2001-01-191-23/+5
* 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
OpenPOWER on IntegriCloud