summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2016-08-23Instead of doing strcmp(argv0), track the invocation mode (pax/tar/cpio)Philip Guenther
2016-08-23Only try to set the times on a directory once, at the end, to avoidPhilip Guenther
2016-08-20already in v2 according to http://www.tuhs.org/Archive/PDP-11/Distributions/r...Ingo Schwarze
2016-08-17Add HISTORY section.Ingo Schwarze
2016-08-16Piping to a shell command does not count as a save, so don't reset theMartin Natano
2016-08-16Add, correct, and improve HISTORY sections.Ingo Schwarze
2016-08-16Add HISTORY.Ingo Schwarze
2016-08-16Nuke a bunch of whitespace nits seen while '%q' hunting.Kenneth R Westerback
2016-08-16Nuke some erroneous leading whitespace.Kenneth R Westerback
2016-08-16Bring types of variables used with struct stat into the modern world.Kenneth R Westerback
2016-08-16Avoid a compiler warning about use of uninitialized l.beg emittedTheo Buehler
2016-08-16Add HISTORY.Ingo Schwarze
2016-08-15%*qd -> %*lld + (long long) for off_t.Kenneth R Westerback
2016-08-14%qd -> %lld for an off_t already being cast to (long long)!Kenneth R Westerback
2016-08-14Another %qd -> %lld + (long long) for off_t's.Kenneth R Westerback
2016-08-14Don't reinvent rlim_t; when printing it use %llu and cast toPhilip Guenther
2016-08-14Don't call sysconf() in a loop conditional when the loop won't affect itPhilip Guenther
2016-08-14Remove many unnecessary casts. Verified by comparing generated code onPhilip Guenther
2016-08-14replace strtoq with strtoll. ok openbsdTed Unangst
2016-08-14Replace u_quad_t with unsigned long long and replace "uqd" with "ull" inPhilip Guenther
2016-08-12rework initial text a little, to read better;Jason McIntyre
2016-08-10fix HISTORY; from Sevan Janiyan <venture37 at geeklan dot co dot uk>;Ingo Schwarze
2016-08-09In emacs incremental search mode (^R),Ingo Schwarze
2016-08-02Fix the begin of word bug in s-command, similar to sed.Martijn van Duren
2016-07-29all of the update functions take a size_t. correct type and casts.Ted Unangst
2016-07-28remove note about command substitution and double quotes: it is probableJason McIntyre
2016-07-23Before terminal characteristics are displayed, stty(1) activatesAlexander Bluhm
2016-07-18rework the first sentence of this page;Jason McIntyre
2016-07-10attempt to improve clarity by reducing forward references and moreTed Unangst
2016-07-01For -be, indent the $ on blank lines.Ingo Schwarze
2016-06-28revert previous. better fix applied to fts_open.Ted Unangst
2016-06-28don't report errors for 'rm -rf ""'. report by rkitover.Ted Unangst
2016-06-23allow creation of devices or fifo without -p (as it is already allowed with -p)Sebastien Marie
2016-06-03new style overlords say to use continue in empty loops.Ted Unangst
2016-06-01put this in the public domain as well. reminded by theo. we discussedMarc Espie
2016-05-10Fix operator precedence error; OK guenther@ millert@Tim van der Molen
2016-05-04Correct the description of the != operator in arithmetic expansion;Ingo Schwarze
2016-05-04line editing correction; from andras farkasJason McIntyre
2016-04-27Do not handle echo "`echo \"hi\"`" in POSIX mode differently than inChristian Weisgerber
2016-04-25remove list item left in previous;Jason McIntyre
2016-04-25remove references to systraceTed Unangst
2016-04-25boom goes the dynamiteTed Unangst
2016-04-25unlink systrace from the build. pledge is the glorious future that awaits.Ted Unangst
2016-04-19Switch from fgetln() to getline() to simplify error handling.Philip Guenther
2016-04-16Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).Kenneth R Westerback
2016-04-15don't allow removal of /. more robust approach involving stat this time.Ted Unangst
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-28remove unused variableCharles Longeau
2016-03-27actually remove unnecessary includesMichael McConville
2016-03-23header cleanupmmcc