| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r276645: | Ian Lepore | 2015-02-13 | 1 | -0/+2 |
| * | MFC r276525, r276596: | Ian Lepore | 2015-02-13 | 1 | -0/+5 |
| * | MFC r262733: | Mark Johnston | 2014-05-01 | 1 | -6/+11 |
| * | MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, | John Baldwin | 2014-03-06 | 1 | -1/+1 |
| * | MFC r256492: | Ian Lepore | 2013-12-13 | 1 | -1/+1 |
| * | amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointer | Andriy Gapon | 2013-07-09 | 1 | -1/+1 |
| * | Split sdhci driver in two parts: sdhci and sdhci_pci. | Oleksandr Tymoshenko | 2012-10-16 | 1 | -1/+2 |
| * | Introduce a new make variable COMPILER_TYPE that specifies what | Brooks Davis | 2012-09-13 | 1 | -1/+2 |
| * | Merging of projects/armv6, part 3 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -1/+1 |
| * | Revert r222186 per instructions for FreeBSD 10. | David E. O'Brien | 2012-07-03 | 1 | -2/+1 |
| * | Bring over the first part of the etherswitch framework - an MDIO bus and | Adrian Chadd | 2012-05-01 | 1 | -1/+1 |
| * | Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH. | Juli Mallett | 2012-03-29 | 1 | -1/+1 |
| * | Revert r232473. I have been convinced by Doug Barton and Bjoern Zeeb | Dimitry Andric | 2012-03-03 | 1 | -1/+1 |
| * | After r232322, it turned out many people (and some ports) are building | Dimitry Andric | 2012-03-03 | 1 | -1/+1 |
| * | Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, that | Dimitry Andric | 2012-02-29 | 1 | -1/+1 |
| * | Unbreak several mips kernel configs after r230150 and r230152 to make | Bjoern A. Zeeb | 2012-01-18 | 1 | -0/+1 |
| * | Major snd_hda driver rewrite: | Alexander Motin | 2012-01-15 | 1 | -0/+1 |
| * | MK_CTF is not defined when kmod.mk is used with old bsd.own.mk. | Max Khon | 2011-12-06 | 1 | -1/+1 |
| * | - CTF knob is now implemented using common scheme: MK_CTF=yes/no is | Max Khon | 2011-11-30 | 1 | -1/+1 |
| * | Call CTFMERGE only when WITH_CTF is defined. | Max Khon | 2011-11-29 | 1 | -1/+1 |
| * | - fix WITH_CTF when specified in /etc/src.conf [1] | Max Khon | 2011-11-29 | 1 | -5/+0 |
| * | Conditionalize ctfconvert/ctfmerge runs on make level (.if/.endif) instead | Max Khon | 2011-11-29 | 1 | -1/+3 |
| * | Test against "no" rather than "yes" for MK_KERNEL_SYMBOLS | Warner Losh | 2011-05-23 | 1 | -2/+2 |
| * | Backwards compatibility hacks to allow kernels to be built via config | Warner Losh | 2011-05-22 | 1 | -1/+2 |
| * | Start to usher INSTALL_NODEBUG hack out the door. Add new | Warner Losh | 2011-05-22 | 1 | -1/+1 |
| * | Remove support for the Intel C Compiler from the build infrastructure. | Dimitry Andric | 2011-04-19 | 1 | -13/+3 |
| * | Add an x86/include directory to the kernel to hold headers that are common | John Baldwin | 2010-11-01 | 1 | -2/+5 |
| * | Use MACHINE_CPUARCH as appropriate | Warner Losh | 2010-09-13 | 1 | -7/+13 |
| * | For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in | Rui Paulo | 2010-08-17 | 1 | -4/+4 |
| * | Handle a few corner cases for clang like we did with icc. These should | Rui Paulo | 2010-07-22 | 1 | -1/+1 |
| * | Simple compatibility hacks for building on older systems where | Warner Losh | 2010-07-15 | 1 | -0/+3 |
| * | Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use the | Nathan Whitehorn | 2010-07-13 | 1 | -7/+7 |
| * | Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllers | Alexander Motin | 2010-05-02 | 1 | -1/+1 |
| * | Do the ctfmerge (= all symbols, not only symbols from one object file) for | Alexander Leidinger | 2010-04-22 | 1 | -0/+5 |
| * | WITH_CTF can now be specified in src.conf (not recommended, there | Alexander Leidinger | 2010-04-02 | 1 | -0/+5 |
| * | Fix a typo in a comment. | Alexander Leidinger | 2010-03-26 | 1 | -1/+1 |
| * | Propagate CONF_CFLAGS (from makeoptions) to the module build too. | Alexander Leidinger | 2010-03-25 | 1 | -0/+3 |
| * | Kernel module support for mips. | Neel Natu | 2010-02-18 | 1 | -3/+8 |
| * | * Driver for ACPI WMI (Windows Management Instrumentation) | Rui Paulo | 2009-06-23 | 1 | -1/+2 |
| * | Change over the usb kernel options to the new stack (retaining existing | Andrew Thompson | 2009-02-23 | 1 | -1/+0 |
| * | kmod.mk includes bsd.sys.mk anyway so use CSTD instead of homegrown | Roman Divacky | 2009-01-26 | 1 | -2/+1 |
| * | add usb2_if.m to mfiles to unbreak build of modules. | Alfred Perlstein | 2008-11-04 | 1 | -0/+1 |
| * | Allow clock_if.m to be referenced by kernel modules, this is useful | Bruce M Simpson | 2008-10-02 | 1 | -1/+2 |
| * | Force an explicit dependency on opt_global.h for all module object files | John Baldwin | 2008-03-04 | 1 | -0/+7 |
| * | Re-enable -Werror for modules. | Ruslan Ermilov | 2007-11-19 | 1 | -1/+1 |
| * | Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was | John Baldwin | 2007-11-12 | 1 | -2/+2 |
| * | Add --no-warn-mismatch to ld(1) when linking binary files into | Marcel Moolenaar | 2007-07-11 | 1 | -4/+4 |
| * | Disable -Werror for now. | Alexander Kabaev | 2007-05-19 | 1 | -2/+2 |
| * | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 1 | -1/+1 |
| * | Fix typo in comment. | Florent Thoumie | 2007-03-04 | 1 | -1/+1 |