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
Age
Commit message (
Expand
)
Author
2017-10-09
Better document what the -v flag actually does and that you can
Todd C. Miller
2017-09-16
Carefully add casts to silence clang sign-compare warnings. ok millert@
Otto Moerbeek
2017-09-12
there is no offical way to get the max value of time_t, but this one works
Otto Moerbeek
2017-09-11
Use getrusage(2) for the built-in time trial instead of getttimeofday(2).
Todd C. Miller
2017-09-10
Backslash escapes the next character in filename patterns.
Philip Guenther
2017-09-08
Avoid clang warning and make code better by using a signed long;
Otto Moerbeek
2017-09-07
Keep histptr inside of the allocated history array
Jeremie Courreges-Anglas
2017-09-06
intvar < sizeof(...) does not catch negative values since an int -> unsigned
Otto Moerbeek
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-30
Zap redundant assignment; ok jca@
anton
2017-08-30
Respect inputline_size argument. No functional change since tenex() only has one
anton
2017-08-30
Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating
anton
2017-08-29
Kill a useless setlocale() query
Jeremie Courreges-Anglas
2017-08-29
Since rev 1.61 of print.c exp(3) and log(3) are not used anymore.
Alexander Bluhm
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-16
Explicitly say that expr(1) handles decimal integers only, as mandated
Ingo Schwarze
2017-08-15
Remove expensive pointer check in afree()
Jeremie Courreges-Anglas
2017-08-13
convert gettimeofday to mono clock.
Ted Unangst
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-26
Align variables and put logical operators at EOL. No binary change.
anton
2017-07-26
Postpone printing of prompt if filec is enabled in csh. Any I/O should be
anton
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-24
Add < and > to the comment describind the grammar.
Jeremie Courreges-Anglas
2017-07-22
Use monotonic clock for the time command in csh and ksh.
anton
2017-07-18
Restore tty when aborting loop.
anton
2017-07-10
remove misc. depend and yacc nits that no longer matter.
Marc Espie
2017-07-09
remove redundant variable declarations in Makefiles, since those are
Marc Espie
2017-07-06
fix broken cross references; found with mandoc -Tlint
Ingo Schwarze
2017-07-05
nits about trailing punctuation 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-07-03
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
Marc Espie
2017-06-29
Increase the input line buffer to 4096 bytes.
Martijn van Duren
2017-06-29
Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined to
Theo de Raadt
[next]