mjacob
9d307c8df9
Make sure to check that the active provider pointer points to something before
...
dereferencing the pointer.
Sponsored by: Pansas
MFC after: 1 week
2010-05-14 16:56:18 +00:00
yongari
ac29b33354
Controller updates RFA via DMA so driver needs synchronization.
...
Add missing BUS_DMASYNC_POSTWRITE and BUS_DMASYNC_PREREAD.
2010-05-14 16:55:13 +00:00
bz
c472f73fed
Document the 'short preamble' capability for 802.11bg.
...
Reviewed by: sam
MFC after: 4 days
2010-05-14 15:06:12 +00:00
uqs
53a94c42a6
Sync apmd(8) with DragonflyBSD, bringing WARNS to 3
...
Reviewed by: ed (partial, long time ago)
2010-05-14 14:26:56 +00:00
uqs
7b5ac741d1
fsirand(8): make WARNS=3 clean
...
- Drop bogus quad_t cast for di_gen, it is a 32bit type
- Print di_gen with leading zeros, to get consistent output
Before this change, amd64 would print:
ino 18 gen 616ca2bd
ino 19 gen ffffffff95c2a3ff
ino 20 gen 25c3a3d5
ino 21 gen 8dc1472
ino 22 gen 3797056b
ino 23 gen 1d47853a
ino 24 gen ffffffff82d26995
After the change
ino 18 gen 616ca2bd
ino 19 gen 95c2a3ff
ino 20 gen 25c3a3d5
ino 21 gen 08dc1472
ino 22 gen 3797056b
ino 23 gen 1d47853a
ino 24 gen 82d26995
PR: bin/139994 (sort of)
Reviewed by: mckusick
2010-05-14 14:26:49 +00:00
dougb
3df3a625bf
Remove trailing white space. No functional changes.
2010-05-14 04:53:57 +00:00
brueffer
9fac5e5d90
Wording fixes.
...
PR: 143454
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2010-05-14 01:45:05 +00:00
brueffer
c50c381ddc
List /var/cron/tabs in FILES and add descriptions for the other entries.
...
PR: 145912
Submitted by: Julian H. Stacey <jhs@berklix.com>
Obtained from: OpenBSD
MFC after: 1 week
2010-05-14 01:25:30 +00:00
brueffer
0c6a515aa9
Mention LSI Logic FC949E.
...
PR: 110359
Submitted by: Vivek Khera <vivek@khera.org>
MFC after: 3 days
2010-05-14 01:10:20 +00:00
cognet
d8410244c7
Catchup with new prototype for db_printf().
2010-05-14 00:00:19 +00:00
mm
cc11636cc4
Fix ZIL-related panic on zfs rollback.
...
OpenSolaris onnv-revision: 8746:e1d96ca6808c
Approved by: pjd, delphij (mentor)
Obtained from: OpenSolaris (Bug ID 6796377)
MCF after: 1 week
2010-05-13 20:55:58 +00:00
thompsa
3fb4e24eae
Allow the USB_REQ_DEBUG to be enabled in the kernel conf.
...
Requested by: HPS
2010-05-13 20:48:39 +00:00
mm
6f4ba1587b
Import OpenSolaris revision 7837:001de5627df3
...
It includes the following changes:
- parallel reads in traversal code (Bug ID 6333409)
- faster traversal for zfs send (Bug ID 6418042)
- traversal code cleanup (Bug ID 6725675)
- fix for two scrub related bugs (Bug ID 6729696, 6730101)
- fix assertion in dbuf_verify (Bug ID 6752226)
- fix panic during zfs send with i/o errors (Bug ID 6577985)
- replace P2CROSS with P2BOUNDARY (Bug ID 6725680)
List of OpenSolaris Bug IDs:
6333409, 6418042, 6757112, 6725668, 6725675, 6725680,
6725698, 6729696, 6730101, 6752226, 6577985, 6755042
Approved by: pjd, delphij (mentor)
Obtained from: OpenSolaris (multiple Bug IDs)
MFC after: 1 week
2010-05-13 20:32:56 +00:00
kmacy
cdb02238ee
do a proper fix
...
Pointed out by: np@
MFC after: 3 days
2010-05-13 19:47:36 +00:00
kmacy
b52d51265d
fix compile error on some builds by doing the equivalent of
...
an "extern VNET_DEFINE" without "__used"
MFC after: 3 days
2010-05-13 19:36:13 +00:00
zec
1851c2019c
Increase the target buffer for performing NGM_ASCII2BINARY conversion
...
from 2000 bytes to 20 Kbytes, which now matches the buffer size used for
NGM_BINARY2ASCII conversions.
The aim of this change is to allow for bigger binary structures to be
managed via netgraph ASCII messages, until we come up with an API
improvement which would get rid of such arbitrary hardcoded limits.
MFC after: 3 days
2010-05-13 16:48:28 +00:00
trasz
5508b47842
Update authors and history.
...
MFC after: 1 week
2010-05-13 16:46:23 +00:00
trasz
645d8207e1
Make branding less intrusive - in acl_set(3), in case ACL brand
...
is ACL_BRAND_UNKNOWN, do what the programmer says instead of failing.
MFC after: 1 week
2010-05-13 16:44:27 +00:00
trasz
b01f1cf8e0
Make it possible to actually use NFSv4 permission bits with acl_set_perm(3)
...
and acl_delete_perm(3). It went undetected, because neither setfacl(1)
nor Samba use this routines. D'oh.
MFC after: 1 week
2010-05-13 16:42:01 +00:00
trasz
b0594437d3
Add missing check to prevent local users from panicing the kernel by trying
...
to set malformed ACL.
MFC after: 3 days
2010-05-13 15:31:00 +00:00
uqs
64c451d29e
mdoc: move remaining sections into consistent order
...
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:08:11 +00:00
uqs
1ab3783e1a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
...
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:07:55 +00:00
kib
43b7e87f43
Do not use .extern, it is not strictly needed with gas and it is custom
...
to omit it.
Requested by: bde
MFC after: 6 days
2010-05-13 09:59:10 +00:00
brueffer
c8b3be983c
et.4 doesn't have a HARDWARE section. Unbreak the build by manually
...
describing the supported et(4) chips.
2010-05-13 03:56:57 +00:00
thompsa
1518781968
Use fixed width integer types for parsing the binary hid data.
...
PR: usb/146367
Submitted by: Hans Petter Selasky
2010-05-13 02:03:00 +00:00
imp
93177a0de2
Remove some stray ';'s
...
Submitted by: marc balmer
2010-05-13 01:50:29 +00:00
thompsa
7c7202a49f
Fix return values for usb_find_busses() and usb_find_devices(). We should try
...
to return the actual number of busses and devices.
Reported by: Mike Tancsa
Submitted by: Hans Petter Selaksy
2010-05-13 00:26:30 +00:00
thompsa
5353baf94b
Fix header file compliancy with libusb 1.0 from sourceforge.
...
Reported by: Xiaofan Chen
Submitted by: Hans Petter Selasky
2010-05-13 00:25:30 +00:00
thompsa
c260948bc7
Sync run(4) driver from author's site.
...
Submitted by: Akinori Furukoshi
Obtained from: git://gitorious.org/run/run.git
2010-05-13 00:19:03 +00:00
thompsa
d57aea6369
Reduce diffs to p4.
...
Add test code for delaying or failing usb control requests, disabled by
default under ifdef USB_REQ_DEBUG.
Submitted by: Hans Petter Selasky
2010-05-12 23:40:44 +00:00
thompsa
5893edc5a1
Fix possibly wrong bit masking.
...
Reported by: n_hibma
Submitted by: Hans Petter Selasky
2010-05-12 23:00:36 +00:00
thompsa
f02d36a8b7
Add new FTDI USB device ID.
...
PR: kern/146483
Submitted by: Andre Albsmeier
2010-05-12 22:58:59 +00:00
thompsa
5dffb0c59d
Increase the max ports to 12, 3G devices exist where the ppp endpoint is #9 .
...
Requested by: n_hibma
2010-05-12 22:57:16 +00:00
thompsa
738964c449
Back out r203140 which was causing problems when the first and the last
...
microframe slot was not in the smask. The problem was that the EHCI driver was
then thinking that the transfer was immediately complete in some cases. Which
could lead to freeze-like situations, which can be recovered by unplugging the
USB device.
Reported by: Richard Kolkovich
Submitted by: Hans Petter Selasky
2010-05-12 22:55:45 +00:00
thompsa
5b1f59777f
Add missing ifdefs for usb power saving support.
...
Submitted by: Hans Petter Selasky
2010-05-12 22:51:45 +00:00
thompsa
f7f314b3e7
Support getting signed and unsigned HID data.
...
Submitted by: Alex Deiter
Reviewed by: Hans Petter Selaksy
2010-05-12 22:50:23 +00:00
thompsa
f006c8aa86
Add the ASUS MyPal A730W device id.
...
Submitted by: Dmitry Luhtionov
2010-05-12 22:45:44 +00:00
thompsa
31ec8e1b5f
Provide more information about the device location in the USB system.
...
Submitted by: Hans Petter Sekasky
2010-05-12 22:44:57 +00:00
thompsa
6903fb5ec3
Enable support for mouse panning wheels.
...
Submitted by: Henry Hu
2010-05-12 22:43:33 +00:00
thompsa
f61fd930ea
If a USB device is suspended and a USB set config request is issued when the
...
USB enumeration lock is locked, then the USB stack fails to resume the device
because locking the USB enumeration lock is part of the resume procedure. To
solve this issue a new lock is introduced which only protects the suspend and
resume callbacks, which can be dropped inside the usbd_do_request_flags()
function, to allow suspend and resume during so-called enumeration operations.
Submitted by: Hans Petter Selasky
2010-05-12 22:42:35 +00:00
thompsa
2cc73b6656
Staticise usb_ref_device and usb_unref_device.
...
Submitted by: Hans Petter Selasky
2010-05-12 22:28:40 +00:00
thompsa
44d8f1d202
Add quirks for the Alcor SDCR_6362 Card Reader, Freecom HDD storage device and
...
Samsung YP_U4 music player.
PR: usb/145265, usb/146104
Submitted by: Dmitry Luhtionov, Urankar Mikael, Peter Toth
2010-05-12 22:26:23 +00:00
zml
5510a8aa0e
extattr: Fix a signed/unsigned issue
...
Submitted by: Matthew Fleming <matthew.fleming@isilon.com>
Reviewed by: zml, dfr
2010-05-12 21:25:05 +00:00
zml
773cda6040
Add VOP_ADVLOCKPURGE so that the file system is called when purging
...
locks (in the case where the VFS impl isn't using lf_*)
Submitted by: Matthew Fleming <matthew.fleming@isilon.com>
Reviewed by: zml, dfr
2010-05-12 21:24:46 +00:00
brueffer
9fed13dcba
Note 8.0-RELEASE.
...
PR: 143824
Submitted by: pluknet <pluknet@gmail.com>
2010-05-12 21:20:04 +00:00
brueffer
6c554a5d17
Fix grammar in a line of output.
...
PR: 145343
Submitted by: Hywel Mallett <hywel@hmallett.co.uk>
MFC after: 1 week
2010-05-12 20:21:44 +00:00
obrien
32d515bca0
Non-GCC gcc compatible compilers may provide the same multimedia intrinsic
...
headers as GCC, but of their own implementation. So put the GCC ones into
their own header "namespace".
Requested by: ed
2010-05-12 19:59:32 +00:00
brueffer
bb926aa7a5
Automatically generate hardware notes for run(4).
2010-05-12 19:24:31 +00:00
brueffer
1ee4a125e6
Make this ready for automatic hardware notes generation.
2010-05-12 19:20:32 +00:00
rrs
f5c91155a5
Fix an old long time bug in generating a
...
fwd-tsn. This would appear when greater than
the size of mbuf TSN's would need to be skipped.
MFC after: 3 days
2010-05-12 18:33:25 +00:00