Age | Commit message (Expand) | Author |
2006-01-25 | append without a file list should not corrupt a tar file; | Markus Friedl |
2006-01-25 | some warning reduction | Ted Unangst |
2006-01-25 | an old diff from tech to convert to using strtonum and some other misc | Ted Unangst |
2006-01-08 | make the description of the first example a little more informative; | Jason McIntyre |
2006-01-03 | tar and ustar formats have 8gb limit; | Jason McIntyre |
2006-01-01 | add PTRACE and RTHREADS defines | Nikolay Sturm |
2005-12-22 | if in eject mode, do not include command name in error output; bug spotted by... | Theo de Raadt |
2005-12-20 | Make "cksum -c" grok checklists generated with cksum, sum and sysvsum. | Todd C. Miller |
2005-12-17 | Avoid sign extend when writing time stamps; fixes "tar: Ustar header | Otto Moerbeek |
2005-12-11 | fix a few name clashes with libc; found by lint. ok deraadt@ | Otto Moerbeek |
2005-12-11 | remove unused variables and functions | Theo de Raadt |
2005-12-11 | unused code and variables | Theo de Raadt |
2005-12-06 | make the PS1 section a little easier to read; | Jason McIntyre |
2005-12-02 | Make usage() and manual match. OK jmc, deraadt | Chad Loder |
2005-11-30 | document root PS1 feature: | Jason McIntyre |
2005-11-30 | timezone -> time zone | Jason McIntyre |
2005-11-30 | another unused variable found by lint | Theo de Raadt |
2005-11-29 | kill unused var found by lint. ok deraadt@ | Otto Moerbeek |
2005-11-29 | add an option -j which suppresses setting the clock, but parses the date | Daniel Hartmeier |
2005-11-25 | do not exit from ls_main() but return; spotted by lint | Theo de Raadt |
2005-11-25 | BINOWN and BINMODE is not needed here | Theo de Raadt |
2005-11-16 | document the procedure for providing a startup file for interactive | Jason McIntyre |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-15 | go the whole hog, and provide a list of file size limits for the | Jason McIntyre |
2005-11-12 | move to asprintf; ok dhill cloder | Theo de Raadt |
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt |
2005-11-12 | use asprintf instead; dhill@mindcry.org | Theo de Raadt |
2005-11-10 | document that csh will do fast mode startup if $HOME is not set | Alexander von Gernler |
2005-11-10 | document size limit of sv4cpio format, and suggest alternative; | Jason McIntyre |
2005-11-09 | Handle dir not readable case. Problem noted by chefren. ok hshoexer@ jaredy@ | Otto Moerbeek |
2005-11-09 | Compute the sv4cpio "crc" (it's actualy just a checksum) as a 32bit | Otto Moerbeek |
2005-11-07 | - document the `cc' part of `ccyy' | Jason McIntyre |
2005-10-15 | sync usage(); | Jason McIntyre |
2005-10-15 | clean up SYNOPSIS; | Jason McIntyre |
2005-10-15 | standardise EXAMPLES; | Jason McIntyre |
2005-10-15 | simplify the .Ar file ... line; | Jason McIntyre |
2005-10-15 | - fix SYNOPSIS blip | Jason McIntyre |
2005-10-15 | - tidy up SYNOPSIS | Jason McIntyre |
2005-10-15 | - put description of -R in the correct place | Jason McIntyre |
2005-10-12 | document new max array size | Bernd Ahlers |
2005-10-08 | Silence bogus gcc warning. | Otto Moerbeek |
2005-10-08 | Tell user which value of index is out of bounds. ok deraadt@ | Otto Moerbeek |
2005-10-07 | remove mknod documentation - although /bin/sh supports it, this page | Jason McIntyre |
2005-10-07 | brief description of mknod built-in; | Jason McIntyre |
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek |
2005-10-04 | Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@ | Otto Moerbeek |
2005-09-26 | Fix a redraw problem that occurs when a recalled history line has | Otto Moerbeek |
2005-09-11 | Process window size changes after xread(). [change window size] | Otto Moerbeek |
2005-09-11 | Fix " handling in here documents. POSIX says they are not special, so | Otto Moerbeek |
2005-09-07 | LINES and \\ in PS1 prompt are implemented, so remove information | Jason McIntyre |