uch
bf823f92da
fix typo.
1999-12-08 16:22:10 +00:00
uch
a46d11d667
don't define DEBUG in source code.
1999-12-08 15:57:12 +00:00
uch
395dc11439
sync with skbd.
1999-12-08 15:54:11 +00:00
uch
866a7053d6
MITUBISHI M38813 keyboard controller.
1999-12-08 15:51:07 +00:00
uch
7584977dc8
Remove old keyboard driver for Compaq C.
...
Add driver
PHILIPS 74ALVC1624? buffer chip + simple keyboard driver.
1999-12-08 15:49:18 +00:00
simonb
e065c9fbda
Store only the kernel name itself in the bootinfo BOOTPATH record, and
...
not the full boot device specification.
With this change, /etc/rc doesn't spew garbage when kvm_mkdb can't
find a kernel called "3/rz0/netbsd" or some such...
1999-12-08 14:23:34 +00:00
mjacob
4b6c35ccaf
Respond to a crucial security alert.
1999-12-08 11:01:44 +00:00
ad
dbb6eeec4c
Add newsyslog.conf.5.
1999-12-08 10:04:17 +00:00
soren
d8c5b99f2c
Add user(8) binaries.
1999-12-08 09:47:45 +00:00
soren
8606b9092d
Add user(8) man pages.
1999-12-08 09:46:01 +00:00
nisimura
fa5e192541
One small mod. escaped from the last commit.
1999-12-08 09:41:24 +00:00
soren
5220b33459
Add user(8).
1999-12-08 09:19:04 +00:00
itohy
69c745c3d5
Use "addend" for R_68K_GOT32, R_68K_PC32, and R_68K_32 relocations.
...
I'm not sure whether R_68K_GOT32 relocations appear in shared
objects, though....
Example:
lea %pc@(got+0x1234@GOTPC),%a0 | R_68K_GOT32
bsrl foo+0x5678 | R_68K_PC32
lea bar+0x9abc,%a1 | R_68K_32
1999-12-08 08:47:10 +00:00
soren
cb0d6a6732
Temporarily disable adduser.[08].
1999-12-08 08:19:19 +00:00
jun
d93cbc13dd
add MobileGearII for DoCoMo
1999-12-08 07:34:58 +00:00
jun
2952df34ed
Regen.
1999-12-08 07:30:28 +00:00
jun
7c4f8a7f07
add MobileGearII for DoCoMo
1999-12-08 07:29:24 +00:00
jun
2335cc052c
add Compaq PRESARIO 213
1999-12-08 05:35:30 +00:00
jun
d7ec450645
regen
1999-12-08 05:27:07 +00:00
jun
b06bff8f39
add Compaq PRESARIO 213
1999-12-08 05:25:11 +00:00
itojun
6ac6bbb103
sync with more recent KAME.
1999-12-08 04:54:15 +00:00
itojun
92732ebc68
netbsd rcsid fix.
1999-12-08 04:51:04 +00:00
jonb
34c41c47d3
Update to get closer to the current reality...
1999-12-08 04:46:40 +00:00
simonb
24a48d8b87
Oops, back out some test 5500 stuff from previous commit - only RAMDISK
...
was meant to be changed.
1999-12-08 04:16:16 +00:00
simonb
3b874faeb3
Add newline to last line of file.
1999-12-08 04:12:15 +00:00
simonb
369211f9ca
We now need a 3MB miniroot.
1999-12-08 04:11:07 +00:00
simonb
09af3823bf
In dc_ds_consinit(), choose the address of the dc device based on
...
systype. Fixes lockup on 5000/200 - tested on 5000/200, 3100 and
5100.
1999-12-08 04:03:28 +00:00
lukem
8c9f01b5c5
- Replace inline mirrors list with a link to
...
http://www.netbsd.org/Sites/net.html
It's probably safe to assume that a user wanting access to a mirror
site can access this URL...
- Highlight that with the latest BIND code you need to now use
options { version "newfoo"; }
to change the infoleak string. (1.3.3 didn't have the infoleak,
but it crept back into 1.4)
1999-12-08 03:57:29 +00:00
simonb
f3867cd79f
Don't need to prototype consinit() - it's in systm.h.
1999-12-08 02:56:17 +00:00
itojun
9f2f48b6ef
fix pathname to /etc/rtadvd.conf.
...
NetBSD PR: 8966
1999-12-08 02:31:26 +00:00
simonb
c47af90e21
Display the header of system specific manpages as
...
NetBSD/foo Manual Name
instead of
NetBSD Manual Name (foo Architecture)
Manual page headers now fix within 80 columns.
Work by Chris Demetrioui six or more months ago, with minor updates to
current reality by me.
1999-12-08 01:57:37 +00:00
sato
1ff57633a7
- clear all intr status and show old status when attached.
1999-12-08 01:54:59 +00:00
sato
0df4960b03
- PMUINT_ALL, PMUINT2_ALL.
...
- some registers.
1999-12-08 01:51:56 +00:00
thorpej
781149bb12
Handle the case where PCI dense memory and PCI sparse memory don't
...
overlap; don't require allocation from the dense extent if the PCI
memory address isn't mapped into dense space.
Also, make sure to return an error if a liner mapping is requested
and dense space is not available (not just not requested).
1999-12-08 01:48:39 +00:00
sato
2c24f58ba1
Vr41xx LED control register definitions.
1999-12-08 01:43:58 +00:00
simonb
c2f5cc273c
Don't use our own defines for SCCDEV or RCONSDEV - pull in
...
<pmax/pmax/cons.h> for these values.
1999-12-08 01:29:11 +00:00
simonb
9208af106d
Protect against multiple inclusion.
1999-12-08 01:20:12 +00:00
thorpej
9beb275ae8
Oops, committed the wrong version of this file previously.
1999-12-08 00:35:43 +00:00
simonb
dcf49845cb
Remove one of two (different!) prototypes for dc_consinit(). dc_ds.c
...
now includes <pmax/dev/dc_cons.h> to get the correct prototype.
1999-12-08 00:13:33 +00:00
soren
41f23e2e76
Xref rc.conf(5).
1999-12-08 00:04:38 +00:00
simonb
3742b697d5
Fix gaff in previous - need <kn230.h> and use _SYS_DZ0 not _SYS_DZ for
...
5100 console device.
1999-12-08 00:04:11 +00:00
soren
6cc6a03447
Add adduser(8) for compatibility.
1999-12-08 00:01:36 +00:00
thorpej
33c520ace6
Regen.
1999-12-07 23:58:27 +00:00
thorpej
0bd5e93b0e
Remove duplicate vop_balloc definition accidentally added in rev 1.21.
1999-12-07 23:57:49 +00:00
soren
be4a157e48
We have useradd(8) now.
1999-12-07 23:55:14 +00:00
soren
1b29e1a5d2
Update for rc.conf.
1999-12-07 23:53:48 +00:00
simonb
12ed1b07a3
Use KN230_SYS_* names for 5100 device addresses.
1999-12-07 23:23:19 +00:00
soren
e7d9a82c6f
'If it comes from a client that already knows its address and is not
...
requesting a broadcast response, and we can unicast to a client without
using the ARP protocol, sent it directly to that client.'
Make some ARCS firmware happy.
Many thanks to Ted Lemon for debugging this.
1999-12-07 23:23:16 +00:00
soren
be4079c51e
Add next68k to MACHINE_LIST.
1999-12-07 23:08:00 +00:00
jsm
49bc28122f
Fix a gcc -W warning (empty body in an else-statement).
1999-12-07 23:07:39 +00:00