ragge
fa0b03a3ac
Missed to check all possible non-graphics bits on VS2k, causing the
...
machine to crash during boot. Reported and debugged with help of
Valeriy E. Ushakov.
2002-06-10 20:52:11 +00:00
he
a8c83879a2
In soreceive(), if any part of a received record has been freed,
...
and an error occurs, make sure the socket doesn't retain a partial
copy by dropping the rest of the record.
This would otherwise trigger a panic("receive 1a") under DIAGNOSTIC.
Fixes PR#16990, suggested fix adapted.
Reviewed by Matt Thomas.
2002-06-10 20:43:16 +00:00
mason
c86d6704bc
Use the new cat(1) locking functionality - should solve PR toolchain/16963.
...
If all goes well, will submit a batch of pull-up requests for netbsd-1-6
presently to bring these additions and fixes into 1.6.
2002-06-10 18:47:12 +00:00
mason
7e7e806c7e
Add cat(1) as a host tool.
2002-06-10 18:32:28 +00:00
kleink
da5a8ed73c
Take into consideration that setpriority() silently fits the given
...
priority into its interval, so we really need to use getpriority() to
retrieve the correct return value; noted by Matthias Drochner.
2002-06-10 18:32:01 +00:00
mason
aa8bdf5f50
Add wrapper around bsd.prog.mk include in preparation for this becoming a
...
host tool.
2002-06-10 18:31:12 +00:00
drochner
92ade669c9
increase IP TTL for BOOTP/DHCP request packets to avoid dumb
...
routers dropping the packet
(seems to be a problem with Cisco and its "helper-address" feature;
a Cabletron SSR I tested with didn't have this problem)
2002-06-10 17:45:54 +00:00
ragge
5e40948dec
Support for reading Ultrix disklabels. From the pmax port, fixed and tested
...
by Valeriy E. Ushakov.
2002-06-10 17:45:53 +00:00
itojun
c9faadc40f
return EPROTONOSUPPORT if unsupported protocol is specified
2002-06-10 17:40:26 +00:00
itojun
53b229d4cb
don't abuse IFF_UP
2002-06-10 17:38:31 +00:00
itojun
c0a05a111d
raise output errcnt
2002-06-10 17:30:16 +00:00
itojun
2d509e83c4
ENETDOWN if outer ip address is not configured.
...
plug mbuf leak while here.
2002-06-10 17:12:22 +00:00
itojun
ccdab26a23
don't use inner address configured by SIOCSIFADDR/DSTADDR
...
as outer addresses; now you need to configure outer address by
SIOCS*PHYADDR ("ifconfig tunnel"). as discussed on tech-net
2002-06-10 17:07:51 +00:00
someya
f4076c7aff
Make the yds driver work on big-endian systems.
2002-06-10 16:58:57 +00:00
atatat
bc451d0928
The check_rootdotfiles section mucks with the PATH setting, but
...
never puts it back properly. As such, jobs run later that expect
there to be a path will lose badly (eg, run lintpkgsrc -i from
security.local). Let's just re-export the PATH.
2002-06-10 16:04:48 +00:00
itohy
ece09443af
s/XHOLE_VEC/XHOLD_VEC/
2002-06-10 14:52:21 +00:00
fredette
dcff733bb9
Use NLIST_ELF32 for hppa.
2002-06-10 14:28:14 +00:00
fredette
4c4e0cb59a
Added notes on hp700/hppa, tweaked sun68k description.
2002-06-10 14:25:41 +00:00
fredette
964be1b6b3
Add cases for hppa.
2002-06-10 14:14:47 +00:00
fredette
4234bc92d3
Add hppa as a supported MACHINE_ARCH.
2002-06-10 14:08:05 +00:00
tron
4f9ae48b8f
Include "sys/types.h" here to fix compilation problems in 3rd party
...
applications.
2002-06-10 10:31:48 +00:00
yamt
80a776becb
constify and make WARNS=2 clean.
2002-06-10 09:14:26 +00:00
lukem
52f6d6ef15
also need to "make release" in sparc64/bootfs
2002-06-10 09:09:11 +00:00
cjs
a8056945a4
Recognise the VT8233A ATA100 controller and use Ultra-DMA mode 5 with it.
2002-06-10 08:41:11 +00:00
cjs
d4dfe8676c
Regenerate.
2002-06-10 08:38:27 +00:00
grant
091e72dbd4
be more explicit about creation of /etc/usermgmt.conf
2002-06-10 08:33:05 +00:00
cjs
405914fc9b
Add Viatech VT8233A PCI-ISA Bridge.
2002-06-10 08:30:29 +00:00
grant
ef33e31e46
mention that -D creates defaults file if it doesn't already exist and if
...
we are running as root.
2002-06-10 07:53:48 +00:00
mason
ec4fb122bd
Add -l option to cat(1), as discussed on tech-userlevel. This option
...
causes cat(1) to use fcntl(2) to set an exclusive advisory lock on stdout.
While being useful in its own right, this will shortly be used to
guarantee orderly writing to METALOG in the case of unprivileged builds
with NBUILDJOBS > 1.
2002-06-10 07:43:33 +00:00
grant
a509987d3b
remove /usr/include/pmax/clock_machdep.h, fix warning building comp.tgz while
...
making release.
2002-06-10 06:41:56 +00:00
itojun
bb0b85187b
SIOCSIFADDR/IFDSTADDR destroys outer address settings, therefore, we need to
...
do "ifconfig tunnel C D" after "ifconfig A B". i believe the behavir is weird
and non-intuitive, and should be fixex.
2002-06-10 02:49:35 +00:00
uwe
49444f80fe
Fill delay slot in previous to match normal microtime.
2002-06-10 01:58:52 +00:00
itojun
5b43820fcf
WARNS=1 clean. patch submitted to dhcp-bugs@isc.org.
2002-06-10 00:30:33 +00:00
itojun
b745604c00
sync sockaddr_ntop with latest openssh (minor change)
2002-06-09 22:22:55 +00:00
ragge
400cbd0aad
Must multiply the pte count with its size when copying ptes when the P1
...
region is expanded. Fixes bug reported by Matt Thomas on port-vax.
2002-06-09 21:57:08 +00:00
wiz
c39fdd3f85
While we're rototilling the man page: Use more markup; grammar fixes;
...
remove another reference to unsupported AppleTalk; update .Dd.
2002-06-09 20:05:55 +00:00
uwe
45f993a079
Do not use "std" in ms-IIep micortime, the argument is not guaranteed
...
to be double-word aligned and it is not when we are called from bpf.
Remove "should be able to std here" comment in generic microtime.
While here, simplify some asm mnemonics and fix a typo in comment.
2002-06-09 20:02:41 +00:00
itojun
6ed8672880
no need for KAME_SCOPEID any longer
2002-06-09 19:59:55 +00:00
itojun
2a8a7da29d
style
2002-06-09 19:49:49 +00:00
itojun
4d660387a6
gre(4) supports IPv4/AppleTalk/NS over IPv4, not just IPv4 over IPv4.
2002-06-09 19:47:03 +00:00
matt
acc63b5fea
Add LL to 1099511627776 since it won't fit in a long on ILP32 systems.
2002-06-09 19:38:00 +00:00
itojun
f79eb4420d
retire greconfig(8) - you can use ifconfig(8) for everything it can do.
2002-06-09 19:31:43 +00:00
matt
4cfae24f91
Add -ffreestanding and LIBC= to stand/boot/*/Makefile. Fix various
...
asm's to work with gcc-current.
2002-06-09 19:21:07 +00:00
itojun
7864ca478f
deprecate IFF_LINK2, !IFF_LINK0 is enough.
...
no need to manipulate IFF_LINK1 with IFF_LINK0.
remove reference to greconfig(8).
2002-06-09 19:17:43 +00:00
itojun
4c4b38eb0b
no need for if_addrlen be 4. From: Martin Husemann <martin@duskware.de>
2002-06-09 17:59:45 +00:00
itojun
0dcc61701e
now "ifconfig tunnel" is usable for gre too, change wording slightly
2002-06-09 17:47:33 +00:00
itojun
c284599930
make sure to bzero sockaddr_in
2002-06-09 17:32:54 +00:00
itojun
9c95390f4a
style
2002-06-09 17:22:41 +00:00
itojun
a8b0c39863
don't forget splx
2002-06-09 17:18:32 +00:00
itojun
04aa2a1c65
avoid code duplicate (route lookup)
2002-06-09 17:17:15 +00:00