summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
| * msi: add Xen MSI implementationroyger2014-09-302-0/+3
| * Merge the PC98 fdc(4) driver into the MI driver. While here, replacejhb2014-09-251-2/+2
| * Lock ncr(4) and mark it MPSAFE along with various other fixes:jhb2014-09-251-2/+1
| * Note KBI breakage with DEBUG_LOCKS.bdrewery2014-09-231-1/+2
| * DEBUG_LOCKS no longer modifies 'struct vnode', nor does fstat(1) use it.bdrewery2014-09-231-3/+1
| * Hardware driver update from Mellanox Technologies, including:hselasky2014-09-231-1/+1
| * As per [1] Intel only supports this driver on 64bit platforms.bz2014-09-233-22/+20
| * Move all the power management (SMBus) drivers to their own directory,rpaulo2014-09-231-5/+4
| * Move amdsmb and nfsmb from dev/pci to their own device directory.rpaulo2014-09-231-2/+2
| * Move pci/ncr to dev/ncr.rpaulo2014-09-232-3/+3
| * Fix static kernel build with options ZFSsmh2014-09-191-0/+1
| * Move rl(4) to dev/rl.glebius2014-09-191-1/+1
| * Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-183-0/+3
| * Disable flow-director support until it's been debugged and verified.adrian2014-09-151-1/+1
| * Create an interface and support routines for drivers that handle IO pinian2014-09-131-2/+4
| * Make inclusion of fdt clock support conditional on fdt_clock, not just fdt.ian2014-09-131-2/+2
| * Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,delphij2014-09-132-0/+2
| * Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMandrew2014-09-101-0/+1
OpenPOWER on IntegriCloud