| Commit message (Expand) | Author | Age | Files | Lines |
* | Update these netgraph drivers in current so that these changes can be | phk | 2001-01-21 | 2 | -62/+194 |
* | Convert a Debugger(3) to a panic(9) and a EINVAL. | phk | 2001-01-21 | 1 | -1/+3 |
* | Add the options of which cron program to run, and specifying flags | dougb | 2001-01-21 | 3 | -1/+15 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 54 | -96/+124 |
* | wi has been converted to NEWCARD, so included it when pccard is | imp | 2001-01-21 | 2 | -2/+3 |
* | Correct botchup in last commit that made older VIA chips fail... | sos | 2001-01-21 | 1 | -2/+2 |
* | permit icmp6 type <= 256 (was 32). | ume | 2001-01-21 | 1 | -1/+1 |
* | make it easier to handle $FreeBSD$ tags (amount of diff matters). | itojun | 2001-01-21 | 16 | -31/+16 |
* | make it clearer that rtadvd.conf is optional (configs are grabbed from kernel). | itojun | 2001-01-21 | 2 | -59/+66 |
* | Make the order of the static initializer for all_mtx match the order of | jasone | 2001-01-21 | 3 | -6/+6 |
* | Update the iwic driver: fix error handling for rx errors on the D-channel | hm | 2001-01-21 | 8 | -111/+103 |
* | Fix numerous style(9) bugs: Put #define's before declarations; sort the | will | 2001-01-21 | 1 | -12/+11 |
* | Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by moving | will | 2001-01-21 | 3 | -11/+9 |
* | Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We still | imp | 2001-01-21 | 1 | -5/+371 |
* | Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually | imp | 2001-01-21 | 3 | -16/+22 |
* | Convert the vendor/product cis strings to an array of CIS entries. This | imp | 2001-01-21 | 2 | -6/+6 |
* | Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now. | peter | 2001-01-21 | 11 | -471/+0 |
* | Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex | jasone | 2001-01-21 | 24 | -190/+301 |
* | Remove the MAYBE_PANIC and GUARD_CPU macros - unused. | peter | 2001-01-21 | 1 | -34/+0 |
* | Remove the per-cpu pages used for copy and zero-ing pages of memory | jake | 2001-01-21 | 15 | -262/+11 |
* | Actually propagate back to the rest of the application that a command | green | 2001-01-21 | 1 | -1/+1 |
* | Break the isa attachment of the Crystal Semiconductor 89x0 into two | imp | 2001-01-21 | 5 | -144/+347 |
* | remove duplicate entry that snuck in during the merge. | imp | 2001-01-21 | 2 | -8/+0 |
* | Implement optimized PCPU accessors. These are necessary to support a | jake | 2001-01-21 | 1 | -15/+90 |
* | Make residuals signed. | mjacob | 2001-01-21 | 1 | -2/+8 |
* | Print out resid portion of MTIOCGET returned data. | mjacob | 2001-01-21 | 1 | -3/+4 |
* | Fix typo: -c -> -t | ache | 2001-01-21 | 1 | -1/+1 |
* | Make "killall -t p0" really works. | ache | 2001-01-21 | 1 | -1/+2 |
* | - All of proc_compare needs sched_lock, so hold it for the for loop that | jhb | 2001-01-20 | 1 | -40/+20 |
* | Room to hold rules should be dynamically allocated. | ume | 2001-01-20 | 1 | -10/+18 |
* | When ip6_fw_ctl() or soopt_mcopyout() return without success, | ume | 2001-01-20 | 1 | -1/+1 |
* | Add 'netrange' parameter to 'range' command and fix a couple of typos. | ben | 2001-01-20 | 1 | -3/+3 |
* | When short of mbufs or mbuf clusters, we sleep on appropriate "counters." | bmilekic | 2001-01-20 | 2 | -9/+6 |
* | Added sensible handling of switch to and from daylight saving time | babkin | 2001-01-20 | 3 | -5/+158 |
* | - Correct MAXPATHLEN/MAXHOSTNAMELEN usage | jedgar | 2001-01-20 | 1 | -36/+39 |
* | Document some more options. | asmodai | 2001-01-20 | 2 | -22/+52 |
* | Make the name of the init script and the interpreter compile time options. | alex | 2001-01-20 | 2 | -7/+26 |
* | Rename the ASSYM MTX_RECURSE to MTX_RECURSECNT in order to not conflict | jake | 2001-01-20 | 5 | -8/+8 |
* | Use more secure temporary files using mktemp(1) | jedgar | 2001-01-20 | 1 | -8/+12 |
* | Simplify the i386 asm MTX_{ENTER,EXIT} macros to just call the | jake | 2001-01-20 | 8 | -225/+40 |
* | Correct check for partition c. Previously the check was for drive 2, | grog | 2001-01-20 | 1 | -1/+1 |
* | Do not recursively include <sys/selinfo.h> from <sys/select.h>; all in-tree | wollman | 2001-01-20 | 1 | -6/+0 |
* | Revert rev. 1.27. This file only included <sys/select.h> because of | wollman | 2001-01-20 | 1 | -3/+0 |
* | Temporarily disable the printf() for micruptime() going backwards, the | jhb | 2001-01-20 | 1 | -0/+5 |
* | - Make npx_intr INTR_MPSAFE and move acquiring Giant into the | jake | 2001-01-20 | 10 | -71/+15 |
* | Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code. | wollman | 2001-01-20 | 8 | -6/+14 |
* | Be more careful with sched_lock in the SIGINFO handler. Specifically, do | jhb | 2001-01-20 | 1 | -10/+21 |
* | Sync to pccarddevs 1.9 | imp | 2001-01-20 | 1 | -2/+17 |
* | Sync with NetBSD (again, after I got the most up to date file): | imp | 2001-01-20 | 1 | -1/+10 |
* | sync with pccarddevs 1.8. | imp | 2001-01-20 | 1 | -2/+2 |