yamt
c24f70bcad
move wait points for kva from upper layers to vm_map. PR/33185 #1 .
...
XXX there is a concern about interaction with kva fragmentation.
see: http://mail-index.NetBSD.org/tech-kern/2006/05/11/0000.html
2006-05-25 14:27:28 +00:00
yamt
67c564ace6
sa_upcall_userret: yield cpu on stack starvation so that it's
...
killable at least. PR/28612 from ITOH Yasufumi.
2006-05-25 14:13:29 +00:00
blymn
1e545a5a2b
Include kauth header for function prototypes
...
Whitespace cleanup.
2006-05-25 11:24:00 +00:00
blymn
3018e35533
Add kauth header for function prototypes
...
Whitespace clean up.
2006-05-25 11:23:11 +00:00
wiz
cb3fc8886b
\- is a minus.
2006-05-25 10:56:08 +00:00
mrg
a4337fd012
update the uninit list
2006-05-25 09:05:40 +00:00
mrg
5f6c58ab32
apply a few casts to quieten GCC4.
2006-05-25 09:04:37 +00:00
dan
f96b430610
read config more strictly, from Maximillian Dornseif
2006-05-25 07:11:54 +00:00
gdamore
60a298a64e
Rename flash to athflash to reflect MD nature. Approved by simon@ and dyoung@
2006-05-25 06:37:47 +00:00
gdamore
fef1104692
Rename MD flash to athflash to avoid confusion. This only renames the major
...
number. The driver itself still needs to be done as well. :-)
2006-05-25 06:29:21 +00:00
rpaulo
4ac8517cec
wpa_supplicant 0.4.9.
2006-05-25 04:10:09 +00:00
rpaulo
b28216dab7
Resolve conflicts for wpa_supplicant 0.4.9 import.
2006-05-25 04:07:22 +00:00
rpaulo
ed48ac28e7
Import of WPA supplicant 0.4.9
2006-05-25 04:01:24 +00:00
rpaulo
605de1ab8d
hostapd 0.4.9
2006-05-25 03:58:30 +00:00
rpaulo
62355884c5
Import of hostapd 0.4.9
2006-05-25 03:53:38 +00:00
gdamore
473eede9de
Add flash device support.
2006-05-25 03:19:43 +00:00
christos
e4dddba9c6
typo s/fp/fpw/
2006-05-25 03:17:43 +00:00
gdamore
0a959690d5
Add RBLE bit to flash enable.
2006-05-25 03:17:36 +00:00
christos
862f4856b8
typo s/fp/fpw/
2006-05-25 03:17:26 +00:00
gdamore
1f55482fd5
Add major number for flash device.
2006-05-25 03:16:29 +00:00
christos
cc17521d3c
Coverity CID 2959: Check before deref dammit.
2006-05-25 03:03:39 +00:00
christos
785022eb47
Coverity CID 2984: Static array overrun.
2006-05-25 03:02:25 +00:00
christos
df7031b876
Add missing semicolon.
2006-05-25 02:53:10 +00:00
christos
57ff0c4946
remove dup &&
2006-05-25 02:50:50 +00:00
christos
fdb8821322
Coverity CID 1455: Make sure that we don't overrun the array.
2006-05-25 02:48:09 +00:00
rpaulo
024ed52e7d
Add missing #endif.
2006-05-25 02:40:58 +00:00
lukem
2b2a207b2a
security.conf(5) check_devices_ignore_paths
2006-05-25 02:39:53 +00:00
lukem
6d23caf285
Implement check_devices_ignore_paths, which is a list of paths to
...
avoid traversing during check_devices.
2006-05-25 02:38:10 +00:00
christos
a43996b8ca
Coverity CID 783: Add an assertion for a NULL deref.
2006-05-25 02:37:38 +00:00
rpaulo
4264348cac
Beautify.
2006-05-25 02:35:50 +00:00
christos
79fc501cb4
Coverity CID 2294: Fix memory leak.
...
While here remove some bogus casts.
2006-05-25 02:35:32 +00:00
christos
1716cd4ef4
Coverity CID 1070: Check for NULL deref that cannot happen.
2006-05-25 02:33:16 +00:00
rpaulo
3a387eb457
Time to remove __P().
2006-05-25 02:32:56 +00:00
christos
25b83d98a5
Coverity CID 3653: Fix memory leak.
2006-05-25 02:31:38 +00:00
rpaulo
d5c00ee8c6
Now it uses the RFC 3542 API.
2006-05-25 02:21:59 +00:00
garbled
c9e13db63a
Implement partial support for the RS6K PCI Bridge found on 7025-F40
...
models. This code was made possible by assistance from Cory Bajus.
Add code that asks the PCI bridge what it's config base address is, and
use that when wiring up an indirect bridge type.
Move prep's user segment register to 10, because the 7025's PCI config
address is at 11, where the user segment used to be.
Add a battable entry for 0xbf800000 for machines with RS6K bridges.
There is still probably work left to be done before a 7025-F40 is fully
supported.
2006-05-25 02:11:13 +00:00
christos
830feeb9f3
use memcpy instead of bcopy.
2006-05-25 02:10:53 +00:00
christos
f5e466e11a
Coverity CID 2537: Avoid double free, and random free. how did this work?
2006-05-25 02:05:40 +00:00
christos
e86e72d9a8
Coverity CID 3194: Avoid NULL deref.
2006-05-25 02:01:40 +00:00
christos
180ca89a2b
Coverity CID 3195: ifdef out dead code.
2006-05-25 01:58:39 +00:00
christos
e30bfd160d
Coverity CID 3396: Fix file pointer leak.
2006-05-25 01:51:21 +00:00
christos
fb0d335338
Coverity CID 3377: Fix memory leak on error.
2006-05-25 01:49:30 +00:00
christos
d8050237b6
Coverity CID 1188: Don't check for NULL just to log and then die
...
de-referencing; return instead.
2006-05-25 01:44:28 +00:00
christos
4aafa6340a
Coverity CID 1189, 1190: Don't check for NULL just to log and then die
...
de-referencing; return instead.
2006-05-25 01:43:58 +00:00
christos
6388d5cc98
Coverity CID 1191, 1192: Don't check for NULL allocation, just to log it
...
and then die dereferencing. Return instead.
2006-05-25 01:41:13 +00:00
christos
43c323928f
Coverity CID 2718: Avoid using free'd memory.
2006-05-25 01:38:41 +00:00
wrstuden
d6dd729f42
Add $NetBSD: ids, which work better than $netbsd: ones.
2006-05-25 01:37:08 +00:00
christos
76c4e27a2a
Coveriy CID 797: Avoid NULL deref.
2006-05-25 01:22:53 +00:00
christos
c94cfed796
Coverity CID 2282: Fix memory leak.
2006-05-25 01:20:21 +00:00
christos
64274c3774
Coverity CID 754: Fix erroneous check. How could this ever work?
2006-05-25 01:18:59 +00:00