summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* First step in cleaning up CIS parsing and /dev/cardbus*.cis: removeimp2008-11-153-38/+42
* - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].jkim2008-11-151-63/+86
* Fix compile. I was in the wrong tree when I tested it :-(ambrisko2008-11-141-2/+2
* When running a 32bit app. on amd64, ensure the bits above 32bitambrisko2008-11-141-0/+15
* Switch the default rpc implementation for NFS back to the new code. I believedfr2008-11-143-9/+0
* Adapt to accmode_t changes.trasz2008-11-145-13/+13
* Per request, keep privilege number 20 reserved.ed2008-11-141-0/+1
* merge fix for boot-time hang on centos' xenkmacy2008-11-141-24/+38
* repair config file from spammingkmacy2008-11-141-0/+6
* Fix worldps2008-11-142-2/+2
* Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" conditionobrien2008-11-141-1/+1
* When repeatedly accessing a thread credential, cache the credentialrwatson2008-11-143-42/+48
* Hide the attach message. This needs to be done in the probe as well, asn_hibma2008-11-131-6/+23
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-132-13/+16
* Add a reset device command to ugen.c.n_hibma2008-11-135-10/+19
* Add ADMA, SATA and SAS mass storage subclasses reporting.mav2008-11-131-0/+3
* For now on every 10 cyclinder groups flush the buffer cache to freeambrisko2008-11-131-0/+4
* One more piece to add to make sense data work for a user app. from LSI.ambrisko2008-11-131-0/+10
* Use the remote address for access control, not the local address. This fixesdfr2008-11-132-2/+45
* Temporarily switch NFS back to the old RPC code while I try to diagnose anddfr2008-11-134-4/+13
* Fix Rx/Tx checksum offload ioctl handling. Now checksum offloadyongari2008-11-131-7/+9
* The audit queue limit variables are size_t, so use size_t for the auditrwatson2008-11-132-4/+4
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.ambrisko2008-11-125-30/+85
* Various style and whitespace fixes. Previously parts of this file usedjhb2008-11-121-363/+371
* Add opt_inet.h which has been needed since r184718, which hadbz2008-11-121-1/+1
* Add opt_inet.h which has been needed since r184717 introducingbz2008-11-121-1/+1
* Add opt_inet.h which has been needed since r184714, r184715 introducingbz2008-11-121-1/+2
* Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. Thisnwhitehorn2008-11-121-1/+1
* Call svc_freereq() before returning from the service proc.dfr2008-11-121-0/+1
* Don't call svc_freereq() before svc_freeargs().dfr2008-11-121-1/+1
* -Improvement: Add '\n' on debug output in sctp_lower_sosend().rrs2008-11-126-24/+22
* Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series)keramida2008-11-122-0/+10
* Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043).cperciva2008-11-122-0/+3
* Add a missing call to mtx_destroy().dfr2008-11-121-0/+1
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-1210-0/+4105
* Turn (NFSERR_AUTHERR|code) status values into svcerr_auth(rqst, code) repliesdfr2008-11-121-2/+7
* Allow v3 GETATTR requests even when weakly authenticated. Change the errordfr2008-11-121-2/+3
* Don't forget to relock the TTY after uiomove() returns an error.ed2008-11-121-4/+2
* Update firmware version checkkmacy2008-11-125-17/+28
* Move audit-internal function definitions for getting and setting auditrwatson2008-11-112-2/+6
* Minor style tweaks and change lock name string to use _'s and not spacesrwatson2008-11-111-1/+4
* Add support for extended header BSM tokens. Currently we use thecsjp2008-11-118-4/+124
* Several cleanups related to pipe(2).ed2008-11-114-42/+33
* Avoid scheduling firmware taskqs when cold.gallatin2008-11-111-3/+7
* - Use RTFREE_LOCKED macrokmacy2008-11-111-3/+3
* Fake the assoc id so that ndis can work on the latest net80211.thompsa2008-11-111-1/+10
* Make ispfw(4) play nice with individual firmware modules.jkim2008-11-111-41/+109
* Sigh. Fix a pointer/int compile error.peter2008-11-101-1/+1
* Fix a signal emulation bug introduced in r163018 (and present in 7.x).peter2008-11-101-1/+1
* Add missing USB_BUS_LOCK* change from r184824.thompsa2008-11-101-1/+1
OpenPOWER on IntegriCloud