ragge
06514eb892
Took away use of vax inline functions. Didn't work anyway.
1995-05-31 20:44:35 +00:00
mellon
f4d4fdf315
Make boot_pmax man page. (from jonathan)
1995-05-31 16:46:07 +00:00
mycroft
53388641d7
Add missing option in example.
1995-05-30 09:09:39 +00:00
jtc
470a6be999
<sys/errno.h> -> <errno.h>
...
<sys/signal.h> -> <signal.h>
<sys/syslog.h> -> <syslog.h>
1995-05-28 05:37:32 +00:00
jtc
9f28755bff
<sys/syslog.h> -> <syslog.h>
1995-05-28 05:31:01 +00:00
jtc
628bd54eb0
this file should be dead.
1995-05-28 05:28:55 +00:00
jtc
4d2a8bbae7
<sys/syslog.h> -> <syslog.h>
1995-05-28 05:27:20 +00:00
jtc
ec38846844
sys_siglist[] -> strsignal()
1995-05-28 05:25:34 +00:00
jtc
afea82ff3c
<sys/errno.h> -> <errno.h>
1995-05-28 05:21:58 +00:00
mycroft
2b3cba51fb
s/an active/a passive/
1995-05-24 15:55:02 +00:00
mycroft
312851eab6
Format police.
1995-05-24 15:54:00 +00:00
christos
1f1b61fc49
Fix bug in af_format where the formatted address was returned in the same
...
static buffer. When af_format is used more than once in the same printf
statement, the second call will overwrite the first. Changed af_format to
take a buffer and the buffer size where to place the formatted string.
1995-05-24 15:22:52 +00:00
mycroft
9cd5391535
Use inet_aton(), not inet_addr().
1995-05-21 15:33:22 +00:00
mycroft
b581b3e588
Use inet_aton(), not inet_addr().
1995-05-21 15:17:13 +00:00
mycroft
10f79d3be3
Use inet_aton(), not inet_addr().
1995-05-21 14:22:23 +00:00
mycroft
6d4cde278d
Use inet_aton(), not inet_addr().
1995-05-21 01:18:03 +00:00
mycroft
7888507f63
Use inet_aton(), not inet_addr(). Suggested by John Hawkinson.
1995-05-19 20:17:16 +00:00
cgd
11b0070a5f
don't build netgroup(5) here.
1995-05-11 23:15:22 +00:00
cgd
be68575548
don't build netgroup(5) here.
1995-05-11 23:15:05 +00:00
jtc
2d709c7062
flush stdout instead of stderr, so that each block number is displayed
...
as it is printed. From PR 989.
1995-05-06 06:55:34 +00:00
briggs
c8338a3451
Remove xref to mount_lofs and add xref to mount_ados and mount_msdos.
1995-04-30 20:42:12 +00:00
mycroft
f6f6145e7f
Make sure to reset signal mask on errors.
1995-04-29 22:42:07 +00:00
mellon
7b8bdc7ae5
pmax boot documentation
1995-04-25 23:55:11 +00:00
pk
7d07096c42
Bits from old reboot_sparc.8 man page.
1995-04-25 11:37:25 +00:00
cgd
2fe1f93ac5
fix arguments to tracing functions and/or cast, to avoid warnings.
1995-04-24 13:24:30 +00:00
cgd
53f540575f
fix initializer
1995-04-24 13:23:52 +00:00
cgd
2d9ea442e5
fix array types to match what the file system wants.
1995-04-24 13:23:11 +00:00
ragge
c39f186d60
Changed to use only one bootblock file on VAX.
1995-04-23 19:27:59 +00:00
cgd
cc345dc38d
remove these (deprecated) files. port maintainers were warned about
...
their impending disappearance a while ago; they can still be retrieved
from the attic.
1995-04-23 10:58:38 +00:00
cgd
555d4b510e
slightly clean rcs ids, etc.
1995-04-23 10:33:03 +00:00
cgd
dfb2f56868
if no packets were received, exit with status 1. this should be
...
documented somewhere. As suggested by Rens Troost.
1995-04-22 15:27:08 +00:00
mycroft
6f98502ae2
Interface-specific routes can be static.
1995-04-20 20:52:46 +00:00
mycroft
22ecc6ab1a
Implement the document `-llinfo' flag.
1995-04-20 17:39:17 +00:00
cgd
5bc2528656
route.o, not route, depends on keywords.h. from jhawk@mit.edu; pr 978
1995-04-19 09:08:28 +00:00
ragge
f66d5868d5
Added vax for 2-file boot blocks.
1995-04-18 22:37:46 +00:00
mycroft
5b613aff01
Remove extra `break;'.
1995-04-18 03:14:18 +00:00
mycroft
5a76ea02ce
Set the `clean' flag.
1995-04-12 21:24:31 +00:00
mycroft
7cb70c9889
Set the clean flag if necessary. If preening, don't check `clean' file
...
systems.
1995-04-12 21:24:07 +00:00
mycroft
7bffa9e3f0
Print out the `clean' field.
1995-04-12 21:23:24 +00:00
jtc
ae0b9c2010
KERNEL -> _KERNEL
1995-03-28 17:18:59 +00:00
mycroft
5745c084e8
Fix another bogus cast.
1995-03-27 22:14:47 +00:00
mycroft
61b709b720
Remove incorrect cast on lseek() return value.
1995-03-27 21:48:52 +00:00
mycroft
6bfd77e432
Fix typo in previous.
1995-03-23 00:01:03 +00:00
cgd
b1c02cd571
make sure that the alpha boot block is checksummed in a way more
...
acceptable to charles; #ifdef it, and do it explicitly here, rather
than doing a WDINFO ioctl for the -r case.
1995-03-22 23:48:49 +00:00
mycroft
cdc420327d
Don't do a DIOCWDINFO after already writing the label.
1995-03-22 09:14:34 +00:00
mycroft
be82a25869
Use POSIX signals.
1995-03-21 18:48:41 +00:00
mycroft
6faa350c7d
Fix typo.
1995-03-21 14:05:36 +00:00
mycroft
ffe9a4ccf0
Update to use timer{add,sub}().
1995-03-21 13:55:23 +00:00
cgd
38bab6b6da
type sizes
1995-03-21 01:30:09 +00:00
cgd
0cc5c1886a
short -> int16_t in a couple of places
1995-03-21 01:28:05 +00:00