| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't mention tcpdump; this is for groff. | bde | 1996-10-08 | 1 | -1/+1 |
* | Yet another attempt to remove the old libraries correctly. libfoo.* | bde | 1996-10-08 | 2 | -5/+7 |
* | Add a -p to the amd invocation, it's not optional since we are expecting | peter | 1996-10-08 | 1 | -2/+2 |
* | Some tweaks after having run a YP-only system with quotas: | peter | 1996-10-08 | 1 | -15/+19 |
* | Fix a typo. Oops. | sef | 1996-10-08 | 1 | -2/+2 |
* | Document what I believe to be the interface of rtalloc*. | wollman | 1996-10-08 | 2 | -2/+203 |
* | Fix the case where fsck would not see sparse directories and the kernel would | guido | 1996-10-08 | 16 | -5/+220 |
* | Generate ISO-8859-1 text by default instead of US-ASCII. | jfieber | 1996-10-08 | 1 | -2/+2 |
* | Link shared libraries with -x | pst | 1996-10-08 | 1 | -1/+1 |
* | Shared libraries should be linked with -x. | pst | 1996-10-08 | 1 | -1/+1 |
* | O' to be bitten by CVS. Cleanup after import | steve | 1996-10-08 | 57 | -101/+99 |
* | Paul objected to my previous change. This adds the same functionality | sef | 1996-10-08 | 2 | -5/+13 |
* | Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c defines | scrappy | 1996-10-08 | 1 | -2/+2 |
* | Fixed the wrong include file for a "prototype mismatch" error between | scrappy | 1996-10-08 | 3 | -9/+9 |
* | Use ${INSTALL} -C instead of -c. I did it with -C originally, but during | peter | 1996-10-07 | 1 | -2/+2 |
* | dlfcn.h and link.h have conflicting declarations for dlopen/dlsym, | scrappy | 1996-10-07 | 3 | -9/+9 |
* | Implement virtual-to-physical address mapping for the kvm library on | peter | 1996-10-07 | 2 | -40/+130 |
* | All three files: make COMPAT_IPFW==0 case work again. | wollman | 1996-10-07 | 3 | -30/+46 |
* | Remove some historical cruft inherited from the loopback driver in which | wollman | 1996-10-07 | 1 | -6/+1 |
* | Improved in_pcblookuphash() to support wildcarding, and changed relavent | dg | 1996-10-07 | 6 | -67/+60 |
* | Fix padding of short packets (PR#1701). | wollman | 1996-10-07 | 2 | -24/+20 |
* | close pr 1509 | jfieber | 1996-10-07 | 1 | -2/+2 |
* | Close pr 1474 | jfieber | 1996-10-07 | 1 | -3/+4 |
* | Add the feature to use MYADDR & HISADDR macroes as arguments to | sos | 1996-10-07 | 1 | -2/+12 |
* | Export $TERM only if it has been set in our environment. | joerg | 1996-10-07 | 1 | -2/+3 |
* | Add note about SYN fix. | jkh | 1996-10-07 | 1 | -1/+3 |
* | Increase robustness of FreeBSD against high-rate connection attempt | pst | 1996-10-07 | 7 | -44/+147 |
* | Properly include prototypes. | jkh | 1996-10-07 | 2 | -2/+7 |
* | Add -lcrypt for new ppp changes. | jkh | 1996-10-07 | 5 | -10/+10 |
* | Try number two. Add missing paren in MSG_IDENTIFY macro. | gibbs | 1996-10-07 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r18781, | gibbs | 1996-10-07 | 7 | -0/+3664 |
|\ |
|
| * | Advanced Systems Inc. SCSI Controller driver and ISA/VL front end. | gibbs | 1996-10-07 | 7 | -0/+3664 |
* | Advanced Systems Inc. SCSI Controller driver and ISA/VL front end. | gibbs | 1996-10-07 | 1 | -0/+236 |
* | Bring in bug fix from 'SCSI' branch. | gibbs | 1996-10-06 | 2 | -5/+5 |
* | Make the default cache size optim to be 256K, the old default was | dyson | 1996-10-06 | 1 | -9/+10 |
* | delete unused variable BINDIR, use new variable MODLOAD/MODUNLOAD | wosch | 1996-10-06 | 15 | -39/+25 |
* | add variables MODLOAD and MODUNLOAD for modlad/modunload commands | wosch | 1996-10-06 | 2 | -8/+22 |
* | Create first HTML output and than ASCII. Generating | wosch | 1996-10-06 | 1 | -3/+3 |
* | Substitution of a long divide by a shift. Other cosmetic improvements. | dyson | 1996-10-06 | 2 | -26/+44 |
* | Change a few <htmlurl>s into <url>s. Generally, use the <url> tag unless | jfieber | 1996-10-06 | 1 | -5/+5 |
* | Use just $Date:$ for the date, not the full $Id:$ | jfieber | 1996-10-06 | 1 | -3/+3 |
* | If, during an SDTR negotiation, the target comes back with a response | gibbs | 1996-10-06 | 1 | -10/+24 |
* | Add passwdauth to list of vars. | jkh | 1996-10-06 | 1 | -3/+3 |
* | Improved the btodb() and dbtob() macros. I made them give unsigned | bde | 1996-10-06 | 1 | -8/+9 |
* | Cleaned up vm types. Cosmetic. | bde | 1996-10-06 | 1 | -7/+7 |
* | Fix a problem with the page coloring code that the system will not always | dyson | 1996-10-06 | 1 | -3/+7 |
* | correct spelling of 'X Window System' (tm) | wosch | 1996-10-06 | 5 | -10/+12 |
* | This commit was generated by cvs2svn to compensate for changes in r18764, | steve | 1996-10-06 | 11 | -8/+103 |
|\ |
|
| * | Import Christos Zoulas' version of NetBSD's make onto the | steve | 1996-10-06 | 60 | -1629/+2914 |
* | | Bring aic7xxx driver bug fixes from 'SCSI' into current. | gibbs | 1996-10-06 | 6 | -1078/+1058 |