| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the /etc/aliases -> /etc/mail/aliases hack. /etc/mail/aliases | gshapiro | 2000-08-13 | 2 | -12/+0 |
* | Correct path name. | grog | 2000-08-13 | 1 | -1/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r64593, | kris | 2000-08-13 | 3 | -8/+8 |
|\ |
|
| * | Fix setproctitle() and syslog() vulnerabilities. | kris | 2000-08-13 | 3 | -8/+8 |
* | | Include machine/cputypes.h so we get the cpu_class variable. This is needed | jhb | 2000-08-13 | 2 | -0/+2 |
* | | resolve conflicts | darrenr | 2000-08-13 | 4 | -31/+83 |
* | | This commit was generated by cvs2svn to compensate for changes in r64588, | darrenr | 2000-08-13 | 18 | -132/+422 |
|\ \ |
|
| * | | Import base ipfilter 3.4.9 into contrib dir. | darrenr | 2000-08-13 | 23 | -168/+510 |
* | | | This commit was generated by cvs2svn to compensate for changes in r64583, | kris | 2000-08-13 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Fix benign bugs due to missing format string in err() and warn(). | kris | 2000-08-13 | 2 | -2/+2 |
* | | | | Fix setproctitle() vulnerability in non-compiled code. | kris | 2000-08-13 | 1 | -3/+3 |
* | | | | resolve conflicts | darrenr | 2000-08-13 | 18 | -182/+712 |
* | | | | New suidperl instructions. | imp | 2000-08-13 | 1 | -0/+8 |
* | | | | Change BUILD_SUIDPERL to ENABLE_SUIDPERL, with changed note as to what | imp | 2000-08-13 | 2 | -4/+4 |
* | | | | Always build and install suidperl. Only install suidperl setuid when | imp | 2000-08-13 | 2 | -5/+5 |
* | | | | Fix an off-by-one error in the recursive mutex handling that made it | alfred | 2000-08-13 | 3 | -9/+9 |
* | | | | Correct spelling: depricated -> deprecated. | joe | 2000-08-12 | 2 | -2/+2 |
* | | | | Add excellent entry written by gshaprio for his import of Sendmail | imp | 2000-08-12 | 1 | -0/+14 |
* | | | | A change to the way that colours are switched on in ls. The -G | joe | 2000-08-12 | 2 | -44/+54 |
* | | | | The rest of the changes needed to support the new version of sendmail (8.11.0). | gshapiro | 2000-08-12 | 18 | -59/+220 |
* | | | | Add a FREEBSD-upgrade file describing what was done for the import | gshapiro | 2000-08-12 | 19 | -5781/+49 |
* | | | | Fix conflicts from merge of sendmail 8.11.0. | gshapiro | 2000-08-12 | 21 | -4502/+6697 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r64562, | gshapiro | 2000-08-12 | 283 | -10704/+45443 |
|\ \ \ \ |
|
| * | | | | Import of sendmail version 8.11.0 into vendor branch SENDMAIL with | gshapiro | 2000-08-12 | 312 | -19224/+52126 |
* | | | | | ".It" -> ".It Ev" in a couple of places. | joe | 2000-08-12 | 1 | -2/+2 |
* | | | | | Fixed null pointer panic for accessing "meminfo" when there is no swap. | bde | 2000-08-12 | 3 | -6/+21 |
* | | | | | Fixed world breakage for the NOSHARED=yes case. Libraries were added to | bde | 2000-08-12 | 1 | -3/+3 |
* | | | | | Make compilable with -DIPFILTER. | ume | 2000-08-12 | 2 | -2/+7 |
* | | | | | - Make both 1.2MB and 1.44MB floppy images for PC-98. | nyan | 2000-08-12 | 6 | -9/+278 |
* | | | | | - Added support for installing boot0 and boot0.5 for PC-98. | nyan | 2000-08-12 | 12 | -62/+435 |
* | | | | | Make the selection of pccard IRQs fully selectable at installation time. | jkh | 2000-08-12 | 2 | -90/+214 |
* | | | | | Merged from sys/boot/i386/Makefile.inc revision 1.2. | kato | 2000-08-12 | 1 | -0/+1 |
* | | | | | Merged from sys/i386/i386/machdep.c revision 1.400. | kato | 2000-08-12 | 2 | -0/+38 |
* | | | | | Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand | peter | 2000-08-11 | 2 | -0/+4 |
* | | | | | Add the -mpreferred-stack-boundary=2 option to reduce code bloat. We | peter | 2000-08-11 | 1 | -0/+4 |
* | | | | | Oops, forgot this file. Log message for completeness: | peter | 2000-08-11 | 1 | -7/+7 |
* | | | | | Fix a bug brought to light by the people working on SMPng. I don't quite | wpaul | 2000-08-11 | 2 | -2/+22 |
* | | | | | Make the word "ldconfig" a bona fide cross-reference, and clarify | jdp | 2000-08-11 | 1 | -2/+4 |
* | | | | | Fix indentation ruined by previous commit. | n_hibma | 2000-08-11 | 1 | -10/+10 |
* | | | | | Define get_memory_offset method | imp | 2000-08-11 | 1 | -0/+7 |
* | | | | | Explain why adding ``options NFSKERB'' breaks the kernel build. | sheldonh | 2000-08-11 | 3 | -0/+9 |
* | | | | | backout ND6_USE_RTSOCK change in previous | itojun | 2000-08-11 | 1 | -0/+2 |
* | | | | | avoid duplicated rtfree() on default router list change (could cause panic). | itojun | 2000-08-11 | 1 | -6/+9 |
* | | | | | A termcap entry for Top Gun telnet and Top Gun ssh, Palm Pilot | joe | 2000-08-11 | 1 | -0/+6 |
* | | | | | Add text from NetBSD's rev 1.12 which should have accompanied | sheldonh | 2000-08-11 | 1 | -0/+22 |
* | | | | | Backout the tsleep on probe, it breaks in resume mode as tsleep | sos | 2000-08-11 | 1 | -4/+1 |
* | | | | | Add missing "is". | dcs | 2000-08-11 | 1 | -1/+1 |
* | | | | | Add the acdNt# devices to the acd entry, for individual track access. | sos | 2000-08-11 | 1 | -0/+10 |
* | | | | | Add support for accessing individual tracks on a CD. | sos | 2000-08-11 | 1 | -5/+31 |
* | | | | | Clean up some low level bootstrap code: | peter | 2000-08-11 | 21 | -335/+143 |