summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo in a comment.trhodes2009-01-311-1/+1
* Fix bug in hint.hdac.X.config parsing.mav2009-01-311-2/+2
* Remove 4 entirely unsued ip6 variables.bz2009-01-303-16/+4
* Use NULL rather than 0 when comparing pointers.bz2009-01-301-2/+2
* - Remove superfluous commentgabor2009-01-301-2/+0
* Increment total_bounced busdma stat as required.thompsa2009-01-301-0/+2
* setup default fixed rates for static turbo and 11n;sam2009-01-291-6/+22
* set ni_txparms for static turbo modesam2009-01-291-6/+11
* setup default rate set for static turbo modesam2009-01-291-0/+1
* Define NULL to be __null in a case of gnu c++. This makes sentinel attributerdivacky2009-01-291-0/+4
* Make sure the cdev doesn't go away while the filesystem is still mounted.trasz2009-01-291-0/+3
* Use si_drv1 to hold the softc for the adb_mouse character device instead ofjhb2009-01-291-1/+2
* If a process is a zombie and we couldn't identify another useful state,rwatson2009-01-291-0/+2
* - Allocate apic vectors on a per-cpu basis. This allows us to allocatejeff2009-01-2912-154/+306
* Make adb_mouse use dev2unit() instead of minor().ed2009-01-291-1/+1
* Add one more debug level.mav2009-01-281-2/+2
* Add hw.sdhci.debug sysctl to control debug level.mav2009-01-281-20/+23
* Improve mmc driver verbose logging.mav2009-01-281-12/+78
* Use a different value for the initial control word for the FPU state forjhb2009-01-282-0/+6
* Update ubtbcmfw2 (aka usb2_bluetooth_fw) driveremax2009-01-281-225/+207
* Make ng_ubt2 (aka usb2_bluetooth_ng) driver only attach as "generic" driveremax2009-01-281-0/+3
* Mark most often used sysctl's as MPSAFE.ed2009-01-284-16/+21
* Use the correct field name for the size of the sierra_id. While thisimp2009-01-281-1/+1
* Convert the global mutex protecting the directory lookup name cache from ajhb2009-01-281-46/+81
* Mark cd9660 MPSAFE and add support for using shared vnode locks duringjhb2009-01-284-50/+114
* Sync with ufs_vnops.c:1.245 and remove support for accessing device nodesjhb2009-01-281-3/+7
* add an assert to verify the number of channels returned by ic_getradiocapssam2009-01-281-0/+2
* change null_getradiocaps to return the actual count of channels insteadsam2009-01-281-1/+1
* Actually remove the VA_MARK_ATIME flag. This should have been in thejhb2009-01-281-1/+0
* Assert an exclusive vnode lock for fifo_cleanup() and fifo_close() sincejhb2009-01-281-2/+2
* Overhaul regulatory support:sam2009-01-2839-3424/+2412
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-2811-29/+18
* While OpenBSD's crypto/ framework has sha1 and md5 implementations thatbz2009-01-281-1/+6
* initialize a couple of variables, gcc 4.2.4-4 (linux) reportsluigi2009-01-281-1/+2
* For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endifluigi2009-01-281-2/+5
* Fix typo in last commit.glebius2009-01-281-1/+1
* Remove remain <= MHLEN restriction in m_makespace(),vanhu2009-01-281-52/+53
* at91dci isn't useful except on arm.imp2009-01-281-1/+2
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsrodrigc2009-01-281-4/+8
* Extend channel definition with:sam2009-01-271-0/+3
* fix commentsam2009-01-271-1/+1
* Remove assumptions about the max # channels in ioctl's:sam2009-01-272-30/+73
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-274-8/+10
* o add country codes from Atheros regulatory; these are not listed insam2009-01-271-10/+43
* o make %b msg bit defines public (to user apps too)sam2009-01-277-61/+61
* fill in ieee channel #'s and max tx power for drivers that work exclusivelysam2009-01-271-0/+15
* add new state bit to indicate when interference is observed on the channelsam2009-01-271-0/+3
* change IEEE80211_IS_CHAN_OFDM and IEEE80211_IS_CHAN_CCK to return truesam2009-01-271-2/+2
* define IEEE80211_CHAN_108A and IEEE80211_CHAN_108G in terms of theirsam2009-01-271-2/+2
* Following a fair amount of real world experience with ACLs andrwatson2009-01-275-39/+44
OpenPOWER on IntegriCloud