Xin LI
0c2d6f72b7
Add vendor metadata
2008-04-21 18:36:52 +00:00
Xin LI
2308b50e15
Resolve conflicts.
2008-04-21 18:31:50 +00:00
Xin LI
0b96cd80df
This commit was generated by cvs2svn to compensate for changes in r178382,
...
which included commits to RCS files with non-trunk default branches.
2008-04-21 18:30:26 +00:00
Xin LI
c7c53f7a03
Import netcat as of today's OPENBSD_4_3 snapshot.
2008-04-21 18:30:26 +00:00
Brooks Davis
5e347d66d7
Change the default of ddb_enable to YES so we default to generating textdumps
...
on panic. This means you get a potentially useful dump even if your system
is running X when you panic.
X-MFC after: never
2008-04-21 18:17:48 +00:00
Pawel Jakub Dawidek
d90d4eb28c
Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,
...
as I use it for debugging only. Once someone will need it for more production
features, the change should be reconsider.
Requested by: rwatson
2008-04-21 17:22:35 +00:00
Robert Watson
070356d1fb
Use ddb(4), not DDB(4) for man page cross-references.
...
MFC after: 3 days
Reported by: novel
2008-04-21 17:09:53 +00:00
Robert Watson
bb145f600c
In ICMPv6, read lock rather than write lock the inpcb on receive.
...
MFC after: 3 months
2008-04-21 12:08:40 +00:00
Robert Watson
9ad11dd8a4
With IPv4 raw sockets, read lock rather than write lock the inpcb when
...
receiving or transmitting.
With IPv6 raw sockets, read lock rather than write lock the inpcb when
receiving. Unfortunately, IPv6 source address selection appears to
require a write lock on the inpcb for the time being.
MFC after: 3 months
2008-04-21 12:06:41 +00:00
Robert Watson
3656a4fe2e
Read lock, rather than write lock, the inpcb when transmitting with or
...
delivering to an IP divert socket.
MFC after: 3 months
2008-04-21 12:03:59 +00:00
Søren Schmidt
347458c95e
Add HW level support for the Adaptec 1420SA controller.
2008-04-21 10:51:38 +00:00
Søren Schmidt
7963bde3d2
Unload DMA slot on device timeouts.
2008-04-21 10:35:19 +00:00
Søren Schmidt
629f08ade0
Do not enable FIS based PM switching, even if not used some controllers barf.
2008-04-21 10:34:31 +00:00
Poul-Henning Kamp
0051271e12
Make genclock standard on all platforms.
...
Thanks to: grehan & marcel for platform support on ia64 and ppc.
2008-04-21 10:09:55 +00:00
Kevin Lo
54f15aeed0
Remove duplicate headers <sys/socket.h>
2008-04-21 07:25:26 +00:00
Poul-Henning Kamp
d789d8859f
Add a small script that will examine all files which exist on /cfg and
...
if they are different in /etc, copy them to /cfg.
Submitted by: mat
2008-04-21 06:22:27 +00:00
Christian Brueffer
0cb416060b
awi(4) has been removed.
2008-04-21 05:43:08 +00:00
Marcel Moolenaar
25bb36a74e
Switch to using genclock. Have nexus double as clock device for
...
now. While here, add a proper attach() method to nexus.
Requested by: phk
2008-04-21 04:41:37 +00:00
Olivier Houchard
e19357d3a5
On the AT91, we need to write on the EOI register after we handle an
...
interrupt. So, add a new function pointer, arm_post_filter, which defaults
to NULL, and which will be used as the post_filter arg for
intr_event_create(). Set it properly for the AT91, so that it boots again.
Reported by: hps
2008-04-20 23:29:06 +00:00
Sam Leffler
6935a973da
fix build
2008-04-20 23:10:44 +00:00
Sam Leffler
562cc1a640
This commit was generated by cvs2svn to compensate for changes in r178363,
...
which included commits to RCS files with non-trunk default branches.
2008-04-20 21:39:06 +00:00
Sam Leffler
de570baa9e
802.11 support moves to vaps
2008-04-20 21:25:37 +00:00
Sam Leffler
c8887008c2
test scripts for vaps and other 802.11 features
...
Supported by: Hobnob and Marvell
2008-04-20 20:43:42 +00:00
Sam Leffler
6c2ea87d2d
add dwds test app
...
Supported by: Hobnob
Obtained from: Atheros (earlier version)
2008-04-20 20:43:13 +00:00
Sam Leffler
525de97e17
update for vaps
...
Supported by: Hobnob
2008-04-20 20:41:47 +00:00
Sam Leffler
a18abc8eeb
o update for vaps
...
o add private wired driver that fixes various bugs in the vendor version
Submitted by: thompsa (ndis fixups)
2008-04-20 20:40:45 +00:00
Sam Leffler
02d51d96ad
o update for vaps
...
o add+enable radius acl support
Supported by: Hobnob
Submitted by: Chris Zimmermann (acl support)
2008-04-20 20:39:08 +00:00
Sam Leffler
5bd720a7c2
rc support for vaps
2008-04-20 20:37:21 +00:00
Sam Leffler
67591c284e
802.11 regulatory definitions used by ifconfig
...
Support by: Hobnob
2008-04-20 20:37:02 +00:00
Sam Leffler
b032f27c36
Multi-bss (aka vap) support for 802.11 devices.
...
Note this includes changes to all drivers and moves some device firmware
loading to use firmware(9) and a separate module (e.g. ral). Also there
no longer are separate wlan_scan* modules; this functionality is now
bundled into the wlan module.
Supported by: Hobnob and Marvell
Reviewed by: many
Obtained from: Atheros (some bits)
2008-04-20 20:35:46 +00:00
Sam Leffler
f446360711
move awi to the Attic; it will not make the jump to the new world order
...
Reviewed by: imp
2008-04-20 19:20:39 +00:00
Hiroki Sato
aae6cab8a8
- Add ($paragraph$) for printed version.
...
- Fix a bug that role="" does not work when arch="" is not specified.
2008-04-20 18:41:16 +00:00
Bjoern A. Zeeb
032fae41d4
Revert to rev. 1.161 - switch back to optimized TCP options ordering.
...
A lot of testing has shown that the problem people were seeing was due
to invalid padding after the end of option list option, which was corrected
in tcp_output.c rev. 1.146.
Thanks to: anders@, s3raphi, Matt Reimer
Thanks to: Doug Hardie and Randy Rose, John Mayer, Susan Guzzardi
Special thanks to: dwhite@ and BitGravity
Discussed with: silby
MFC after: 1 day
2008-04-20 18:36:59 +00:00
Hiroki Sato
cc78548a9e
Move (define ($paragraph$)) to the marked section for HTML output.
...
It should not be applied to printed output.
2008-04-20 18:28:31 +00:00
Hiroki Sato
3ad30671f1
New release notes:
...
ULE scheduler enabled by default in GENERIC for ia64,
fdopendir(3) added, and
tcgetsid(3) added.
2008-04-20 18:17:33 +00:00
Hiroki Sato
12b93e456b
New release notes:
...
env(1) -u name option.
2008-04-20 18:03:21 +00:00
Hiroki Sato
64e1fe004a
Use role="merged" and arch="amd64,i386,..." attributes to mark a
...
paragraph as MFC'd or one for specific platforms. This should
make no content change with the rendered output.
2008-04-20 17:58:05 +00:00
Bjoern A. Zeeb
95b02815da
devclass_get_maxunit() returns n+1 with n starting at 0.
...
So if we have channel 0..3 devclass_get_maxunit is 4.
It's never been a problem as devclass_get_device() has
catched a possibly bad input.
Discussed with: scottl
2008-04-20 17:45:32 +00:00
Alexander Motin
abf7be003d
Add one more HTC PocketPC device id.
...
Tested on HTC TyTN.
Submitted by: Alexander Logvinov <ports@logvinov.com>
2008-04-20 17:12:11 +00:00
Antoine Brodin
7ffe7234a4
Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to
...
IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in
IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig
behaviour.
PR: 45793 (maybe)
Approved by: rwatson (mentor)
MFC after: 1 month
2008-04-20 16:17:44 +00:00
Antoine Brodin
d6b57c13c4
Unbreak firmware.ko build without kernel.
...
Approved by: rwatson (mentor)
MFC after: 1 month
2008-04-20 16:11:14 +00:00
Antoine Brodin
456e16cda7
Add recent obsolete files.
...
Approved by: rwatson (mentor)
2008-04-20 16:03:19 +00:00
Antoine Brodin
f578431cc4
Record the dependency of the iscsi initiator on cam.
...
PR: 116745
Submitted by: OISHI Masakuni
Approved by: rwatson (mentor)
MFC after: 1 month
2008-04-20 15:56:59 +00:00
Antoine Brodin
88ff5136d1
Document that you must include <sys/param.h> before <sys/cpuset.h>.
...
Approved by: rwatson (mentor)
2008-04-20 15:51:56 +00:00
Robert Watson
fdd9b0723e
Teach pf and ipfw to use read locks in inpcbs write than write locks
...
when reading credential data from sockets.
Teach pf to unlock the pcbinfo more quickly once it has acquired an
inpcb lock, as the inpcb lock is sufficient to protect the reference.
Assert locks, rather than read locks or write locks, on inpcbs in
subroutines--this is necessary as the inpcb may be passed down with a
write lock from the protocol, or may be passed down with a read lock
from the firewall lookup routine, and either is sufficient.
MFC after: 3 months
2008-04-20 00:21:54 +00:00
Ariff Abdullah
42018dcf7b
Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config that
...
deserves its own internet memes). The trick is to force all available,
unused pins (that being advertised as "speaker") to behave as microphone
pins instead.
Reported / Tested by: Dmitry Kutsenko <kutsenko.truebsd.org>
MFC after: 3 days
2008-04-19 22:32:23 +00:00
Brooks Davis
ae0615f633
Delay the global registration of the struct ifnet in if_alloc() until after
...
we're certain the allocation will entierly succeed. This fixes a leak in a
fairly unlikely case.
Reported by: vijay singh <vijjus at rocketmail dot com>
MFC after: 1 week
2008-04-19 22:04:51 +00:00
Robert Watson
1a46aa801e
When auditing state from an IPv4 or IPv6 socket, use read locks on the
...
inpcb rather than write locks.
MFC after: 3 months
2008-04-19 18:37:08 +00:00
Robert Watson
211b72ad2f
When propagating a MAC label from an inpcb to an mbuf, allow read and
...
write locks on the inpcb, not just write locks.
MFC after: 3 months
2008-04-19 18:35:27 +00:00
Robert Watson
8328afb791
When querying a local or remote address on an IPv6 socket, use only a
...
read lock on the inpcb.
MFC after: 3 months
2008-04-19 14:36:19 +00:00