dfr
aef69c7121
Use <signal.h> instead of <sys/signal.h>.
1998-08-05 09:01:29 +00:00
dfr
71242795f4
Move the include of <machine/ansi.h> to before <sys/signal.h>.
1998-08-05 08:51:48 +00:00
thepish
9791c081c6
PR: 7488
...
Submitted by: lhecking@nmrc.ucc.ie
merge from stable
1998-08-05 03:44:46 +00:00
cwt
67bba15372
Find sendmail source under contrib now.
1998-08-05 01:36:06 +00:00
eivind
c010857f2c
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
100aaa7f15
fix broken loopback code for ddp (again)
...
Submitted by: Stefan Bethke <stb@hanse.de>
1998-08-04 23:17:05 +00:00
nate
be1f7e24d7
- 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
b45dd84cc0
- 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
af566d89b1
dgm uses devices cuaM* and ttyM*
...
Submitted by: "IBS / Andre Oppermann" <andre@pipeline.ch>
1998-08-04 21:45:20 +00:00
brian
2b130e2671
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
e02f765f1f
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
bde
aecbdd5eed
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
64535f5b4a
Remove old sendmail (to the Attic)
1998-08-04 16:35:57 +00:00
peter
4784dacf03
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
904931c241
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
fe9f122f26
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
614c5aca56
Build mail.local and smrsh (when building sendmail)
1998-08-04 15:32:43 +00:00
peter
2ae39b6062
Build sendmail-8.9.1 smrsh
1998-08-04 15:31:31 +00:00
peter
b468bf2ae3
Use sendmail-8.9.1 mail.local (with our changes). It has LMTP support.
1998-08-04 15:30:17 +00:00
peter
8ae5e634c3
Descend into makemap/mailstats/praliases when building sendmail.
1998-08-04 15:28:25 +00:00
peter
900b5f2036
Use sendmail-8.9.1 makemap
1998-08-04 15:27:40 +00:00
peter
76ab1fe799
Use sendmail-8.9.1 praliases
1998-08-04 15:26:57 +00:00
peter
d273a567f4
Build sendmail-8.9.1 makemap.
1998-08-04 15:25:32 +00:00
peter
5ff8a9c5d6
Connect up sendmail-8.9.1
1998-08-04 15:24:04 +00:00
peter
4aa8de6c93
Use sendmail-8.9.1 rmail (with our changes).
1998-08-04 15:19:16 +00:00
thepish
e061cf0c53
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
thepish
3db6cd5ed0
PR: 7489
...
Submitted by: Jos.Backus@nl.origin-it.com
Correct execvp fail message in current
1998-08-04 14:33:42 +00:00
des
75a0abfaae
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
852a1aec40
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
4f0d59b634
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
c99bd2123f
Copy original revs 1.2,1.3 - nofsync/nobiff support, usage update.
1998-08-04 13:14:21 +00:00
peter
e6f69eaa29
Copy original revs 1.2,1.3 - sort xrefs, document new -b and -s flags.
1998-08-04 13:11:42 +00:00
peter
bdd45c6571
Copy original rev 1.2 - fix usage line to match reality.
1998-08-04 13:09:38 +00:00
peter
717dc94989
Copy original rev 1.2 - path updates for 4.4BSD so smrsh is more useable.
1998-08-04 13:08:41 +00:00
peter
5e60ce1a6a
Copy original rev 1.2 - immediate delivery rather than queueing and -Wall.
1998-08-04 13:07:03 +00:00
peter
408da9908d
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
318b73ff4f
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
1da91f8e8c
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
639ddd73fb
Copy respective revisions from usr.sbin/sendmail/*/* - use -1 with getopt.
1998-08-04 12:53:30 +00:00
peter
c0b1bf4bf8
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
cd45046ea4
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
dd0f57039f
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
phk
a1b5865098
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
phk
0175b4f22f
remove nonsense code.
...
PR: 7482
Reviewed by: phk
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-08-04 09:21:04 +00:00
phk
7b669ed62e
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
dg
e842a9d036
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
wpaul
7744b09926
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
msmith
bf4244bd6f
Correct an irritating documentation error.
...
(get_diskinfo is unnecessarily obfuscated)
1998-08-04 00:39:45 +00:00
msmith
707f20f7b4
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
julian
50846598fd
keep more up to date..
...
fixit uses the same crunch.conf as normal generation
upgrade boot floppy to 1.44MB so that it fits
1998-08-03 19:18:08 +00:00