summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* The functions in sys/mips/mips/psraccess.S can be implemented withjchandra2010-09-131-1/+0
* Use :T:Micc here like everywhere else we test iccimp2010-09-131-1/+1
* Update PowerPC event timer code to use new event timers infrastructure.mav2010-09-111-0/+1
* Add real dependancies on the uuencoded firmwares.obrien2010-09-101-19/+19
* MFp4 (//depot/projects/mps/...)ken2010-09-101-0/+5
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-311-1/+1
* Intel QPI chipsets actually provide two extra "non-core" PCI buses thatjhb2010-08-252-0/+2
* MFtbemd:imp2010-08-232-3/+3
* FPU EMU is 32-bit only for now, so mark it as a powerpc-only feature.nwhitehorn2010-08-201-9/+9
* Unbreak the LINT kernel on powerpc64. Note that the LINT kernelnwhitehorn2010-08-191-0/+3
* For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' inrpaulo2010-08-173-15/+15
* Nothing uses TARGET_EMULATOR, so gc it.imp2010-08-151-1/+0
* Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.jchandra2010-08-131-1/+1
* Add tpm(4) driver for Trusted Platform Module.takawata2010-08-121-0/+3
* License ACK is not required for the wpifw module nor when buildingbschmidt2010-08-081-1/+1
* Do not build real mode emulator for i386. We use VM86 again since r210877.jkim2010-08-081-2/+1
* Merge ACPICA 20100806.jkim2010-08-061-0/+1
* Fix a bunch of errors (spelling and similar).olli2010-08-051-26/+24
* Add support for the IBM Full-System Simulator (Mambo). This code has beennwhitehorn2010-07-312-0/+6
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.mav2010-07-292-0/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-282-0/+15
* Add a parser for the ACPI SRAT table for amd64 and i386. It setsjhb2010-07-272-1/+2
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).rpaulo2010-07-251-1/+0
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-241-2/+1
* Crypto(4) driver for AESNI.kib2010-07-232-0/+8
* Update MIPS timer code (except RMI) to utilize new MI event timermav2010-07-231-0/+1
* Fix previous commit: don't remove the WERROR definition when usingrpaulo2010-07-221-1/+3
* Handle a few corner cases for clang like we did with icc. These shouldrpaulo2010-07-223-6/+8
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executivejmallett2010-07-202-1/+12
* Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.raj2010-07-191-1/+0
* Move MRVL FDT fixups and PIC decode routine to a platform specific area.raj2010-07-191-1/+0
* Simple compatibility hacks for building on older systems whereimp2010-07-152-0/+7
OpenPOWER on IntegriCloud