summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2006-03-18fix problems found by Coverity via NetBSD:Robert Nagy
2006-03-17Call fts_close(); from NetBSD's Coverity analysis; ok jaredy@ millert@Otto Moerbeek
2006-03-17off-by-one; inspired by a netbsd coverity fix; ok deraadt@Otto Moerbeek
2006-03-17Simplify savefd() by removing the "noclose" flag and make nocloseTodd C. Miller
2006-03-15Fix signed/unsigned comparisons by using size_tDavid Hill
2006-03-14remove excessive optimization; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-14only santa checks things twice; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-13Interpret zero-filled numbers as decimal; PR 4213; from AlexeyOtto Moerbeek
2006-03-12add a few new translations, partly from NetBSDNikolay Sturm
2006-03-12fix double shell expansion issue found in scp in rcp too; ok deraadtDamien Miller
2006-03-12might as well make ksh_getopt() match real getopt(), ie. get rid of thatTheo de Raadt
2006-03-10add missing break; found by lintMoritz Jodeit
2006-03-101.36 and onwards did not print extra spaces, but sometimes skipped spaces.Theo de Raadt
2006-03-07simplify the description of what a restricted shell is:Jason McIntyre
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2006-03-04Properly take into account that the name and prefix field in the tarOtto Moerbeek
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-26`t' and `X' are now included in posix spec;Jason McIntyre
2006-01-25append without a file list should not corrupt a tar file;Markus Friedl
2006-01-25some warning reductionTed Unangst
2006-01-25an old diff from tech to convert to using strtonum and some other miscTed Unangst
2006-01-08make the description of the first example a little more informative;Jason McIntyre
2006-01-03tar and ustar formats have 8gb limit;Jason McIntyre
2006-01-01add PTRACE and RTHREADS definesNikolay Sturm
2005-12-22if in eject mode, do not include command name in error output; bug spotted by...Theo de Raadt
2005-12-20Make "cksum -c" grok checklists generated with cksum, sum and sysvsum.Todd C. Miller
2005-12-17Avoid sign extend when writing time stamps; fixes "tar: Ustar headerOtto Moerbeek
2005-12-11fix a few name clashes with libc; found by lint. ok deraadt@Otto Moerbeek
2005-12-11remove unused variables and functionsTheo de Raadt
2005-12-11unused code and variablesTheo de Raadt
2005-12-06make the PS1 section a little easier to read;Jason McIntyre
2005-12-02Make usage() and manual match. OK jmc, deraadtChad Loder
2005-11-30document root PS1 feature:Jason McIntyre
2005-11-30timezone -> time zoneJason McIntyre
2005-11-30another unused variable found by lintTheo de Raadt
2005-11-29kill unused var found by lint. ok deraadt@Otto Moerbeek
2005-11-29add an option -j which suppresses setting the clock, but parses the dateDaniel Hartmeier
2005-11-25do not exit from ls_main() but return; spotted by lintTheo de Raadt
2005-11-25BINOWN and BINMODE is not needed hereTheo de Raadt
2005-11-16document the procedure for providing a startup file for interactiveJason McIntyre
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-15go the whole hog, and provide a list of file size limits for theJason McIntyre
2005-11-12move to asprintf; ok dhill cloderTheo de Raadt
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-11-12use asprintf instead; dhill@mindcry.orgTheo de Raadt
2005-11-10document that csh will do fast mode startup if $HOME is not setAlexander von Gernler
2005-11-10document size limit of sv4cpio format, and suggest alternative;Jason McIntyre
2005-11-09Handle dir not readable case. Problem noted by chefren. ok hshoexer@ jaredy@Otto Moerbeek
2005-11-09Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bitOtto Moerbeek
2005-11-07- document the `cc' part of `ccyy'Jason McIntyre