summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for gdb's memory searching capabilities to our in-kernel gdbbenno2014-09-051-1/+2
* The USB LED driver for the Dream Cheeky WebMail Notifier.kevlo2014-09-052-0/+3
* Separate out PCI attachment from the main AHCI driver. Move checks ofimp2014-09-041-2/+3
* Add mrsas(4) to GENERIC for i386 and amd64.markj2014-09-041-0/+1
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.jhb2014-09-043-3/+3
* Use sh -c '...' to launch the dtb build scripts with env stuff prepended,ian2014-09-031-2/+2
* Invoke make_dtb with MACHINE defined for enhanced cross buildingimp2014-09-031-2/+2
* Create an interface for drivers to enable or disable their clocks as listedian2014-09-021-0/+2
* Allow the iwn(4) fw 100 to be compiled into the kernel and update thebrueffer2014-08-301-0/+14
* Add XL710 device entries to NOTES, and directories to the modulejfv2014-08-281-0/+2
* Update to the Intel Base driver for the Intel XL710 Ethernet Controller Familyjfv2014-08-221-16/+20
* Bring in the new automounter, similar to what's provided in most othertrasz2014-08-173-0/+6
* Update to the current version of netmap.luigi2014-08-161-0/+1
* Add if_ath_alq code into the non-module build.adrian2014-08-161-0/+2
* Allow iwn105fw and iwn135 firmwares to be compiled into the kernel.gavin2014-08-141-0/+28
* Disable all inline warnings on gcc >= 4.3. Not sure exactly where theimp2014-08-141-0/+4
* Streamline format extensions. Either the compiler supports them, andimp2014-08-141-3/+2
* Add support for FDT and !FDT configs on Atmel, though FDT isn'timp2014-08-141-1/+1
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+1
* Truncate the ctfmerge command line, like we do with SYSTEM_LD.imp2014-08-121-1/+2
* Remove dependence on source tree options. Move all kernel moduleimp2014-08-111-2/+37
* Add the dts include directory to the -I list when doing arm builds.ian2014-08-081-1/+1
* Add an arm option, ARM_DEVICE_MULTIPASS, used to opt-in to multi-passian2014-08-051-0/+1
* Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffersnwhitehorn2014-08-051-0/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-056-0/+6
* Add new USB phone descriptor template for USB device side mode.hselasky2014-08-051-0/+1
* Move most of the 15 variations on generating opt_inet.h andimp2014-08-042-0/+44
OpenPOWER on IntegriCloud