Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1998-02-09 | from netbsd | 2 | -2/+167 | ||
1998-02-09 | merge in rev 1.2 | 1 | -4/+3 | ||
1998-02-09 | s/optsifle/optsfile/ | 1 | -1/+1 | ||
1998-02-09 | Fix typo in syslog message. | 1 | -1/+1 | ||
1998-02-09 | Close/reopen routing socket, to avoid running out of the socket's buffer space. | 1 | -5/+13 | ||
1998-02-09 | More missing type changes; pointed out by deraadt@OpenBSD.org | 2 | -4/+4 | ||
1998-02-09 | Include <ddb/db_var.h> if DDB is defined. | 1 | -1/+4 | ||
1998-02-09 | make depend | 1 | -2/+2 | ||
1998-02-09 | Missed one | 1 | -2/+2 | ||
1998-02-08 | Better lint(1) framework. Mostly from cgd@NetBSD | 23 | -621/+498 | ||
1998-02-08 | Pull in prototype | 1 | -1/+2 | ||
1998-02-08 | Updates to match type changes in syscall tables | 28 | -79/+80 | ||
1998-02-08 | Sync | 4 | -200/+206 | ||
1998-02-08 | Correct many types | 1 | -108/+134 | ||
1998-02-08 | Sync with NetBSD | 1 | -1/+6 | ||
1998-02-08 | Update to match reality | 1 | -9/+12 | ||
1998-02-08 | Apply fix for PR# 406. Thanks to | 1 | -3/+3 | ||
Motomichi Matsuzaki (mzaki@e-mail.ne.jp) for the fix. | |||||
1998-02-08 | y2k fixes; netbsd & Andreas.Gunnarsson@emw.ericsson.se | 5 | -126/+25 | ||
1998-02-08 | cleanup; pjanzen@foatdi.harvard.edu | 2 | -35/+58 | ||
1998-02-08 | split infinitive; honey@citi.umich.edu | 1 | -2/+2 | ||
1998-02-08 | strptime() proto; Andreas.Gunnarsson@emw.ericsson.se | 1 | -1/+2 | ||
1998-02-08 | nicer | 2 | -3/+3 | ||
1998-02-08 | Update from NetBSD | 1 | -4/+17 | ||
1998-02-08 | Forward declare struct proc | 1 | -1/+2 | ||
1998-02-07 | let's exit from the right process when running standalone. | 1 | -4/+4 | ||
1998-02-07 | Take out smtp line - users can add if needed | 1 | -3/+1 | ||
1998-02-07 | add line to inetd.conf - not uncomment | 1 | -1/+1 | ||
1998-02-07 | sync | 2 | -2/+11 | ||
1998-02-07 | + Packet Engines G-NIC Ethernet | 1 | -1/+4 | ||
1998-02-07 | Flags and startup for smtpd/smtpfwdd - not enabled by default. | 3 | -3/+13 | ||
1998-02-07 | add smtpd directory. | 1 | -2/+2 | ||
1998-02-07 | smtpd/smtpfwdd examples. | 5 | -0/+259 | ||
1998-02-07 | ipforward is in sysctl.conf now | 2 | -7/+2 | ||
1998-02-07 | Cast pointer in assignment | 2 | -6/+6 | ||
1998-02-07 | Forward declare structures to silence warnings | 3 | -3/+9 | ||
1998-02-07 | strftime is no longer in this directory | 1 | -3/+3 | ||
1998-02-07 | oops | 1 | -3/+3 | ||
1998-02-07 | emulate linux connect() braindamage even better -- only do so on async | 1 | -1/+9 | ||
sockets; pb@fasterix.freenix.org | |||||
1998-02-07 | o Don't put newlines in syslog() messages and use %m, not strerror() | 1 | -18/+23 | ||
o If .vacation.db is size 0, dbopen() with O_TRUNC (otherwise vacation will do exit(1) and sendmail will be unhappy. dbopen() should probably deal with zero-length files sanely. | |||||
1998-02-07 | snprintf | 1 | -10/+10 | ||
1998-02-07 | Add missing code to make /etc/yp/<domain> files actually work (in all cases). | 1 | -2/+5 | ||
1998-02-07 | More XPG4.2 -- | 3 | -17/+23 | ||
setstate takes a const parameter don't ever spew to stderr, just return NULL | |||||
1998-02-06 | indent | 1 | -11/+8 | ||
1998-02-06 | add FS_CCD, make ccd prefer such partitions. It still accespts FS_BSDFFS, and something will change about that soon | 3 | -5/+11 | ||
1998-02-06 | Remove bogus flush of stderr | 2 | -29/+28 | ||
Spew prompt before turning off echo. Seems to fix a weird problem where if sudo complained about a bogus stamp file the user would sometimes not have a chance to enter a password. | |||||
1998-02-06 | Grammar and clarifications. | 1 | -10/+11 | ||
1998-02-06 | more | 1 | -1/+2 | ||
1998-02-06 | sync | 13 | -16/+22 | ||
1998-02-06 | Maintain count of free pages. This bug triggered total hangs on | 1 | -1/+2 | ||
big buffer cache systems where the cache got split up between low and high memory |