| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix style bug I introduced with rev 1.13 (rcsid after includes). | obrien | 2001-02-28 | 1 | -5/+7 |
* | Allow "NOSHARED" to be overridden. | obrien | 2001-02-28 | 6 | -6/+6 |
* | Fix jails. | phk | 2001-02-28 | 1 | -0/+3 |
* | ip6fw doesn't support -q if reading from a file so don't use ${fw6cmd} which | gshapiro | 2001-02-28 | 1 | -1/+2 |
* | It is now safe to go back into the water. | imp | 2001-02-28 | 1 | -0/+4 |
* | Linux does not filesystem-sync file-backed writable mmap pages on | dillon | 2001-02-28 | 1 | -0/+2 |
* | If we intend to make the page writable without requiring another fault, | dillon | 2001-02-28 | 1 | -6/+6 |
* | Fix lockup for loopback NFS mounts. The pipelined I/O limitations could be | dillon | 2001-02-28 | 4 | -9/+23 |
* | Fix dependencies and cleanup spacing in the file | gshapiro | 2001-02-28 | 1 | -26/+20 |
* | Fix dependencies and use a better variable name | gshapiro | 2001-02-28 | 1 | -6/+4 |
* | Update HISTORY. | obrien | 2001-02-28 | 1 | -1/+5 |
* | newbus_ioconf() is long gone | peter | 2001-02-28 | 1 | -1/+0 |
* | Sigh. Try to get priorities sorted out. Don't bother trying to | jake | 2001-02-28 | 6 | -8/+2 |
* | Some more tidying up. we dont use config-dependent anyware. Eliminate | peter | 2001-02-28 | 2 | -22/+8 |
* | Add a pointer to the ORBS web site for more DNS black hole lists. | gshapiro | 2001-02-28 | 1 | -0/+3 |
* | s/special/compilewith/ (so I stop confusing myself) and GC an unused | peter | 2001-02-28 | 2 | -27/+12 |
* | Untangle some special magic that happened for conflicting defintions for | peter | 2001-02-28 | 2 | -24/+0 |
* | Fixup some of the commented out examples: | gshapiro | 2001-02-28 | 1 | -5/+7 |
* | The HEAD now has sendmail 8.11.3 | gshapiro | 2001-02-28 | 2 | -2/+2 |
* | Add release notes for the sendmail-related build infrastructure changes. | gshapiro | 2001-02-28 | 2 | -0/+16 |
* | Remove some more dead code. :-/ | peter | 2001-02-28 | 1 | -10/+4 |
* | GC some leftover stuff (device-driver suffix) | peter | 2001-02-28 | 1 | -7/+0 |
* | Repair 8.11.3 merge conflicts | gshapiro | 2001-02-28 | 10 | -259/+308 |
* | This commit was generated by cvs2svn to compensate for changes in r73188, | gshapiro | 2001-02-28 | 39 | -253/+772 |
|\ |
|
| * | Import sendmail 8.11.3 | gshapiro | 2001-02-28 | 49 | -513/+1080 |
* | | update man page wrt hints usage | mjacob | 2001-02-27 | 1 | -4/+4 |
* | | Remove the `r' devices. | obrien | 2001-02-27 | 1 | -5/+2 |
* | | Slightly reimplement some recently added helper functions as methods, so | peter | 2001-02-27 | 3 | -35/+113 |
* | | Update NOTES wrt hint for fxp. | mjacob | 2001-02-27 | 2 | -0/+4 |
* | | A better mousetrap: use device hints, as in: | mjacob | 2001-02-27 | 2 | -14/+12 |
* | | Fix indent endless on garbage input (i.e., if it encountered EOF while | obrien | 2001-02-27 | 1 | -1/+1 |
* | | When iterating over our list of interface addresses in order to determine | jlemon | 2001-02-27 | 1 | -14/+18 |
* | | Fix typo: s/TAR_SSH/TAR_RSH/ | bmah | 2001-02-27 | 2 | -5/+5 |
* | | Don't re-init the mixer on resume. This keeps the channel volumes from | scottl | 2001-02-27 | 1 | -2/+0 |
* | | Add an entry for the nmdm devices | julian | 2001-02-27 | 1 | -0/+13 |
* | | Remove warnings.. seems to compile as a module now too. | julian | 2001-02-27 | 1 | -4/+3 |
* | | Catch up with rwatsons ucred changes. | julian | 2001-02-27 | 1 | -1/+1 |
* | | - An array of 4 32-bit ints for avenrun doesn't work on the alpha because | gallatin | 2001-02-27 | 1 | -15/+7 |
* | | Not quite working makefile to make the nmdm device as a module. | julian | 2001-02-27 | 1 | -0/+12 |
* | | put the null modem driver (nmdm) in the right place with the right name. | julian | 2001-02-27 | 1 | -1/+1 |
* | | Do it right this time. Give it a better name and place | julian | 2001-02-27 | 1 | -0/+644 |
* | | Tell the world about the nulmodem device. | julian | 2001-02-27 | 1 | -0/+1 |
* | | Correctly declare variables as u_int rather than doing typecasts. | jlemon | 2001-02-27 | 1 | -7/+7 |
* | | New release notes: TCP delayed ACK fixes, ICMP bugfix, find(1) | bmah | 2001-02-27 | 2 | -4/+50 |
* | | Use formula with better random distribution for rand() | ache | 2001-02-27 | 1 | -0/+26 |
* | | I accidently deleted an include when I added the $FreeBSD$ so I could | obrien | 2001-02-27 | 2 | -0/+4 |
* | | In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE. | ru | 2001-02-27 | 2 | -26/+35 |
* | | Impliment the ISO-C99 strto[u]ll() | obrien | 2001-02-27 | 8 | -175/+115 |
* | | Add speaker volume adjusting support | cg | 2001-02-27 | 1 | -2/+6 |
* | | Added another wd33c93 based SCSI card driver which replaces the bs driver. | nyan | 2001-02-27 | 10 | -9/+2449 |