Age | Commit message (Expand) | Author |
2006-07-10 | fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>. | Bob Beck |
2006-06-16 | Work around a problem with \$ expansion where \$\$ turned into pid ($$) | Dale Rahn |
2006-06-01 | simplify the PS1 section somewhat by moving the ! and \! stuff together; | Jason McIntyre |
2006-05-30 | document some advice when \$ is part of your prompt; | Jason McIntyre |
2006-05-29 | Implement \$ and \# expansion for PS1. Whoever thought it a clever | Otto Moerbeek |
2006-05-21 | Set the index of item[0], since it might not have been set before | Otto Moerbeek |
2006-05-18 | paramter -> parameter | Miod Vallat |
2006-04-22 | back out last - it was not a command line prompt; | Jason McIntyre |
2006-04-21 | missing command line prompt; | Jason McIntyre |
2006-04-10 | fix lint comments, no functional changes; ok ray | Jared Yanovich |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-03-21 | Revert for the moment, according to Mike Belopuhov this produces | Otto Moerbeek |
2006-03-21 | Partially revert last commit; jaredy@ showed the NULL deref can't | Otto Moerbeek |
2006-03-20 | Fix potential null deref and out-of-bound access. | Otto Moerbeek |
2006-03-17 | Simplify savefd() by removing the "noclose" flag and make noclose | Todd C. Miller |
2006-03-14 | remove excessive optimization; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-14 | only santa checks things twice; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-13 | Interpret zero-filled numbers as decimal; PR 4213; from Alexey | Otto Moerbeek |
2006-03-12 | might as well make ksh_getopt() match real getopt(), ie. get rid of that | Theo de Raadt |
2006-03-07 | simplify the description of what a restricted shell is: | Jason McIntyre |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
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-06 | make the PS1 section a little easier to read; | Jason McIntyre |
2005-11-30 | document root PS1 feature: | Jason McIntyre |
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-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 |
2005-08-21 | Comment out description for 'ulimit -v' since we don't support | Todd C. Miller |
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-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-25 | add missing detail from IFS example | Jared Yanovich |
2005-05-12 | .Xr script 7 | Jason McIntyre |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |