Christian Brueffer
d1ecad4b31
Wording fixes.
...
PR: 143454
Submitted by: Warren Block <wblock@wonkity.com>
MFC after: 3 days
2010-05-14 01:45:05 +00:00
Christian Brueffer
0d83258df3
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
Christian Brueffer
6413763283
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
Olivier Houchard
1c5ddcdfac
Catchup with new prototype for db_printf().
2010-05-14 00:00:19 +00:00
Martin Matuska
bef629c14d
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
Andrew Thompson
3da99f727d
Allow the USB_REQ_DEBUG to be enabled in the kernel conf.
...
Requested by: HPS
2010-05-13 20:48:39 +00:00
Martin Matuska
c43d127a9a
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
Kip Macy
94162961c6
do a proper fix
...
Pointed out by: np@
MFC after: 3 days
2010-05-13 19:47:36 +00:00
Kip Macy
fc21c49a0f
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
Marko Zec
98a5a343e3
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
Edward Tomasz Napierala
413f7daf59
Update authors and history.
...
MFC after: 1 week
2010-05-13 16:46:23 +00:00
Edward Tomasz Napierala
1ccc2ae37f
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
Edward Tomasz Napierala
6a3cf4c80b
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
Edward Tomasz Napierala
4e28b70950
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
Ulrich Spörlein
0b31f1f731
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
Ulrich Spörlein
0afc94c17a
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
Konstantin Belousov
7565f3e837
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
Christian Brueffer
3a8a664747
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
Andrew Thompson
ff7ad950be
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
Warner Losh
be73c87b5c
Remove some stray ';'s
...
Submitted by: marc balmer
2010-05-13 01:50:29 +00:00
Andrew Thompson
217c0da373
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
Andrew Thompson
9c087c5a19
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
Andrew Thompson
85e7bb81e9
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
Andrew Thompson
f6980be8db
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
Andrew Thompson
9429d9dbb4
Fix possibly wrong bit masking.
...
Reported by: n_hibma
Submitted by: Hans Petter Selasky
2010-05-12 23:00:36 +00:00
Andrew Thompson
bc77ef90aa
Add new FTDI USB device ID.
...
PR: kern/146483
Submitted by: Andre Albsmeier
2010-05-12 22:58:59 +00:00
Andrew Thompson
6057aa350b
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
Andrew Thompson
d1f7c4baa1
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
Andrew Thompson
e727a16cf1
Add missing ifdefs for usb power saving support.
...
Submitted by: Hans Petter Selasky
2010-05-12 22:51:45 +00:00
Andrew Thompson
5fdb3a67ac
Support getting signed and unsigned HID data.
...
Submitted by: Alex Deiter
Reviewed by: Hans Petter Selaksy
2010-05-12 22:50:23 +00:00
Andrew Thompson
c68e91c3a4
Add the ASUS MyPal A730W device id.
...
Submitted by: Dmitry Luhtionov
2010-05-12 22:45:44 +00:00
Andrew Thompson
79838e2387
Provide more information about the device location in the USB system.
...
Submitted by: Hans Petter Sekasky
2010-05-12 22:44:57 +00:00
Andrew Thompson
300f96f1f0
Enable support for mouse panning wheels.
...
Submitted by: Henry Hu
2010-05-12 22:43:33 +00:00
Andrew Thompson
2df1e9a62a
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
Andrew Thompson
8019e7e723
Staticise usb_ref_device and usb_unref_device.
...
Submitted by: Hans Petter Selasky
2010-05-12 22:28:40 +00:00
Andrew Thompson
9f2d3fc5f3
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
Zachary Loafman
07c1991012
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
Zachary Loafman
7fd32ea923
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
Christian Brueffer
e409c5c823
Note 8.0-RELEASE.
...
PR: 143824
Submitted by: pluknet <pluknet@gmail.com>
2010-05-12 21:20:04 +00:00
Christian Brueffer
589fb6a1d9
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
David E. O'Brien
680e78b305
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
Christian Brueffer
42ebc8c692
Automatically generate hardware notes for run(4).
2010-05-12 19:24:31 +00:00
Christian Brueffer
8680e9295c
Make this ready for automatic hardware notes generation.
2010-05-12 19:20:32 +00:00
Randall Stewart
ea9b0170bf
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
Randall Stewart
83128708b4
More PR-SCTP bugs:
...
- Make sure that when you kick the streams you add correctly
using a 16 bit unsigned.
- Make sure when sending out you allow FWD-TSN to skip over
and list the ACKED chunks in the stream/seq list (so the
rcv will kick the stream)
MFC after: 3 days
2010-05-12 18:00:15 +00:00
Christian Brueffer
7cd75bfd82
Add et(4), sge(4) and mwl(4).
2010-05-12 17:53:05 +00:00
Gordon Tetlow
5b3fab81ab
Fix a bug due to a type conversion from 64 to 32 bits. The side effect of
...
this type conversion is the high bits which were used to indicate if a
special character was a literal or special were dropped. As a result, all
special character were treated as special, even if they were supposed to
be literals.
Reviewed by: gad@
Approved by: mentor (wes@)
2010-05-12 17:44:00 +00:00
Christian Brueffer
9c694208dd
Build the ixgbe(4) and mwlfw(4) modules by default.
...
PR: 144494
Submitted by: John Giacomoni <John.Giacomoni@LineRateSystems.com>, brucec
2010-05-12 17:30:46 +00:00
Christian Brueffer
15dadd9e58
IBM ServeRAID M5015 SAS/SATA works.
...
PR: 144614
Submitted by: pluknet <pluknet@gmail.com>
MFC after: 1 week
2010-05-12 17:12:38 +00:00
Pyun YongHyeon
08f243971d
Document undocumented tunables and sysctl variables.
...
While here use actual string to specify width as well as using Cm
to set command argument.
Reviewed by: brueffer
2010-05-12 16:59:58 +00:00