| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix breakage unconvered by LINT - dont refer to undefined variables in | peter | 2001-01-17 | 2 | -0/+4 |
* | Document data structures and operation on dummynet so next time | luigi | 2001-01-17 | 1 | -42/+117 |
* | Minor tweaks to get these to stop breaking LINT. They still dont work | peter | 2001-01-17 | 6 | -0/+31 |
* | Special case for compiling LINT - just give a warning and continue on. | peter | 2001-01-17 | 7 | -0/+35 |
* | Remove unneeded (and compile-breaking) #include "alpm.h" | peter | 2001-01-17 | 1 | -2/+0 |
* | Some dummynet patches that I forgot to commit last summer. | luigi | 2001-01-16 | 2 | -34/+75 |
* | Minor grammar nit. | ben | 2001-01-16 | 1 | -1/+1 |
* | SIGABRT is *not* the same as calling abort(), so don't claim that it is. | ben | 2001-01-16 | 1 | -2/+2 |
* | Ooops, the -M and -N flags were already documented, though not very clearly. | ben | 2001-01-16 | 1 | -10/+0 |
* | document -M and -N flags. | ben | 2001-01-16 | 1 | -0/+7 |
* | The bit about sigpending not detecting any errors is a lie, it can return | ben | 2001-01-16 | 1 | -2/+7 |
* | FreeBSD doesn't run named in a sandbox by default, so change a comment so it | ben | 2001-01-16 | 1 | -1/+1 |
* | Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environment | joe | 2001-01-16 | 2 | -12/+20 |
* | Add a sysvipc_enable variable that causes the SysV IPC modules to be loaded. | des | 2001-01-16 | 2 | -0/+11 |
* | man(7) -> mdoc(7). | ru | 2001-01-16 | 2 | -20/+31 |
* | man(7) -> mdoc(7). | ru | 2001-01-16 | 1 | -165/+135 |
* | Add tags quirk for IBM DNES drives. | mjacob | 2001-01-16 | 1 | -0/+11 |
* | man(7) -> mdoc(7). | ru | 2001-01-16 | 1 | -140/+173 |
* | man(7) -> mdoc(7). | ru | 2001-01-16 | 2 | -97/+106 |
* | Enhance find_matching_entry_incoming() to check if the controller, on | hm | 2001-01-16 | 1 | -1/+15 |
* | mdoc(7) police: fixed broken references. | ru | 2001-01-16 | 7 | -9/+4 |
* | Change NSWAPDEV to something else than the default value. | des | 2001-01-16 | 2 | -2/+2 |
* | Correct spelling of millennium. | dwmalone | 2001-01-16 | 1 | -1/+1 |
* | These files have been on deathrow for a couple of months, no appeal. | phk | 2001-01-16 | 6 | -25/+0 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 24 | -33/+34 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 13 | -22/+22 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 2 | -3/+3 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 14 | -23/+23 |
* | Stop doing runtime checking on i386 cpus for cpu class. The cpu is | peter | 2001-01-16 | 14 | -164/+99 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 13 | -16/+16 |
* | mdoc(7) police: use .Fa for function arguments, use .Vt for variable type. | ru | 2001-01-16 | 1 | -11/+11 |
* | - Fix a nasty bug where pkg_create doesn't gzip package if lengh of package | sobomax | 2001-01-16 | 2 | -8/+5 |
* | Guard against overflow of the calculated timeout value. | mjacob | 2001-01-16 | 1 | -4/+9 |
* | Argh, disable the micro-ops again. I didn't test these adequately and | jhb | 2001-01-16 | 2 | -2/+4 |
* | - Use "+a" instead of "=&a" for several constraints. This should fix | jhb | 2001-01-16 | 2 | -50/+38 |
* | Free the intrhand name when free'ing a intrhand. | jhb | 2001-01-16 | 4 | -0/+4 |
* | Add some KASSERTs valid if WITNESS is defined to verify that the mbuf | bmilekic | 2001-01-16 | 1 | -4/+39 |
* | Implement condition variables. | jasone | 2001-01-16 | 9 | -9/+851 |
* | Use the residual from a spacing operation to try and figure out where | mjacob | 2001-01-16 | 1 | -10/+38 |
* | Get rid of those pesky "driver mistake" messages... destroy the create_d dev_t | mjacob | 2001-01-16 | 1 | -1/+5 |
* | - Fix atomic_load_* and atomic_store_* to generate functions for atomic.c | jhb | 2001-01-16 | 2 | -336/+246 |
* | Fix PR 24220 by using the periph private field0 for a CCB for not | mjacob | 2001-01-15 | 1 | -40/+50 |
* | Fix typo. | grog | 2001-01-15 | 1 | -4/+6 |
* | Clean up Makefile, and remove the last vestiges of NOBLOCKRANDOM. | markm | 2001-01-15 | 1 | -14/+2 |
* | Add was_fabric_dev/fabric_dev tags to our local FC database structure | mjacob | 2001-01-15 | 1 | -9/+45 |
* | Put in offset definitions for FPM and FBM registers, plus just enough | mjacob | 2001-01-15 | 1 | -0/+17 |
* | Set default adapter role. | mjacob | 2001-01-15 | 1 | -0/+1 |
* | Use the isp_lastmbxcmd tag to report timed out mailbox commands. | mjacob | 2001-01-15 | 1 | -2/+3 |
* | Do more cleanup of the usage of 0..125 for F-port topologies. | mjacob | 2001-01-15 | 1 | -11/+29 |
* | When resetting the Qlogic 2X00 units, reset the FPM (Fibre Protocol | mjacob | 2001-01-15 | 1 | -75/+134 |