summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
1999-09-16flesh out man -k even more because some people who probably deserve windows, ...Theo de Raadt
1999-09-14typesTheo de Raadt
1999-09-14Style: kill register and indent properly.Marc Espie
1999-09-14-I works better when activated...Marc Espie
1999-09-14Add support for hex constants.Marc Espie
1999-09-14mktemp -> mkstempMarc Espie
1999-09-14Implement -I option and M4PATH environment variableMarc Espie
1999-09-14atq prints 2 digits for yearTheo de Raadt
1999-09-12correct exit value; noted by shinobi@monkey.orgTodd C. Miller
1999-09-10Don't unlock the skeykeys file before the fclose since stdio may still have s...Todd C. Miller
1999-09-09Bug-fix: thinkoMarc Espie
1999-09-07The descriptions of the -C and -N options were swapped. Also, mentionTodd C. Miller
1999-09-06Remove STRSPACE limitations.Marc Espie
1999-09-06Use EOS pervasively.Marc Espie
1999-09-06Get rid of mktemp in the handling of diversion.Marc Espie
1999-09-06synchMarc Espie
1999-09-06Misc minor changes:Marc Espie
1999-09-06Optimize STREQ/STREQN some moreMarc Espie
1999-09-06TypoMarc Espie
1999-09-03proto bcrypt_gensalt()Theo de Raadt
1999-09-02print i386 irqs nicer, so that sharing is more obviousTheo de Raadt
1999-09-01Correct SYNOPSYS; no -h option exists.Aaron Campbell
1999-08-31patch file should hold at least one patch, otherwise we're entitled toMarc Espie
1999-08-29Fix -Wall warnings.Marc Espie
1999-08-29cast time_t to (long int) to pass them to sprintf() portably.Marc Espie
1999-08-27Replace some strlen with sizeof() - 1.Federico G. Schwindt
1999-08-27Use 10 X's in mkstemp. Replace bcopy with strlcpy.Federico G. Schwindt
1999-08-27We're using 10 X's now.Federico G. Schwindt
1999-08-26fix a few more boflows; millert@ okAaron Campbell
1999-08-26Fix a buf oflow noticed by aazubel@cnba.uba.ar.Federico G. Schwindt
1999-08-24better fix; now if the last line in a file stream does not contain a newline,Aaron Campbell
1999-08-23fgets() -> fgetln(). When reading files like this, the notion of a `line' isAaron Campbell
1999-08-21Document the YP optionsNiklas Hallqvist
1999-08-21Let arch compile again...Marc Espie
1999-08-20Don't install with special permissions.Jason Downs
1999-08-20re-order includes and remove <sys/utsname.h> since we don't use uname()Todd C. Miller
1999-08-19Merge arch and machine sources. Add some options so it willNiklas Hallqvist
1999-08-18formattingAaron Campbell
1999-08-18comma splices, formatting nits, et alAaron Campbell
1999-08-18Fix a printf() so `id' and `id username' produce similar output; inspired byAaron Campbell
1999-08-17doesn't count down from 99 anymoreTodd C. Miller
1999-08-17missing flags in SYNOPSISTodd C. Miller
1999-08-17mention RIPEMD-160 in body, fix dateTodd C. Miller
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-08-16Consistify so "rup host" and "rup -d host" produce similarly formatted output.Aaron Campbell
1999-08-16fix includesArtur Grabowski
1999-08-16include unistd.hArtur Grabowski
1999-08-16fix includesArtur Grabowski
1999-08-16inculde com_err.hArtur Grabowski
1999-08-16inculude ctype.h for islower()Artur Grabowski