summaryrefslogtreecommitdiff
path: root/bin/ksh
AgeCommit message (Expand)Author
2006-07-10fix ksh prompt wrapping, from Marcus Glocker <marcus@nazgul.ch>.Bob Beck
2006-06-16Work around a problem with \$ expansion where \$\$ turned into pid ($$)Dale Rahn
2006-06-01simplify the PS1 section somewhat by moving the ! and \! stuff together;Jason McIntyre
2006-05-30document some advice when \$ is part of your prompt;Jason McIntyre
2006-05-29Implement \$ and \# expansion for PS1. Whoever thought it a cleverOtto Moerbeek
2006-05-21Set the index of item[0], since it might not have been set beforeOtto Moerbeek
2006-05-18paramter -> parameterMiod Vallat
2006-04-22back out last - it was not a command line prompt;Jason McIntyre
2006-04-21missing command line prompt;Jason McIntyre
2006-04-10fix lint comments, no functional changes; ok rayJared Yanovich
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-03-21Revert for the moment, according to Mike Belopuhov this producesOtto Moerbeek
2006-03-21Partially revert last commit; jaredy@ showed the NULL deref can'tOtto Moerbeek
2006-03-20Fix potential null deref and out-of-bound access.Otto Moerbeek
2006-03-17Simplify savefd() by removing the "noclose" flag and make nocloseTodd C. Miller
2006-03-14remove excessive optimization; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-14only santa checks things twice; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-13Interpret zero-filled numbers as decimal; PR 4213; from AlexeyOtto Moerbeek
2006-03-12might as well make ksh_getopt() match real getopt(), ie. get rid of thatTheo de Raadt
2006-03-07simplify the description of what a restricted shell is:Jason McIntyre
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2006-02-06typos from alexey dobriyan;Jason McIntyre
2005-12-11fix a few name clashes with libc; found by lint. ok deraadt@Otto Moerbeek
2005-12-11remove unused variables and functionsTheo de Raadt
2005-12-06make the PS1 section a little easier to read;Jason McIntyre
2005-11-30document root PS1 feature:Jason McIntyre
2005-11-16document the procedure for providing a startup file for interactiveJason McIntyre
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-10-12document new max array sizeBernd Ahlers
2005-10-08Silence bogus gcc warning.Otto Moerbeek
2005-10-08Tell user which value of index is out of bounds. ok deraadt@Otto Moerbeek
2005-10-07remove mknod documentation - although /bin/sh supports it, this pageJason McIntyre
2005-10-07brief description of mknod built-in;Jason McIntyre
2005-10-06Introducing mknod as a built-in. It might be against the unixOtto Moerbeek
2005-10-04Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@Otto Moerbeek
2005-09-26Fix a redraw problem that occurs when a recalled history line hasOtto Moerbeek
2005-09-11Process window size changes after xread(). [change window size]Otto Moerbeek
2005-09-11Fix " handling in here documents. POSIX says they are not special, soOtto Moerbeek
2005-09-07LINES and \\ in PS1 prompt are implemented, so remove informationJason McIntyre
2005-08-21Comment out description for 'ulimit -v' since we don't supportTodd C. Miller
2005-08-01more `version' removal;Jason McIntyre
2005-08-01Document ^V change from version to quote commandOtto Moerbeek
2005-08-01pascoe noted that ^V in ksh emacs mode is not what you expect -- literalTheo de Raadt
2005-07-31say goodbye to creat().Marc Espie
2005-06-01add missing detail from IFS exampleJared Yanovich
2005-05-28Use proper modules instead of relying on .ph files.Todd C. Miller
2005-05-25add missing detail from IFS exampleJared Yanovich
2005-05-12.Xr script 7Jason McIntyre
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-03-30lots of indentation cleanup, now ksh is readable like our other code.Theo de Raadt