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