| Commit message (Expand) | Author | Age | Files | Lines |
* | Add '-fno-builtin' to CFLAGS for alpha. | simokawa | 1999-01-13 | 1 | -1/+7 |
* | Calculate the number of bitmap colors in the correct way. | yokota | 1999-01-13 | 2 | -4/+4 |
* | Move notes on some flags for AT keyboard. They used to be for sc0, | yokota | 1999-01-13 | 3 | -12/+18 |
* | Integrate the ISDN subsystem into the /etc/rc framework | hm | 1999-01-13 | 11 | -10/+140 |
* | Typo in patch application. | msmith | 1999-01-13 | 1 | -2/+2 |
* | Sort options alphabetically. | des | 1999-01-13 | 1 | -2/+2 |
* | Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET> | msmith | 1999-01-13 | 3 | -6/+6 |
* | Example "19%y" changed to "%Y" to discourage poor usage. | danny | 1999-01-13 | 1 | -2/+2 |
* | MF22 - allow dates to 2069 | danny | 1999-01-13 | 1 | -7/+9 |
* | Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST) | bde | 1999-01-13 | 3 | -9/+22 |
* | Add support for the ACER LABS Aladin chipset UDMA controller. | julian | 1999-01-13 | 1 | -5/+87 |
* | Re-enable the options in ps(1) that were disabled with the Linux | julian | 1999-01-13 | 3 | -3/+16 |
* | Oops, I accidentaly left the debug option on by default. | yokota | 1999-01-13 | 1 | -2/+2 |
* | Get conditional compilation right so that unnecessary reference | yokota | 1999-01-13 | 1 | -8/+10 |
* | Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman) | n_hibma | 1999-01-13 | 5 | -11/+11 |
* | Removed warning and comments | n_hibma | 1999-01-13 | 1 | -17/+1 |
* | 1) Bug fix: Interrupt transfers worked only for the first packet. | n_hibma | 1999-01-13 | 1 | -12/+17 |
* | Fix for compiling on alpha. | mjacob | 1999-01-12 | 1 | -1/+20 |
* | fix for compiling on alpha | mjacob | 1999-01-12 | 1 | -3/+11 |
* | Replace /mnt with ${MNT} | msmith | 1999-01-12 | 1 | -2/+2 |
* | If we've configured CBCP *and* another not-so-important | brian | 1999-01-12 | 2 | -7/+11 |
* | Convert to HTML. Verified to work on Netscape 4.5 and Netscape | imp | 1999-01-12 | 1 | -38/+81 |
* | Fix leap year comments. 2000 is a leap year, so code without a century-test | danny | 1999-01-12 | 2 | -3/+3 |
* | Fix leap year calculations, including 2000. The code was broken for all | danny | 1999-01-12 | 2 | -4/+9 |
* | Allow --newer and friends to handle dates beyond 1999/12/31 | danny | 1999-01-12 | 1 | -5/+10 |
* | ... _and_ the (void*) casts for %p. Next, I'll forget my own name :-( | eivind | 1999-01-12 | 1 | -3/+3 |
* | Avoid unnecessary GCCism - I hadn't noticed the __unused macro. | eivind | 1999-01-12 | 1 | -2/+3 |
* | Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy. | eivind | 1999-01-12 | 1 | -3/+3 |
* | Added FreeBSD 2.2.8, FreeBSD 3.0, FreeBSD 3.1 | wosch | 1999-01-12 | 1 | -6/+11 |
* | Allow chflags(1) to fail inside the chroot environment for /R. This | joerg | 1999-01-12 | 1 | -3/+3 |
* | Oops, I missed a few more /etc/nologin references yesterday. It appears | asami | 1999-01-12 | 12 | -34/+32 |
* | These files were replaced by symlinks in 8.9.2... | peter | 1999-01-12 | 8 | -4104/+0 |
* | Update the default sendmail.cf to be a little more respectable. | peter | 1999-01-12 | 1 | -11/+19 |
* | Update for 8.9.2 (new file, control.c) | peter | 1999-01-12 | 2 | -6/+8 |
* | Cast argument to avoid warning. | eivind | 1999-01-12 | 1 | -1/+1 |
* | Remove two cases of unused variable sp3. | eivind | 1999-01-12 | 2 | -6/+2 |
* | #ifdef out unused function key_freetables. | eivind | 1999-01-12 | 1 | -1/+2 |
* | Merge sendmail 8.9.1 -> 8.9.2 changes into mainline. Some of our changes | peter | 1999-01-12 | 20 | -249/+797 |
* | Remove functions that are no longer in use. | eivind | 1999-01-12 | 1 | -24/+1 |
* | * Print pointers using the correct type (%p) instead of %x. | eivind | 1999-01-12 | 1 | -6/+8 |
* | This commit was generated by cvs2svn to compensate for changes in r42575, | peter | 1999-01-12 | 292 | -745/+2660 |
|\ |
|
| * | Import sendmail-8.9.2 onto vendor branch (update from 8.9.1) | peter | 1999-01-12 | 312 | -996/+3462 |
* | | Add #ifdef's to avoid unused label warning in some cases. | eivind | 1999-01-12 | 1 | -1/+3 |
* | | Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place. | yokota | 1999-01-12 | 1 | -3/+3 |
* | | Remove unused statics. | eivind | 1999-01-12 | 1 | -5/+1 |
* | | De-staticize and add prototype for main debug function. I'll turn | eivind | 1999-01-12 | 1 | -2/+3 |
* | | Remove unused variable & clean up a couple of style issues. | eivind | 1999-01-12 | 1 | -5/+5 |
* | | Silence warnings. | eivind | 1999-01-12 | 1 | -5/+10 |
* | | Remove declarations for undefined functions and a couple of unused | eivind | 1999-01-12 | 5 | -53/+5 |
* | | Silence warning about unused debug function. (I'll turn this function | eivind | 1999-01-12 | 1 | -3/+3 |