Doug Rabson
f68b7c5bf8
Define ss_size in struct sigaltstack as size_t instead of int.
1998-08-05 09:04:36 +00:00
Doug Rabson
f1598784ae
Use <signal.h> instead of <sys/signal.h>.
1998-08-05 09:01:29 +00:00
Doug Rabson
c989e80e4d
Move the include of <machine/ansi.h> to before <sys/signal.h>.
1998-08-05 08:51:48 +00:00
Peter Hawkins
3f9fdaca2f
PR: 7488
...
Submitted by: lhecking@nmrc.ucc.ie
merge from stable
1998-08-05 03:44:46 +00:00
Chris Timmons
2351b76d4e
Find sendmail source under contrib now.
1998-08-05 01:36:06 +00:00
Eivind Eklund
b755b88510
Update DPT driver from 1.4.3 to 1.4.5
...
Submitted by: Simon Shapiro <shimon@simon-shapiro.org>
1998-08-05 00:54:38 +00:00
Julian Elischer
84dd0fd0bb
fix broken loopback code for ddp (again)
...
Submitted by: Stefan Bethke <stb@hanse.de>
1998-08-04 23:17:05 +00:00
Nate Williams
5e91a8ac91
- On second thought, attempt to get the read-only lock, but don't
...
consider it a exit failure if it doesn't work. This means that root
processes can safely get the lock, but normal processes can still use
the 'pw' utility to get information (which may change out from under
them.)
1998-08-04 22:31:26 +00:00
Nate Williams
2a6797aae2
- Removed read-only lock from 'pw'. This removes portions of the FIX
...
from PR/6787, but allow non-root users to use pw to get password
information. However, this should be safe since the fixes for
disallowing multiple instances from modifying the DB are still intact.
Bug noted by: dima@best.net (Dima Ruban)
1998-08-04 22:20:11 +00:00
Brian Somers
7931ccb86a
dgm uses devices cuaM* and ttyM*
...
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
1998-08-04 21:45:20 +00:00
Brian Somers
c35bda9472
Add driver dgm - for the Digiboard PC/Xem
...
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
DEVFS additions: brian
dgm gets major number 101.
1998-08-04 21:44:09 +00:00
Brian Somers
33ca24de10
Add driver dgm - for the Digiboard PC/Xem
...
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
DEVFS additions: brian
1998-08-04 21:42:27 +00:00
Bruce Evans
fba6da925d
Fully enable the optimization of not building dependencies unless NOCLEAN
...
is set. It was disabled in the -j case. See rev.1.173.
1998-08-04 17:13:38 +00:00
Peter Wemm
22b78769f8
Remove old sendmail (to the Attic)
1998-08-04 16:35:57 +00:00
Peter Wemm
6697f53652
Descend into etc always; src/etc/sendmail/Makefile has make.conf hooks
...
for building and installing a local sendmail.cf..
I'm a little nervous about the implications of having an obj dir built
under etc (to get to the obj dir for sendmail), but the make rules appear
to DTRT.
1998-08-04 16:00:47 +00:00
Peter Wemm
b58c36c953
Descend into sendmail directory and update hooks for make release so that
...
it has a chance of working.
1998-08-04 15:54:27 +00:00
Peter Wemm
76bfe4c335
Builder for sendmail.cf's, in particular freebsd.cf.
...
This needs to be revisited - we need a simple way of building/installing
these at runtime from the installed system's /etc/mail directory.
freebsd.mc,v and freefall.mc,v have been repository copied here.
1998-08-04 15:53:18 +00:00
Peter Wemm
4add781b40
Build mail.local and smrsh (when building sendmail)
1998-08-04 15:32:43 +00:00
Peter Wemm
31655e8ab7
Build sendmail-8.9.1 smrsh
1998-08-04 15:31:31 +00:00
Peter Wemm
9b842df695
Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support.
1998-08-04 15:30:17 +00:00
Peter Wemm
943c997663
Descend into makemap/mailstats/praliases when building sendmail.
1998-08-04 15:28:25 +00:00
Peter Wemm
9b89318646
Use sendmail-8.9.1 makemap
1998-08-04 15:27:40 +00:00
Peter Wemm
2810afd3fb
Use sendmail-8.9.1 praliases
1998-08-04 15:26:57 +00:00
Peter Wemm
205c3be48b
Build sendmail-8.9.1 makemap.
1998-08-04 15:25:32 +00:00
Peter Wemm
22751f562c
Connect up sendmail-8.9.1
1998-08-04 15:24:04 +00:00
Peter Wemm
9723ac470b
Use sendmail-8.9.1 rmail (with our changes).
1998-08-04 15:19:16 +00:00
Peter Hawkins
62cf03cd85
PR: 7475
...
Added support for -q (suppress output) when firewall rules are taken from a
file. Solves PR 7475
1998-08-04 14:41:37 +00:00
Peter Hawkins
b69602f3bb
PR: 7489
...
Submitted by: Jos.Backus@nl.origin-it.com
Correct execvp fail message in current
1998-08-04 14:33:42 +00:00
Dag-Erling Smørgrav
e7cdb97253
Add -t option ('t' in interactive mode) to make top(1) ignore itself.
...
Attempts to contact the author of top(1) (William LeFebvre) have so
far been unsuccessful.
PR: 7253
Submitted by: Yours Truly
1998-08-04 14:10:48 +00:00
Peter Wemm
05b73c60a4
I obviously cannot read. I misread the ifdef in the Makefile - DONT_FSYNC
...
was not on by default.. Back previous change out.
1998-08-04 13:56:32 +00:00
Peter Wemm
aa0c66bc41
Invert the sense of the -s flag (local addition). Instead of compiling
...
in the behavior via the previously default #define DONT_FSYNC, use the
-s flag to turn the fsync() behavior on. This can be configured in
sendmail.cf without recompiling mail.local.
1998-08-04 13:46:46 +00:00
Peter Wemm
d615a19295
Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.
1998-08-04 13:14:21 +00:00
Peter Wemm
e3de8dc3d1
Copy original revs 1.2,1.3 - sort xrefs, document new -b and -s flags.
1998-08-04 13:11:42 +00:00
Peter Wemm
c97fb50e13
Copy original rev 1.2 - fix usage line to match reality.
1998-08-04 13:09:38 +00:00
Peter Wemm
1bceb5b259
Copy original rev 1.2 - path updates for 4.4BSD so smrsh is more useable.
1998-08-04 13:08:41 +00:00
Peter Wemm
829be59c37
Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.
1998-08-04 13:07:03 +00:00
Peter Wemm
663f78a4e8
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 Wemm
4ec6f1f332
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 Wemm
f897fed538
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 Wemm
b2ee1660ba
Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
1998-08-04 12:53:30 +00:00
Peter Wemm
b26579db36
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 Wemm
bb9b311a11
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 Wemm
8c7de60340
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
Poul-Henning Kamp
1c08e860a1
Wrong filename for dictionary in manpage.
...
PR: 7467
Reviewed by: phk
Submitted by: Ben Walter <bwalter@itachi.swcp.com>
1998-08-04 09:41:09 +00:00
Poul-Henning Kamp
205d5ed6ff
remove nonsense code.
...
PR: 7482
Reviewed by: phk
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-08-04 09:21:04 +00:00
Poul-Henning Kamp
7c949108fb
There seem to be two messages that were added with soft-updates
...
support, which need a final "\n". I only observed one line of
mangled output, but I think there is another one which suffers
from the same problem, and thus I provide a patch that covers
both.
PR: 7483
Reviewed by: phk
Submitted by: Stefan Esser <se@FreeBSD.org>
1998-08-04 09:19:03 +00:00
David Greenman
3114fdb4c0
Implemented a more sophisticated mechanism for handling transmitter
...
interrupts which now defers them until the transmit queue if filled
up with completed buffers. This has two advantages: first, it reduces
the number of transmitter interrupts to just 1/120th of the rate
that they occured previously, and two, running down many buffers
at once has much improved cache effects.
1998-08-04 08:53:12 +00:00
Bill Paul
33e929e1c4
Fix this thing to work properly with multiple tlan adapters; increment
...
unit count correctly.
Problem reported by Larry Baird <lab@gta.com>.
1998-08-04 01:38:52 +00:00
Mike Smith
194b64e83d
Correct an irritating documentation error.
...
(get_diskinfo is unnecessarily obfuscated)
1998-08-04 00:39:45 +00:00
Mike Smith
e827c66461
Copy in the nfs_diskless structure if NFS_ROOT is defined. A previous
...
change to include nfs_root.h precluded NFS from being defined.
Submitted by: Parag Patel <parag@cgt.com>
1998-08-03 21:31:32 +00:00