summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2017-11-27Safer handling of the jump_table[] in dc's bcode.cTom Cosgrove
2017-11-26Fix segfault which could be triggered by deleting a backwards sentence ifRicardo Mestre
2017-11-25Add monotime_ts and monotime_tv that return monotonic timespec andDarren Tucker
2017-11-25Remove get_current_time() and replace with calls to monotime_double()Darren Tucker
2017-11-24Use clock_gettime and getrusage to compute real and user time.Jeremie Courreges-Anglas
2017-11-23Fix slot leak occuring when the device mode doesn't matchAlexandre Ratchov
2017-11-23Remove useless variable assignments in .au header parsing code. FromAlexandre Ratchov
2017-11-20Free memory in the error code-path, when we run out of descriptorsAlexandre Ratchov
2017-11-17Allow formats in selectp -T, from Thomas Adam.Nicholas Marriott
2017-11-16Add -and-cancel variants for scrolling commands to exit copy mode whenNicholas Marriott
2017-11-15Add a common function for spreading out cells and use it for the twoNicholas Marriott
2017-11-15Completely rewrite the reflow code to correctly handle double widthNicholas Marriott
2017-11-15If there is a double width character at the very end of the line withNicholas Marriott
2017-11-15downgrade a couple more request parsing errors from process-fatal toDamien Miller