| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stricter error checking in the I/O functions. | Dag-Erling Smørgrav | 2000-10-29 | 1 | -1/+25 |
| * | Link kbdmap.5 to keymap.5 | Nik Clayton | 2000-10-29 | 1 | -0/+1 |
| * | Add the use of M_ZERO to some malloc calls. | David Malone | 2000-10-29 | 7 | -29/+15 |
| * | Add CHECK_FLAGS, a macro for (safely) checking if a particular flag is set. | Dag-Erling Smørgrav | 2000-10-29 | 1 | -0/+5 |
| * | Insetad of using fileno(ftp) as stdin for tar, use a pipe and have the | Dag-Erling Smørgrav | 2000-10-29 | 1 | -17/+39 |
| * | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | Poul-Henning Kamp | 2000-10-29 | 22 | -21/+2 |
| * | .Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and | Nik Clayton | 2000-10-29 | 1 | -0/+5 |
| * | Entry for umodem0 devices, 124. | Nick Hibma | 2000-10-29 | 1 | -4/+10 |
| * | Remove unneeded #include <sys/proc.h> lines. | Poul-Henning Kamp | 2000-10-29 | 66 | -66/+0 |
| * | Be explicit about the fact that you can only specify one IP address/hostname | Nick Hibma | 2000-10-29 | 1 | -1/+1 |
| * | Break a line more appropriately. | Jeroen Ruigrok van der Werven | 2000-10-29 | 1 | -2/+2 |
| * | Whitespace only commit. | Jeroen Ruigrok van der Werven | 2000-10-29 | 1 | -4/+4 |
| * | Update the twe manpage to correspond with the latest source changes. | Jeroen Ruigrok van der Werven | 2000-10-29 | 1 | -15/+89 |
| * | Back out previous commit (MLINK malloc.conf.5 -> malloc.3). | Eivind Eklund | 2000-10-29 | 1 | -1/+0 |
| * | Add the ATA RAID device 'ar'. | Søren Schmidt | 2000-10-29 | 3 | -0/+3 |
| * | Document FTP_PASSIVE_MODE and FTP_PASSWORD. | Dag-Erling Smørgrav | 2000-10-29 | 1 | -1/+8 |
| * | Remove obsolete /dev/drum references | Chris D. Faulhaber | 2000-10-29 | 5 | -8/+5 |
| * | The previous commit had the fascinating side effect of bringing the | Doug Barton | 2000-10-29 | 0 | -0/+0 |
| * | fix warning compile error about unused variable | Darren Reed | 2000-10-29 | 2 | -0/+4 |
| * | Add a CVS Id tag | Doug Barton | 2000-10-29 | 1 | -0/+1 |
| * | Add link malloc.conf.5 -> malloc.3 | Eivind Eklund | 2000-10-29 | 1 | -0/+1 |
| * | Fix params passed to pci_porten() and pci_memen(). | Poul-Henning Kamp | 2000-10-29 | 2 | -4/+4 |
| * | Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old | Eivind Eklund | 2000-10-29 | 9 | -12/+162 |
| * | Add a hook for doing #include magic (for src/tools/tools/kerninclude). | Poul-Henning Kamp | 2000-10-29 | 6 | -6/+6 |
| * | Update copyright | Doug Barton | 2000-10-29 | 1 | -1/+1 |
| * | More changes that don't modify functionality. | Doug Barton | 2000-10-29 | 1 | -60/+76 |
| * | fix conflicts created by import | Darren Reed | 2000-10-29 | 1 | -21/+24 |
| * | This commit was generated by cvs2svn to compensate for changes in r67855, | Darren Reed | 2000-10-29 | 11 | -27/+48 |
| |\ |
|
| | * | Import IP Filter 3.4.13 into src/contrib, not src/contirb | Darren Reed | 2000-10-29 | 12 | -49/+73 |
| * | | Fix conflicts creted by import. | Darren Reed | 2000-10-29 | 8 | -41/+51 |
| * | | Whitespace only. Make the style of the contributed sections consistent with | Doug Barton | 2000-10-29 | 1 | -131/+132 |
| * | | Finish the job of conditionalizing UUCP by preventing files in /etc/uucp | Doug Barton | 2000-10-29 | 4 | -5/+11 |
| * | | Change flags of ncv and nsp driver. Both were conflicted with the flags | Noriaki Mitsunaga | 2000-10-29 | 3 | -4/+4 |
| * | | Changed not to use struct isa_device in the argument of scsi_low_activate(). | Noriaki Mitsunaga | 2000-10-29 | 2 | -3/+4 |
| * | | Remove unnecessary printf(). | Noriaki Mitsunaga | 2000-10-29 | 2 | -2/+0 |
| * | | Add about ncv, nsp, and stg SCSI drivers and card names which | Noriaki Mitsunaga | 2000-10-29 | 2 | -0/+48 |
| * | | Add hints for ISA cards (such as TMC1610M) which use stg driver. | Noriaki Mitsunaga | 2000-10-29 | 2 | -0/+6 |
| * | | Fix a bug that shows up when checking out files by date with the | John Polstra | 2000-10-29 | 1 | -1/+3 |
| * | | Reduce kernel stack usage by not having large packets on the stack. | Tor Egge | 2000-10-29 | 2 | -1030/+2046 |
| * | | Count per-address statistics for IP fragments. | Josef Karthauser | 2000-10-29 | 2 | -2/+12 |
| * | | Nuke a bit of dead code. | Don Lewis | 2000-10-29 | 1 | -5/+0 |
| * | | fix minor oops in new data compression page definition | Matt Jacob | 2000-10-29 | 1 | -1/+0 |
| * | | Sync with usr.bin/telnet/telnet.c r1.9 - fix buffer overflow in DISPLAY | Kris Kennaway | 2000-10-29 | 2 | -8/+14 |
| * | | Ignore ``#'' properly when told to | Brian Somers | 2000-10-28 | 1 | -1/+1 |
| * | | Make '-i iface' optional. Assume an0 if it's not otherwise specified. | Josef Karthauser | 2000-10-28 | 2 | -5/+15 |
| * | | RBG -> RGB | Nik Clayton | 2000-10-28 | 1 | -1/+1 |
| * | | Unconditionally turning on the I/O and memory enable bits in the PCI | Mike Smith | 2000-10-28 | 2 | -2/+28 |
| * | | Add 3 SCSI-3 bits for Sequential Access Device Congifuration Page. | Matt Jacob | 2000-10-28 | 1 | -2/+33 |
| * | | Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGA | John Baldwin | 2000-10-28 | 1 | -2/+1 |
| * | | Add a brief comment telling people to retain 'device miibus' as necessary. | Nik Clayton | 2000-10-28 | 2 | -0/+2 |