Age | Commit message (Expand) | Author |
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 |
2005-03-24 | - sort options | Jason McIntyre |
2005-03-16 | chown(8): mention that this utility clears setuid/setgid bits by default; | Jason McIntyre |
2005-03-13 | Use pid_t where appropriate. From Bruno Rohee (thanks). | Chad Loder |
2005-03-10 | wrap bind() to AF_UNIX with umask() to avoid race | Theo de Raadt |
2005-03-10 | use fts_path if fts_name is not available, tweak and ok millert | Jared Yanovich |
2005-03-07 | more macro simplification; | Jason McIntyre |
2005-03-07 | use .Pq rather than .Po/.Pc; | Jason McIntyre |
2005-03-04 | document that $HOME is shown as `~' for PS1 \w substitutions; | Jason McIntyre |
2005-02-25 | no more Strncpy or Strncat, ever | Theo de Raadt |
2005-02-25 | spacing | Theo de Raadt |
2005-02-25 | knf | Theo de Raadt |
2005-02-25 | avoid specifying which hash to use; | Jason McIntyre |
2005-02-21 | Set \u in prompt expansion to the right value, while avoiding getpw* calls, | Otto Moerbeek |