Age | Commit message (Expand) | Author |
2008-08-11 | plug a memleak when freeing io redirection in commands. | Jared Yanovich |
2008-07-23 | fix stack abuse in the `time' commmand, using alloc()'d memory instead. | Jared Yanovich |
2008-07-21 | Extra sanity checking for afree(); OK deraadt@ and pvalchev@ | Todd C. Miller |
2008-07-12 | Fix a strlcpy() bound. | Miod Vallat |
2008-07-05 | ksh starting as root will refuse to import a PS1 prompt unless it | Damien Miller |
2008-07-03 | fix inifinite loop with set -o csh-history and !<space> as input. | Otto Moerbeek |
2008-05-20 | cast pointer arithmetic to unsigned so we can behave correctly on | Federico G. Schwindt |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-08 | documentation tweaks. | Igor Sobrado |
2008-03-21 | Make ulimit able to get and set multiple limits in a single invocation | Todd C. Miller |
2008-01-12 | Remove ulimit MLINK, it is a shell built-in. | Miod Vallat |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-09-06 | Be more smart waiting for input for non-interactive scripts. Fix | Otto Moerbeek |
2007-09-05 | Call ERR trap _before_ doing exit handling. Otherwise it's too late | Otto Moerbeek |
2007-09-03 | Unsetting a non-existent variable is not an error. See | Otto Moerbeek |
2007-08-02 | backout last change; iff is right. | Federico G. Schwindt |
2007-08-02 | while i'm here: iff -> if | Federico G. Schwindt |
2007-08-02 | another memory leak fix found by coverity. from netbsd but modified. | Federico G. Schwindt |
2007-08-02 | fix memory leaks and one potential null deref found by coverity. from netbsd. | Federico G. Schwindt |
2007-08-01 | escape [, ], and ? as well. from cbiere@netbsd. | Federico G. Schwindt |
2007-06-02 | s/FALLTROUGH/FALLTHROUGH/ | Moritz Jodeit |
2007-05-31 | Only process ENV when in interactive mode as SU says. Started by | Otto Moerbeek |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-11-30 | typos; from alf schlichting | Jason McIntyre |
2006-11-20 | Compute user-given ulimit value times ulimit unit as an rlim_t value, not a | Miod Vallat |
2006-11-02 | Only check if last three letters are "/sh" if string is at least | Ray Lai |
2006-08-03 | comment fix; from tamas tevesz | Jason McIntyre |
2006-07-26 | clarifications for OPTIND: | Jason McIntyre |
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 |