211497 Commits

Author SHA1 Message Date
rkujawa
f64d6f5619 Add a driver for Elbox Mediator 1200 PCI bridges. This is still a work in
progress, but now it is good enough to drive a NE2000 card. Support for
memory space accesses will be added soon(ish).
2012-05-30 18:01:51 +00:00
wiz
4850558775 Fix date and add .An -nosplit. 2012-05-30 15:17:00 +00:00
wiz
7b2454adb4 Bump date for previous. 2012-05-30 15:16:24 +00:00
jruoho
88bb4c68e1 Add patch from Tetsuya Isaki in PR lib/46433. 2012-05-30 15:14:10 +00:00
jruoho
c4e17f798c Use "atf_arch" instead of "atf_machine"; see atf-config(1). 2012-05-30 15:11:58 +00:00
nonaka
084151cd06 Add some device IDs from OpenBSD. 2012-05-30 14:54:16 +00:00
nonaka
538a0c3b77 regen 2012-05-30 14:53:18 +00:00
nonaka
08167cd9e5 Add urtwn(4) IDs from OpenBSD. 2012-05-30 14:52:58 +00:00
nonaka
daa376b6db Add myself as responsible for urtwn(4), run(4). 2012-05-30 14:33:48 +00:00
nonaka
b26e842c15 Mention about run(4). 2012-05-30 14:31:57 +00:00
nonaka
9cdb1c70e5 Add a driver for Ralink Technology RT2700U/RT2800U/RT3000U USB IEEE
802.11a/b/g/n wireless network devices, ported from OpenBSD by FUKAUMI Naoki,
arranged by me.
2012-05-30 14:30:32 +00:00
nonaka
bb7d544fc1 Use collect device. 2012-05-30 12:05:56 +00:00
nonaka
a79f959d3f regen 2012-05-30 11:50:38 +00:00
nonaka
10e9ef243a Add more Realtek devices. 2012-05-30 11:50:05 +00:00
skrll
c46ccefd6f Release the mutex on error in urtwn_alloc_tx_list.
From jmcneill.
2012-05-30 11:41:08 +00:00
macallan
4429d05182 fix some comments 2012-05-30 08:05:12 +00:00
martin
f124f6239d Skip test on non-amd64 machines for now, pointing to PR 46490. 2012-05-30 06:01:22 +00:00
macallan
bc90984fca set AVOID_VGAHW on macppc, now this driver works out of the box
should probably be set on all machines where we never use VGA text mode
2012-05-30 05:20:36 +00:00
martin
c79e048034 Add 32bit libexecinfo version 2012-05-29 22:43:24 +00:00
nonaka
f811b45222 regen 2012-05-29 21:11:37 +00:00
nonaka
73d55534d0 Added Buffalo WLI-UC-GNM2T. 2012-05-29 21:10:40 +00:00
nonaka
5164d348d5 Add SYSV{MSG,SEM,SHM} options. 2012-05-29 20:02:42 +00:00
nonaka
0f436bbb20 regen. 2012-05-29 19:49:10 +00:00
nonaka
cfd9f8986f Added some Ralink wlan adapters. 2012-05-29 19:47:56 +00:00
joerg
d1e5e00916 Update Clang/LLVM snapshot to 156412. Refactoring. 2012-05-29 19:31:52 +00:00
matt
b2993e8d16 Remove an unneeded indirect access from polyd/polyf macros 2012-05-29 17:25:38 +00:00
martin
ec626ba614 Add n64/o32 versions of libexecinfo 2012-05-29 15:42:42 +00:00
christos
b32629544a add the realtek usb driver from jmcneill 2012-05-29 14:12:28 +00:00
christos
ac24a5a5bb Driver for Realtek RTL8187/RTL8187B 802.11b/g USB wireless adapter, from
OpenBSD by jmcneill.
2012-05-29 14:06:23 +00:00
christos
1a847ddae7 regen 2012-05-29 14:05:01 +00:00
christos
d7e7cbfe72 more usb network adapters from jmcneill 2012-05-29 14:04:48 +00:00
elric
cfcc48a769 Fix 32/64 bit int truncation issue. 2012-05-29 10:20:33 +00:00
riz
fe4a332636 The 'list_sessions' command has a -c flag to display connections
associated with the sessions.
2012-05-29 00:33:04 +00:00
dholland
6e357ed2e2 Add cdefs.h per PR 46492. 2012-05-29 00:27:59 +00:00
martin
ba0b969866 Ooops, remove definitions duplicated in <sparc/bootinfo.h> 2012-05-28 21:09:52 +00:00
martin
a47afdb76c Pass the "boothowto" from the bootloader to the kernel.
If (an old) bootloader did not pass the flags, check explicitly if we
missed RB_USERCONF and invoke userconf_prompt() in MD code, as MI code
already missed it.
This fixes PR 46466.
2012-05-28 19:24:29 +00:00
jdc
b8c75e7dab Determine WORDS_BIGENDIAN at build time, rather than hardcoding it to 0.
Makes liblzma work on sparc64 (and probably other big endian hosts too).
Add a note to the import script.
2012-05-28 17:28:53 +00:00
christos
82e21017c8 compat for 80211 ioctls from jmcneill 2012-05-28 14:19:10 +00:00
christos
fa636f0de9 add a task process subdirectory for emul linux 2012-05-28 13:16:10 +00:00
martin
8fa6d6191d Not a good idea to continue testing if basic assertions fail - only will
cause core dumps later.
2012-05-28 09:51:34 +00:00
wiz
c1043d5896 Sort option descriptions (options without args, then options with args). 2012-05-28 08:51:44 +00:00
wiz
cbfba0058c Remove trailing whitespace. 2012-05-28 08:49:57 +00:00
riz
9cf715a479 Expose some of the module framework when _MODULE is not defined, so
iscsi becomes a "built in" module in that case.
2012-05-28 04:18:12 +00:00
riz
3cab8a33c3 Don't allow iscsi to autounload. The default unload timeout is short,
and too much state is lost.
2012-05-28 03:43:18 +00:00
manu
35ee07be22 Setting mode by fchmod(2) will break on glusterfs-3.3 is we attempt
to set atime and mtime at the same time. Detect that situation just
like we detected ftruncate(2) and wipe atime and mtime if it occurs.
2012-05-28 02:13:32 +00:00
riz
04f0598fd2 Fix up the wording of the new flags, and show that the -d flag
now takes an argument.
2012-05-28 00:45:31 +00:00
riz
57488d154f Fix 4 more instances of the same bug (not returning NULL when stuff
not found).  While I'm here, add comments so it hopefully doesn't happen
again.
2012-05-28 00:37:55 +00:00
riz
c08d1e5212 Make the debugging printouts actually work when setting the debug level,
and allow the level to be set numerically from the command line.
2012-05-28 00:13:19 +00:00
riz
d94a631efa Fix a bug introduced in rev 1.2: return "curr", like the debugging
says we're doing, because it, unlike "t", will propely be NULL when
the target name isn't found in the list.  Now we can have multiple
targets again!
2012-05-27 23:54:45 +00:00
martin
f1b12ec580 Add new test directory 2012-05-27 23:03:24 +00:00