index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
ksh
Age
Commit message (
Expand
)
Author
2010-01-04
Crank max array size in ksh to 10K-1, since 2047 is too restrictive.
Theo de Raadt
2009-12-13
remember to restore errno (ie. stop someone from making a mistake later)
Theo de Raadt
2009-12-12
a dangling do / while that was very very ugly
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-07-02
avoid infinite recursion if unlink fails. reported by Stefan Pettersson
Martynas Venckus
2009-06-29
make VSEARCH werase act like regular werase after the last change.
Martynas Venckus
2009-06-10
Fix problem with ^w fix that broke 'B'
Michael Erdely
2009-06-04
"make ksh vi mode handle werase more like vi. It's really irritating to
Michael Erdely
2009-06-02
fix macro handling
Alexander Hall
2009-06-01
please sthen the 80 character pedant
Theo de Raadt
2009-06-01
"let --" was crashing ksh; found by phy0@rambler.ru. Various other expressions
Theo de Raadt
2009-05-28
fix missing bracket by slightly rewriting; from Alan R. S. Bueno
Jason McIntyre
2009-05-05
Fix usage string for mknod builtin.
Todd C. Miller
2009-04-19
don't print extraneous padding characters when tab-completion file/command
Stuart Henderson
2009-03-06
after some discussion with millert, pull in the character class info
Jason McIntyre
2009-03-05
Add glob(7) and refer to it. OK jmc@ sobrado@
Todd C. Miller
2009-03-03
Add POSIX character class support ([:alpha:] and friends) to ksh globbing.
Todd C. Miller
2009-03-01
Fix PR #723: test(1) operator precedence inconsistent with POSIX
Otto Moerbeek
2009-02-07
some tweaks for previous that got missed;
Jason McIntyre
2009-02-07
Ensure that *wp isn't NULL.
Matthias Kilian
2009-02-07
Make built-in echo behave according to POSIX when set -o posix is in effect:
Philip Guenthe
2009-01-29
pass "xerrok" status across the execution call stack to more closely
Jared Yanovich
2009-01-17
Use libc qsort instead of private version. Tested by several people.
Todd C. Miller
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
[next]