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
drochner
8002eb91a6
-fix botched switch/case nesting which made AGP on i810 in GFX mode fail
...
-remove the check for i810's internal graphics completely: we'll attach
AGP whether in GFX or AGP mode anyway, and the SMRAM register test
was of questionable value (should have masked with 0xc0, but even then
the builtin graphics appeared enabled although I used an external
PCI card)
2001-09-17 12:07:32 +00:00
joda
f51bc9e68b
use strtol instead of atoi to catch non numeric values
2001-09-17 10:05:57 +00:00
wdk
151ad65334
Fix obvious typos: swapdev set to incorrect major number preventing
...
kernel from accessing swap device.
2001-09-17 09:33:41 +00:00
ichiro
5ce8138011
add entry "GEMTEK CF WaveLAN Card"
2001-09-17 09:21:58 +00:00
ichiro
6d3a2e129f
regen
2001-09-17 09:15:12 +00:00
ichiro
2c089df344
add product
...
GEMTEK CF-size WaveLAN Card based Intersil Prism2.5 Eval-Card
2001-09-17 09:07:53 +00:00
ichiro
0391dbdcec
regen
2001-09-17 07:45:00 +00:00
ichiro
a700fb7088
add product
...
Symbol Spectrum24 LA4100 Series CF-size WaveLAN card
2001-09-17 07:44:33 +00:00
simonb
1bc6516acc
Only define _BSD_WCHAR_T_ once.
2001-09-17 05:40:38 +00:00
briggs
5301d28a1c
Patch to handle odd behavior from exar ST16C1550 UART. It does not set
...
IIR_NOPEND if the TXRDY condition is true. Apparently, other chips do
not take TXRDY into account in the IIR_NOPEND case.
Also remove useless assignment (iir = IIR_NOPEND;) in one case.
No response from patch posted on tech-kern 29Aug2001.
2001-09-17 02:47:13 +00:00
assar
1a56bc85de
(usage): add -s and -S
2001-09-17 01:40:08 +00:00
wiz
f64af5cae0
ANSIfy, KNF, by Petri Koistinen.
2001-09-16 22:14:40 +00:00
wiz
3684e0c468
ANSIfy, KNF, use [gs]etprogname. By Petri Koistinen.
2001-09-16 22:07:14 +00:00