summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2003-04-14room for NUL; tdevalTheo de Raadt
2003-04-130 vs NULL; andrushock@korovino.netTheo de Raadt
2003-04-13typos;Jason McIntyre
2003-04-08Strcat/s_strcat is unusedTheo de Raadt
2003-04-07Strlcpy improvements. ok deraadt@Ted Unangst
2003-04-06strlcpy; tedu okTheo de Raadt
2003-04-06strlcat; ok from various peopleTheo de Raadt
2003-04-04two fixes; help from tedu & tdevalTheo de Raadt
2003-04-02strlcpy; millert okTheo de Raadt
2003-03-28little cleanup;Jason McIntyre
2003-03-23Do not closed stdin; Andrey MatveevTodd C. Miller
2003-03-21Fix %mem output in ps, sysctl method of getting mempages returns numberDale Rahn
2003-03-21Fix some typos in comments; Patrick LatifiTodd C. Miller
2003-03-20typos;Jason McIntyre
2003-03-18use .Cm for flags without dashDavid Krause
2003-03-14document the -f flagJason McIntyre
2003-03-14better document how getopts handles options;Jason McIntyre
2003-03-14tweaks;Jason McIntyre
2003-03-13Use the return value of strcpy() to detect ENAMETOOLONG instead ofTodd C. Miller
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-13a few strcpy -> strlcpy; a couple people have mailed in a variety ofTheo de Raadt
2003-03-13Cast 3 to size_t to shut up stupid gcc on 64bit platforms.Todd C. Miller
2003-03-12Add -c option similar to GNU md5sum.Todd C. Miller
2003-03-12more .LiTheo de Raadt
2003-03-12use .Li moreTheo de Raadt
2003-03-11use file system consistently. spot by margaridaTed Unangst
2003-03-10double words in commentsDavid Krause
2003-03-10spelling fixesDavid Krause
2003-03-09grammar fixesDavid Krause
2003-03-08duplicate include; andrushock@pisem.netTheo de Raadt
2003-03-07spelling errors/typosDavid Krause
2003-03-06broken .Xr's;Jason McIntyre
2003-03-04do not use angle brackets for error indication; christosTheo de Raadt
2003-02-28typos; from Brian PooleJason McIntyre
2003-02-26clarify that eject works on other mediaTed Unangst
2003-02-26remove double word stutteringDavid Krause
2003-02-20Fix a crash in the systrace found by form@Artur Grabowski
2003-02-19Back out documentation for (currently) non-existent -c option thatTodd C. Miller
2003-02-19oops; delete it, don't just shuffleTed Unangst
2003-02-19LFS is dead. saves some space on install floppies too.Ted Unangst
2003-02-18intial -> initial;Jason McIntyre
2003-02-18copyrights added;Jason McIntyre
2003-02-14Add a 2-clause BSD license. These files are based on the md5.1Todd C. Miller
2003-02-03typos;Jason McIntyre
2003-01-14Report read() errors; noticed and OK by fgs@Todd C. Miller
2003-01-11Attempt to do something reasonable when overwrite mode is combinedHugh Graham
2003-01-10Don't ftruncate after write error, creating sparse files of incorrect lengthDamien Miller
2003-01-08bring in strlcpy and strlcat-like things for dealing with Char types,Theo de Raadt
2003-01-06Set directory mode/user/times on the post-order pass, not pre-order.Todd C. Miller
2003-01-05work around a very rare div by 0 that should not happen, but can happen onTheo de Raadt