| Commit message (Expand) | Author | Age | Files | Lines |
* | run.4: D1 is an mdoc macro, so we have to escape it. | eadler | 2014-04-05 | 1 | -1/+1 |
* | Convert sort to using newer MK_ convention. | imp | 2014-04-05 | 1 | -0/+1 |
* | Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT. | imp | 2014-04-05 | 1 | -0/+1 |
* | The proper way to request no man pages currently is NO_MAN=xxx. Use it | imp | 2014-04-05 | 1 | -2/+2 |
* | Add ioctl(2) calls to uftdi(4) to access bitbang, MPSSE, CPU_FIFO, and | ian | 2014-04-05 | 1 | -0/+81 |
* | Use xz(1) instead of gzip(1) to compress release images | gjb | 2014-04-02 | 1 | -2/+2 |
* | Move setting of the MK_xxx variables based on NO_xxx to avoid | imp | 2014-04-02 | 1 | -15/+16 |
* | FreeBSD make (aka fmake) doesn't grok .MAKE.LEVEL. Failsafe and assume | imp | 2014-04-02 | 1 | -1/+1 |
* | Add support for event timers whose clock frequency can change while running. | ian | 2014-04-02 | 1 | -1/+18 |
* | Add a new release build variable, WITH_COMPRESSED_IMAGES. | gjb | 2014-04-01 | 1 | -0/+6 |
* | Update the list of FTDI chips supported by uftdi(4). | ian | 2014-04-01 | 1 | -4/+26 |
* | Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead. | imp | 2014-04-01 | 1 | -0/+2 |
* | There's no need to set the default for GNUCXX based on WITHOUT_CXX | imp | 2014-04-01 | 1 | -9/+3 |
* | Eliminate FDT being treated specially. When the BSDL DTC was | imp | 2014-04-01 | 1 | -9/+2 |
* | Add gpiobus(4) as a link to gpio(4). | loos | 2014-04-01 | 1 | -0/+1 |
* | There's no need to guess at the COMPILER_TYPE to pass it down. We | imp | 2014-03-30 | 1 | -1/+1 |
* | Kill NO_TESTS and use MK_TESTS=no when we want to skip them. | imp | 2014-03-30 | 1 | -14/+0 |
* | Allow the build system to safely set MK_FOO to avoid the ambiguity | imp | 2014-03-30 | 1 | -4/+10 |
* | Update build(7) with LOCAL_* vars | bdrewery | 2014-03-27 | 1 | -3/+20 |
* | Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to process | dim | 2014-03-26 | 1 | -0/+19 |
* | fix up an old email address and drop clause 3 of my copyright... | jmg | 2014-03-26 | 2 | -10/+4 |
* | Update userspace users of hw.bus.devctl_disable. | mjg | 2014-03-26 | 1 | -4/+4 |
* | Adds the ADC driver for TI AM3xxx SoC family. | loos | 2014-03-24 | 2 | -1/+123 |
* | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | andrew | 2014-03-23 | 3 | -3/+4 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 2 | -6/+6 |
* | cxgbe(4): man page updates. | np | 2014-03-20 | 1 | -13/+48 |
* | Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) and | jkim | 2014-03-20 | 2 | -6/+8 |
* | share/man/man7/tests.7 | asomers | 2014-03-20 | 1 | -49/+62 |
* | Add a way to apply CFLAGS only when building the given architecture. This | ian | 2014-03-19 | 2 | -0/+11 |
* | Switch to standard 2-clause license | emaste | 2014-03-18 | 1 | -3/+0 |
* | Update nvme(4) and nvd(4) man pages to clarify the differences between | jimharris | 2014-03-18 | 2 | -7/+24 |
* | Use standard FreeBSD license disclaimer | emaste | 2014-03-18 | 3 | -34/+34 |
* | Add missing usfs manual page. | hselasky | 2014-03-18 | 2 | -0/+63 |
* | Add missing umoscom manual page. | hselasky | 2014-03-18 | 2 | -0/+67 |
* | Correctly name USB template manual page and install it by default. | hselasky | 2014-03-18 | 2 | -0/+1 |
* | Update USB template manual page. | hselasky | 2014-03-18 | 1 | -10/+9 |
* | Update NetBSD Foundation copyrights to 2-clause BSD | emaste | 2014-03-18 | 2 | -14/+0 |
* | share/man/man9/counter.9 | asomers | 2014-03-17 | 1 | -1/+1 |
* | Add Tx/Rx multiqueue support to vmx(4) | bryanv | 2014-03-17 | 1 | -0/+23 |
* | Document support for TAP-compliant Perl test programs. | jmmv | 2014-03-16 | 1 | -0/+11 |
* | Xref pthread_cancel... | jmg | 2014-03-16 | 2 | -2/+4 |
* | Add some documentation for bsd.test.mk. | jmmv | 2014-03-15 | 1 | -0/+84 |
* | Garbage collect long time obsoleted (or never used) stuff from routing API. | glebius | 2014-03-15 | 2 | -4/+0 |
* | A miss from r263140. | glebius | 2014-03-14 | 1 | -1/+0 |
* | Remove unnecessary svn:executable property from source file. | jmmv | 2014-03-14 | 1 | -0/+0 |
* | Move FreeBSD Test Suite-specific code to a suite.test.mk file. | jmmv | 2014-03-14 | 3 | -115/+134 |
* | Make bsd.test.mk the only public mk fragment for the building of tests. | jmmv | 2014-03-14 | 6 | -23/+31 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 5 | -19/+6 |
* | multiple: Remove 3rd clause from BSD license where approved by the | eadler | 2014-03-14 | 251 | -1260/+252 |
* | Remove IPX support. | glebius | 2014-03-14 | 11 | -171/+4 |