| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing , in converted font output | emaste | 2014-05-29 | 1 | -1/+1 |
* | Remove empty lines that cause mdoc warnings. | gjb | 2014-05-27 | 4 | -5/+0 |
* | Change libatf-c and libatf-c++ to be private libraries. | jmmv | 2014-05-25 | 1 | -0/+29 |
* | Fix tst.ZeroModuleProbes.d.ksh, which was incorrectly modified in r178534. | markj | 2014-05-19 | 1 | -1/+0 |
* | remove trailing white space... | jmg | 2014-05-19 | 1 | -2/+2 |
* | Remove documention of WITHOUT_NCURSES removed in r266157. | brooks | 2014-05-15 | 2 | -6/+0 |
* | Fix delete-old when WITH_TESTS is set. | jmmv | 2014-05-12 | 1 | -1/+1 |
* | (NANO_CONFIG): New variable containing path of config file, so that | thomas | 2014-05-12 | 1 | -2/+13 |
* | Upgrade our copy of llvm/clang to 3.4.1 release. This release contains | dim | 2014-05-12 | 1 | -35/+35 |
* | Move DOCCOMPRESS to MK variable. | imp | 2014-05-10 | 2 | -0/+9 |
* | Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove a | imp | 2014-05-10 | 1 | -0/+5 |
* | Optionally allow building the historical FreeBSD make program and | imp | 2014-05-10 | 1 | -0/+5 |
* | Document WITHOUT_SYSCALL_COMPAT and WITHOUT_GNU_GREP_COMPAT. | imp | 2014-05-10 | 2 | -0/+6 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 2 | -2/+2 |
* | Add appropriate quoting to allow building with a KERNCONFDIR containing | thomas | 2014-05-03 | 1 | -12/+12 |
* | Clean up more lindev(4) vestiges. | brueffer | 2014-05-02 | 1 | -21/+0 |
* | Add a C libary and a Python module that implements an API similar | marcel | 2014-04-28 | 9 | -0/+672 |
* | Note that the bug was fixed, and when. | des | 2014-04-26 | 1 | -1/+1 |
* | Eliminate last vestigies of NO_MAN= in the tree. Also, remove | imp | 2014-04-25 | 6 | -6/+2 |
* | Remove NO_CTF, exccept as an undocumented compatibility | imp | 2014-04-25 | 1 | -4/+3 |
* | Put my inner hobgoblin on a leash: These routines, at least, needed to | imp | 2014-04-25 | 1 | -10/+10 |
* | Add option WITHOUT_VI to not build/install vi. vi was the largest | imp | 2014-04-24 | 1 | -0/+2 |
* | Use MK_OPENLDAP in preference to WITH_OPENLDAP and make it a default | imp | 2014-04-24 | 1 | -0/+2 |
* | Turns out that bash whines line a spoiled three year old when it | imp | 2014-04-24 | 1 | -0/+1 |
* | Channel my inner hobgoblin and make all functions enclosed in () | imp | 2014-04-24 | 1 | -14/+14 |
* | Hoist CR convenience function up from dhcpd config and use | imp | 2014-04-24 | 2 | -18/+19 |
* | Switch to using pkgng for all package management. Add necessary | imp | 2014-04-24 | 2 | -59/+17 |
* | Add a routine for easy workaround any umount issues w/o hacking | imp | 2014-04-24 | 1 | -4/+10 |
* | Introduce NANO_PKG_META_BASE to allow moving where metadata for | imp | 2014-04-24 | 1 | -5/+8 |
* | No need for true here, remove it. | imp | 2014-04-24 | 1 | -1/+0 |
* | Override the parallel make target to use all CPUs. | imp | 2014-04-24 | 1 | -1/+3 |
* | libc/stdio: Fail fdopen() on an execute-only fd. | jilles | 2014-04-21 | 5 | -1/+237 |
* | libc: Add fopen() test to regression Makefile. | jilles | 2014-04-21 | 1 | -3/+11 |
* | Separate out enabling building clang and/or gcc for the system and | imp | 2014-04-18 | 10 | -11/+43 |
* | An abstracted down version of the NanoBSD config files as used by | imp | 2014-04-18 | 3 | -0/+533 |
* | Add -x to the removal of trees to prevent crossing mount points to | imp | 2014-04-18 | 1 | -9/+9 |
* | Don't build EISA by default anymore. Remove from i386 GENERIC and | imp | 2014-04-18 | 1 | -0/+2 |
* | Document WITHOUT_GPL_DTC too. | imp | 2014-04-15 | 1 | -0/+3 |
* | Fix test suite name in src.conf(5). | jmmv | 2014-04-13 | 1 | -1/+6 |
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 176 | -176/+176 |
* | Check the right file for pwcache_groupdb. | imp | 2014-04-13 | 1 | -1/+1 |
* | Up the minimum system to build FreeBSD current to 8.0-RELEASE. The | imp | 2014-04-13 | 1 | -12/+0 |
* | Also ignore files from Murcirial (.hg) and git (.git) when copying | imp | 2014-04-08 | 1 | -2/+2 |
* | Document upcoming build option WITH_SORT_THREADS | imp | 2014-04-05 | 1 | -0/+3 |
* | use MK_KERBEROS=no in preference to WITHOUT_KERBEROS | imp | 2014-04-05 | 1 | -1/+1 |
* | Silence an unnecessary warning. | gnn | 2014-04-01 | 1 | -0/+2 |
* | Dump default media size to 1GB to reflect a fatter environment and | imp | 2014-03-28 | 1 | -1/+1 |
* | Update userspace users of hw.bus.devctl_disable. | mjg | 2014-03-26 | 1 | -10/+0 |
* | errx prepends the program name to the message; don't do it by hand. | jmmv | 2014-03-19 | 1 | -1/+1 |
* | Make the priv test program exit with non-zero if any failures are detected. | jmmv | 2014-03-19 | 1 | -8/+33 |