| Commit message (Expand) | Author | Age | Files | Lines |
* | Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters | dg | 1998-04-24 | 1 | -5/+11 |
* | Added kern.ipc.nmbclusters | dg | 1998-04-24 | 3 | -3/+6 |
* | When calling the open function, specify either FREAD and/or FWRITE | julian | 1998-04-23 | 1 | -3/+3 |
* | Oops forgot to include opt_bootp.h | julian | 1998-04-23 | 1 | -2/+4 |
* | There is no "rwho" service, it's "who" | des | 1998-04-23 | 1 | -1/+1 |
* | Don't generate code with syntax errors (hard newlines in string constants | bde | 1998-04-23 | 1 | -5/+5 |
* | Fixed missing dependencies. The critical missing one was of bi-lexer.o | bde | 1998-04-23 | 1 | -46/+67 |
* | Convert timespecclear() back to an expression (this time without | eivind | 1998-04-23 | 2 | -12/+6 |
* | Back out last change | pst | 1998-04-23 | 1 | -2/+2 |
* | Wrap timerclear in do { ... } while(0) | eivind | 1998-04-23 | 2 | -4/+10 |
* | Add devfs support. | eivind | 1998-04-23 | 1 | -2/+32 |
* | Mask the interrupt before setting the corresponding bit in ipending if | tegge | 1998-04-22 | 4 | -20/+22 |
* | Improve description. | rnordier | 1998-04-22 | 1 | -5/+6 |
* | Bad144 support for the slice system (!) | julian | 1998-04-22 | 5 | -27/+154 |
* | Add support for the Qlogic ISP SCSI && FC/AL Adapters | mjacob | 1998-04-22 | 6 | -6/+24 |
* | Add support for the Qlogic ISP SCSI && FC/AL Adapters | mjacob | 1998-04-22 | 3 | -0/+1121 |
* | Add support for the Qlogic ISP SCSI && FC/AL Adapters | mjacob | 1998-04-22 | 8 | -0/+8325 |
* | Sync with sys/i386/conf/majors.i386 revision 1.39. | kato | 1998-04-22 | 1 | -2/+3 |
* | close() is no longer a SLICE method. | julian | 1998-04-22 | 13 | -80/+157 |
* | Add a couple of missing symbols referred to in asm code. | peter | 1998-04-22 | 1 | -1/+5 |
* | netstat truncates info in sockaddr* between kgetsa and p_sockaddr | phk | 1998-04-22 | 1 | -12/+14 |
* | Even with '-s', syslogd still creates an AF_INET socket, although | phk | 1998-04-22 | 1 | -23/+22 |
* | Fix cabs and cabsf definitions to be prototypes. | pst | 1998-04-22 | 1 | -3/+3 |
* | When ipfw reads its rules from an input file, the optind variable is | phk | 1998-04-22 | 1 | -1/+5 |
* | Add a block device entry for the 'myx' driver too. | msmith | 1998-04-22 | 2 | -2/+4 |
* | Add 'myx' for Ulf Zimmerman's Mylex Raid driver (ulf@alameda.net> | msmith | 1998-04-22 | 2 | -4/+4 |
* | Don't allow an open to succeed if the device is invalidated during the | julian | 1998-04-22 | 1 | -1/+3 |
* | Added -b option to display unprintables in octal. | des | 1998-04-21 | 6 | -11/+71 |
* | - breakage of the warnings about pessimized i/o port types. | brian | 1998-04-21 | 4 | -62/+24 |
* | Correct the digiboard device names in agreement | brian | 1998-04-21 | 2 | -22/+32 |
* | Remove the artificial limit on the size of the ipfw filter structure. | julian | 1998-04-21 | 1 | -13/+40 |
* | PC-98 does not supports DMA automode lager than 65535 bytes. | kato | 1998-04-21 | 1 | -0/+4 |
* | Supports PC-98 again. | kato | 1998-04-21 | 1 | -0/+6 |
* | Add a forgotten 'static'. | eivind | 1998-04-21 | 1 | -2/+2 |
* | o Move debug stuff down a bit so that it doesn't try to | brian | 1998-04-21 | 2 | -62/+76 |
* | Make brandelf test for known brands, and introduce a '-f' option to | eivind | 1998-04-21 | 2 | -8/+40 |
* | The 'mountroot' option is obviously pointless for an LKM | julian | 1998-04-20 | 2 | -6/+18 |
* | indent | dima | 1998-04-20 | 1 | -1/+1 |
* | Remove more LFS left-overs | julian | 1998-04-20 | 1 | -19/+1 |
* | Remove an LFS clause, now that it is in the history, | julian | 1998-04-20 | 2 | -38/+2 |
* | Spelling/typo fixes: (preceeded, friday). | rnordier | 1998-04-20 | 1 | -3/+3 |
* | Spelling/typo fix: (proccessed). | rnordier | 1998-04-20 | 1 | -2/+2 |
* | Spelling/typo fixes: (proccessed, og). | rnordier | 1998-04-20 | 1 | -3/+3 |
* | Enable DEVFS usage of the device (include opt_devfs.h> | sos | 1998-04-20 | 2 | -2/+4 |
* | - Argh, fix stupid logic error in the laststate/state fix previously. That's | nate | 1998-04-20 | 1 | -10/+3 |
* | Don't build files at install time (just to be consistent; the problem | bde | 1998-04-20 | 3 | -3/+3 |
* | - Don't try and keep track of the previous state, since the kernel may | nate | 1998-04-20 | 1 | -19/+7 |
* | - Give up trying for a simple solution for correctly recognizing if a card | nate | 1998-04-20 | 2 | -1/+5 |
* | - Only poll the PCIC controller for insertion/removal events if the | nate | 1998-04-20 | 1 | -3/+4 |
* | Check bytes read to prevent random error message. | rnordier | 1998-04-20 | 1 | -1/+8 |