mrg
705157eda9
extra update from 8.7.3. also, (re)include NIS support.
1996-01-29 04:58:23 +00:00
mrg
d3b14c1c3a
include <paths.h> under netbsd and freebsd, for _PATH_VARTMP
1996-01-26 03:30:23 +00:00
mrg
671e777954
cast return value of hstrerror() as this changes with the incoming bind
...
distribution to be const char *, and, causes a warning.
1996-01-24 15:49:52 +00:00
mrg
5eac1270dc
merge to sendmail 8.7.3
1996-01-22 12:50:24 +00:00
mrg
8d05f6d4e9
sendmail 8.7.3
1996-01-22 10:52:39 +00:00
jonathan
92bff2b19b
Change Makefile to build screenblank on Decstations.
1996-01-16 22:20:13 +00:00
thorpej
535abd80a2
Add a net.inet.ip.directed-broadcast sysctl as suggested by
...
Darren Reed <darrenr@vitruvius.arbld.unimelb.edu.au> in PR #1227 .
This change is slightly different than the one submitted by Darren in
that the DIRECTED_BROADCAST compile-time option will behave like it used
to so that existing configurations utilizing it won't have to change.
1996-01-16 04:17:30 +00:00
thorpej
4b359df8c4
Add net.inet.ip.forwsrcrt: if zero, the system will not forward
...
source-routed packets. Note this value is protected by kernel security
level; it can only be changed if securelevel < 1.
1996-01-15 21:11:46 +00:00
hpeyerl
8c4481f80c
More descriptive message for printer status. Addresses PR #509 .
1996-01-14 17:25:21 +00:00
thorpej
dcb6bca52b
Cross-reference fsinfo(8) and mk-amd-map(8), as per PR #1057 .
...
From David Brownlee <abs@mono.city.ac.uk>.
1996-01-14 03:49:09 +00:00
pk
3cf040d518
Fix typo (Noriyuki Soda; PR#1926).
1996-01-13 23:18:15 +00:00
thorpej
484fdbba2d
New-style RCS ids.
1996-01-11 06:33:32 +00:00
pk
7dd8344d86
Avoid arithmetic overflow (Tor Egge; PR#1768).
1996-01-09 21:23:36 +00:00
pk
c6cd235738
Fix typo and make some enum. lists more compact (James Jegers; PR#592).
1996-01-06 23:25:51 +00:00
jtc
2fc14be1c2
merge in change accidently made to 1.1 release branch
1996-01-04 18:28:00 +00:00
perry
4e585ebdd7
Merge/Sync with 4.4lite2. This is the 4.4lite2 version with NetBSD bug
...
fixes thrown in (and an apparent pre-NetBSD fix to a hardcoded
"vmunix"). I also set the ttymsg timeout to one second (as per our
previous version), rather than the five minutes set in lite2, and made
the timeout set by a #define.
1996-01-02 17:48:41 +00:00
perry
07c1c767ba
Merge/sync with 4.4lite2. Fixed HISTORY line for syslog.conf.5. Note
...
that the claim in the HISTORY line for syslogd.8 that it appeared in
4.3BSD is probably bogus -- I remember it being a lot older.
1996-01-02 17:41:46 +00:00
perry
7f907c1899
Merge/sync with 4.4lite2 -- just a change in version numbers and
...
RCS id strings.
1996-01-02 17:30:27 +00:00
thorpej
5fdb76aa13
Add RCS ids.
1995-12-30 18:14:01 +00:00
thorpej
11381ec353
Add a vnd(4) manual page and make vnconfig(8) reference it. Fixes
...
PR #445 .
1995-12-30 18:10:45 +00:00
chopps
e2f3d531be
fix typos (pr#1680) from Thorsten Frueauf
1995-12-27 07:59:00 +00:00
jonathan
c82a4ed224
Update Makefiles for usr.bin/systat and usr.sbin/iostat to be
...
consistent with usr.bin/vmstat/Makefile wrt CLFAGS and -I, since
all three compile vmstat/names.c. (Now compiles on a pmax.)
1995-12-22 08:04:24 +00:00
cgd
13c61484db
fix a call to localtime() so that it works if time_t != long.
...
(Whoever decided that one should repeate all of the locals 2x to
save one more #ifdef in log() should be shot...)
1995-12-19 03:33:06 +00:00
jonathan
fc86960d2b
Don't make config.old on pmaxes. Pmaxes now use (new) config, and config.old
...
can no longer build compilable kernels.
1995-12-17 06:39:31 +00:00
thorpej
89ed0166fe
Change a rogue RCS id to new-style
1995-12-16 20:11:45 +00:00
thorpej
feeffb23b0
Change a rogue RCS id to new-style.
1995-12-16 20:10:12 +00:00
thorpej
a7565806e7
Cast the third argument of svc_getargs() to char * so that this compiles
...
with -Werror.
1995-12-15 19:08:21 +00:00
thorpej
47efd9f35e
Make this compile with -Werror.
1995-12-14 22:30:45 +00:00
mycroft
3d8d046845
Update to mrouted 3.8.
1995-12-10 10:57:11 +00:00
mycroft
ad1f8525b4
Update to mrouted 3.8.
1995-12-10 10:08:37 +00:00
mycroft
d043d7538d
Update to mrouted 3.8.
1995-12-10 10:06:55 +00:00
thorpej
b1ebe24227
New-style RCS ids.
1995-11-28 20:16:28 +00:00
jtc
21908ddbd5
merge in changes from 1.1 release branch
1995-11-28 19:43:04 +00:00
jtc
0a1e7de7b6
merge in changes from 1.1 release branch
1995-11-28 05:25:28 +00:00
thorpej
8e8adaf600
Handle "clean" and "depend" targets properly.
1995-11-17 10:05:23 +00:00
thorpej
f90cf6bd46
New-style RCS id.
1995-11-17 09:49:19 +00:00
thorpej
15539710a0
Clear the mount argument list before filling it in. This is the patch
...
from Michael Hitch in pr#1722. As noted in the pr, this may not be the
most correct fix, but at least it prevents crashes.
1995-11-16 04:34:13 +00:00
pk
a29aff2565
Id -> NetBSD
1995-11-15 22:55:41 +00:00
pk
f54b84516b
Add RCSIDs
1995-11-15 22:48:07 +00:00
pk
b965d4ffe4
Add RCSIDs
1995-11-15 22:27:27 +00:00
pk
f93236c806
Add RCSIDs.
1995-11-15 22:23:06 +00:00
pk
0e9c04fab0
Fix garbled lines (from Thomas Eberhardt; PR#1756).
...
Add RCSId.
1995-11-15 22:20:33 +00:00
thorpej
507ba8247c
Kill some gratuitous byte-swapping calls, which broke rbootd on the i386
...
in some cases. No functional change on big-endian systems. From
Scott Reynolds <scottr@plexus.com>.
1995-11-14 08:41:42 +00:00
thorpej
a752cec2e0
Don't require compiling with -DDEBUG to enable debugging messages. Instead,
...
add a new option flag "-d", which enables debugging output. Compile all
of the code that used to be enabled with -DDEBUG unconditionally. The
amount of extra code is negligable, and all of the tests to check if
debugging is enabled were done regardless of -DDEBUG anyway. Adjust
SYSLOG() to DTRT if debugging is not enabled.
1995-11-06 07:00:07 +00:00
christos
1949f5ea6b
- runio fails when result != 0 not only < 0
...
- print vis-encoded file in the scanner.
1995-10-29 23:54:45 +00:00
pk
ad511bd89a
Insert parentheses to get correct precedence when comparing time-stamps
...
(from Arne Juul; PR#1660).
1995-10-22 20:12:07 +00:00
mycroft
34b0d58fba
Fix tiny documentation error; default timeout is 5s, not 3s.
1995-10-12 03:05:50 +00:00
cgd
55f15749ce
need string.h to compile on alpha.
1995-10-10 17:56:10 +00:00
thorpej
86aa6c3604
Make an `#include <alloca.h>' conditional on `sparc && !__NetBSD__', rather
...
than just `sparc'.
1995-10-10 16:29:50 +00:00
chopps
b93472a2bb
update copyright
1995-10-09 13:52:49 +00:00