summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a cut/paste bug which prevents us from setting the averagegnn2009-01-131-1/+1
* Add basic i386 support for VIA Nano processors.jkim2009-01-123-4/+23
* Replace more strcmp(cpu_vendor, "foo") with cpu_vendor_id.jkim2009-01-121-7/+7
* More usb2 foma driver update.takawata2009-01-121-3/+4
* Connect padlock(4) to amd64 build for VIA Nano processors.jkim2009-01-124-3/+11
* Add basic amd64 support for VIA Nano processors.jkim2009-01-126-15/+200
* Fix issue where ata_atapicmd() can never really return EBUSY which isobrien2009-01-121-1/+2
* Provide a NDIS tx power level converstion to/from net80211, this uses a loookupthompsa2009-01-121-1/+30
* Fix CTF based builds to that if the debug build is being used we getgnn2009-01-121-0/+1
* Allow VIA Nano processors to boot FreeBSD/amd64.jkim2009-01-121-2/+3
* Add support for AMD64 Family 10h processors.jkim2009-01-121-3/+5
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedqingli2009-01-124-2/+14
* Some early Macintosh GPIO controllers don't provide reg properties fornwhitehorn2009-01-121-10/+27
* Since we allow conditional allocation of labels on syncache entries,rwatson2009-01-111-2/+0
* Remove unneeded includes.thompsa2009-01-113-3/+0
* add missing return that broke WPA1+2 supportsam2009-01-111-0/+1
* Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfstrasz2009-01-111-0/+1
* Prevent a panic that happens on SMP machines when removing a disk withtrasz2009-01-111-1/+11
* Fix unwanted crosschannel mixing, possible on some codecs likemav2009-01-111-4/+8
* o Tweak comments a bit.maxim2009-01-111-2/+2
* Do invoke mac_ifnet_check_transmit() and mac_ifnet_create_mbuf()rwatson2009-01-101-0/+18
* OSS tools expect EINVAL for unsupported ioctls, but not ENXIO.mav2009-01-101-3/+2
* Make devnode include full device path.mav2009-01-101-1/+2
* Remove debug slipped with the previous commit.mav2009-01-101-1/+0
* Import some new constants and structures fields from OSSv4.mav2009-01-105-44/+161
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-106-18/+20
* Add the possibility to specify "-o force" with "mdconfig -du".trasz2009-01-101-2/+4
* Add one more bunch of controller and codec IDs.mav2009-01-101-2/+77
* Rather than having MAC policies explicitly declare what object typesrwatson2009-01-1014-153/+88
* Use MPC_OBJECT_IP6Q to indicate labeling of struct ip6q rather thanrwatson2009-01-106-1/+6
* Rather than using the cred from curthread, take it from the threadbz2009-01-091-5/+5
* remove license ack requirement; this was never neededsam2009-01-091-1/+0
* Fix a deadlock which can occur due to a pseudofs vnode not getting unlocked.marcus2009-01-091-0/+1
* Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-093-2/+20
* Fix fat-fingered comment.adrian2009-01-091-1/+1
* Fix indentation; add FALLTHROUGH.adrian2009-01-091-3/+4
* Better comment what the socket option does. Thanks to Sam Leffleradrian2009-01-091-1/+2
* Comment some potentially confusing logic.adrian2009-01-091-0/+5
* Take the cred from curthread rather than curproc as curproc would needbz2009-01-091-3/+3
* Implement a new IP option (not compiled/enabled by default) to allowadrian2009-01-096-1/+37
* Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedbz2009-01-092-1/+13
* Check PCIE link status before accessing the bus.raj2009-01-091-0/+3
* Set a minimum of information in the routing message (like version and type)harti2009-01-091-0/+4
* Rename Marvell ARM CPU specific file according to r186933.raj2009-01-093-2/+2
* Fix confusing naming of Marvell ARM CPU specific routines.raj2009-01-094-52/+52
* Improve Marvell SOCs PCI/PCIE driver.raj2009-01-094-41/+110
* Readd the Alcor Transcend device which is referenced in usb2/storage/umass2.c,thompsa2009-01-093-14/+57
* fix a typo to set the 48Mbps data rate.weongyo2009-01-091-2/+2
* Add external connector jack color into widget names.mav2009-01-081-4/+11
* Don't panic with "vinvalbuf: dirty bufs" when the mounted device that wastrasz2009-01-081-2/+18
OpenPOWER on IntegriCloud