jruoho
78d8efa894
Add amdpcib(4). Ok njoly@.
2010-08-05 04:58:26 +00:00
joerg
96ee772e8c
Mark correct entries as obsolete.
2010-08-04 20:50:30 +00:00
christos
2dfc3344d7
put back libedit support.
2010-08-04 20:29:54 +00:00
christos
6e1c968db3
provide rl_on_newline
2010-08-04 20:29:18 +00:00
tron
635815f258
Don't enable readline support for "wpa_cli" as "libedit" doesn't provide
...
the necessary rl_on_new_line function.
2010-08-04 19:23:15 +00:00
wiz
d6b5d5b6df
Comment out recommendation what to use with wlan(4) for ap_scan.
...
XXX: recommend something for NetBSD!
2010-08-04 19:11:14 +00:00
wiz
db8f12390c
New sentence, new line.
2010-08-04 19:10:50 +00:00
wiz
33c5cb75ad
Remove trailing comma in enumeration, make HTML-ready.
2010-08-04 18:58:28 +00:00
wiz
3b43a9401a
Remove trailing comma in enumeration.
2010-08-04 18:58:18 +00:00
wiz
fe39a07b5f
Fix typo.
2010-08-04 18:52:49 +00:00
christos
1ae0f7d390
mention new wpa code.
2010-08-04 17:15:24 +00:00
christos
b70c7f2153
unhook old wpa code.
2010-08-04 17:13:33 +00:00
christos
ccfa3bc9c2
Hook wpa stuff 0.7.2
2010-08-04 17:12:33 +00:00
jruoho
ec701f3fe4
Run a xcall(9) to ensure that all CPUs are out from the ACPI idle-loop
...
before detachment.
2010-08-04 16:16:55 +00:00
joerg
4dfb749204
Rename h_initfini3 dso now that it is a simple module.
2010-08-04 14:59:39 +00:00
pooka
327d3aa746
need to update install filename too
2010-08-04 14:43:14 +00:00
pooka
937f490267
retain pr number in comment
2010-08-04 14:28:28 +00:00
pooka
d53b948607
fixed in kern_descrip.c:1.204
2010-08-04 14:26:18 +00:00
pooka
5777f63fd9
Remove overzealous KASSERT: the refcount can be non-zero if another
...
thread attempts to use a non-open file descriptor. from ad
fixes PR kern/43694
2010-08-04 14:25:16 +00:00
joerg
21847f857f
Simplify.
2010-08-04 13:56:10 +00:00
joerg
b6fbda43e7
TESTSBASE is provided by bsd.own.mk now.
2010-08-04 13:52:23 +00:00
pooka
fe16bec2c9
Update test program to deal with uuencoded golden data.
...
XXX: is it not possible to use a pipeline in atf_check?
2010-08-04 13:49:48 +00:00
pooka
c6145c7409
Actually, some nagging voice in my head tells me that all binary files
...
in the repo should be uuencoded, so uuencode the golden audio output.
2010-08-04 13:41:03 +00:00
pooka
f5615c2343
setlist lottery for dev/audio/pad test
2010-08-04 13:22:39 +00:00
pooka
7bd8b6f405
dev + dev/audio test dirs
2010-08-04 13:18:50 +00:00
pooka
f0a81636b4
Add test of pad(4): stuff some audio into /dev/audio, read it from
...
/dev/pad. Test that we got sensible output by comparing against
a previous audibly good result.
This exercises auconv, audio and pad.
2010-08-04 13:15:15 +00:00
bouyer
f5a8179a2f
Make sure to release sc_parent->dk_rawlock before calling
...
vn_close(sc->sc_parent->dk_rawvp). Avoids a lockdebug panic:
error: mutex_destroy: assertion failed: !MUTEX_OWNED(mtx->mtx_owner) && !MUTEX_HAS_WAITERS(mtx)
when the parent is a raidframe device.
See also:
http://mail-index.netbsd.org/tech-kern/2010/07/27/msg008612.html
2010-08-04 12:34:00 +00:00
jruoho
316bc64cb8
Rework the semantics in the reference.
2010-08-04 11:39:14 +00:00
hannken
bb874d13b8
Free the on disk inodes in the reclaim routine.
2010-08-04 10:43:53 +00:00
christos
8dbcf02c6b
Import wpa_supplicant and hostapd
2010-08-04 10:17:50 +00:00
jruoho
d8b9e18823
Store the MADT-derived CPU ID to <x86/cpu.h>. This is required to properly
...
match the ACPI processor object ID with the ID available in the APIC table.
2010-08-04 10:02:11 +00:00
vanhu
4020e47561
fixed answer for IP4_SUBNET request
2010-08-04 09:16:58 +00:00
jruoho
da5cba2978
Improvements to wording, grammar, and markup.
2010-08-04 05:51:20 +00:00
pooka
fffcd29dff
Attach component to make it work after defpseudodev conversion
...
(yea, i need to fix the infrastructure for this).
2010-08-03 19:55:17 +00:00
drochner
55e1e4c9f3
.PARSEDIR doesn't work. at least not for me. Use .CURDIR instead
...
which makes a build with objdir succeed.
2010-08-03 17:24:45 +00:00
jakllsch
30faf1fe35
Cast bus_addr_t to void * via uintptr_t to avoid
...
'cast to pointer from integer of different size' warnings.
Unbreaks i386 ALL kernel.
Oh, I'm sure I mentioned this before:
THIS DRIVER SHOULD NOT BE DOING THIS!
2010-08-03 14:06:10 +00:00
sborrill
e6b018f13d
Add missing -h flag to example
2010-08-03 10:24:39 +00:00
jakllsch
0da82292a5
Use fewer magic constants related to the GCAP register.
2010-08-03 04:02:21 +00:00
jakllsch
bbc746ce72
Consistently use a single CRYPTO_SESID2HID-like macro.
...
Improve CRYPTO_DEBUG printing a bit:
print pointers with %p
print unsigned with %u rather than %d
use CRYPTO_SESID2LID instead of just casting to uint32_t
2010-08-02 19:59:35 +00:00
joerg
162d6d7dbb
Missing defined.
2010-08-02 17:49:04 +00:00
pooka
b71aa0468b
+tp
2010-08-02 10:29:58 +00:00
pooka
a8c7d81755
test case for PR kern/43694
2010-08-02 10:29:48 +00:00
martin
f2db49e8b2
Add /libdata/firmware and /usr/lib/libintl* to install CDROMs with
...
root on iso9660; fixes PR install/43692 and install/43693.
2010-08-02 10:03:12 +00:00
pooka
1a22a69ce5
the old thread which does not return not returning a value
...
undetectable to all but the sh3 compiler trick
2010-08-02 09:44:23 +00:00
jmmv
eed27dd4f1
Move the TESTSBASE definition from bsd.test.mk to bsd.own.mk. Per joerg@'s
...
suggestion.
2010-08-02 07:08:26 +00:00
martin
d235e83c9d
Remove old style firmware hooks for undistributable bootloader of Diehl
...
active ISDN cards.
2010-08-01 20:09:33 +00:00
msaitoh
45a4c8de5d
Add the following cards' support from FreeBSD:
...
- Comtrol RocketPort 550/4, 550/8 and 550/16 series
- Lava Computers Quatro-PCI
- some NetMos NM9865 cards
- VScom PCI-200Li
2010-08-01 18:50:24 +00:00
msaitoh
f5a49f6f0f
regen.
2010-08-01 18:45:53 +00:00
msaitoh
cafe0a8f59
Add VScom PCI-200Li
2010-08-01 18:45:24 +00:00
jmmv
4eb2a32726
Note the conversion of the sort(1) tests to atf.
2010-08-01 16:45:12 +00:00