aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some initial board support for the AR934x and the Qualcomm AtherosAdrian Chadd2013-07-214-0/+234
* Implement some initial AR934x support routines.Adrian Chadd2013-07-214-0/+394
* Teach the GPIO code about the AR934x GPIO register and pin counts.Adrian Chadd2013-07-211-2/+17
* Use the UART frequency when programming the UART clock.Adrian Chadd2013-07-214-4/+4
* Initialise the watchdog and UART frequencies.Adrian Chadd2013-07-214-0/+12
* Add two new CPU specific definitions - the watchdog clock frequency andAdrian Chadd2013-07-211-1/+5
* The NFSv4 server incorrectly assumed that the high order words ofRick Macklem2013-07-201-7/+7
* fuse: revert birthtime support.Pedro F. Giffuni2013-07-202-6/+3
* Use the right name for the vm_map_find(9) flag to specify sharedKonstantin Belousov2013-07-201-1/+1
* RegenerateKonstantin Belousov2013-07-205-17/+29
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).Konstantin Belousov2013-07-204-16/+41
* Allow the code to be compiled without warnings for any combinationMichael Tuexen2013-07-201-6/+3
* Start adding support to build bits of our code using the Thumb-2Andrew Turner2013-07-201-9/+26
* Add support for upcoming BCM5725 (ASIC 5762) controller. This is aPyun YongHyeon2013-07-202-12/+49
* Recognize BCM5725C PHY.Pyun YongHyeon2013-07-202-0/+5
* Setup the PCIE Fast Training Sequence (FTS) value to preventPyun YongHyeon2013-07-202-0/+19
* Adjust outsizes:Pedro F. Giffuni2013-07-201-2/+2
* Adjust outsizes:Pedro F. Giffuni2013-07-201-2/+2
* There's nothing to free if the unit wasn't allocated.Navdeep Parhar2013-07-191-1/+0
* Add message when nvd disks are attached and detached.Jim Harris2013-07-197-11/+97
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.Jack F Vogel2013-07-196-0/+14
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.Jim Harris2013-07-192-4/+15
* Do not call disk_create() until we have completed all initialization of ourJim Harris2013-07-191-2/+2
* Get the code compiling without INET and INET6 being defined.Michael Tuexen2013-07-191-4/+0
* Be more aggressive in using superpages in all mappings of objects:John Baldwin2013-07-195-10/+22
* Overhaul error, information, and debug logging.Scott Long2013-07-198-286/+356
* Properly handle I/O windows in bridges with the ISA enable bit set. TheseJohn Baldwin2013-07-184-91/+449
* Rework the previous fix for the IB vs Ethernet sysctl handler to be moreJohn Baldwin2013-07-182-20/+18
* Manually merge part of vendor import r238583 from Illumos.Xin LI2013-07-181-5/+9
* Reload font when syscons(4) is resuming without switching mode.Jung-uk Kim2013-07-171-27/+34
* Use pause() instead of DELAY() when polling for completion of adminJim Harris2013-07-171-4/+4
* Define constants for the lengths of the serial number, model numberJim Harris2013-07-172-5/+13
* Remove check forbidding requests that would result in one port being setJohn Baldwin2013-07-171-3/+0
* Clear the vnode knotes before destroying vpollinfo.Konstantin Belousov2013-07-171-0/+2
* Implement workaround for BCM5719/BCM5720 TX hang.Pyun YongHyeon2013-07-172-4/+55
* Specify a timeout for the PL block.Navdeep Parhar2013-07-171-1/+4
* Avoid magic constant.Pyun YongHyeon2013-07-172-7/+9
* o TxD ring requires 8 bytes alignment to work so change alignmentPyun YongHyeon2013-07-171-20/+30
* Fix vfp:Andrew Turner2013-07-161-16/+15
* Add a tunable to force disable MSI use for xhci(4).Konstantin Belousov2013-07-161-7/+12
* 2 years, 10 months, 22 days after the projects/arm_eabi branch was createdAndrew Turner2013-07-162-3/+3
* Free the non-fatal "timestamp missing" debug string manually as it isAndre Oppermann2013-07-161-1/+4
* Workaround some broken BIOSes that specify edge-sensitive but active-lowJohn Baldwin2013-07-161-0/+11
* Add urtwnfw.Rui Paulo2013-07-161-1/+1
* Make some improvements to r253322 to really rescan target, not a bus.Alexander Motin2013-07-153-11/+18
* Fix an argument reversal in calls to scsi_read_element_status().Kenneth D. Merry2013-07-151-2/+2
* Include sys/systm.h after sys/param.h.Andrey V. Elsukov2013-07-154-4/+4
* Nuke mbstat. It wasn't used for mbuf statistics since FreeBSD 5.Gleb Smirnoff2013-07-154-54/+0
* Move the Raspberry Pi low level options out of the kernel config and intoRui Paulo2013-07-153-12/+20
* MFi386: add ddb "show sysregs" command.Konstantin Belousov2013-07-151-0/+30