aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.pre.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple ExecutiveJuli Mallett2010-07-201-0/+6
* Simple compatibility hacks for building on older systems whereWarner Losh2010-07-151-0/+4
* Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use theNathan Whitehorn2010-07-131-1/+1
* Revert r206179 (by imp) and do something similar which is more consistentAlexander Leidinger2010-04-221-1/+2
* Add missing @ to the NORMAL_CTFCONVERT line to keep it from appearingWarner Losh2010-04-051-1/+1
* WITH_CTF can now be specified in src.conf (not recommended, thereAlexander Leidinger2010-04-021-9/+2
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-5/+1
* Allow the old usb stack to compile by adding the appropriate -I foo, this mustAndrew Thompson2009-02-261-1/+5
* Revert previous change, since revision 187103 fixed the problem.Craig Rodrigues2009-01-151-2/+2
* When building up the command-line for the DTrace ctfmerge and ctfconvertCraig Rodrigues2009-01-151-2/+2
* Fix CTF based builds to that if the debug build is being used we getGeorge V. Neville-Neil2009-01-121-0/+1
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-011-2/+2
* Update cxgb include paths to not require prefixing with dev/cxgbKip Macy2008-09-231-0/+3
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-4/+1
* Remove some sparc-specific stuff from my earlier sun4v work in p4.John Birrell2008-06-091-2/+0
* Add support for generating CTF data for the kernel.John Birrell2008-05-231-0/+15
* pc98 lint builds w/o warnings. Remove the last special case from ourWarner Losh2008-02-021-2/+0
* Arm should build fine with -Werror as well.Olivier Houchard2008-02-021-1/+1
* sun4v has a MACHINE_ARCH of sparc64, so it was covered under that clause andWarner Losh2008-02-021-1/+1
* Some platforms that are currently under development have to cope withWarner Losh2008-02-021-2/+4
* Wall of shame rather than wall of fame for the -Werror suppression.Warner Losh2008-02-021-3/+1
* Re-enable -Werror for PowerPC. This should really be unconditional again.Marcel Moolenaar2007-08-081-1/+2
* Enable -Werror for ia64.Marcel Moolenaar2007-07-311-1/+1
* Removed unnecessary global includes for ixgbe, and em. Both have beenJack F Vogel2007-07-121-6/+0
* New driver for Intel 10G PCI-Express adapter (82598), driver isJack F Vogel2007-07-111-0/+3
* I did not intend to turn -Werror on for pc98. Refine the test forPeter Wemm2007-07-061-1/+1
* Turn on -Werror for sparc64 and sun4v.Peter Wemm2007-07-061-1/+2
* Turn on -Werror for i386 kernel builds.Peter Wemm2007-07-051-1/+1
* Turn -Werror back on for amd64 for kernel builds.Peter Wemm2007-07-051-0/+2
* Compile pf/pf_subr.c and netnatm/cc_conn.c without -Werror for the timePeter Wemm2007-07-051-1/+1
* Disable -Werror for now.Alexander Kabaev2007-05-191-2/+2
* Merge in the new driver (6.5.0) of Intel. This has a newJack F Vogel2007-05-041-0/+3
* Fixed high resolution profiling on arches that support it (amd64 andBruce Evans2006-10-261-1/+1
* Reduced the ifdef tangle for profiling by moving the unreachableBruce Evans2006-10-261-12/+2
* Define an empty C_DIALECT in case of "icc", just in case.Ruslan Ermilov2006-10-131-0/+1
* o move ath hal os glue code from the hal to the driver: this code wasSam Leffler2006-09-181-1/+1
* nuke unused support for building ath hal from src codeSam Leffler2006-09-181-6/+0
* /etc/src.conf wasn't visable for the kernel build.David E. O'Brien2006-07-171-0/+5
* Create new dialect knob, as setting the language dialect isn't a warning flag.David E. O'Brien2006-06-291-1/+2
* Hook XFS into kernel build.Craig Rodrigues2005-12-121-0/+3
* We no longer need INCLUDES+= -I$S/contrib/dev/acpica.David E. O'Brien2005-10-241-5/+2
* Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when buildingGleb Smirnoff2005-10-051-1/+1
* The kernel-depend target doesn't get any information from "compile-with",David E. O'Brien2005-09-111-0/+19
* Don't pollute the entire kernel build with -I$S/contrib/dev/ath andDavid E. O'Brien2005-09-111-2/+5
* Don't pollute the entire kernel build with -I$S/contrib/ipfilter.David E. O'Brien2005-09-111-3/+0
* Don't pollute the entire kernel build with -I$S/contrib/pf.David E. O'Brien2005-09-111-3/+0
* Don't pollute the entire kernel build with -I$S/contrib/ngatm.David E. O'Brien2005-09-111-3/+0
* Don't pollute the entire kernel build with -I$S/dev/twa.David E. O'Brien2005-09-111-3/+0
* Never hardcode /sys into these Makefiles. The proper way to spell it is $S.Warner Losh2005-04-131-0/+3
* Don't generate major.c anymore.Poul-Henning Kamp2005-03-291-1/+1