aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Ignore more warnings with external gccBaptiste Daroussin2014-11-291-1/+2
* o Add Virtio MMIO bus driver to configRuslan Bukin2014-11-253-22/+13
* Add new devices to the config.Ruslan Bukin2014-11-251-0/+2
* Add ARMV6 as an arm option. This will cause obscure magic in config(8)Ian Lepore2014-11-242-4/+5
* There never was a PC Card joystick attachment that worked. Kill theWarner Losh2014-11-221-1/+0
* Implement the historic DIOCGDINFO ioctl for gpart on BSDWarner Losh2014-11-181-1/+1
* Automate options INET/INET6 turning into MK_$opt_SUPPORTWarner Losh2014-11-141-0/+12
* Use ${SYSDIR} as the reference pointer instead of specifying relative path di...Xin LI2014-11-141-1/+1
* Remove reference to sys/dev/dpt/dpt_control.c. It was removed back in 2001 a...John Baldwin2014-11-131-1/+0
* Derive copyright year from src/COPYRIGHT.Xin LI2014-11-131-1/+1
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-092-4/+0
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-072-3/+8
* Retire the '@' symlink. It isn't really needed and causes moreWarner Losh2014-11-061-66/+26
* Add VirtIO console to the x86 NOTES and filesBryan Venteicher2014-11-032-0/+2
* agp_intel.c provides support for AGP on Intel chipsets from 440/BX toKonstantin Belousov2014-11-031-1/+0
* This is the much-discussed major upgrade to the random(4) device, known to yo...Mark Murray2014-10-303-10/+8
* Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.Ian Lepore2014-10-261-1/+0
* Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code thatJohn Baldwin2014-10-242-0/+8
* xen: implement the privcmd user-space deviceRoger Pau Monné2014-10-221-0/+1
* xen: import a proper event channel user-space deviceRoger Pau Monné2014-10-221-0/+1
* Add vxlan interfaceBryan Venteicher2014-10-202-0/+5
* Only build the ARM tranpoline when KERNPHYSADDR is defined as it isAndrew Turner2014-10-191-0/+2
* Add an elf not so kgdb detects the kernel as a FreeBSD elf file. TheAndrew Turner2014-10-181-0/+1
* After r273087,r273090,r273091,r273121 changes to gif(4) try to fixBjoern A. Zeeb2014-10-171-2/+3
* Don't depend on @ or machine for assym.s or genassym.o. That's aWarner Losh2014-10-171-2/+2
* Move the adm1030 driver to the proper location, and rename it.Justin Hibbits2014-10-161-1/+1
* Add inet/inet6 to the dependency list. Without them if_gif is useless.Andrey V. Elsukov2014-10-151-1/+1
* Change the PF hash from Jenkins to Murmur3. In forwarding testsGeorge V. Neville-Neil2014-10-101-0/+1
* Rename elf*-powerpc into elf*-powerpc-freebsd in binutilsBaptiste Daroussin2014-10-102-2/+4
* For gcc 4.6 and newer, _Static_assert is a keyword, so don't try toWarner Losh2014-10-101-1/+1
* Merge HEAD@r272834Alexander V. Chernikov2014-10-091-1/+7
|\
| * When building with a newer GCC, suppress some warnings for theWarner Losh2014-10-091-1/+7
* | Sync to HEAD@r272825.Alexander V. Chernikov2014-10-092-1/+3
|\|
| * Move the SCTP syscalls to netinet with the rest of the SCTP code. TheMarcel Moolenaar2014-10-091-0/+1
| * Only catch the line from the compiler output where 'version' is a wordBaptiste Daroussin2014-10-091-1/+1
| * Add explicit_bzero(3) and its kernel counterpart.Xin LI2014-10-071-0/+1
* | Sync to HEAD@r272609.Alexander V. Chernikov2014-10-063-0/+5
|\|
| * Disable generating vfp and NEON instructions in the arm kernel.Andrew Turner2014-10-061-0/+3
| * Add kernel option KSTACK_USAGE_PROF to sample the stack depth onKonstantin Belousov2014-10-042-0/+2
* | Sync to HEAD@r272516.Alexander V. Chernikov2014-10-0410-62/+75
|\|
| * Merge pc98's machdep.c into i386/i386/machdep.c.Yoshihiro Takahashi2014-10-041-1/+1
| * Reduce diffs against i386.Yoshihiro Takahashi2014-10-041-7/+9
| * - MFi386: Add compile-with option for tau32-ddk.c.Yoshihiro Takahashi2014-10-041-3/+3
| * Merge ACPICA 20140926.Jung-uk Kim2014-10-021-0/+6
| * Split you the syscall handling to a separate file.Andrew Turner2014-10-011-0/+1
| * Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-012-6/+1
| * xen: add xenstored user-space deviceRoger Pau Monné2014-09-301-0/+1
| * xen: move xenstore devicesRoger Pau Monné2014-09-301-2/+2
| * msi: add Xen MSI implementationRoger Pau Monné2014-09-302-0/+3
| * Merge the PC98 fdc(4) driver into the MI driver. While here, replaceJohn Baldwin2014-09-251-2/+2