summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-123-2/+15
* xen: move grant table coderoyger2014-12-101-1/+1
* xen: create a new PCI bus overrideroyger2014-12-091-1/+3
* Ignore more warnings with external gccbapt2014-11-291-1/+2
* 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
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-303-10/+8
* Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.ian2014-10-261-1/+0
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatjhb2014-10-242-0/+8
* xen: implement the privcmd user-space deviceroyger2014-10-221-0/+1
* xen: import a proper event channel user-space deviceroyger2014-10-221-0/+1
* Add vxlan interfacebryanv2014-10-202-0/+5
* Only build the ARM tranpoline when KERNPHYSADDR is defined as it isandrew2014-10-191-0/+2
* Add an elf not so kgdb detects the kernel as a FreeBSD elf file. Theandrew2014-10-181-0/+1
* After r273087,r273090,r273091,r273121 changes to gif(4) try to fixbz2014-10-171-2/+3
* Don't depend on @ or machine for assym.s or genassym.o. That's aimp2014-10-171-2/+2
* Move the adm1030 driver to the proper location, and rename it.jhibbits2014-10-161-1/+1
* Add inet/inet6 to the dependency list. Without them if_gif is useless.ae2014-10-151-1/+1
* Change the PF hash from Jenkins to Murmur3. In forwarding testsgnn2014-10-101-0/+1
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsbapt2014-10-102-2/+4
* For gcc 4.6 and newer, _Static_assert is a keyword, so don't try toimp2014-10-101-1/+1
* Merge HEAD@r272834melifaro2014-10-091-1/+7
* Sync to HEAD@r272825.melifaro2014-10-092-1/+3
|\
| * Move the SCTP syscalls to netinet with the rest of the SCTP code. Themarcel2014-10-091-0/+1
| * Only catch the line from the compiler output where 'version' is a wordbapt2014-10-091-1/+1
| * Add explicit_bzero(3) and its kernel counterpart.delphij2014-10-071-0/+1
* | Sync to HEAD@r272609.melifaro2014-10-063-0/+5
|\ \ | |/
| * Disable generating vfp and NEON instructions in the arm kernel.andrew2014-10-061-0/+3
| * Add kernel option KSTACK_USAGE_PROF to sample the stack depth onkib2014-10-042-0/+2
* | Sync to HEAD@r272516.melifaro2014-10-0410-62/+75
|\ \ | |/
| * Merge pc98's machdep.c into i386/i386/machdep.c.nyan2014-10-041-1/+1
| * Reduce diffs against i386.nyan2014-10-041-7/+9
| * - MFi386: Add compile-with option for tau32-ddk.c.nyan2014-10-041-3/+3
| * Merge ACPICA 20140926.jkim2014-10-021-0/+6
| * Split you the syscall handling to a separate file.andrew2014-10-011-0/+1
| * Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-012-6/+1
| * xen: add xenstored user-space deviceroyger2014-09-301-0/+1
| * xen: move xenstore devicesroyger2014-09-301-2/+2
OpenPOWER on IntegriCloud