summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wrap sx locking of the audit worker sleep lock in macros, update comments.rwatson2008-11-101-24/+31
* Convert the two main locking areas into macros to make it clear on what we arethompsa2008-11-1027-338/+350
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-0920-952/+1585
* Style tweak.jkoshy2008-11-091-2/+2
* For consistency work on the local object passed into the function for thebz2008-11-091-3/+3
* Regenerate system call tables for r184789.ed2008-11-0916-116/+66
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-097-50/+60
* make kern.ipc.nmbclusters actually have a useful effect on nmbclusters et al.kmacy2008-11-091-3/+4
* Reduce the default baud rate of PTY's to 9600.ed2008-11-083-3/+2
* Require write access on a directory being moved from one parenttrasz2008-11-081-0/+8
* Don't use curthread to resolve file descriptor. Request may be queued, somav2008-11-081-2/+10
* Assign new cookie to the node to reflect API change.mav2008-11-081-1/+1
* Don't assign completely meaningless name to the node on creation.mav2008-11-071-11/+0
* Range-check NFSv2 procedure numbers before converting to NFSv3.dfr2008-11-071-2/+7
* Remove informational messages left. These messages were intended toyongari2008-11-071-7/+7
* Backoff the last patch. It was overly restrictive - we want to checktrasz2008-11-061-7/+0
* Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectorytrasz2008-11-061-0/+7
* Bring in http://perforce.freebsd.org/chv.cgi?CH=152584 from hps.imp2008-11-0616-17/+1
* Fix copyright notice.marcel2008-11-061-11/+11
* Fix a panic caused by a corrupted table when the header ismarcel2008-11-061-4/+7
* Fix typo and while here another one.bz2008-11-061-2/+2
* ARM pmap style(9) and cosmetics.raj2008-11-061-5/+5
* Auto-size kernel page tables allocation on Marvell systems.raj2008-11-061-11/+9
* Support kernel crash mini dumps on ARM architecture.raj2008-11-068-5/+572
* Include if_arp.h for IFP2AC so that the netgraph parts in if.cbz2008-11-061-0/+1
OpenPOWER on IntegriCloud