pk
137dda4ac6
Add getmid
1997-03-10 21:49:11 +00:00
gwr
d0a45ab470
Use the macros sc_if, sc_addr to avoid lots of references to sc_arpcom.
1997-03-10 21:45:01 +00:00
christos
dd0a1d0814
Add a .MADE directive to indicated that the children of a target are
...
up-to-date, even when they are not. This is to simulate our current
make install behavior with proper dependencies.
1997-03-10 21:19:49 +00:00
hpeyerl
37c622153f
Remove as per discussion with core.
1997-03-10 20:51:01 +00:00
perry
59e4dfa599
polish
1997-03-10 20:50:39 +00:00
is
dd80c3d309
Back out the back-out. Don't ask.
1997-03-10 20:21:01 +00:00
perry
e1f7d360a1
Initial cut of Canadian national language support
1997-03-10 20:17:43 +00:00
is
9d29e526db
backout previos change; was not intended for trunk.
1997-03-10 19:36:40 +00:00
is
4ce26afebe
back out previoius commit---wasn't intended for The Trunk
1997-03-10 19:26:23 +00:00
is
0edaa1c1e5
adapt to new ARP code. still needs work for non-Ethernet.
1997-03-10 19:18:42 +00:00
hpeyerl
7cfeaf46a0
Color me bored.
1997-03-10 19:07:19 +00:00
scottr
12098dae8a
Add missing call to ae_nb_get_enaddr(), from <kei_sun@ba2.so-net.or.jp>.
...
Fixes PR 3312.
1997-03-10 17:55:15 +00:00
thorpej
d7fa8cdb0d
Use a slightly more sane way to cheat around XXX_BROKEN_GCC on the m68k.
...
The old way was more complex than necessary, and buggy, as pointed out
by Bruce Albrecht <bruce@zuhause.mn.org> in PR #3309 .
1997-03-10 17:29:05 +00:00
leo
f99aabbca1
Push out some 060 support. It's all untested and mostly copied in from the
...
amiga-port.
1997-03-10 14:44:26 +00:00
leo
7e288e08c3
Use vme_mask, not sys_mask to enable the SCC interrupt.
1997-03-10 14:41:43 +00:00
fvdl
ff19eb6a74
warnx --> warn, warnx wasn't needed anymore after previous change
...
(pointed out by enami tsugutomo)
1997-03-10 14:14:37 +00:00
leo
2e85636c46
$NetBSD -> $NetBSD$ Sigh.
1997-03-10 10:22:34 +00:00
mycroft
0e6463ba0a
Do the DEFAULT thing with mountd_flags. Don't output an extra
...
newline for statd and lockd.
1997-03-10 10:15:11 +00:00
mycroft
814cb67087
Minor cleanup.
1997-03-10 09:45:58 +00:00
leo
b9595171f0
Add support for the Lance ethernet card on the VME-bus (Riebl/PAM)
1997-03-10 09:44:52 +00:00
mycroft
40202c2514
Minor cleanup.
1997-03-10 09:34:59 +00:00
mycroft
2069c0127b
If foo_flags is DEFAULT, run the program with a default set of flags. Most
...
users will use this, and therefore will never have to worry about flags
changing between releases. It's also a bit less error-prone.
1997-03-10 09:16:13 +00:00
thorpej
dc1020fe40
Print the interrupt level in scsiattach().
1997-03-10 08:37:31 +00:00
thorpej
bb0d35b7e4
Bump version - we compute the kernel load address differently.
1997-03-10 08:02:23 +00:00
thorpej
4e541ff7ea
Fix rounding of lowram value; ensure the kernel load address is on
...
an 8k boundary.
1997-03-10 08:00:47 +00:00
scottr
d35d739042
Document statd_flags and lockd_flags
1997-03-10 07:06:17 +00:00
scottr
ba3dca973c
Add configuration flags for lockd/statd, and start them if an
...
NFS server or client is configured and the flags are not NO.
1997-03-10 06:32:37 +00:00
scottr
ed0d9160f1
Build rpc.lockd and rpc.statd
1997-03-10 06:30:32 +00:00
scottr
24ce527b89
Status monitor daemon by A.R. Gordon, ported from FreeBSD. While the
...
functionality was not significantly altered, the code was KNFed and
the build process cleaned up considerably.
1997-03-10 06:28:29 +00:00
scottr
a6fdc939ab
NFS locking daemon by A.R. Gordon, ported from FreeBSD. While the
...
functionality was not significantly altered, the code was KNFed and
the build process cleaned up considerably.
1997-03-10 06:26:19 +00:00
mycroft
66c4e32b11
Just increment the generation count. Using the time is bogus and defeats
...
fsirand(8).
1997-03-10 06:18:28 +00:00
cgd
72b0837ae3
fix one more goofup in the buffer safety changes: snprintf() should be
...
called with enough space for the trailing NUL, because it (unlike strn*())
always NUL-terminates.
1997-03-10 06:13:16 +00:00
mikel
d2057dd292
add support for MNT_NOATIME; from Lennart Augustsson in PR bin/3304.
1997-03-10 03:59:53 +00:00
mikel
3c5e473fd6
LOFS is long gone
1997-03-10 03:27:22 +00:00
leo
3d849b9429
- Turn the sc_[tr]bufaddr fields into arrays of addresses instead of just
...
the base address. This allows for a more flexible layout of buffers
in the Lance's memory.
- Add a new element 'sc_saved_csr0' to am7990_softc. It's value is or-ed
with the current csr0 value in the am7990_intr() function. This allowes
for a 'deferred' interrupt sceme.
1997-03-09 21:12:39 +00:00
pk
40cef5c5ce
Fix `L2-L1' expression evaluation botch (from Urban Boquist; PR#3296)
1997-03-09 20:49:06 +00:00
ragge
2b8ac648a3
Frob pages before trying to map them, to be sure they exist.
1997-03-09 16:00:06 +00:00
ragge
b64bca2999
Fixed bug that caused d partition being treated as c.
...
RAW_PART is 2, not 3.
1997-03-09 15:55:58 +00:00
mikel
a71e39e5d5
fix some spelling errors noticed by Charles Kane <ckane@mipos2.intel.com>.
...
fix some more noticed by myself; all are in comments or strings.
1997-03-09 06:10:32 +00:00
cgd
46db752aef
fix include path bogosity pointed out by Greg Oster
1997-03-09 04:49:06 +00:00
christos
3d71dbfd9b
fix reversed test for maxpartitions.
1997-03-09 00:35:44 +00:00
christos
649ae0edb1
Jason says: Use getmaxpartitions(3) to determine the number of partitions
...
allowed in this architecture.
1997-03-09 00:14:17 +00:00
christos
72fbacb380
Add -i (interactive mode to create/edit labels) inspired by the SunOS/Solaris
...
format/partition command.
1997-03-08 23:46:08 +00:00
cgd
d15724228e
print out a
...
rwho: no hosts in /var/rwho.
message like ruptime does, for consistency. (Similarly, exit with exit
code 0, though i'm not sure that's "correct" for either.)
1997-03-08 23:08:28 +00:00
cgd
7262daa78a
fix two bugs pointed out by Paul Sijben <Paul.Sijben@huygens.org>:
...
(1) incorrect check on length of data being written (fix provided by
Paul Sijben <Paul.Sijben@huygens.org>), and
(2) inadequate buffer (too small) for data being sent to remote meant
that properly-formed messages couldn't be created, so job removal
didn't work properly.
1997-03-08 22:50:52 +00:00
cgd
31b388d823
add rwhod(8) xref
1997-03-08 22:23:19 +00:00
cgd
dd7fbd1461
doesn't need libkvm any more
1997-03-08 22:21:55 +00:00
cgd
1e9c4131dc
update structure definitions for 64-bit safety (already done in the relevant
...
header files), and kill the note about checking /netbsd's nlist, since that
is no longer done (since the kernel namelist isn't actually used for
anything).
1997-03-08 22:20:21 +00:00
mikel
3190ec8ac6
prototype internal functions so this will build
1997-03-08 21:39:06 +00:00
cgd
245ccce34c
Fix NetBSD RCS ID tag
1997-03-08 19:46:43 +00:00