summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the options of which cron program to run, and specifying flagsdougb2001-01-213-1/+15
* 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 it easier to handle $FreeBSD$ tags (amount of diff matters).itojun2001-01-2116-31/+16
* make it clearer that rtadvd.conf is optional (configs are grabbed from kernel).itojun2001-01-212-59/+66
* 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
* Fix numerous style(9) bugs: Put #define's before declarations; sort thewill2001-01-211-12/+11
* Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by movingwill2001-01-213-11/+9
* 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-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
OpenPOWER on IntegriCloud