| Commit message (Expand) | Author | Age | Files | Lines |
* | o Create directory sys/netpfil, where all packet filters should | glebius | 2012-09-14 | 2 | -51/+35 |
* | Introduce a new make variable COMPILER_TYPE that specifies what | brooks | 2012-09-13 | 3 | -7/+9 |
* | Rename the IVY_RNG option to RDRAND_RNG. | kib | 2012-09-13 | 4 | -4/+4 |
* | Allow cxgbe to be built into a kernel with "device cxgbe." | np | 2012-09-13 | 2 | -0/+35 |
* | Remove some trailing whitespace. | jimharris | 2012-09-12 | 2 | -3/+3 |
* | Remove duplication and centralize testing of various config(8)ed features. | obrien | 2012-09-12 | 4 | -6/+5 |
* | Not all Pmake derived makes quietly tolerate assignment from shell commands | obrien | 2012-09-12 | 3 | -5/+5 |
* | Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilation | obrien | 2012-09-12 | 2 | -2/+2 |
* | Add device entry for DWC OTG. | hselasky | 2012-09-11 | 1 | -0/+1 |
* | Remove some more NetBSD compat shims and other unused bits from these | jhb | 2012-09-10 | 1 | -1/+0 |
* | After r240104, make sure the hpt27xx driver also compiles with clang, | dim | 2012-09-05 | 2 | -2/+4 |
* | Add support for new Intel on-CPU Bull Mountain random number | kib | 2012-09-05 | 4 | -2/+12 |
* | Fix duplicate entries for mwl(4): | jhb | 2012-09-04 | 1 | -0/+3 |
* | - Move jenkins.h to jenkins_hash.c | glebius | 2012-09-04 | 1 | -0/+1 |
* | Partially revert r239959, after actually fixing most of the clang | dim | 2012-09-02 | 1 | -6/+6 |
* | Work around several warnings from clang in the xfs filesystem, when | dim | 2012-08-31 | 1 | -7/+7 |
* | Similar to how r171350 fixed linking of kernel modules containing | jhb | 2012-08-31 | 1 | -2/+3 |
* | The implied source variable (.IMPSRC) didn't actually work in my previous | jhb | 2012-08-31 | 1 | -2/+2 |
* | Add common rules for building firmware object files (NORMAL_FW to run | jhb | 2012-08-31 | 2 | -44/+47 |
* | Post r222812 KTR_CPUMASK started being initialized only as a tunable | attilio | 2012-08-30 | 1 | -3/+3 |
* | Add PrimeCell UART (PL011) driver | gonzo | 2012-08-30 | 1 | -0/+1 |
* | After r239868, also remove the comment about the workaround for | dim | 2012-08-29 | 1 | -1/+0 |
* | Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, since | dim | 2012-08-29 | 1 | -1/+1 |
* | Move AR71XX (MIPS SoCs family) options to options.mips file. | ray | 2012-08-26 | 2 | -8/+10 |
* | Piggyback MIPS changes and add ARM syscons support for devices with | gonzo | 2012-08-25 | 2 | -0/+14 |
* | Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. | brooks | 2012-08-25 | 1 | -0/+2 |
* | Add a device driver for the Altera University Program SD Card IP Core, | rwatson | 2012-08-25 | 1 | -0/+4 |
* | Add altera_avgen(4), a generic device driver to be used by hard and soft | rwatson | 2012-08-25 | 1 | -0/+1 |
* | Add preliminary support for the SRI International / University of Cambridge | rwatson | 2012-08-25 | 1 | -0/+1 |
* | Provide basic glue to allow syscons to be used on MIPS, modelled | rwatson | 2012-08-25 | 2 | -0/+10 |
* | Get rid of ARM_BIG_ENDIAN for good: | gonzo | 2012-08-21 | 2 | -12/+0 |
* | Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC. | hrs | 2012-08-21 | 2 | -0/+3 |
* | Initial support for running FreeBSD on the Nintendo Wii. We're able to | adrian | 2012-08-21 | 2 | -0/+7 |
* | Upgrade our copy of llvm/clang to trunk r162107. With thanks to | dim | 2012-08-20 | 2 | -5/+14 |
* | Add a new sound driver for PowerMacs, found here on my Quad G5. | andreast | 2012-08-19 | 1 | -0/+1 |
* | Add a new temperature driver for certain PowerMacs. Found here on my Quad G5. | andreast | 2012-08-19 | 1 | -0/+1 |
* | Remove support for SKI: HP's Itanium simulator. It's pretty much not | marcel | 2012-08-18 | 2 | -7/+0 |
* | Merge ACPICA 20120816. | jkim | 2012-08-16 | 1 | -0/+1 |
* | Merging of projects/armv6, part 5 | gonzo | 2012-08-15 | 1 | -1/+3 |
* | Merging of projects/armv6, part 3 | gonzo | 2012-08-15 | 2 | -2/+2 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 3 | -7/+32 |
* | Port the new PV entry allocator from amd64/i386. This allocator has two | alc | 2012-08-13 | 1 | -0/+4 |
* | MFP4 change 214967: | brooks | 2012-08-06 | 1 | -2/+2 |
* | Add backlight support for nVidia-based PowerBooks/iBooks/iMacs. | jhibbits | 2012-08-04 | 1 | -0/+1 |
* | support building vtnet as an embedded driver | luigi | 2012-08-03 | 1 | -0/+10 |
* | Until now KTR_ENTRIES, which defines the size of circular buffer used in | davide | 2012-07-30 | 1 | -1/+1 |
* | Refactor enclosure manegement support in ahci(4). Move it out into separate | mav | 2012-07-26 | 1 | -0/+1 |
* | Begin separating out the TX DMA setup in preparation for TX EDMA support. | adrian | 2012-07-23 | 1 | -0/+2 |
* | Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar | alc | 2012-07-18 | 1 | -1/+0 |
* | Force overwrite of gz file, to make NO_CLEAN builds work. | imp | 2012-07-15 | 1 | -1/+1 |