summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-12-10- add max-count to SYNOPSISJason McIntyre
2017-12-10sort -r in the description list, and make its grammar match thoseJason McIntyre
2017-12-10Put remote client info back into the ClientAlive connection terminationDarren Tucker
2017-12-10-r restricted mode blocks certain operations as ~ operations.Theo de Raadt
2017-12-09Add support for the non-standard grep -m extension.Paul Irofti
2017-12-09recognize .openbsd.randomdata section and indicate it roughly, soTheo de Raadt
2017-12-08Make the r command filename obligatory, similar to what FreeBSD and NetBSDMartijn van Duren
2017-12-08repair columns; from kshe59@zohu.euTheo de Raadt
2017-12-08Add missing length checks to make sure we don't dereference a pointerTodd C. Miller
2017-12-08Convert snprintf+write into dprintf. It is simply easier to read, andTheo de Raadt
2017-12-08remove description of 'at' field which was removed from vmstat.c -r1.21Jasper Lievisse Adriaanse
2017-12-08time_t printing needs %lld and (long long) castsTheo de Raadt
2017-12-08fix ordering in previous to ensure errno isn't clobbered beforeDamien Miller
2017-12-08for some reason unix_listener() logged most errors twice with eachDamien Miller
2017-12-07Make the command formatting more consistent.Martijn van Duren
2017-12-07zap a few stray backslashes from the time thesse two were #defines; fromOtto Moerbeek
2017-12-07Let it compile again.Kenneth R Westerback
2017-12-06be consistent in where we call fflushMarc Espie
2017-12-06strdup -> bstrdup; from Michael W. BombardieriOtto Moerbeek
2017-12-06don't accept junk after "yes" or "no" responses to hostkey prompts.Damien Miller
2017-12-05Replace atoi and strtol conversions for integer arguments to configDarren Tucker
2017-12-05Add missing break for rdomain. Prevents spurious "Deprecated option"Darren Tucker
2017-12-05Fix a case where we could go off the end of the buffer.Todd C. Miller
2017-12-05Seperate real and user timer interfacesJeremie Courreges-Anglas
2017-12-05strip_comments is also called for dot lines, so sometimes the commentMarc Espie
2017-12-05use a global BN_CTX; from kshe with a twist from myselfOtto Moerbeek
2017-12-05include the addr:port in bind/listen failure messagesDamien Miller
2017-12-02make 0Z do what the original dc and gnu bcc do; ok tom@Otto Moerbeek
2017-12-02Add a caveat wrt use of non-decimal fractional notation; from kshe; ok jmc@Otto Moerbeek
2017-12-01fix buglet in split_number() and optimize count_digits();Otto Moerbeek
2017-12-01update currency exchange rates;Jason McIntyre
2017-11-30Default unknowns to application/octet-stream instead of x-not-regular-file.Anthony J. Bentley
2017-11-29Mixing -url with any of -host, -port, or -path should be a usage errorPhilip Guenther
2017-11-29Recognize .Bl -column at parse time, and not only at validation time,Ingo Schwarze
2017-11-29fold bsqrt_stop into bsqrt; from kshe; ok tom@Otto Moerbeek
2017-11-29simplify print_ascii; from kshe; ok tom@Otto Moerbeek
2017-11-29fcntl(F_GETOWN) doesn't have an argument, so don't display it. WhilePhilip Guenther
2017-11-29Pledge can be done earlier; from ksheOtto Moerbeek
2017-11-29Import updated moduli.Darren Tucker
2017-11-28Have sftp print a warning about shell cleanliness when decoding the firstDarren Tucker
2017-11-28duplicate word, found by igor(1)Ingo Schwarze
2017-11-28zap newline in warn(); from ksheOtto Moerbeek
2017-11-28Allow TLS ciphers and protocols to be specified for nc(1).Joel Sing
2017-11-28Need to remove fktrace here tooPhilip Guenther
2017-11-28zap dead stores; prompted by a diff from ksheOtto Moerbeek
2017-11-28garbage collect a few functions that are not really needed; from ksheOtto Moerbeek
2017-11-28document that the 'e' command is non-portable; from kshe; ok jmc@Otto Moerbeek
2017-11-28more whitespace errorsDamien Miller
2017-11-28whitespace at EOLDamien Miller
2017-11-27Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers"Jeremie Courreges-Anglas