| Age | Commit message (Expand) | Author |
| 2015-06-06 | Format-string related warnings work fine now with both GCC 4.8 and | joerg |
| 2015-06-06 | Drop assignment from uninitialized and otherwise unused variable. | joerg |
| 2015-06-05 | Drop trailing whitespace. | wiz |
| 2015-06-05 | Document .OBJDIR target. | sjg |
| 2015-06-03 | Fix expand() to process successive escape sequences correctly. | enami |
| 2015-06-03 | Add missing .El and other minor fixes. | wiz |
| 2015-06-03 | Add a gettext implementation from William Orr. | christos |
| 2015-05-25 | Fix warning about uninitialized variable | manu |
| 2015-05-25 | Make sure netstat builds with -DSMALL | manu |
| 2015-05-24 | Add -N (VIS_NOLOCALE), sort. | christos |
| 2015-05-20 | #include <sys/exec_elf.h> for ksyms | matt |
| 2015-05-16 | Use :Q instead of " to quote make vars DBG and LDSTATIC | matt |
| 2015-05-15 | Fix rump.{netstat,route} shows host's interface names in link local addresses | ozaki-r |
| 2015-05-13 | Mark error as dead. | joerg |
| 2015-05-11 | handle compound literals with a trailing comma | christos |
| 2015-05-09 | Remove pointless casts. | dholland |
| 2015-05-09 | Make error() printflike instead of using sprintf before calling it. | dholland |
| 2015-05-09 | Use proper (enough) parentheses in macro expansion. | dholland |
| 2015-05-09 | Use errx when malloc fails, and also don't cast the return value of | dholland |
| 2015-05-09 | one crash -> errx Christos missed | dholland |
| 2015-05-09 | Polish the error messages. | dholland |
| 2015-05-09 | #if 0 code should still compile :-) | dholland |
| 2015-05-09 | modernize: | christos |
| 2015-05-09 | Also check the other emitted getrlimit call for failure. | dholland |
| 2015-05-09 | CID 1225082: Check getrlimit() return | christos |
| 2015-05-05 | When evaluating condtionals from .if we want to require | sjg |
| 2015-04-23 | Add -x xferbufsize to set xferbuf size. | lukem |
| 2015-04-23 | Update for 2015 dates. From Jeff Woodall in PR misc/49587, with | snj |
| 2015-04-16 | Explain what max is and handle i reaching it again. | joerg |
| 2015-04-16 | Don't use memcpy for overlapping ranges. Simplify, memmove is good | joerg |
| 2015-04-16 | Accept 0 size for -d type=reg, it grows dynamically anyway. | pooka |
| 2015-04-15 | Coverity CID 1264915, Via FreeBSD (Xin Li) | christos |
| 2015-04-11 | Use separate vars to track cwd and last dir a process read. | sjg |
| 2015-04-10 | export-all.mk should be including export.mk | sjg |
| 2015-04-10 | Fix casts which are inconsistent with *printf() formats and remove the | tron |
| 2015-04-10 | It's 2015. | wiz |
| 2015-04-10 | Remove trailing whitespace. | wiz |
| 2015-04-10 | Typo in previous. | uebayasi |
| 2015-04-10 | More about attribute -> bus, and child configuration. | uebayasi |
| 2015-04-09 | Forgot to tweak date | sjg |
| 2015-04-09 | jobs mode handles '-' very differently to compat mode, but this is not | sjg |
| 2015-04-07 | remove ancient dup. | christos |
| 2015-04-07 | change _whatdb => _mandb as that is the correct keyword here, | plunky |
| 2015-04-06 | Document xz decompression support better. From Joachim Henke on netbsd-docs. | wiz |
| 2015-04-04 | build ops.h first, because trying to build dependencies and ops.h at the | christos |
| 2015-04-03 | accept typenames in param decls. | christos |
| 2015-04-01 | Close child's reference to meta file. | sjg |
| 2015-03-26 | Move initialization of savederr to the block where it is used | sjg |
| 2015-03-23 | Add RTF_BROADCAST to mark routes used for the broadcast address when | roy |
| 2015-03-22 | if not playing (-q mode), don't call ioctl() or try to use the results. | mrg |