aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Abstract out initialization of most aspects of struct inpcbinfo fromRobert Watson2010-03-146-84/+62
* enables S/W beacon miss handler.Weongyo Jeong2010-03-141-0/+2
* fixes a broken software beacon miss handler. There is a race to checkWeongyo Jeong2010-03-143-2/+4
* make UMA the default allocator for ZFS buffers - this avoidsKip Macy2010-03-131-2/+2
* fix compilation under ZIO_USE_UMAKip Macy2010-03-132-11/+6
* Don't bottleneck on acquiring the stream locks - this avoids a massiveKip Macy2010-03-131-10/+18
* Fix build after typo.Robert Noland2010-03-131-1/+1
* Correct a typo.Joseph Koshy2010-03-131-1/+1
* Add support for Intel Pineview chips, aka IGDRobert Noland2010-03-133-3/+15
* Remove COMPAT_43TTY from stock kernel configuration files.Ed Schouten2010-03-139-9/+0
* o) Use octeon_fpa_alloc_phys in a situation in which we don't need a usableJuli Mallett2010-03-131-81/+86
* The proper fix for the delayed SCTP checksum is toRandall Stewart2010-03-127-10/+8
* fix type in commentBernd Walter2010-03-121-1/+1
* Add support of Intel Pineview chips, aka IGD.Robert Noland2010-03-121-4/+20
* flowtable_get_hashkey is only used by a DDB function - move under #ifdef DDBKip Macy2010-03-121-14/+13
* Add pci ids for Intel Ironlake chipsets.Robert Noland2010-03-121-0/+4
* Fix a style(9) nit.Jung-uk Kim2010-03-121-2/+1
* re-update copyright to 2010Kip Macy2010-03-121-1/+1
* Tidy up callout for select(2) and read timeout.Jung-uk Kim2010-03-121-3/+6
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,Pyun YongHyeon2010-03-122-47/+204
* Reorder interrupt handler a bit such that producer/consumerPyun YongHyeon2010-03-121-16/+16
* Now fix functionality of 'netstat -f netgraph' that hasn't workedGleb Smirnoff2010-03-122-0/+4
* Fix 'netstat -f netgraph', which I had broken in r163463 ling timeGleb Smirnoff2010-03-121-0/+18
* Remove bogus assertion.Pawel Jakub Dawidek2010-03-121-3/+0
* The flow-table module retrieves the destination and sourceQing Li2010-03-121-0/+13
* With the recent change of the sctp checksum to support offload,Randall Stewart2010-03-121-0/+19
* Mask disk_idx to avoid panic because of extra bits set.Alexander Motin2010-03-121-6/+8
* - Enable kernel stack guard page.Neel Natu2010-03-122-8/+23
* fix stats reporting sysctlKip Macy2010-03-121-17/+17
* - restructure flowtable to support ipv6Kip Macy2010-03-126-172/+763
* Make the ddb command "show tlb" SMP friendly.Neel Natu2010-03-124-11/+69
* Fix the previous attempt to fix kernel builds of HEAD on 7.x. Use theJohn Baldwin2010-03-122-2/+2
* o) Send packets being queued for transmission up to BPF if there's a listener.Juli Mallett2010-03-121-2/+58
* implement listing of a subset of pipes/queues/schedulers.Luigi Rizzo2010-03-112-63/+147
* Add bpf and random to Octeon configurations, since they're needed to runJuli Mallett2010-03-112-0/+4
* Don't force single user on Octeon anymore.Juli Mallett2010-03-111-2/+0
* o) Eliminate use of sc->typestr, which is always NULL.Juli Mallett2010-03-111-41/+56
* Add device ID for the NATURAL4000 keyboardAndrew Thompson2010-03-111-0/+1
* - Integrate latest driver code from OpenBSDAndrew Thompson2010-03-114-131/+652
* extend search for Apple Function Key.Andrew Thompson2010-03-111-13/+18
* Add new device ID for the SMC 2514HUBAndrew Thompson2010-03-111-0/+1
* add new vendor ID for APACERAndrew Thompson2010-03-111-0/+1
* Implement USB kernel driver detach from userland.Andrew Thompson2010-03-113-6/+21
* Make sure there is a way to reset the endpoint FIFO on transfer errors forAndrew Thompson2010-03-111-4/+18
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionAndrew Thompson2010-03-111-0/+8
* isochronous endpoint descriptors should have two more bytes which are zero byAndrew Thompson2010-03-111-7/+16
* Add new uvisor(4) device ID.Andrew Thompson2010-03-112-0/+6
* It appears that some UVISOR devices do not handle when the clear stall commandAndrew Thompson2010-03-111-5/+0
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatAndrew Thompson2010-03-113-21/+17
* Use wMaxPacketSize for the uftdi input buffer size.Andrew Thompson2010-03-111-3/+1