summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* catch up with elf(5)/stab(5) removal;jmc2013-10-201-3/+2
* Parse the argument the -r option with atoll() to support dates past 2038guenther2013-10-201-2/+2
* fix a few obvious .Ar markup errors (unfortunately, there are many more)schwarze2013-10-191-4/+4
* a.out emulation went awayderaadt2013-10-171-2/+1
* Fix delivery of SIGPROF and SIGVTALRM to threaded processes by havingguenther2013-10-081-2/+4
* POSIX specifies that when the pax input file requests a hardlinkguenther2013-10-081-2/+2
* Stop merging the per-thread and per-process flags when reportingguenther2013-09-224-33/+42
* Back out revision 1.38. Commands executed via `foo` or $( bar )millert2013-09-142-12/+4
* Add a proper suspend builtin that saves/restores the tty and pgrpmillert2013-09-045-10/+93
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-6/+7
* some Bx/Ox conversion;jmc2013-08-141-3/+3
* where "-" represents stdin, just use Sq, not Fl, since it's not a flag;jmc2013-07-161-3/+3
* use .Mt for email address; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-151-3/+3
* Remove no longer needed vax CFLAGS workarounds.miod2013-07-131-6/+1
* cpio and ustar formats store times in octal fields that are 11 charactersguenther2013-07-034-19/+26
* Make $(< /nonexistent) have the same behaviour as $(cat /nonexistent)jca2013-07-013-7/+24
* Add test for syn.c revision 1.29millert2013-06-191-1/+8
* Commands executed via `foo` or $( bar ) should not inherit "set -e"millert2013-06-192-4/+11
* Handle time_t values as long long's when formatting them and whenguenther2013-06-171-19/+33
* set -e should not affect command substitution, e.g. `foo` ormillert2013-06-162-4/+12
* Add test for trapping both ERR and EXIT, fixed by revision 1.48millert2013-06-151-1/+19
* Run any pending traps before calling the EXIT or ERR traps when -emillert2013-06-151-1/+5
* Add -T option to set the temp dir.millert2013-06-141-12/+15
* Use mkstemp/mkdtemp not $$ for temp files.millert2013-06-141-10/+13
* Exit with non-zero status if a test unexpectedly failed.millert2013-06-141-2/+2
* Adapt OpenBSD ksh regress tests to the pdksh test harness.millert2013-06-141-0/+230
* Document correct interaction of -e flag with && and ||. OK jmc@millert2013-06-132-8/+14
* POSIX specifies that for an AND/OR list, only the last command'smillert2013-06-101-5/+7
* for var in; do ... shouldn't be interpreted as for var; do ...jca2013-06-031-8/+3
* add : to special chars.tedu2013-06-031-2/+2
* Replace S_IWRITE, which isn't standardized, with S_IWUSR, which is. Patchdtucker2013-06-011-2/+2
* fiddle with the NO_CONV code to allow notrunc and noerror to still work.tedu2013-06-011-27/+15
* consolidate ifdef blocks by moving a variabletedu2013-06-011-5/+2
* Fix column padding of inode numbers and block counts >2^32, as well asguenther2013-05-303-10/+13
* Fix typo. From Caspar Schutijser via tech@.lum2013-05-251-2/+2
* use FD_CLOEXEC instead of 1; from David Hillokan2013-04-291-2/+2
* handle large ino_tderaadt2013-04-231-3/+3
* handle large ino_t; ok millertderaadt2013-04-231-3/+5
* handle long long time_tderaadt2013-04-191-5/+6
* Add support for printing long long (%lld). OK deraadt@millert2013-04-191-23/+29
* handle larger tv_sec typesderaadt2013-04-161-3/+3
* handle larger time_t typesderaadt2013-04-161-2/+3
* remove unneccessary time_t * castderaadt2013-04-161-2/+2
* Use utimensat() and futimens() instead of utimes() and futimes().millert2013-04-161-30/+24
* SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in amillert2013-04-152-4/+15
* The tweaks I suggested to the previous diff resulted in the typeflagguenther2013-04-111-8/+8
* Add extended header support for ustar. Currently only path and linkpath arefgsch2013-04-092-18/+112
* SECONDS is, in a highly theoretical way, not y2k38 safe. comment it.tedu2013-04-051-3/+3
* LFS option is long goneguenther2013-04-031-3/+1
* Revert rev 1.21 to fix a race condition where multiple mkdir -p's tryingnaddy2013-04-021-11/+7