summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.jkim2010-12-083-3/+3
* Add an abstraction layer to the 64-bit AIM MMU's page table manipulationnwhitehorn2010-12-041-0/+2
* Provide a simple IOMMU framework on PowerPC, which is required to supportnwhitehorn2010-12-031-0/+1
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-0/+1
* Bump up MIPS limits once again; the new Cavium Octeon SDK requires even higherjmallett2010-11-281-1/+2
* Add ISP_INTERNAL_TARGET as an option for isp(4).mjacob2010-11-272-0/+3
* Update ixgbe driver to verion 2.3.6jfv2010-11-261-0/+6
* Adds a USB packet filter feature to the stack that it could captureweongyo2010-11-221-0/+1
* Let the linker pick the right output format automaticallyimp2010-11-131-7/+0
* MFamd64: (based on) r209957jkim2010-11-121-5/+20
* This commit marks the first formal contribution of the "Five New TCP Congestionlstewart2010-11-121-0/+2
* Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open Firmwarenwhitehorn2010-11-121-1/+1
* Complete the integration of tbemd branch into head.imp2010-11-101-17/+0
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-102-0/+2
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.jkim2010-11-092-2/+2
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isjhb2010-11-082-2/+2
* - Add minidump support for FreeBSD/mipsgonzo2010-11-071-0/+1
* Shorten long lines.obrien2010-11-021-4/+4
* Add an x86/include directory to the kernel to hold headers that are commonjhb2010-11-012-4/+10
* Add a driver for the Apple Uninorth AGP host bridge found in all PowerPCnwhitehorn2010-10-312-0/+5
* Merging mptable under x86 left this option undefined for amd64 case.attilio2010-10-291-0/+1
* Merge nexus.c from amd64 and i386 to x86 subtree.attilio2010-10-283-3/+3
* Merge the mptable support from MD bits to x86 subtree.attilio2010-10-283-6/+6
* Merge dump_machdep.c i386/amd64 under the x86 subtree.attilio2010-10-263-3/+3
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherbz2010-10-251-0/+1
* Add initial inet DDB support for show in_ifaddr and show sin commands whichbz2010-10-241-0/+1
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-191-9/+10
* Fix an undefined behaviour if the desired ratectl algo is not available.bschmidt2010-10-191-0/+1
* Add three new drivers for fan control and temperature reading on theandreast2010-10-151-0/+3
* Stop hard coding nm(1) and make it overridable.jkim2010-10-141-1/+1
* USB Network:hselasky2010-10-131-0/+1
* Add the XHCI USB controller to NOTES.thompsa2010-10-111-0/+2
* Add options I missed in the additionnal AT91 support commits.cognet2010-10-071-0/+3
* Add the capability to read the complete contents of the NVRAM via sysctlambrisko2010-10-061-0/+1
* Link the XHCI (USB 3.0 hardware driver) into the default kernel build.hselasky2010-10-041-0/+2
* Add a memory-range interface to /dev/mem on PowerPC using PAT attributes.nwhitehorn2010-10-031-0/+1
* Split the root mount logic from the (generic) mount code and movemarcel2010-10-021-0/+1
* Initial GPIO bus support. Includes:gonzo2010-09-281-0/+8
* Use a single program header to fix loading 64-bit kernels on old versions ofjmallett2010-09-271-8/+13
* Add reference counting for devfs paths containing user created symbolicjh2010-09-271-0/+1
* Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() generalattilio2010-09-241-2/+2
* Clean up stray line in 213077imp2010-09-231-1/+0
* Simplify how we find the kernel source. Rather than depending on sys,imp2010-09-231-39/+32
* Fix the path to the sys dir when cross compiling after r209510.thompsa2010-09-211-1/+1
* Add support 'device tpm' for amd64.nork2010-09-191-0/+3
* Merge ACPICA 20100915.jkim2010-09-161-0/+2
* Add 64-bit SWARM board kernel configs.neel2010-09-151-0/+320
* TARGET_64BIT isn't needed anymore, GC it (partial merge from tbemd).imp2010-09-131-8/+0
* Prefer MACHINE_CPUARCH over MACHINE_ARCHimp2010-09-131-9/+10
* Use MACHINE_CPUARCH as appropriateimp2010-09-131-7/+13
OpenPOWER on IntegriCloud