Age | Commit message (Expand) | Author |
2013-11-28 | remove trailing whitespaces; use tabs instead of spaces where appropriate; | Igor Sobrado |
2013-09-04 | Add a proper suspend builtin that saves/restores the tty and pgrp | Todd C. Miller |
2013-06-15 | Run any pending traps before calling the EXIT or ERR traps when -e | Todd C. Miller |
2012-09-10 | fake a sigwinch after each job, so if the terminal changes size, | Ted Unangst |
2012-09-06 | Avoid modifying argv when building argv for $* and $@ since it will | Todd C. Miller |
2012-09-05 | backout, Todd's version may be cleaner, but it's also wrong. | Marc Espie |
2012-09-05 | sh -c should not munge argv[]. | Marc Espie |
2011-09-07 | beter determination if the shell is restricted; from Alf Schlichting. | Otto Moerbeek |
2010-05-19 | properly keep track of the line number after a trap. | Jasper Lievisse Adriaanse |
2009-01-29 | pass "xerrok" status across the execution call stack to more closely | Jared Yanovich |
2008-07-05 | ksh starting as root will refuse to import a PS1 prompt unless it | Damien Miller |
2007-05-31 | Only process ENV when in interactive mode as SU says. Started by | Otto Moerbeek |
2006-11-02 | Only check if last three letters are "/sh" if string is at least | Ray Lai |
2006-04-10 | fix lint comments, no functional changes; ok ray | Jared Yanovich |
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-03-30 | lots of indentation cleanup, now ksh is readable like our other code. | Theo de Raadt |
2005-03-28 | if argv[0] not set, do not set it to "pdksh", but to "ksh" | Theo de Raadt |
2005-02-21 | Set \u in prompt expansion to the right value, while avoiding getpw* calls, | Otto Moerbeek |
2004-12-22 | Fix a use-after-free, that causs core dumps if a shell is killed | Otto Moerbeek |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-20 | Ansification plus some minor knf. No binary change on i386 and | Otto Moerbeek |
2004-12-18 | deregister | Todd C. Miller |
2004-12-18 | When invoked as sh set SH_VERSION, not KSH_VERSION like the man page says. | Todd C. Miller |
2004-12-18 | Get rid of #ifdef KSH since we don't care about building a V7 style sh and | Todd C. Miller |
2004-12-18 | Remove unused OS dependent #ifdef blocks, #defines and macro abstraction. | Todd C. Miller |
2004-08-23 | Don't send SIGINT or SIGTERM to the entire processes group when the | Todd C. Miller |
2004-06-07 | do not push ksh into stupid-random mode; leave it in arc4random() mode. | Theo de Raadt |
2004-01-08 | typo; from ray at cyth dot net (PR 3632); | Jason McIntyre |
2003-06-26 | protos | Theo de Raadt |
2003-04-04 | two fixes; help from tedu & tdeval | Theo de Raadt |
2003-03-10 | spelling fixes | David Krause |
2003-02-28 | typos; from Brian Poole | Jason McIntyre |
2002-06-09 | knf | Todd T. Fries |
2000-12-19 | do not reset nonblock if shell is not interactive, from crossd@cs.rpi.edu | Markus Friedl |
1999-11-14 | Better fix for PR #921 (main.c rev 1.18) from the pdksh cvs tree. | Todd C. Miller |
1999-11-14 | Fix a core dump caused by a signal race; yval@hackers.co.il | Todd C. Miller |
1999-08-04 | Turn <tab> completion on by default for people used to bash, tcsh, etc... | Todd C. Miller |
1999-07-15 | o Set default line edit mode to emacs (VISUAL/EDITOR or user can override) | Todd C. Miller |
1999-06-15 | patches from pdksh 5.2.13.11 | Todd C. Miller |
1999-04-27 | disable newgrp alias since OpenBSD doesn't have a newgrp(1) | Todd C. Miller |
1999-01-10 | sync with pdksh-unstable-5.2.13.6 | Todd C. Miller |
1999-01-08 | bug fixes from pdksh-unstable-5.2.13.5; some of which we already had. | Todd C. Miller |
1998-10-29 | Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions of | Todd C. Miller |
1998-06-25 | pdksh-5.2.13 + local changes | Todd C. Miller |
1997-09-12 | do not quitenv() too early, or "s" goes away due to it's temporary nature; | Theo de Raadt |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt |
1997-06-19 | back out | kstailey |
1997-06-18 | (foo *)0 -> NULL | kstailey |
1997-01-02 | Add FSH (set -o sh), initialize it if we're /bin/sh, and add the first use: | Jason Downs |