summaryrefslogtreecommitdiffstats
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* Use KTR_COMPILE=(KTR_ALL) for LINTs, to get more code coverage.glebius2015-02-191-1/+1
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-191-1/+1
* Allow the ARM unwinder to work through modules. This will be used to addandrew2015-02-191-0/+1
* Merge ACPICA 20141107 and 20150204.jkim2015-02-181-0/+1
* Populate new KERN_OPTS from all the opt_*.h files inimp2015-02-182-28/+60
* Globally enable -fms-extensions when building kernel with gcc, and removeglebius2015-02-174-4/+4
* Pull the ARM ddb unwind code out to a new file. This will allow it to beandrew2015-02-171-0/+1
* Fix compilation of the SDP driver and a compile warning after r278886.hselasky2015-02-171-1/+1
* Update the infiniband stack to Mellanox's OFED version 2.1.hselasky2015-02-171-5/+5
* Import USB display link driver from OpenBSD. Support for compressionhselasky2015-02-151-0/+4
* Import videomode code from NetBSD which is needed by USB display link drivers.hselasky2015-02-152-0/+7
* Properly quote EXTRA_MODULES and WITHOUT_MODULES to ensure that theyimp2015-02-101-1/+1
* Remove FreeBSD/wii.rpaulo2015-02-102-7/+0
* Prefer install over mkdir to create the directory. Add test to ensureimp2015-02-091-3/+3
* Move these definitions to bsd.own.mk along side the kernel directory /imp2015-02-091-4/+0
* Fix typo.imp2015-02-091-1/+1
* We need to create /boot/dtb since some use cases don't create a fullimp2015-02-091-0/+4
* Make sure that we define DTB{OWN,GRP,MODE} so install works.imp2015-02-091-0/+3
* Pass MODULES_EXTRA to the modules build. While I'm here, also alwaysimp2015-02-091-3/+1
* Enforce that MK_foo options shall be either "yes" or "no" and nothingimp2015-02-091-0/+8
* Add WPI_DEBUG option.adrian2015-02-071-0/+3
* Unbreak the build (memchr is explicitly required by devctl(9) after r278320)ngie2015-02-061-1/+1
* Always prefer double dashes for GNU LD long options.davide2015-02-061-1/+1
* Import VCHI driver for Broadcom's VideoCore IV GPUgonzo2015-02-051-0/+3
* turn GEOM_UNCOMPRESS_DEBUG into a proper option so it can be specifiedjmg2015-02-051-1/+2
* Add -fwrapv to CFLAGS for the kernel. This essentially un-reverts r259045.peter2015-02-051-0/+8
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-042-0/+2
* Optimise allocation of USB DMA structures. By default don't double maphselasky2015-02-021-0/+1
* Build the powerpc64 kernel as a position-independent executable. At startup,nwhitehorn2015-01-311-0/+5
* Fix build with "device iscsi" in kernel config.trasz2015-01-311-0/+1
* Add kobj interface between ICL and the rest of the iSCSI stack.trasz2015-01-311-0/+1
* For clang, disable -Wcast-qual warnings for specific aesni files, sincedim2015-01-302-2/+3
* Add ARMv7 performance monitoring counters.br2015-01-281-0/+1
* Add MK_AUTOFS knob for building and installing autofs(4), et alngie2015-01-261-0/+1
* Add MK_BHYVE knob for building and installing bhyve(4), et alngie2015-01-261-0/+1
* Build cuse(4) if MK_CUSE != nongie2015-01-251-0/+1
* Add MK_CCD knob for building and installing ccd(4), ccdconfig, etcngie2015-01-251-0/+1
* Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernelngie2015-01-251-0/+1
* Make sure the compiler flag to get cxgbe(4) to compile with gcc is usednp2015-01-241-1/+1
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-182-1/+3
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-2/+4
* Extend fixes made in r277308 to fix build of LINT kernels for i386 andhselasky2015-01-181-5/+10
* There are still kernel configs and mk files depending on the OFED option.bz2015-01-181-0/+1
* Start importing the basic OFED linux compatibility layer changes madehselasky2015-01-172-7/+7
* Move DEV_ entries scattered to their common section. Add DEV_PCI.imp2015-01-171-7/+8
* Plug cxgbe(4) back into !powerpc && !arm builds, instead of building itnp2015-01-161-0/+3
* Make cxgbe(4) buildable with the gcc in base.np2015-01-161-1/+1
* Add Altivec/VMX register support to ptrace.jhibbits2015-01-141-0/+1
* Add usb template SERIALNET allowing us to have both USB CDC Ethernetbr2015-01-131-0/+1
* Take out some more no-error warnings, as the build is clean withoutimp2015-01-101-1/+1
OpenPOWER on IntegriCloud