| Commit message (Expand) | Author | Age | Files | Lines |
* | As threatened in hackers@ on Friday, obviate the need for a buildworld | imp | 2001-01-22 | 1 | -2/+7 |
* | Note change of KERNEL to KERNCONF for building instructions. Peter | imp | 2001-01-22 | 1 | -4/+15 |
* | Using "KERNEL" for buildkernel was a very very bad mistake. $KERNEL is | peter | 2001-01-22 | 1 | -4/+4 |
* | Clean up some obsolete stuff. config -r has not been needed since around | peter | 2001-01-22 | 5 | -43/+12 |
* | Call vm_zone_init() at the appropriate time. | des | 2001-01-22 | 1 | -0/+2 |
* | Give this code a major facelift: | des | 2001-01-22 | 2 | -235/+167 |
* | Print correct file name and line number in mtx_assert(). | jasone | 2001-01-22 | 4 | -21/+20 |
* | Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properly | msmith | 2001-01-22 | 1 | -0/+2 |
* | Made the special handling of the daylight time switches optional, | babkin | 2001-01-22 | 2 | -6/+19 |
* | Handle SECDNS being rejected when PRIDNS is not | brian | 2001-01-22 | 1 | -2/+5 |
* | Also add some timing information for kernel builds so that it's | jkh | 2001-01-21 | 1 | -2/+5 |
* | remove stupid braino (recursive mutex) | julian | 2001-01-21 | 1 | -16/+20 |
* | General cleanup. | phk | 2001-01-21 | 1 | -53/+33 |
* | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | jasone | 2001-01-21 | 9 | -595/+1224 |
* | sendmail 8.11.2 has been imported | gshapiro | 2001-01-21 | 2 | -2/+2 |
* | First step towards an MP-safe zone allocator: | des | 2001-01-21 | 9 | -57/+19 |
* | Update FreeBSD import README | gshapiro | 2001-01-21 | 1 | -4/+19 |
* | Repair 8.11.2 merge conflicts | gshapiro | 2001-01-21 | 15 | -144/+225 |
* | This commit was generated by cvs2svn to compensate for changes in r71345, | gshapiro | 2001-01-21 | 63 | -779/+2178 |
|\ |
|
| * | Import sendmail 8.11.2 | gshapiro | 2001-01-21 | 78 | -925/+2405 |
* | | 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 |