summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Zero-pad the seconds in the output of 'time' to make columns line upguenther2015-07-201-2/+2
* show tame flagderaadt2015-07-192-3/+9
* use atomic operations on sig_atomic_t variables inside the signal handlers,deraadt2015-07-142-18/+27
* XXX annotate another signal racederaadt2015-07-111-2/+2
* Use "alternation" consistentlyfeinerer2015-07-041-4/+4
* After removing the p_swtime from the kernel, ps always printed 0.0bluhm2015-06-294-37/+12
* Put fts_close() where missing.uebayasi2015-06-252-2/+5
* Apply normal handling to atfd+path args to chflagsat(2)guenther2015-06-241-1/+6
* theo buehler points out that posix specifies a prompt defined using -pjmc2015-06-221-2/+14
* stray char jumped inderaadt2015-06-171-1/+1
* delete completely bogus (floating? was there an old variable declderaadt2015-06-171-2/+1
* remove -DFILEC; code does not compile for the -UFILEC case, and anyways,deraadt2015-06-178-35/+9
* better description of internal copyn() functionderaadt2015-06-031-3/+2
* Make TAPE=- mean stdout in tarczarkoff2015-05-182-8/+22
* Whoops; missed updating a setfile() call.guenther2015-05-071-2/+2
* lightly document the posix option and POSIXLY_CORRECT; will sketch outjmc2015-05-041-3/+17
* Preserve times to nanosecond precision instead of just microsecond.guenther2015-05-032-17/+20
* struct usave is unused, and eproc is gone; delete the former andguenther2015-05-031-11/+3
* reapply the rules of english to the option keywords: i was persuaded to undo itjmc2015-04-301-13/+13
* improve wording.sobrado2015-04-241-3/+3
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-188-30/+75
* Use getint() instead of intval() for parsing the columns variable,deraadt2015-04-171-3/+13
* FALLTHROUGH in getopt is incorrect. While here use strtonumderaadt2015-04-171-7/+6
* kflag and wflag don't need to be counters; wflag only needs to know ifokan2015-04-091-3/+3
* both rpe and zhuk pointed out some problems with my if/elf template.jmc2015-03-311-16/+21
* on zhuk's advice, don;t talk about null: posix uses null and emptyjmc2015-03-301-11/+11
* clarity fix from zhuk;jmc2015-03-271-4/+4
* a little wording tweak;jmc2015-03-261-2/+2
* various fixes from rpe;jmc2015-03-261-6/+6
* from zhuk: in the for loop, show "in word ..." as optional;jmc2015-03-261-2/+2
* from zhuk: sequential and asynchronous lists may take only one item;jmc2015-03-261-5/+5
* rework the section on when different types of command are processed;jmc2015-03-261-11/+29
* Bind the Delete key (ESC[3~) to delete-char-forwardjca2015-03-252-5/+8
* rev 1.44 accidentally changed ar_close() to give cpio the same output as pax.guenther2015-03-221-2/+2
* Fix IFS description. May be polished further when all consequences ofzhuk2015-03-191-2/+9
* Make it clear that it's the line who shouldn't be empty, and not thezhuk2015-03-191-4/+3
* Use struct timespec internally. This gives nanosecond precision to pax -rwguenther2015-03-199-106/+96
* remove ambiguity from the COMMANDS section, after discussion with zhuk;jmc2015-03-181-5/+5
* from zhuk: a little more info on <>jmc2015-03-181-1/+5
* improve the description of here documents; prompted by zhukjmc2015-03-181-7/+6
* rework the redirection text after some feedback from zhuk;jmc2015-03-181-12/+11
* not necessary to work around an apparent bug on ancient freebsdtedu2015-03-181-5/+2
* Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert2015-03-171-2/+2
* revert a previous word change - the original seems more accurate;jmc2015-03-171-2/+2
* Escape certain characters for slightly more correct (and prettier) output.bentley2015-03-171-13/+13
* from zhuk: provide some Sxjmc2015-03-171-3/+5
* from zhuk: shell does not wait for command to complete if job run in backgroundjmc2015-03-171-4/+5
* Add PAX_IS_{REG,HARDLINK,LINK} macros to simply many file type testsguenther2015-03-177-35/+35
* from zhuk: be clear that "#" is a variablejmc2015-03-161-3/+3
* from zhuk: two grammar fixes;jmc2015-03-151-3/+3