summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-022-4/+73
* o make SAVE_CCK slightly less error prone by always writing the _flagsam2009-02-021-2/+3
* restore variable initialization removed in r187831; this brokesam2009-02-021-1/+1
* Fix select on platforms where sizeof(long) != sizeof(int). This usedsepotvin2009-02-021-2/+2
* src/usr.bin/usbhidaction/usbhidaction.calfred2009-02-025-43/+19
* Some updates and bug squashing in the firewire stack.sbruno2009-02-015-69/+88
* when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only)sam2009-02-011-2/+2
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-015-134/+71
* Constify val in g_handleattr() and str in g_handleattr_str().marcel2009-02-012-4/+5
* Revert part of r187970, the NULL check was removed fromthompsa2009-02-011-0/+3
* Remove check for null softc in attach, it can never happen.thompsa2009-02-0144-140/+0
* Bring over the code from sys/i386/i386/mp_machdep.c, r187880bz2009-01-311-0/+3
* Fix the inconsistent tabbing.obrien2009-01-311-52/+55
* Add a function attribute called `__malloc_like', which informs gccdas2009-01-312-2/+4
* After r186194 the *fs_strategy() functions always return 0.bz2009-01-312-4/+2
* Remove unused local variables.bz2009-01-318-20/+2
* Remove unused local MACROs.bz2009-01-312-3/+0
* There is no need to initialize the variable here.bz2009-01-311-2/+0
* Coalesce two consecutive #ifdef IPSEC blocks.bz2009-01-311-4/+1
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-3112-48/+48
* Remove dead code from #if 0:bz2009-01-311-4/+0
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-315-9/+10
* 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
OpenPOWER on IntegriCloud