aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
...
| * Move all the power management (SMBus) drivers to their own directory,Rui Paulo2014-09-231-5/+4
| * Move amdsmb and nfsmb from dev/pci to their own device directory.Rui Paulo2014-09-231-2/+2
| * Move pci/ncr to dev/ncr.Rui Paulo2014-09-232-3/+3
| * Fix static kernel build with options ZFSSteven Hartland2014-09-191-0/+1
| * Move rl(4) to dev/rl.Gleb Smirnoff2014-09-191-1/+1
| * Implement most of timer_{create,settime,gettime,getoverrun,delete}Bjoern A. Zeeb2014-09-183-0/+3
| * Disable flow-director support until it's been debugged and verified.Adrian Chadd2014-09-151-1/+1
| * Create an interface and support routines for drivers that handle IO pinIan Lepore2014-09-131-2/+4
| * Make inclusion of fdt clock support conditional on fdt_clock, not just fdt.Ian Lepore2014-09-131-2/+2
| * Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,Xin LI2014-09-132-0/+2
| * Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARMAndrew Turner2014-09-101-0/+1
| * Add support for gdb's memory searching capabilities to our in-kernel gdbBenno Rice2014-09-051-1/+2
* | Sync to HEAD@r271160.Alexander V. Chernikov2014-09-055-7/+30
|\|
| * The USB LED driver for the Dream Cheeky WebMail Notifier.Kevin Lo2014-09-052-0/+3
| * Separate out PCI attachment from the main AHCI driver. Move checks ofWarner Losh2014-09-041-2/+3
| * Add mrsas(4) to GENERIC for i386 and amd64.Mark Johnston2014-09-041-0/+1
| * Merge the amd64 and i386 identcpu.c into a single x86 implementation.John Baldwin2014-09-043-3/+3
| * Use sh -c '...' to launch the dtb build scripts with env stuff prepended,Ian Lepore2014-09-031-2/+2
| * Invoke make_dtb with MACHINE defined for enhanced cross buildingWarner Losh2014-09-031-2/+2
| * Create an interface for drivers to enable or disable their clocks as listedIan Lepore2014-09-021-0/+2
| * Allow the iwn(4) fw 100 to be compiled into the kernel and update theChristian Brueffer2014-08-301-0/+14
| * Add XL710 device entries to NOTES, and directories to the moduleJack F Vogel2014-08-281-0/+2
* | Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-311-0/+1
* | Sync to HEAD@r270409.Alexander V. Chernikov2014-08-235-20/+65
|\|
| * Update to the Intel Base driver for the Intel XL710 Ethernet Controller FamilyJack F Vogel2014-08-221-16/+20
| * Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-173-0/+6
| * Update to the current version of netmap.Luigi Rizzo2014-08-161-0/+1
| * Add if_ath_alq code into the non-module build.Adrian Chadd2014-08-161-0/+2
| * Allow iwn105fw and iwn135 firmwares to be compiled into the kernel.Gavin Atkinson2014-08-141-0/+28
| * Disable all inline warnings on gcc >= 4.3. Not sure exactly where theWarner Losh2014-08-141-0/+4
| * Streamline format extensions. Either the compiler supports them, andWarner Losh2014-08-141-3/+2
| * Add support for FDT and !FDT configs on Atmel, though FDT isn'tWarner Losh2014-08-141-1/+1
| * Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUSMichael Tuexen2014-08-131-0/+1
* | Sync to HEAD@r269943.Alexander V. Chernikov2014-08-1322-408/+149
|\|
| * Truncate the ctfmerge command line, like we do with SYSTEM_LD.Warner Losh2014-08-121-1/+2
| * Remove dependence on source tree options. Move all kernel moduleWarner Losh2014-08-111-2/+37
| * Add the dts include directory to the -I list when doing arm builds.Ian Lepore2014-08-081-1/+1
| * Add an arm option, ARM_DEVICE_MULTIPASS, used to opt-in to multi-passIan Lepore2014-08-051-0/+1
| * Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffersNathan Whitehorn2014-08-051-0/+1
| * Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-056-0/+6
| * Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky2014-08-051-0/+1
| * Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-042-0/+44
| * Include the kernel options after bsd.init.mk so that when we'reWarner Losh2014-08-041-2/+3
| * Make the witness lock limit an option.Warner Losh2014-08-031-0/+1
| * Add vt(4) support to sparc64. The only driver currently present (ofwfb)Nathan Whitehorn2014-08-021-0/+1
| * files.mips: the kbd driver is used by vt(4) tooEd Maste2014-07-301-1/+1
| * The accept filter code is not specific to the FreeBSD IPv4 network stack,Marcel Moolenaar2014-07-261-1/+1
| * Reviewed by: impSimon J. Gerraty2014-07-263-6/+6
| * Clean symlinks created in sys/modules dirs when a make clean is invoked.Sean Bruno2014-07-241-0/+1
| * After r261991, clang warnings about unused functions in the kernel wereDimitry Andric2014-07-161-1/+1