Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-02 | Make usage() and manual match. OK jmc, deraadt | Chad Loder | |
2005-11-30 | document root PS1 feature: | Jason McIntyre | |
from matthias kilian (pr #4924), but slightly tweaked version of his diff; ok otto | |||
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 | |
argument. useful to convert string-to-epoch (with +%s) or just to check whether the argument is parsed correctly before really setting the clock. ok millert@, deraadt@ | |||
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 | |
(but non-login) shells; document /etc/ksh.kshrc and sort FILES; fix + ok otto@ | |||
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 | |
various formats; move it to CAVEATS too, which seems more logical; suggested by peter philipp; help/ok otto@ | |||
2005-11-12 | move to asprintf; ok dhill cloder | Theo de Raadt | |
also fix a close(random data) which changed a saved errno, ok cloder | |||
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 | |
ok jmc@ fgsch@ | |||
2005-11-10 | document size limit of sv4cpio format, and suggest alternative; | Jason McIntyre | |
slightly different fix to that proposed by peter philipp (pr #4608); help/ok otto@ | |||
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 | |
number. Fixes crc computation on 64 bit archs. From Peter Philipp in PR 4606; looks right fgsch@, ok millert@ | |||
2005-11-07 | - document the `cc' part of `ccyy' | Jason McIntyre | |
- get its description right - minor grammar tweaks ok otto@ | |||
2005-10-15 | sync usage(); | Jason McIntyre | |
2005-10-15 | clean up SYNOPSIS; | Jason McIntyre | |
sort options list; | |||
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 | |
- put description of -R in the right place - remove unneeded .Pp | |||
2005-10-15 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options list - ellipsis implies optional args; no need for .Op | |||
2005-10-15 | - put description of -R in the correct place | Jason McIntyre | |
- ellipsis implies optional args; no need for .Op | |||
2005-10-12 | document new max array size | Bernd Ahlers | |
ok otto@ | |||
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 | |
documents a posix shell (as far as possible); ok otto@ | |||
2005-10-07 | brief description of mknod built-in; | Jason McIntyre | |
add mknod to list of (regular ksh) built-ins; ok otto@ | |||
2005-10-06 | Introducing mknod as a built-in. It might be against the unix | Otto Moerbeek | |
philosophy, but in this case it's worth it. ok deraadt@ | |||
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 | |
length equal to screen width - 2. Spotted by jmc@, tested by various. ok deraadt@ | |||
2005-09-11 | Process window size changes after xread(). [change window size] | Otto Moerbeek | |
echo $COLUMS $LINES; will now print the new sizes immediately, instead of after the second echo. ok millert@ | |||
2005-09-11 | Fix " handling in here documents. POSIX says they are not special, so | Otto Moerbeek | |
cat << EOF \" EOF should print \" Fixes PR 4472; testing jmc@ and Adam Montague. ok millert@ | |||
2005-09-07 | LINES and \\ in PS1 prompt are implemented, so remove information | Jason McIntyre | |
which says they are not; from matthias kilian (pr #4476); ok otto@ | |||
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre | |
idea from a mail to misc@ from simon dassow; | |||
2005-08-30 | remove -W from synopsis; | Jason McIntyre | |
from nikolay kalev; ok deraadt@ | |||
2005-08-21 | Comment out description for 'ulimit -v' since we don't support | Todd C. Miller | |
RLIMIT_VMEM / RLIMIT_AS at the moment. Support for those may go in post-3.8. | |||
2005-08-17 | Exit unsuccessfully when comparing against a checklist file fails. | Marco Pfatschbacher | |
OK markus@ millert@ | |||
2005-08-12 | of course, douglas' mail hits my machine 2 nanoseconds later... | Jason McIntyre | |
the correct name for the sysctl is fs.posix.setuid, not fs.posix.suid; from douglas santos (pr #4462); apologies to douglas for closing his pr, but i just could not see it. if you are sending typo stuff, please be specific about the problem. | |||
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 | |
Patch by fgsch@ and me. Fixes PR 4310. OK fgsch@ otto@ millert@ | |||
2005-08-01 | more `version' removal; | Jason McIntyre | |
ok otto@ | |||
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 | |
next as it is every other canonical mode, or emulation of canonical mode. change it to act like it should ok djm david marc tdeval pvalchev | |||
2005-07-31 | say goodbye to creat(). | Marc Espie | |
okay deraadt@ | |||
2005-07-06 | Only print a space separating argv and the real command (in parens) | Todd C. Miller | |
when argv is non-NULL and empty. OK deraadt@ and fgsch@. | |||
2005-07-01 | use a standard format for EXAMPLES; | Jason McIntyre | |