wrstuden
56f2ef9f29
Revert rev 1.28 -> 1.29. The VOP_CLOSE call was happeneing with the vnode
...
already locked, so don't lock it here.
2000-01-04 21:37:54 +00:00
msaitoh
dad5b69f37
fix printf format for inet.ip
...
(because the entries in struct ipstat is u_quad_t)
2000-01-04 15:17:00 +00:00
itojun
0b66a621f9
bring in latter half of PR 9080 (host table allocation error check).
2000-01-04 15:12:42 +00:00
pk
8cbc7288d0
* Expand IOMMU DVMA space to top of address space.
...
* Remove confusing comments.
2000-01-04 15:08:30 +00:00
kleink
693059feda
const -> __const and include <sys/cdefs.h> earlier; fixes PR lib/9052
...
by Takahiro Kambe.
2000-01-04 14:20:05 +00:00
kleink
c5d7701cd4
Make this slightly more portable by using putenv().
2000-01-04 14:15:09 +00:00
ad
93f5a68033
Oops, fix previous.
2000-01-04 13:51:55 +00:00
ad
2a1297db0c
Add two new capabilities to gettytab - idea from FreeBSD:
...
al - user to auto-login as
if - banner file to display, like /etc/issue
2000-01-04 13:43:36 +00:00
itojun
1c5b5f62fc
enable IPv6 support in sysinst. integration of work by ichiro@ichiro.org.
...
- IPv6 autoconfiguration
- IPv6 nameserver
TODO: french messages, dhcp
add -DINET6 into x_ifconfig.
2000-01-04 08:33:51 +00:00
itojun
8cb34890e1
bring in ping6 and rtsol into boot floppy image.
2000-01-04 08:30:24 +00:00
itojun
a177ed9712
ping6 without IPsec.
2000-01-04 08:14:12 +00:00
itojun
7fe7bda8e2
enable INET6. commit for boot floppy fix should follow.
...
add awi0 and cnw0 (commented out)
2000-01-04 08:05:49 +00:00
chopps
7d96c007f0
add ntwoc* at pci, and a commented out ntwoc0 at isa.
2000-01-04 06:58:54 +00:00
chopps
9b1cc42371
move ntwoc here now that we have isa and pci attachments
2000-01-04 06:37:05 +00:00
chopps
d8a4f43d0f
convert to support non-dma IO (for the isa Riscom/N2).
...
allow the user to set and use the internal baud rate generator
fix the transmission ring logic to support more than 1 frame per interrupt
add autodetection of the base clock frequency.
cleanup the receive ring logic
support dynamically resizing the low-water mark on the fifo in response
to buffer underruns on transmit.
2000-01-04 06:36:29 +00:00
chopps
a4d9bd9484
Add support for setting the clock and adapt the code to the new more
...
generic ic/hd56470.c core which now supports the isa version of the
same card.
2000-01-04 06:31:39 +00:00
chopps
882236e45c
add if_ntwo_isa driver for the Riscom/N2 card.
2000-01-04 06:30:04 +00:00
chopps
93bc2af93e
Add Riscom/N2 isa driver, most of the probe code was adapted from the
...
freebsd if_sr.c driver.
2000-01-04 06:29:21 +00:00
lukem
44ec789012
don't need to background xfs now that it auto-backgrounds itself...
2000-01-04 05:20:51 +00:00
simonb
9ddfe68532
Add installboot.
2000-01-04 01:23:56 +00:00
simonb
cd6ed6cd73
Split long line.
2000-01-04 01:20:23 +00:00
hubertf
1eab1548b8
Install apm example script.
...
Fixes PR 9105 by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
2000-01-03 22:48:30 +00:00
simonb
b7743949e7
Store new installboot-style bootblocks in ramdisk /usr/mdec.
2000-01-03 22:07:11 +00:00
simonb
78ce8ea77d
s/boot/boot.pmax/
2000-01-03 21:59:12 +00:00
is
2e3d1cc048
The Ricoh chip has a seperate leapyear counter.
...
We must write this when we write the year register, keeping them in sync.
XXX the chosen algorithm only works for 1901 <= year <= 2099.
2000-01-03 21:52:14 +00:00
is
d14968078a
Write part of the y2k fix.
...
This is not strictly necessary, as
- at least for the Ricoh chip in the A3000 and A4000, as those chips' Y10
registers happily continue to count up from 0xA if manually incremented
past 0x9.
- the Amiga ROMs and "setclock" commands seem to interpret 0xA 0x? like
200?, etc.
However,
- the Amiga setclock writes the modulo 10 value into the chips
- the chip docs of both chips, including the Y2K information of their
manufacturers, only refer to the range 0-9
- the chips increment from 9 to 0
So we better conform to this, to avoid unpleasant surprises.
2000-01-03 20:30:51 +00:00
uch
f56a7d0967
clean up boot message.
2000-01-03 18:29:03 +00:00
uch
c6376f2e26
Change tx_poll_establish implementation and interface.
2000-01-03 18:24:03 +00:00
itojun
9ffbadc055
clarify text for RES_USE_INET6. this is almost always unnecessary.
2000-01-03 11:56:05 +00:00
takemura
74ea35cd39
Now you can specify Windows raw device no to load the kernel in the style:
...
n:/netbsd (n=1..9)
2000-01-03 05:59:40 +00:00
msaitoh
518cfb0bde
userret() if the user process will be killed.
...
Now the NetBSD/sh3 works very stable!
2000-01-03 02:55:25 +00:00
msaitoh
b0b4797dfb
don't clobber r4 and r5
2000-01-03 02:40:04 +00:00
msaitoh
40732a4308
nlist for COFF
2000-01-03 02:13:32 +00:00
itojun
f69863cf45
sync with reality. cnw(4) and awi(4) are not in INSTALL kernel.
2000-01-02 18:44:07 +00:00
itojun
bf9e30f3c1
sync text with reality. unified-ipv6 effort (KAME+INRIA+NRL)
...
resulted into single tree (KAME).
2000-01-02 18:39:03 +00:00
is
5614cd4fce
*sigh*
...
Y2000-patch for A2000, A3000 and A4000 battery backed clock modules,
mostly by Adam Ciarcinski.
2000-01-02 18:29:22 +00:00
itojun
07c2fe1cd9
add net.inet6.icmp6.nodeinfo sysctl.
...
this allows you to disable/enable ICMPv6 node information query/reply
processing (which tells remote end the gethostname(3) setting, interface
addresses on the node, and some other things - documented in
draft-ietf-ipngwg-icmp-name-lookup* or something alike).
to test it, try ping6 -w ::1 with nodeinfo=0 and nodeinfo=1.
(sync with kame change)
2000-01-02 16:31:17 +00:00
itojun
6aa45a8fe1
use mtree -U, not mtree -u.
...
re-enable error code check (remove "-" magic from makefile).
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
Message-ID: <Pine.GSO.4.05.10001020308490.20750-100000@rfhs8036>
2000-01-02 13:59:34 +00:00
msaitoh
af97804fa9
add exec_coff.h
2000-01-02 13:43:00 +00:00
msaitoh
b75406e24f
remove exec_coff.h
2000-01-02 13:40:55 +00:00
msaitoh
da3eeac505
EXEC_COFF cleanup
2000-01-02 13:39:49 +00:00
itojun
062c67829f
typo fix
2000-01-02 13:34:25 +00:00
itojun
f5507e1557
avoid use of bitfield in packet format definition. it is non-portable
...
(packing constraint is unknown).
avoid use of u_int8_t bitfield. it is illegal.
2000-01-02 13:15:53 +00:00
msaitoh
47956fff3f
skip gdb if ${MACHINE_ARCH} == "sh3"
2000-01-02 11:20:51 +00:00
msaitoh
6bba0f3f4a
pass arg 4 of the qsort() correctly.
2000-01-02 11:01:02 +00:00
msaitoh
fef1139c8c
BFD for SH ELF
2000-01-02 10:53:52 +00:00
msaitoh
d732fa1812
etc files for mmeye
2000-01-02 10:04:26 +00:00
msaitoh
4d15e8e01a
list file for etc/
2000-01-02 09:52:15 +00:00
msaitoh
b552de8bdc
list files for sh3
2000-01-02 09:48:32 +00:00
itojun
758c15425b
wording changes. document rtsol(8) behavior earlier in the document.
...
(sync with kame repo)
2000-01-02 06:30:15 +00:00