| Commit message (Expand) | Author | Age | Files | Lines |
* | DESTDIR is set already | sjg | 2013-03-06 | 1 | -1/+0 |
* | Do no assume ${DESTDIR}/usr/include is always valid | sjg | 2013-02-20 | 1 | -1/+2 |
* | Updated dependencies | sjg | 2013-02-16 | 248 | -497/+2 |
* | Sync with HEAD. | obrien | 2013-02-08 | 115 | -587/+11599 |
|\ |
|
| * | Missed adding Makefile.config and unit-tests/Makefile should | sjg | 2013-02-04 | 2 | -0/+23 |
| * | Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printf | andrew | 2013-02-04 | 1 | -1/+1 |
| * | Pull in r170135 from upstream clang trunk: | dim | 2013-02-02 | 1 | -6/+16 |
| * | Merge bmake-20130123 | sjg | 2013-02-01 | 3 | -130/+94 |
| * | When in -U mode do avoid setting SUID bits, but do not modify the mode | brooks | 2013-01-31 | 1 | -3/+2 |
| * | - Refresh code with latest OpenBSD revisions. | delphij | 2013-01-29 | 14 | -87/+71 |
| * | - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from | gabor | 2013-01-29 | 15 | -0/+4946 |
| * | - Show page faults requiring I/O when -s invoked. | zont | 2013-01-28 | 1 | -0/+3 |
| * | - Show page faults requiring I/O on vmstat display. | zont | 2013-01-28 | 1 | -36/+40 |
| * | - Remove forgotten commented out debug code | gabor | 2013-01-27 | 1 | -15/+0 |
| * | - Simplify and unify diagnostic and error message handling | gabor | 2013-01-27 | 1 | -12/+8 |
| * | truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC) | mjg | 2013-01-27 | 1 | -7/+4 |
| * | truss: if file requested with -o flag could not be opened print the reason | mjg | 2013-01-27 | 1 | -1/+1 |
| * | Fix style nit in dtc man page: sentences should start on new lines. | theraven | 2013-01-25 | 1 | -58/+86 |
| * | Install the NLS catalog in the C directory rather than en_US.US-ASCII | brooks | 2013-01-24 | 1 | -1/+1 |
| * | Explicitly include headers that are implicitly included by libstdc++. Fixes | theraven | 2013-01-23 | 6 | -4/+24 |
| * | Remove documentation of the old -M option. | brooks | 2013-01-22 | 1 | -5/+2 |
| * | Remove EOL whitespace. | joel | 2013-01-22 | 1 | -11/+11 |
| * | Minor mdoc fixes. | joel | 2013-01-22 | 1 | -4/+2 |
| * | Fix the missing sentence that ended in the middle in the man page for dtc (also | theraven | 2013-01-22 | 1 | -1/+4 |
| * | Fix logic error in explicitly specified dtb versions spotted by gavin. | theraven | 2013-01-22 | 1 | -1/+1 |
| * | Use pluralies() for "entry"/"entries". | glebius | 2013-01-22 | 1 | -1/+1 |
| * | Import new (BSDL) device tree compiler. Now built by default, so that it can't | theraven | 2013-01-22 | 15 | -0/+5061 |
| * | Make "install -l s[ar]" act like "ln -sfh" as intended. This fixes | brooks | 2013-01-22 | 1 | -1/+14 |
| * | When copying the complement of the string loop to WINT_MAX as we are dealing | andrew | 2013-01-22 | 1 | -1/+2 |
| * | - Avoid unnecessary strdup() | gabor | 2013-01-20 | 1 | -2/+2 |
| * | Remove EOL whitespace. | joel | 2013-01-19 | 1 | -2/+2 |
| * | - Move 'showthreads' check out of fmt.c. | jhb | 2013-01-19 | 1 | -4/+3 |
| * | Set showthread = 0 for w(1). | delphij | 2013-01-18 | 1 | -0/+1 |
| * | Introduce six new options from NetBSD: | brooks | 2013-01-18 | 3 | -53/+733 |
| * | Remove default support for 1aout section manpages. There haven't been | brooks | 2013-01-16 | 2 | -2/+2 |
| * | Add myself as a port committer (with eadler@ and bdrewery@ as mentors). | dbn | 2013-01-15 | 1 | -0/+1 |
| * | Remove stray tabs. | jlh | 2013-01-14 | 1 | -2/+2 |
| * | Allow commands without any additional arguments, as stated in the | jlh | 2013-01-14 | 1 | -2/+2 |
| * | procstat: only one mode flag can be specified, but required check for 'i' | mjg | 2013-01-12 | 1 | -2/+2 |
| * | Implement the -N <dbdir> option which allows an alternate passwd and | brooks | 2013-01-11 | 3 | -30/+61 |
| * | Use calloc() to get zeroed memory. | delphij | 2013-01-08 | 1 | -3/+2 |
| * | Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT". | obrien | 2013-01-08 | 2 | -5/+19 |
| * | Fix a signed/unsigned comparison when wchar_t is unsigned by casting the | andrew | 2013-01-06 | 1 | -1/+1 |
| * | Fix a segfault when bsdgrep -i is given an empty pattern string. | markj | 2013-01-05 | 1 | -1/+1 |
| * | - Fix handling of the case when multiple patterns are specified in a single | gabor | 2013-01-05 | 1 | -2/+12 |
| * | Follow calloc convention in other code, this is functionally identical | delphij | 2013-01-05 | 1 | -1/+1 |
| * | Constify arguments. While I'm there, also add a static for usage(). | delphij | 2013-01-04 | 1 | -3/+3 |
| * | Add missing DPADD. | antoine | 2013-01-01 | 1 | -0/+1 |
| * | - Use BN_set_negative() and BN_is_negative() instead of subtracting or | kevlo | 2012-12-30 | 3 | -42/+66 |
| * | Upgrade our copy of llvm/clang to 3.2 release. | dim | 2012-12-23 | 1 | -4/+4 |