summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-12-17Let the Insert key toggle overwrite mode. This matches GNU Emacs behavior.Brian Callahan
2017-12-17Use proper BN functions for error reporting; from ksheOtto Moerbeek
2017-12-15Use the canonical idiom to check strlcat(3). An unchecked strlcat callTheo Buehler
2017-12-15Instead of pointlessly falling through other cases and ending up doingTheo Buehler
2017-12-15Make sure the double is cast to a long if the format string is %D, %O, %U.Theo Buehler
2017-12-14Replace ED25519's private SHA-512 implementation with a call to theChristian Weisgerber
2017-12-14when -h is passed don't print any header, as is common practise in other syst...Jasper Lievisse Adriaanse
2017-12-14Enable the awk scripts to generate ex_def.h and options_def.h.Martijn van Duren
2017-12-13Fix array index by signed char; from martijn@Todd C. Miller
2017-12-13Fix sign compare warnings; OK martijn@Todd C. Miller
2017-12-13Enable compiler warnings; OK martijn@Todd C. Miller
2017-12-12Use bn_checkp() always; from ksheOtto Moerbeek
2017-12-12Minor cleanup from ksheOtto Moerbeek
2017-12-12optimize add, sub and mul; from kshe; ok tom@Otto Moerbeek
2017-12-12Create a persistent umac128.c source file: #define the output size andChristian Weisgerber
2017-12-12Fix 2 bugs introduced by previous.Martijn van Duren
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-12-11Fix and change y command in the following ways:Martijn van Duren
2017-12-11fix the description of delete-non-matching-lines;Jason McIntyre
2017-12-10ssh/lib hasn't worked towards our code-sharing goals for a quit while,Theo de Raadt
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