Commit Graph

211305 Commits

Author SHA1 Message Date
sjg
b420f1eb56 An empty command is quietly ignored in jobs mode, but causes a failure
in compat mode.  Just skip it.
2012-05-30 21:42:04 +00:00
rmind
fb07f475c0 npftest: add a stream processor, which prints out the TCP state information.
A tool for debugging connection tracking from tcpdump -w captured data.
2012-05-30 21:38:03 +00:00
rmind
ac69c0c39c npfctl(8): add show-config command. Also, update syntax. 2012-05-30 21:30:07 +00:00
wiz
91c0be261d Mention first NetBSD release; use Lk; simplify SYNOPSIS; bump date. 2012-05-30 20:15:56 +00:00
wiz
2edebd0d8a Install urtw(4). 2012-05-30 20:13:10 +00:00
christos
a190c7e200 add urtw.4 2012-05-30 18:35:13 +00:00
christos
1994e3b9e7 add man page from FreeBSD 2012-05-30 18:34:24 +00:00
christos
d22248f82d don't include both term.h and termcap.h 2012-05-30 18:21:14 +00:00
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