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
2019-02-20
When evaluating an arithmetical expression, for example inside $(()),
Ingo Schwarze
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2019-01-14
Fix three more buglets:
Ingo Schwarze
2019-01-14
do not peek before the beginning of a string
Ted Unangst
2019-01-07
short circuit mail check if MAIL is unset. ok anton
Ted Unangst
2018-12-30
Delete unnecessary <libgen.h> #includes
Philip Guenther
2018-12-16
Tweak the syntax displays to show that the list of words
Ingo Schwarze
2018-12-08
Fix kill [-SIGNAME | -s SIGNAME] and simplify
Jeremie Courreges-Anglas
2018-11-30
in getopts, when a option is followed by a colon the parameter is mandatory
solene
2018-11-20
Convert the pledge call to idiomatic format 'cause we love grep.
Theo de Raadt
2018-11-20
Fix the case where the recursion detection isn't reset when the command is
Martijn van Duren
2018-11-17
Use a very regular call pattern to pledge, so that we can continue to
Theo de Raadt
2018-11-16
Include "id" in pledge (for setres[ug]id, setgroups) if the shell is
Nicholas Marriott
2018-09-29
Export the PWD and OLDPWD shell variables as per POSIX.
Todd C. Miller
2018-09-28
Contrary to the sh manual, it is possible to modify the PWD variable
Todd C. Miller
2018-07-09
Second attempt of the recently backed out variable expansion fix. This time with
anton
2018-07-08
Back out previous. naddy and rpe found that it breaks the installer with
Theo Buehler
2018-07-08
Fix a bug related to variable expansion referencing multiple read-only
anton
2018-06-25
Count $MAILCHECK with the monotonic clock.
cheloha
2018-06-18
Use shl_out->fd instead of STDOUT_FILENO in the call the setupterm().
Todd C. Miller
2018-06-18
Add clear-screen emacs editing command, currently not bound to a
Todd C. Miller
2018-05-30
point readers to the correct place instead of having them
Sebastian Benoit
2018-05-18
remove the alias type='whence -v' and replace it with
Sebastian Benoit
2018-04-24
Keep the time pipeline's stack in tact
kn
2018-04-13
Count $SECONDS with CLOCK_MONOTONIC.
cheloha
2018-04-09
Support 64 bit integers on 32 bit architectures.
Tobias Stoeckmann
2018-03-31
Fix spacing in brace command list grammar.
anton
2018-03-16
improve markup quality in the cases found by the new "--" style message
Ingo Schwarze
2018-03-15
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2018-02-06
Clarify that the "bind" built-in command only affects Emacs editing
Ingo Schwarze
2018-01-20
Remove code that has been disabled since 1999. From Michael W. Bombardieri who
anton
2018-01-16
Introduce internal_warningf() and mark internal_errorf() as noreturn
Jeremie Courreges-Anglas
2018-01-16
Stop constructing the ulimit optstring passed to ksh_getopt() at runtime since
anton
2018-01-16
One minor scan-build warning
Jeremie Courreges-Anglas
2018-01-15
Don't try to open HISTFILE if the variable is unset.
Jeremie Courreges-Anglas
2018-01-15
Stop pretending we support building ksh without EDIT/HISTORY support
Jeremie Courreges-Anglas
2018-01-14
unifdef BRACE_EXPAND; ok jca@
anton
2018-01-13
remove unused parameter from the static function print_expansions();
Ingo Schwarze
2018-01-12
Some more tweaks to NOTES
Jeremie Courreges-Anglas
2018-01-08
update comments that were left behind in the recent unifdef JOB commit
Sebastian Benoit
2018-01-08
Drop two outdated entries
Jeremie Courreges-Anglas
2018-01-08
Remove unused "args" param from kb_add(), it is always NULL.
Todd C. Miller
2018-01-08
Kill entries that are obviously outdated/out of scope
Jeremie Courreges-Anglas
2018-01-07
Add proper bounds checking to kb_add(). OK anton@
Todd C. Miller
2018-01-06
Bring back the sign compare changes, this time with a fix from otto@
Todd C. Miller
2018-01-05
unifdef JOBS support
Jeremie Courreges-Anglas
2018-01-05
Typos in comments: 'it' -> 'if' and 'noityf' -> 'notify'.
Theo Buehler
2018-01-04
Back out sign compare changes that appear to cause problems on hppa.
Todd C. Miller
2018-01-01
Add WARNINGS=yes to ksh and fix the resulting sign compare warnings.
Todd C. Miller
2017-12-30
backslash also escapes newlines when quoted;
Jason McIntyre
[prev]
[next]