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
chopps
dc683639f7
device is require not optional
1995-10-09 04:11:18 +00:00
thorpej
ad3a5f50ae
New-style RCS ids.
1995-10-09 03:51:32 +00:00
chopps
0699af0c7d
add grfconfig to amiga subdirs
1995-10-09 03:43:55 +00:00
chopps
b6873a23af
add grfconfig from Ezra Story <ezy@panix.com>
1995-10-09 03:43:22 +00:00
chopps
2a4b986b4e
add videomode to amiga specific subdirs
1995-10-09 00:52:17 +00:00
chopps
13e967a6eb
add videomode (sets video modes for grf[124]
1995-10-09 00:50:07 +00:00
chopps
389dfb1ebd
add gspa subdir
1995-10-09 00:09:05 +00:00
chopps
f28a6fbe4b
makefiles for gsp compiler and output converter
1995-10-09 00:06:57 +00:00
chopps
4a04381d56
compiler for the TMS34010 graphics processor. Original code from
...
Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de>
more standard argument handling from me.
1995-10-09 00:06:02 +00:00
chopps
5646c9b6d9
gspa output processor from Ignatios Souvatzis <is@beverly.rhein.de>
1995-10-09 00:02:47 +00:00
gwr
677a80857e
Add rdconfig
1995-10-08 22:55:48 +00:00
gwr
ea702e59dd
Helper program for "user RAM" mode supported by sys/dev/ramdisk.c
1995-10-08 22:40:41 +00:00
thorpej
31903d0eaa
Be safer with types. From Scott Reynolds <scottr@plexus.com>
1995-10-06 05:12:12 +00:00
mycroft
49d5e89682
Update from kernel source.
1995-10-05 08:58:21 +00:00
mycroft
1e1d370eec
Fix typos.
1995-10-05 08:23:18 +00:00
mycroft
2347ccba1b
Fix various parity and character size bugs from the termios transition.
1995-10-05 08:20:20 +00:00
mycroft
fde6ad0815
Fix a couple of things broken in the termios transition.
1995-10-05 08:01:29 +00:00
mycroft
dfd0b8b273
Fix type errors.
1995-10-05 07:47:32 +00:00
mycroft
0231229adc
Fix typo in previous.
1995-10-05 07:42:30 +00:00
mycroft
780c7fbe39
Change to use SET(), CLR(), and ISSET() macros.
1995-10-05 07:39:39 +00:00
thorpej
c57984e13a
New-style RCS ids.
1995-10-04 03:47:51 +00:00
thorpej
f335667d4d
New-style RCS ids.
1995-10-03 23:16:47 +00:00
hpeyerl
8e41ca8016
-- convert sgtty to termios. From: Scott Bartram <scottb@iis.net>
...
-- Use seteuid() to only give lpr, lprm, lpq and lpc root when they
need it from matthew green <mrg@mame.mu.oz.au>
1995-10-03 15:02:17 +00:00
pk
0e91488536
Prevent loop in SIGCHLD handler (Frank van der Linden; PR#1539).
1995-09-30 11:39:53 +00:00
thorpej
7760002a45
New-style RCS ids.
1995-09-30 07:12:43 +00:00
thorpej
a6af943990
Add support for the net.inet.tcp sysctl group and document. From
...
John Kohl <jtk@kolvir.blrc.ma.us>.
1995-09-30 07:05:19 +00:00
jtc
772e08ba5e
Remove libdbm DPADD
1995-09-27 21:30:10 +00:00
jtc
d538b54279
comment out HISTORY section, as it appears to be garbage; PR #1530
1995-09-27 19:49:25 +00:00
jtc
1bd0165884
iostat is in section 8; PR #1533
1995-09-27 19:46:12 +00:00
jtc
14381bce93
vmstat is in section 8; PR #1532
1995-09-27 19:45:07 +00:00
jtc
8ba230d554
vmstat is in section 8; PR #1532
1995-09-27 19:20:24 +00:00
jtc
c362ae238b
Add section number in SEE ALSO; PR #1531
1995-09-27 19:17:27 +00:00
jtc
68cc8e44b0
resolver(5) -> resolv.conf(5); PR #1501
1995-09-25 23:48:45 +00:00
thorpej
0964493c0d
Better way to deal with byte-order in the RMP packet (might work on a PDP-11!)
...
From Scott Reynolds <scottr@plexus.com>
1995-09-19 06:27:31 +00:00
glass
8d3a219347
if the function returns nothing, declare it void
1995-09-16 19:12:14 +00:00
glass
9f5762d576
if the function returns nothing, declare it void
1995-09-16 19:01:25 +00:00
thorpej
fd263d7b71
The rest of the little-endian patches from Scott Reynolds that
...
apparently slipped through the cracks before.
1995-09-12 20:07:52 +00:00
thorpej
d871ec0593
Changes from Scott Reynolds <scottr@plexus.com> to make this go on
...
little-endian machines (like the i386).
1995-09-12 07:13:06 +00:00
thorpej
c78a02a75a
Make the "/tftpboot/<client-ip-address>" requirement conditional on
...
-DREQUIRE_TFTPBOOT and disable it by default.
1995-09-01 21:55:44 +00:00
cgd
1d48789579
pull in string.h for protos
1995-08-29 23:07:07 +00:00
ragge
f525d4b280
Cleaned up an old #ifdef vax.
1995-08-24 19:58:07 +00:00
ragge
5362187bf6
Removed unnecessary #ifdef vax that broke compilation.
1995-08-24 17:04:40 +00:00
thorpej
6799ca3972
Use new-style RCS ids.
1995-08-21 17:05:08 +00:00
thorpej
fc5cbfd4ca
A few things:
...
* Don't compute the basename, use __progname.
* Use daemon() to detach.
* Use err(3) functions where appropriate.
* Remove some old 4.2 stuff.
1995-08-21 16:57:54 +00:00
chopps
aabb577203
add adosfs.
1995-08-19 16:08:05 +00:00
pk
6ea706d3c0
Remove a comma. Use `.Dq'.
1995-08-18 15:26:45 +00:00
pk
1a5a1af0ab
`.SH' -> `.Sh' (from Masanobu Saitoh; PR#1378).
...
Also, use .Dq in two places, remove an extra comma and pluralize WARNING.
1995-08-18 15:22:34 +00:00
thorpej
6fe057662d
New-style RCS IDs.
1995-08-17 17:22:06 +00:00
thorpej
919f902e1c
Oops. Garbage collect the ccd-specific grammar, too.
1995-08-17 17:09:22 +00:00
thorpej
fb67433ccd
The ccd should be treated like any normal pseudo-device now.
1995-08-17 16:43:35 +00:00
paulus
8c0ef60b38
Minor bugfixes and enhancements from the ppp-2.2 release.
1995-08-17 12:03:51 +00:00
paulus
b00e161b26
Updated to follow the example of slstats(8) more closely.
1995-08-17 11:44:51 +00:00
gwr
8d3f7ee63c
minor cleanup
1995-08-14 19:50:09 +00:00
gwr
ebd029a6da
Add note (in HISTORY) to satisfy distribution terms.
1995-08-14 19:48:07 +00:00
gwr
6f885de1cf
Put the SVR4 code back in (#ifdef SVR4) so as to respect the
...
requests made in the distribution terms. (re. modifications)
1995-08-14 19:45:18 +00:00
mycroft
c9e578df48
Install this setuid root.
1995-08-13 02:54:30 +00:00
thorpej
3cb6ddbe3a
Mention the `kern.maxpartitions' and `kern.rawpartition' variables.
1995-08-04 18:46:15 +00:00
paulus
a437541fdd
restored to its former state
1995-08-02 01:27:08 +00:00
phil
5354239906
Improvements to YP support from Jason Downs.
1995-07-28 07:13:04 +00:00