summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Eliminate uninitialized variable warnings in kernel and module builds whenian2015-01-041-1/+6
* Don't allow clang to use fpu instructions or registers in kernel modules.ian2015-01-041-0/+2
* Add a new trap-v6.c which has support for all armv7 exceptions. Thisian2015-01-031-1/+2
* Always use -Wno-unknown-pragmas, not just for clang.imp2015-01-031-2/+2
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportimp2015-01-032-12/+8
* Garbage collect the asr driver. Hardware for it has not been produced inscottl2015-01-022-3/+0
* Put in a workaround for bug 196407 (arm modules cause crashes & panics).ian2015-01-021-0/+5
* LLVM integrated assembler can assemble these files just fine.rdivacky2015-01-013-14/+0
* Move more of the warnings into kern.mk, as well as centralize that asimp2015-01-013-11/+22
* Fix module builds on arm (and maybe others) by turning off a wholeimp2015-01-011-0/+22
* cxgbe(4): major tx rework.np2014-12-311-0/+2
* Temporarily unplug cxgbe(4) from !amd64 builds.np2014-12-311-3/+0
* Merge ^/head r274961 through r276418.dim2014-12-302-1/+1
|\
| * Add arm option ARM_NEW_PMAP, to allow us to begin adding the new pmapian2014-12-301-0/+1
| * The sn driver doesn't actually include microcode at the current time,imp2014-12-301-1/+0
* | Merge ^/head r274961 through r276342.dim2014-12-282-2/+4
|\ \ | |/
| * Add cache maintenance functions which will be used by startup code toian2014-12-281-0/+1
| * Add new code to read and parse cpu identification data using the new CPUIDian2014-12-281-0/+1
| * Use the same 6000 series g2{a,b} firmware versions when embedding thesemarius2014-12-271-2/+2
* | Merge ^/head r274961 through r276301.dim2014-12-274-75/+40
|\ \ | |/
| * Deorbit the IEEE-488/GPIB support.phk2014-12-252-17/+0
| * Use compiled in default keymaps which are available both in syscons and vt.phk2014-12-251-1/+1
| * Fix kernel builds with "options NFS_DEBUG" thatrmacklem2014-12-232-4/+0
| * Remove the old NFS client and server from head,rmacklem2014-12-233-52/+34
| * Don't require ${SYSDIR}/../COPYRIGHT to exist. Fall back to theimp2014-12-221-1/+5
* | Merge ^/head r275759 through r275911.dim2014-12-182-1/+2
|\ \ | |/
| * Add a facility for non-init process to declare itself the reaper ofkib2014-12-151-0/+1
| * Move ofw_cpu.c to sys/dev/ofw so that it can be used by otherrpaulo2014-12-141-1/+1
* | Merge ^/head r275715 through r275748.dim2014-12-133-2/+15
|\ \ | |/
| * Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-123-2/+15
* | Merge ^/head r274961 through r275684.dim2014-12-102-2/+4
|\ \ | |/
| * xen: move grant table coderoyger2014-12-101-1/+1
| * xen: create a new PCI bus overrideroyger2014-12-091-1/+3
* | Merge ^/head r274961 through r275261.dim2014-11-291-1/+2
|\ \ | |/
| * Ignore more warnings with external gccbapt2014-11-291-1/+2
* | Since for clang 3.5.0 ARM EHABI is now the default, the -mllvmdim2014-11-261-2/+4
|/
* o Add Virtio MMIO bus driver to configbr2014-11-253-22/+13
* Add new devices to the config.br2014-11-251-0/+2
* Add ARMV6 as an arm option. This will cause obscure magic in config(8)ian2014-11-242-4/+5
* There never was a PC Card joystick attachment that worked. Kill theimp2014-11-221-1/+0
* Implement the historic DIOCGDINFO ioctl for gpart on BSDimp2014-11-181-1/+1
* Automate options INET/INET6 turning into MK_$opt_SUPPORTimp2014-11-141-0/+12
* Use ${SYSDIR} as the reference pointer instead of specifying relative path di...delphij2014-11-141-1/+1
* Remove reference to sys/dev/dpt/dpt_control.c. It was removed back in 2001 a...jhb2014-11-131-1/+0
* Derive copyright year from src/COPYRIGHT.delphij2014-11-131-1/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-092-4/+0
* Overhaul if_gre(4).ae2014-11-072-3/+8
* Retire the '@' symlink. It isn't really needed and causes moreimp2014-11-061-66/+26
* Add VirtIO console to the x86 NOTES and filesbryanv2014-11-032-0/+2
* agp_intel.c provides support for AGP on Intel chipsets from 440/BX tokib2014-11-031-1/+0
OpenPOWER on IntegriCloud