aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-0159-2373/+771
* Pages that do belong to an object and page queue can now be freed withoutAlan Cox2007-07-012-20/+16
* Move the XCHANNEL radiotap definition to a free slot. NetBSD defined someAndrew Thompson2007-07-011-1/+2
* - Use rufetchcalc() rather than calcru() in ttyinfo so that we getJeff Roberson2007-07-011-3/+2
* Fix scanning issues since the new net80211 code went inAndrew Thompson2007-06-303-20/+41
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-306-11/+20
* Fix the channel reporting when the card is associated. The channel array usedAndrew Thompson2007-06-301-1/+5
* Fix two more PRs:Warner Losh2007-06-305-7/+28
* Additional devices from NetBSD and OpenBSD. This includes devices notWarner Losh2007-06-302-24/+33
* My previous commit introduced a spurious warning for the case where aNate Lawson2007-06-301-0/+4
* Quirk for WD Mybook. Seems they do not like serial number queries.Warner Losh2007-06-301-0/+12
* umass quirk: Samsung YP-U2 USB MP3/Ogg PlayerWarner Losh2007-06-302-0/+5
* Quirk for ChipsBnk usb stickWarner Losh2007-06-301-0/+8
* Add quirk for JoyFly 128mb USB Flash DriveWarner Losh2007-06-301-0/+8
* quirk for I/O Magic USB flash drive "Giga Bank"Warner Losh2007-06-301-0/+8
* Samsung MP0402H quirkWarner Losh2007-06-301-0/+8
* Add support for JNC MP3 PlayerWarner Losh2007-06-301-0/+8
* quirk for CENTURY EX35QUAT disk enclosureWarner Losh2007-06-302-23/+31
* Fix cheapy Myson USB-IDE adapterWarner Losh2007-06-302-0/+7
* fix ia64 buildSam Leffler2007-06-301-2/+10
* Philips USB Key Audio KEY013Warner Losh2007-06-301-0/+8
* Expand the transform API to allow transports to return 'success' forWarner Losh2007-06-301-5/+20
* Reduce diffs to OtherBSD by using usb_lookup. No functional changes.Warner Losh2007-06-301-15/+4
* Remove duplicate USBDEVUNIT #defineWarner Losh2007-06-301-1/+0
* Add definition for UIPROTO_MOUSE.Warner Losh2007-06-301-0/+1
* Update to merged names for things. No functional changes.Warner Losh2007-06-301-2/+2
* Neterion Xframe 10GbE Server/Storage adapter driver.Sam Leffler2007-06-2945-0/+33915
* Add support for various MS Wirless usb mice. the patch is fromWarner Losh2007-06-294-83/+133
* Change uhub to dynamic status size for status change endpoint. From aWarner Losh2007-06-291-2/+2
* import opt_ah.h for newer hal's that optionally include 11n supportSam Leffler2007-06-292-2/+30
* - When a SCTP socket is closed, but the last dataRandall Stewart2007-06-291-13/+0
* MFp4:Xin LI2007-06-298-190/+21
* Don't use 64-byte header on each packet in radiotap.Kevin Lo2007-06-293-9/+12
* Mark wire data structures in netatalk as __packed so that they areRobert Watson2007-06-282-7/+9
* The timeout is in milliseconds, not in hz. Only the portion of theWarner Losh2007-06-281-2/+2
* Support for iRiver U10 USB connectionWarner Losh2007-06-281-0/+8
* With the advent of G3/CDMA modems, the old buffer sizes are no longerWarner Losh2007-06-281-4/+4
* For both interrupt and isochronous (the patch was unclear which one itWarner Losh2007-06-281-3/+13
* Quirk for Denver MP3 player usb.Warner Losh2007-06-281-0/+8
* Space/style cleanups after last set of commits.Xin LI2007-06-287-72/+71
* Staticify most of fifo/vn operations, they should notXin LI2007-06-284-99/+76
* Use vfs_timestamp instead of nanotime when obtainingXin LI2007-06-281-4/+3
* Reorder tf_gen and tf_id in struct tmpfs_fid. ThisXin LI2007-06-281-2/+2
* - Add audit_arg_audinfo_addr() for auditing the arguments for setaudit_addr(2)Christian S.J. Peron2007-06-275-6/+67
* Use vm_offset_t for kmembase and kmemlimit rather than char *, avoidingRobert Watson2007-06-271-4/+4
* In zfs_vget, if we fail to translate an inode number to the correspondingDoug Rabson2007-06-272-2/+2
* Pointy hat to me. Committed with building.Matt Jacob2007-06-261-1/+1
* Sync comments to code: we now use priv_check() rather than suser() toRobert Watson2007-06-261-16/+16
* Add Viking Interworks 256MB as an ata device; this might giveRemko Lodder2007-06-262-1/+3
* Fix an old standing LOR between callout_lock and sleepqueues chain (whichAttilio Rao2007-06-261-3/+35