aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This links in the ath dfs ioctl into the driver and defines theAdrian Chadd2011-07-212-0/+34
* Modify the radar API a little to be easier to "change" via run-timeAdrian Chadd2011-07-212-9/+32
* Break out the PLL setup into (mostly) per-chip methods, rather thanAdrian Chadd2011-07-216-54/+77
* This re-enables HT40 channels for use when DFS is enabled.Adrian Chadd2011-07-211-0/+2
* Add new USB ID to u3g driver.Hans Petter Selasky2011-07-212-0/+2
* Merge from r224217:Marius Strobl2011-07-201-1/+1
* Add a new field to in-core znode, z_rdev, to represent device nodes.Xin LI2011-07-203-1/+12
* Note that the "kernel" variable in loader.conf is the name of a directoryJohn Baldwin2011-07-201-2/+5
* These two are ath_hal regulatory domain updates from the AtherosAdrian Chadd2011-07-202-28/+76
* Export capability information via sysctls.Jonathan Anderson2011-07-202-1/+37
* Fix brokenness introduced by my last commit.Adrian Chadd2011-07-201-0/+2
* Remove explicit MAXCPU usage from sys/pcpu.h avoiding a namespaceAttilio Rao2011-07-192-4/+2
* This sets the BSS channel for each VAP for the given interface.Adrian Chadd2011-07-191-0/+15
* Remove pc_name member of struct pcpu.Attilio Rao2011-07-192-6/+0
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.Attilio Rao2011-07-196-3/+6
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesAttilio Rao2011-07-194-6/+14
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-199-0/+19
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-183-5/+10
* - Export each thread's individual resource usage in in struct kinfo_proc'sJohn Baldwin2011-07-183-6/+40
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-1818-64/+64
* Enable NEW_PCIB by default on ia64.John Baldwin2011-07-181-0/+2
* Implement bus_adjust_resource() for the ia64 nexus driver.John Baldwin2011-07-181-17/+34
* Provide ability to audit cap_rights_t arguments.Jonathan Anderson2011-07-184-0/+44
* Only the USB root HUB thread is allowed to attach and detach driversHans Petter Selasky2011-07-185-5/+0
* ZFS tries to allocate blocks evenly across all devices. This means whenMartin Matuska2011-07-187-28/+130
* Resurrect the ZFS "aclmode" propertyMartin Matuska2011-07-189-177/+156
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichRobert Watson2011-07-176-35/+73
* Revert r222135 by allowing controller reinitialization. Due toPyun YongHyeon2011-07-171-0/+2
* Fix a LOR between hwpmc and the kernel linker. When a system-wideRyan Stone2011-07-171-11/+24
* Add spares to the network stack for FreeBSD-9:Bjoern A. Zeeb2011-07-175-7/+12
* Add some spare fields to the g_class and g_geom structures needed to implementPawel Jakub Dawidek2011-07-171-0/+5
* Comment out KDB/DDB related options for N32 kernel.Jayachandran C.2011-07-171-5/+5
* Correct small typo in a do{}while(0) defineDmitry Morozovsky2011-07-171-1/+1
* Fix compilation of mips kernels adding apropriate #ifdefs after r224115.Bjoern A. Zeeb2011-07-171-0/+2
* When building some of the boot loaders with clang, and DEBUG_FLAGS orDimitry Andric2011-07-173-0/+7
* Don't ignore negatively decoded address ranges.John Baldwin2011-07-171-7/+0
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten2011-07-1711-10/+62
* Remove the 'either' from the comment as it'll be less obvious that weBjoern A. Zeeb2011-07-171-4/+4
* Revert revision 224079 as Rick pointed out that I would be calling VOP_PATHCONFZack Kirsch2011-07-172-13/+6
* Don't include mptable_pci.c in Xen kernels. It is only meant for systemsJohn Baldwin2011-07-172-31/+1
* The new NFSv4 client handled NFSERR_GRACE as a fatal errorRick Macklem2011-07-161-1/+3
* Don't assume pmap_mapdev() gets called only for memory mapped I/OMarcel Moolenaar2011-07-161-3/+29
* MIPS changes for Netlogic XLP support.Jayachandran C.2011-07-1616-26/+351
* Don't send EOI to the CPU before we handled the interrupt. This couldMarcel Moolenaar2011-07-162-4/+7
* Add a few more helper functions for working with memory descriptors:Marcel Moolenaar2011-07-162-4/+54
* Add MIPS platform files for Netlogic XLP SoC.Jayachandran C.2011-07-1630-0/+7112
* Clear pending ifnet events, in an attempt at preventingMarko Zec2011-07-161-0/+2
* Add support for booting PS3s from disk. This is still a little hackish untilNathan Whitehorn2011-07-1614-23/+1092
* Support compiling MIPS elf trampoline with a different ABI.Jayachandran C.2011-07-162-23/+45
* Enable the new PCI-PCI bridge driver on pc98 by default. I missed thisJohn Baldwin2011-07-161-0/+2