| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow tracing dlfunc() / dlsym() events. | des | 2015-01-25 | 1 | -0/+9 |
* | Add MK_TALK knob for building the talk and talkd | ngie | 2015-01-25 | 1 | -1/+4 |
* | Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernel | ngie | 2015-01-25 | 1 | -1/+4 |
* | Add MK_EE knob to control installing edit, ee, etc | ngie | 2015-01-25 | 1 | -1/+4 |
* | cp,mv,touch: Set timestamps with nanosecond precision. | jilles | 2015-01-24 | 1 | -41/+38 |
* | Add futimens and utimensat system calls. | jilles | 2015-01-23 | 1 | -0/+1 |
* | Use clock_gettime to measure the time that we spent asleep during | will | 2015-01-23 | 1 | -13/+15 |
* | Use CLOCK_UPTIME to get the uptime instead of CLOCK_MONOTONIC. | will | 2015-01-23 | 1 | -1/+1 |
* | Make "vmstat -i" respect the -c <count> and -i <interval> options together. | will | 2015-01-23 | 1 | -35/+106 |
* | Fix xz handling for files larger than 32K. | delphij | 2015-01-21 | 1 | -21/+40 |
* | Add a ${CP} alias for copying files in the build. | will | 2015-01-16 | 3 | -3/+3 |
* | Make use of the new Altivec ptrace support, to save the Altivec registers in | jhibbits | 2015-01-14 | 1 | -0/+32 |
* | Replace __inline GNUism with the standard inline. | pfg | 2015-01-13 | 1 | -2/+2 |
* | Add the llvm-symbolizer tool, which enables the sanitizers to report | dim | 2015-01-10 | 3 | -0/+160 |
* | Remove a few redundant DPADD/LDADD pairs in llvm utilities. | dim | 2015-01-10 | 2 | -4/+0 |
* | Regenerate the manpages for the additional llvm/clang tools. This | dim | 2015-01-10 | 13 | -56/+30 |
* | Add a regression test for PR 192108. | jlh | 2015-01-10 | 2 | -1/+5 |
* | mkimg: Add MBR EFI partition type | emaste | 2015-01-09 | 1 | -0/+4 |
* | Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1. | jhb | 2015-01-08 | 1 | -1/+1 |
* | Partial revert of r276832: | pfg | 2015-01-08 | 1 | -0/+2 |
* | sed: Address warnings with clang and gcc48. | pfg | 2015-01-08 | 3 | -7/+5 |
* | Create a cpuset mask for each NUMA domain that is available in the | jhb | 2015-01-08 | 2 | -17/+24 |
* | Add the AArch64 llvm backend to the build to allow for early testing and | dim | 2015-01-07 | 9 | -40/+102 |
* | ar: Avoid null pointer deref while reading corrupt archives | emaste | 2015-01-07 | 1 | -1/+2 |
* | Use the new process reaper functionality | bapt | 2015-01-06 | 1 | -13/+32 |
* | kdump: eliminate new clang warnings. | dchagin | 2015-01-06 | 2 | -13/+14 |
* | mdoc: use An macro. | joel | 2015-01-04 | 1 | -2/+2 |
* | Only manpages with fatal errors should be rendered by groff(1) | bapt | 2015-01-03 | 1 | -1/+1 |
* | Add Makefile for elftoolchain readelf(1) | emaste | 2015-01-02 | 1 | -0/+14 |
* | Merge ^/head r274961 through r276472. | dim | 2014-12-31 | 2 | -2/+2 |
|\ |
|
| * | Fixes to exit status. | pfg | 2014-12-31 | 2 | -2/+2 |
* | | Merge ^/head r274961 through r276418. | dim | 2014-12-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | mdoc: remove EOL whitespace. | joel | 2014-12-29 | 1 | -1/+1 |
* | | Merge ^/head r274961 through r276301. | dim | 2014-12-27 | 20 | -83/+123 |
|\ \
| |/ |
|
| * | mdoc: sort SEE ALSO. | joel | 2014-12-26 | 12 | -27/+27 |
| * | mandoc -Tlocale is now the default, no need to enforce it anymore | bapt | 2014-12-25 | 1 | -1/+1 |
| * | Update mandoc to 1.13.2 | bapt | 2014-12-25 | 1 | -6/+7 |
| * | patch: Bring in xstrdup and use it when appropriate. | pfg | 2014-12-25 | 4 | -18/+35 |
| * | Sync with NetBSD, mainly address NetBSD bug #43355: | delphij | 2014-12-18 | 2 | -31/+53 |
* | | Merge ^/head r275759 through r275911. | dim | 2014-12-18 | 3 | -8/+14 |
|\ \
| |/ |
|
| * | Adjust printf format specifiers for dev_t and ino_t in user space. | gleb | 2014-12-17 | 2 | -7/+10 |
| * | sed: Bounds check the file path used in the 'w' command. | pfg | 2014-12-16 | 1 | -1/+4 |
* | | Merge ^/head r275715 through r275748. | dim | 2014-12-13 | 2 | -5/+6 |
|\ \
| |/ |
|
| * | The size of the first level reference count table is given in terms of the | marcel | 2014-12-12 | 2 | -5/+6 |
* | | Merge ^/head r275478 through r275622. | dim | 2014-12-08 | 5 | -84/+315 |
|\ \
| |/ |
|
| * | patch(1): avoid line number overflows | pfg | 2014-12-08 | 2 | -34/+72 |
| * | Small space changes | pfg | 2014-12-07 | 1 | -8/+11 |
| * | Prefer setvbuf() to setlinebuf(). | pfg | 2014-12-07 | 1 | -3/+3 |
| * | Merge fixes from OpenBSD. | pfg | 2014-12-06 | 1 | -38/+40 |
| * | Update OpenBSD CVS revision for our r255232. | pfg | 2014-12-05 | 1 | -1/+1 |