Age | Commit message (Expand) | Author |
2005-09-07 | LINES and \\ in PS1 prompt are implemented, so remove information | Jason McIntyre |
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre |
2005-08-30 | remove -W from synopsis; | Jason McIntyre |
2005-08-21 | Comment out description for 'ulimit -v' since we don't support | Todd C. Miller |
2005-08-17 | Exit unsuccessfully when comparing against a checklist file fails. | Marco Pfatschbacher |
2005-08-12 | of course, douglas' mail hits my machine 2 nanoseconds later... | Jason McIntyre |
2005-08-05 | strip multiple leading slashes from absolute paths; ok beck@ | Damien Miller |
2005-08-04 | Make pax exit unsuccessfully on errors. | Marco Pfatschbacher |
2005-08-01 | more `version' removal; | Jason McIntyre |
2005-08-01 | Document ^V change from version to quote command | Otto Moerbeek |
2005-08-01 | pascoe noted that ^V in ksh emacs mode is not what you expect -- literal | Theo de Raadt |
2005-07-31 | say goodbye to creat(). | Marc Espie |
2005-07-06 | Only print a space separating argv and the real command (in parens) | Todd C. Miller |
2005-07-01 | use a standard format for EXAMPLES; | Jason McIntyre |
2005-06-30 | Set tv_usec sensibly when calling utimes() instead of just zeroing it. | Todd C. Miller |
2005-06-15 | remove whiteout support | Todd C. Miller |
2005-06-14 | whiteouts are gone | Todd C. Miller |
2005-06-13 | Fix writing of old-style tar headers. Filenames and linknames actually | Otto Moerbeek |
2005-06-02 | add -O to getopt (ok otto) and sync usage | Jared Yanovich |
2005-06-02 | sort options | Jared Yanovich |
2005-06-02 | - simplify usage | Jared Yanovich |
2005-06-01 | add missing detail from IFS example | Jared Yanovich |
2005-05-28 | Use proper modules instead of relying on .ph files. | Todd C. Miller |
2005-05-27 | include sys/time.h to get struct timeval | Todd C. Miller |
2005-05-25 | add missing detail from IFS example | Jared Yanovich |
2005-05-24 | -ansi considered harmful, even in comments | Todd C. Miller |
2005-05-24 | -ansi means only expose ANSI interfaces which is not something we want... | Todd C. Miller |
2005-05-24 | variety of man page fixes | Jared Yanovich |
2005-05-13 | some Xr's from jason ackley; | Jason McIntyre |
2005-05-12 | .Xr script 7 | Jason McIntyre |
2005-05-03 | some snprintf() -> strlcpy to improve readibility (and speed?) | Nikolay Sturm |
2005-05-02 | tweaks; | Jason McIntyre |
2005-05-01 | add eject -t option: permits tray to be closed (ie. insert a CD). | Theo de Raadt |
2005-04-28 | Use a special crafted string copy function to copy data from ustar | Otto Moerbeek |
2005-04-26 | - do not list -f option for eject, as it is not necessary | Jason McIntyre |
2005-04-25 | Use the various f* functions to set owner, mode and times, instead | Otto Moerbeek |
2005-04-23 | -c option may take either integer or name, not just integer; | Jason McIntyre |
2005-04-21 | fix strlcpy abuse in pax - this commit turns potential overflows into | Bob Beck |
2005-04-15 | check snprintf return value and abort if the concatenated path is too | Uwe Stuehler |
2005-04-14 | add the prefix length to nlen for ustar; ok otto millert | Markus Friedl |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-04-10 | Handle path names of exactly 100 chars correctly. Based on a diff | Otto Moerbeek |
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich |
2005-04-08 | Correct comment about using m in blocksize (multiplies by 1048576 not 512). | Jonathan Gray |
2005-04-05 | change incorrect filename in output on fstat() failure | Jared Yanovich |
2005-03-31 | copy argv[] element instead of smashing the one that ps will see; ok otto | Theo de Raadt |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |
2005-03-28 | if argv[0] not set, do not set it to "pdksh", but to "ksh" | Theo de Raadt |
2005-03-28 | spacing | Theo de Raadt |