Age | Commit message (Expand) | Author |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2013-04-23 | handle large ino_t | Theo de Raadt |
2013-04-23 | handle large ino_t; ok millert | Theo de Raadt |
2013-04-19 | handle long long time_t | Theo de Raadt |
2013-04-19 | Add support for printing long long (%lld). OK deraadt@ | Todd C. Miller |
2013-04-16 | handle larger tv_sec types | Theo de Raadt |
2013-04-16 | handle larger time_t types | Theo de Raadt |
2013-04-16 | remove unneccessary time_t * cast | Theo de Raadt |
2013-04-16 | Use utimensat() and futimens() instead of utimes() and futimes(). | Todd C. Miller |
2013-04-15 | SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a | Todd C. Miller |
2013-04-11 | The tweaks I suggested to the previous diff resulted in the typeflag | Philip Guenther |
2013-04-09 | Add extended header support for ustar. Currently only path and linkpath are | Federico G. Schwindt |
2013-04-05 | SECONDS is, in a highly theoretical way, not y2k38 safe. comment it. | Ted Unangst |
2013-04-03 | LFS option is long gone | Philip Guenther |
2013-04-02 | Revert rev 1.21 to fix a race condition where multiple mkdir -p's trying | Christian Weisgerber |
2013-03-30 | Return an exit code of 1 if the file cannot be opened (e.g. file does | Lawrence Teo |
2013-03-28 | Don't die with SIGFPE on INT_MIN / -1 or % -1. Instead make INT_MIN / | Nicholas Marriott |
2013-03-28 | Don't die with SIGFPE on LONG_MIN / -1 or % -1. Instead make LONG_MIN / | Nicholas Marriott |
2013-03-27 | Enable support for write_opt=nodir for ustar archives which helps to fix | Vadim Zhukov |
2013-03-23 | wchan is no longer exposed, just check if wmesg is not empty. | Ted Unangst |
2013-03-20 | Remove bogus #if 0'd code. As the comment says, POSIX doesn't need this. | Todd C. Miller |
2013-03-18 | Keep documentation in sync with reality and update binding examples. | Martin Pieuchot |
2013-03-12 | Add support for the -L and -P options. | Philip Guenther |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-03 | Fix quoting in word part of ${var+word} (and similar) when entire thing | Philip Guenther |
2013-01-21 | revert the tweak part of the last commit which, apart from the | Alexander Hall |
2013-01-20 | Fix backslash escaping during filename tab-completion in ksh. | Stefan Sperling |
2013-01-18 | command-line (adj.) -> command line (n.); | Jason McIntyre |
2013-01-17 | remove some uesless Pp; | Jason McIntyre |
2013-01-15 | tidy | Marc Espie |
2012-12-04 | remove sunos backwards compat | Theo de Raadt |
2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) | Theo de Raadt |
2012-12-04 | remove sunos backwards compat | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/cdefs.h inclusions | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-09-22 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-10 | fake a sigwinch after each job, so if the terminal changes size, | Ted Unangst |
2012-09-06 | Avoid modifying argv when building argv for $* and $@ since it will | Todd C. Miller |
2012-09-05 | backout, Todd's version may be cleaner, but it's also wrong. | Marc Espie |
2012-09-05 | sh -c should not munge argv[]. | Marc Espie |
2012-09-05 | overwrite with random stream; a repeating chunk of random data isn't | Christian Weisgerber |
2012-09-05 | use "MS-DOS", for consistency with other docs; | Jason McIntyre |
2012-09-04 | one random overwrite is sufficient, after some discussion on tech | Ted Unangst |
2012-08-28 | Don't order file and dir creation, no measurable effect, ffs | Otto Moerbeek |
2012-08-23 | Reopen the systrace file in the process that will actually attach to the | Philip Guenthe |
2012-08-15 | use Lk for links; | Jason McIntyre |
2012-08-02 | Apply profiling to all threads instead of just the thread that called | Philip Guenthe |
2012-07-12 | Use S_ISFIFO and S_ISSOCK instead of lseek() to determine whether | Todd C. Miller |
2012-07-12 | With the -l option, only call time() once per run instead of once per file | Philip Guenthe |
2012-07-11 | When copying a file sparsely, truncate the resulting file based on the | Matthew Dempsky |