ragge
8199c6a469
Some ID strings + other consistency fixes, from Michael Kukat.
2001-09-18 16:41:25 +00:00
christos
eb7e2c7da8
From Brian Ginsbach: Fix overflow detection, and only abort on long paths
...
when GLOB_ERR is set.
2001-09-18 16:37:26 +00:00
tsutsui
891688b1a4
Some cosmetics.
2001-09-18 16:24:16 +00:00
tsutsui
bc4a0c136b
sii does not require ncr53c9x.
2001-09-18 16:18:35 +00:00
tsutsui
aa621e285a
Initalize -> Initialize
2001-09-18 16:15:19 +00:00
tsutsui
7fce932a4d
Fix typo in printf format.
2001-09-18 16:11:00 +00:00
simonb
2d06de8eb9
General cleanup: ANSIfy, white-space, remove unused #includes.
...
XXX: should be moved to arch/pmax/ibus - this is pmax specific.
2001-09-18 12:46:33 +00:00
ichiro
7f43a1ffd3
regen
2001-09-18 11:08:05 +00:00
ichiro
92dc2bcc76
fixed typo
2001-09-18 11:07:33 +00:00
onoe
7dda9dc3c2
Add -compact for HARDWARE.
...
Add text to describe flag0 mediaopt for infrastructure mode which
supports old Melco AP.
Modify DIAGNOSTICS message to follow source.
Delete BUGS, the driver now supports IBSS creation.
2001-09-18 09:19:31 +00:00
onoe
6a617566bc
Move IEEE 802.11 MAC management functions from awi driver to
...
if_ieee80211subr.c, which can be shared between any IEEE 802.11
drivers.
However, most of current working IEEE 802.11b wireless LAN cards
have rich firmware and we cannot have a control to management frames
for such cards.
IBSS creation is now supported for the awi driver.
2001-09-18 09:09:57 +00:00
lukem
22966108bb
add comments to make it clearer what cmpsblks() is doing
2001-09-18 08:38:28 +00:00
chs
3527d3dfa5
use NENTRY() instead of ENTRY() for fault-recovery stubs to avoid
...
mcount() clobbering the error left in %eax by trap().
2001-09-18 06:29:08 +00:00
chs
266b4e032c
in wdc_get_xfer(), avoid crashing if pool_get() fails.
2001-09-18 05:32:14 +00:00
rafal
e613cff3c5
Obey the RB_POWERDOWN flag passed to cpu_reboot; make it work on the Indy
...
by enabling the FPU before jumping back to ARCS (gross, but necessary!).
2001-09-18 05:19:29 +00:00
simonb
0e3b64a601
Back out previous vfork->fork change now that the cause of the problem
...
(execvp) has been fixed.
2001-09-18 05:11:15 +00:00
simonb
aaa0df1add
Use alloca() instead of malloc() and strdup(). Proper fix for the find
...
problem posted to current-users@netbsd.org . Solution suggested by a
couple of folks on that mailing list, and Art Grabowski who pointed me
at a similar change in OpenBSD.
2001-09-18 05:09:37 +00:00
itojun
9a881fc0f7
typo in IPv6 support. listen to wildcard address correctly.
2001-09-18 04:36:28 +00:00
toshii
90d9e7e552
Add a new IANA registered service: italk. (a multilingual chat system)
2001-09-18 03:50:43 +00:00
thorpej
123c0ecfea
Printf formats on LP64.
2001-09-18 03:11:22 +00:00
chs
ea177e40a8
in pmap_clear_modify(), we need to clear the TLB_W bit (ie. the hardware
...
write-enable bit) to re-enable modify-bit emulation even if we're doing HWREF.
2001-09-18 02:23:14 +00:00
thorpej
a46d6c9e4f
Need string.h for memcpy() prototype.
2001-09-17 23:52:14 +00:00
thorpej
836962fe0b
Need string.h for memcpy() prototype.
2001-09-17 23:42:09 +00:00
hubertf
a6d42bbc31
Run uustat with uid=uucp, not with euid=uucp/uid=root, to prevent
...
some badboys gaining back root privs. Inspided by OpenBSD.
Not that we didn't have this forever... (SA, anyone?)
2001-09-17 23:41:32 +00:00
thorpej
bb80a7f9fc
Pull in <string.h> for memcpy() prototype.
2001-09-17 23:32:33 +00:00
bjh21
5ddc1e1310
Add retry mechanisms for Econet, so that if a four-way handshake doesn't
...
complete for some reason, we defer it for a bit and then try again. This
gets ping down to 0% packet loss.
Of course, ping _should_ have been at 0% packet loss anyway, and that's the
next thing to deal with.
2001-09-17 22:41:59 +00:00
fvdl
aece5a2ae7
Initialize 'soft' copies of MTRRs to 0. Make fixed MTRRs work a lot more
...
correctly.
2001-09-17 20:44:08 +00:00
jdolecek
a6a38befd9
Add TCOM TC-400 & TC-800 to list of supported hw.
...
Fixes misc/7364 by Geoff C. Wing
2001-09-17 19:39:43 +00:00
jdolecek
57aa6ebe00
Add some necessary #include statements. Fix provided by Lloyd Parkes in misc/13779
2001-09-17 19:35:21 +00:00
jdolecek
dfacfc6515
xref agp(4). Addresses misc/11749 by Hubert Feyrer
2001-09-17 19:23:40 +00:00
jdolecek
a7357fecf4
soreceive(): do not ignore uiomove() error
...
Problem reported and fix provided by Aaro Koskinen in kern/11692.
2001-09-17 18:59:29 +00:00
wiz
b4b9a54e8c
Fix typo and sort sections.
2001-09-17 18:47:58 +00:00
jdolecek
9edaceed67
g/c dead code
2001-09-17 17:47:47 +00:00
jdolecek
6b213f8761
remove superfluous cpu_exec_ecoff_setregs() prototype
2001-09-17 17:46:16 +00:00
jdolecek
a0a75493d8
only define the cpu_exec_ecoff_*() stuff #ifdef EXEC_ECOFF
2001-09-17 17:43:06 +00:00
jdolecek
884d9e7866
g/c superfluous cpu_exec_ecoff_setregs() prototype
...
only define the cpu_exec_ecoff_*() stuff #ifdef EXEC_ECOFF
2001-09-17 17:40:40 +00:00
thorpej
f7a04ba84f
Add tcp4csum-rx and udp4csum-rx commands for interfaces that only
...
support TCP/UDP checksums on the in-bound direction.
2001-09-17 17:36:06 +00:00
thorpej
d679590033
Split the pre-computed ifnet checksum flags into Tx and Rx directions.
...
Add capabilities bits that indicate an interface can only perform
in-bound TCPv4 or UDPv4 checksums. There is at least one Gig-E chip
for which this is true (Level One LXT-1001), and this is also the
case for the Intel i82559 10/100 Ethernet chips.
2001-09-17 17:26:59 +00:00
uch
87a75cec20
clean up "mainbus" related code.
2001-09-17 17:03:44 +00:00
toshii
04f91a6594
Uncomment-out part of FreeBSD code so that we can calculate partition
...
index from a filename.
2001-09-17 16:26:56 +00:00
reinoud
e6b9c3dd70
Fix typo...
2001-09-17 15:57:00 +00:00
assar
c6cbe4853a
fix merge-o's
2001-09-17 15:06:48 +00:00
tsutsui
a50a963c06
Include string.h for memcpy().
2001-09-17 14:25:43 +00:00
simonb
92a129c5fb
Need <machine/pmap.h> for the pdei and ptei macros.
2001-09-17 12:48:20 +00:00
assar
2a2aa85a8d
update infrastructure for krb4 1.1 and heimdal 0.4e
2001-09-17 12:34:40 +00:00
assar
5b9616a3e3
merge heimdal 0.4e
2001-09-17 12:32:33 +00:00
mycroft
4a379469f5
Use -O2 on PowerPC.
2001-09-17 12:28:14 +00:00
assar
e4d8a8f3dd
import of heimdal 0.4e
2001-09-17 12:24:30 +00:00
assar
d318b56bd0
merge krb4-1.1
2001-09-17 12:21:41 +00:00
assar
1877630d24
import krb4-1.1
2001-09-17 12:09:38 +00:00