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
2017-12-27
Add -Wshadow to Makefile and fix the resulting warnings. Many of
Todd C. Miller
2017-12-26
The hack for /dev/fd support on systems without it was removed a
Todd C. Miller
2017-12-18
Get rid of a todo by stop declaring variable texec as static and instead zeroing
anton
2017-12-18
Add another pair of home/end key bindings; from Lari Rasku.
anton
2017-12-15
oops - previous should have been a list item;
Jason McIntyre
2017-12-12
Document change in the default shell prompts.
Theo Buehler
2017-12-12
Include hostname in shell prompts by default
Theo Buehler
2017-12-07
Drop the unused second argument from set_prompt(). It used to be used for
Theo Buehler
2017-11-27
Follow emacs mode and remove the interactive "version" function.
Theo Buehler
2017-11-26
Remove the "version" interactive function in emacs mode.
Jeremie Courreges-Anglas
2017-11-22
Fix some incorrectness related to Emacs editing mode in ksh:
anton
2017-11-21
Initialize *histbase to NULL to fix a bus error in emacs editing mode
Theo Buehler
2017-11-02
Switch calloc(3) back to malloc(3). The call to calloc was introduced
Theo Buehler
2017-10-23
Kill needless rewind(3) call in hist_init()
Jeremie Courreges-Anglas
2017-10-23
Skip (and warn about) overlong history lines.
Jeremie Courreges-Anglas
2017-10-19
Delete the deprecated emacs-usemeta option.
Jeremie Courreges-Anglas
2017-10-18
The return value of this function isn't used.
Jeremie Courreges-Anglas
2017-09-07
Keep histptr inside of the allocated history array
Jeremie Courreges-Anglas
2017-09-03
Use PATH_MAX instead of a local define
Jeremie Courreges-Anglas
2017-09-02
whitespace commit from BC
Theo de Raadt
2017-08-31
ignoredups implementation quirk
Jeremie Courreges-Anglas
2017-08-30
Guard FEMACSUSEMETA uses behind #ifdef EMACS
Jeremie Courreges-Anglas
2017-08-30
Implement HISTCONTROL ignoredups & ignorespace features
Jeremie Courreges-Anglas
2017-08-30
Stop exposing the emacs-usemeta option, and warn when trying to set it.
Jeremie Courreges-Anglas
2017-08-30
Drop needless comment
Jeremie Courreges-Anglas
2017-08-30
No need for NULL checks before afree()
Jeremie Courreges-Anglas
2017-08-29
Kill a useless setlocale() query
Jeremie Courreges-Anglas
2017-08-28
Don't bother setting freed history lines to NULL.
Jeremie Courreges-Anglas
2017-08-28
Put history_write() in line with other functions that walk history
Jeremie Courreges-Anglas
2017-08-27
Free history entries when resizing/reloading
Jeremie Courreges-Anglas
2017-08-27
Remove unused copy_non_glob() in ksh.
Nayden Markatchev
2017-08-26
Don't lose the latest history line & don't crash when shrinking histsize
Jeremie Courreges-Anglas
2017-08-19
\$ in PS1 gets you the default prompt character, which differs from the
Jason McIntyre
2017-08-15
Remove expensive pointer check in afree()
Jeremie Courreges-Anglas
2017-08-11
Retire old behavior of requiring root prompt to contain # or \!
Philip Guenther
2017-08-11
Check whether the first two characters of $HISTFILE are the magic
Theo Buehler
2017-08-01
Disable ksh VI-editing mode on the install media. We need the space
Theo de Raadt
2017-07-24
Fix off-by-one error introduced in the previous commit.
Theo Buehler
2017-07-24
Prettify, simplify
Jeremie Courreges-Anglas
2017-07-24
Use memmove instead of a hand-rolled loop
Jeremie Courreges-Anglas
2017-07-22
Use monotonic clock for the time command in csh and ksh.
anton
2017-07-06
fix broken cross references; found with mandoc -Tlint
Ingo Schwarze
2017-07-04
Backout previous due to a bug discovered by zhuk@ that requires some tinkering
anton
2017-07-04
Add support for pattern substitution to variables in ksh using a common syntax
anton
2017-06-29
Increase the input line buffer to 4096 bytes.
Martijn van Duren
2017-06-25
No need to NUL-terminate the line buffer since it's handled by x_e_getu8() by
anton
2017-06-25
Don't output partial UTF-8 characters in ksh emacs mode. Instead, try to read a
anton
2017-06-20
'^T' is documented to be bounded to transpose-chars while in emacs
Bryan Steele
2017-06-01
The fact is simple: Subshells have the same PPID as the current shell.
Theo Buehler
2017-05-31
Let the 's' command delete the right number of bytes when UTF-8
Ingo Schwarze
[next]