peter
06f44fb6da
Copy original rev 1.2 - path updates for 4.4BSD so smrsh is more useable.
1998-08-04 13:08:41 +00:00
peter
5cf97714c2
Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.
1998-08-04 13:07:03 +00:00
peter
c716718d53
Copy original revs 1.19,1.15 - setusercontext() support and __FreeBSD__>=2
...
Copy original revs 1.9,1.8,1.7 - set PS_STRINGS correctly.
1998-08-04 13:04:55 +00:00
peter
a2a730e618
Copy original rev 1.3 - fix cosmetic typo in example
...
Copy original rev 1.2 - sort xrefs
1998-08-04 12:59:12 +00:00
peter
f3484b0031
Copy original rev 1.5 - sort/fix xrefs
...
Copy original rev 1.4 - correct path to /usr/share/misc/sendmail.hf
1998-08-04 12:57:34 +00:00
peter
d9ec7e26a2
Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
1998-08-04 12:53:30 +00:00
peter
2f87330798
Copy rev 1.2 of usr.sbin/sendmail/cf/sh/makeinfo.sh: Use LC_TIME=C date
.
1998-08-04 12:47:09 +00:00
peter
8af358bb00
Copy across rev 1.2 of usr.sbin/sendmail/cf/ostype/bsd4.4.m4:
...
Remove the legacy -d option from the arguments to mail.local in 4.4bsd.
1998-08-04 12:45:34 +00:00
peter
ac6e193ca6
Copy across rev 1.2 of usr.sbin/sendmail/cf/m4/cfhead.m4: Record envelope
...
sender in each Received: header along the way. Great for spammer hunting.
1998-08-04 12:44:19 +00:00
peter
2a9768fc55
This commit was generated by cvs2svn to compensate for changes in r38032,
...
which included commits to RCS files with non-trunk default branches.
1998-08-03 05:56:20 +00:00
peter
3299490505
Import sendmail-8.9.1 (slightly trimmed) onto a fresh branch under
...
src/contrib as per various discussions. I will copy across our changes
and then point the Makefiles across once the dust has settled..
1998-08-03 05:56:20 +00:00
bde
1d56e79a13
Fixed printf format errors.
1998-08-02 16:44:18 +00:00
bde
dbc09be291
Fixed printf format errors.
1998-08-02 15:18:45 +00:00
bde
559a9a5f7d
Fixed printf format errors. gcc should have a macro HOST_PTR_PRINTF_TYPE
...
to go with its HOST_PTR_PRINTF[_FORMAT], since if %p is wrong for the
format then `void *' is probably wrong for the type.
1998-08-02 14:57:00 +00:00
jdp
0883088b05
Add support for a new archetype "printf0" for the "format" function
...
attribute. It is like the existing "printf" archetype, except that
it doesn't complain if the format string is a null pointer. See
the node "Function Attributes" in the GCC info pages if you don't
know what this is all about.
This change will allow us to add format string checking for the
err(3) family of functions.
1998-07-15 04:22:45 +00:00
dt
0df3c82bbd
Add XPG4.2.
1998-07-08 15:05:05 +00:00
bde
0609531ab6
Fixed printf format errors.
1998-07-06 21:01:54 +00:00
bde
8d76b538fe
Declared version_string() properly (1970's style).
1998-07-06 20:40:57 +00:00
bde
53d1b984ce
Fixed printf format errors.
1998-06-30 20:14:13 +00:00
bde
080e3ef296
Fixed printf format errors.
1998-06-30 19:53:09 +00:00
bde
2bd75a41ef
Fixed (1970's/old-GNU style) a missing declaration of a function that
...
doesn't return int.
1998-06-30 19:19:10 +00:00
bde
62108cc29b
Fixed printf format errors.
1998-06-30 18:12:26 +00:00
bde
8c3de9bd74
Fixed printf format errors.
1998-06-30 18:06:23 +00:00
bde
46d0d58de9
Don't assume that time_t is long. Don't assume that time_t's can be
...
represented by ints. Keep assuming that time_t's can be represented
by longs.
1998-06-29 16:30:43 +00:00
bde
d1ade19b07
Don't assume that time_t is long.
1998-06-29 15:52:49 +00:00
peter
e08eccffd4
Merge 3.2.3 -> 3.2.7 changes into mainline.
1998-06-20 18:43:25 +00:00
peter
b9ddfe987f
This commit was generated by cvs2svn to compensate for changes in r37074,
...
which included commits to RCS files with non-trunk default branches.
1998-06-20 18:29:38 +00:00
peter
9529c38ad8
Import trimmed version of ipfilter 3.2.7.
...
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
1998-06-20 18:29:38 +00:00
steve
ccb6372369
'They They' -> 'They'
...
PR: 6912
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-06-14 16:06:00 +00:00
julian
e30abc2a08
Note which version of Kirk's sources this corresponds to.
1998-06-12 21:21:26 +00:00
julian
6b27bc7737
Fix the case when renaming to a file that you've just created and deleted,
...
that had an inode that has not yet been written to disk, when the inode of the
new file is also not yet written to disk, and your old directory entry is not
yet on disk but you need to remove it and the new name exists in memory
but has been deleted but the transaction to write the deleted name to disk
exists and has not yet been cancelled by the request to delete the non
existant name. I don't know how kirk could have missed such a glaring
problem for so long. :-) Especially since the inconsitency survived on
the disk for a whole 4 second on average before being fixed by other code.
This was not a crashing bug but just led to filesystem inconsitencies
if you crashed.
Submitted by: Kirk McKusick (mckusick@mckusick.com )
1998-06-12 20:48:30 +00:00
julian
19e664debc
Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.
...
Change worked out by john and kirk in consort.
1998-06-11 17:44:32 +00:00
peter
f9cfac3981
Zap the T_UID,T_GID and T_UINFO stuff, it doesn't exist in the bind8
...
headers. As I understand it, it was for some really ancient athena stuff
that has long been replaced.
1998-06-11 14:40:42 +00:00
peter
2da7fe93d6
Merge conflicting changes (all 1 line! :-) from 8.1.2.
1998-06-11 05:09:53 +00:00
peter
0fd0a0b5fa
This commit was generated by cvs2svn to compensate for changes in r36882,
...
which included commits to RCS files with non-trunk default branches.
1998-06-11 05:01:49 +00:00
peter
67e0f3ce71
Import final bind-8.1.2 release.
...
Obtained from: ftp.isc.org
1998-06-11 05:01:49 +00:00
julian
21ee11979f
Fix for "live inode" panic.
...
Submitted by: Kirk McKusick <mckusick@McKusick.COM>
Reviewed by: yeah right...
1998-06-10 20:45:46 +00:00
julian
ab4debc1cf
Remove buggy debugging code.
1998-06-10 20:03:16 +00:00
jb
ba935f3272
Add LIB_SPEC (same as on i386) so that gcc knows about libc_r.
1998-06-08 10:58:36 +00:00
jkoshy
75e70dcdb0
Spelling fixes.
...
Submitted by: Josh Gilliam <josh@quick.net>
PR: 6880
1998-06-08 06:12:02 +00:00
jb
e886c0d520
Fix an alignment problem on alpha by doing a bytewise copy.
1998-06-06 23:33:28 +00:00
jkoshy
0d7d76d982
Spelling corrections.
...
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-06 05:50:53 +00:00
steve
260fa64a35
Fix a bunch of spelling errors.
...
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:06:07 +00:00
bde
bdb33fc97a
Removed generated files. named used the wrong version of ns_parser.h.
1998-06-04 07:55:55 +00:00
dfr
42bfb0ad24
Add support for baudrates higher than 37800.
1998-06-04 06:43:01 +00:00
jkoshy
15683e67b6
Spelling corrections.
...
PR: 6829
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-03 04:21:41 +00:00
julian
3fd4b55938
Add a reference to the Ganger/Patt paper
1998-06-02 01:27:27 +00:00
steve
f31b4aebd7
Typo: Tile -> Title
...
PR: 6798
Submitted by: Josh Gilliam <josh@quick.net>
1998-05-30 22:09:44 +00:00
peter
d1817d351a
If we are logging into a cvs pserver with the username of "anoncvs",
...
and we have not done an explicit 'cvs login', then use a default password
of "anoncvs". This allows things like:
setenv CVSROOT :pserver:anoncvs@anoncvs.freebsd.org:/cvs
cvs checkout src (without doing the normal 'cvs login' for pserver mode)
but this runs over the :pserver: protocol rather than the more troublesome
rsh. Naturally, the server had better be running in -R (readonly) mode :-)
1998-05-27 16:55:49 +00:00
peter
815e5f2dfa
Make cvs really ignore a pserver password when the passwd field of the
...
CVSROOT/passwd file is empty. A 'cvs login' still seems to be required
since the cvs client doesn't seem to believe it's possible to not need
a password (yet :-). This is intended for cheap anoncvs use.
1998-05-27 16:27:18 +00:00