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
/
usr.bin
/
vi
/
ex
Age
Commit message (
Expand
)
Author
2018-07-13
Remove cscope leftover and a stray comma.
Anthony J. Bentley
2018-07-13
Unused variable.
Kenneth R Westerback
2018-02-12
Simplify documentation of split-screen mode, avoiding abuse of []
Ingo Schwarze
2017-12-14
Enable the awk scripts to generate ex_def.h and options_def.h.
Martijn van Duren
2017-04-18
free(NULL) is ok so use it; from Michael W. Bombardieri
Theo de Raadt
2016-09-02
Fix the begin of word issue in vi(1).
Martijn van Duren
2016-08-01
Remove vi's "directory" option and TMPDIR support.
Anthony J. Bentley
2016-05-27
Revert CHAR_T removal. Some signedness flaws were introduced.
Martijn van Duren
2016-05-02
Remove pointless comment. getcwd(3) is safe.
Martijn van Duren
2016-05-02
Remove CHAR_T in favor of native types.
Martijn van Duren
2016-04-19
Remove not implemented decliration of sscr_pty.
Martijn van Duren
2016-03-19
By issuing :e +something in vi(1) this uncovers a backwards memcpy with the
mestre
2016-01-20
Remove ARG_CHAR_T, a relic from when the code was written K&R style.
Anthony J. Bentley
2016-01-06
Remove the msg_cat() function and adjust its former callers.
Todd C. Miller
2016-01-06
Remove the numeric identifiers at the beginning of the messages
Todd C. Miller
2015-12-07
Remove needless type casts and corresponding type parameters from
mmcc
2015-11-19
Remove cscope support in vi.
Anthony J. Bentley
2015-04-24
struct timespec/clock_gettime(3) conversion for vi(1).
Bryan Steele
2015-04-21
init both fds passed to pipe as -1 instead of initing one twice
Jonathan Gray
2015-03-29
Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using
Brian Callahan
2015-03-28
vi was using two separate isblank functions: one defined in <ctype.h> and
Brian Callahan
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-20
Remove the vi perl api.
Anthony J. Bentley
2014-11-14
from natano:
Ted Unangst
2014-11-14
from natano:
Ted Unangst
2014-11-12
Remove more portability bits for older systems; from Martin Natano
Todd C. Miller
2014-11-12
Ansify vi.
Anthony J. Bentley
2014-11-10
remove various bits of autoconf cruft. from Martin Natano
Ted Unangst
2014-11-10
remove old, unnecessary compat code. from Martin Natano
Ted Unangst
2014-10-14
create a REALLOCARRAY macro, and use it where it gives us overflow
Theo de Raadt
2014-09-09
We no longer need to convert "\<" and "\>" to "[[:<:]]" and "[[:>:]]"
Todd C. Miller
2014-07-10
add missing include file to bring in protos
Theo de Raadt
2013-12-01
Change the tags queue from CIRCLEQ to TAILQ.
Kenneth R Westerback
2013-12-01
Change the tag queue from CIRCLEQ to TAILQ.
Kenneth R Westerback
2013-12-01
Convert the ranges CIRCLEQ to TAILQ.
Kenneth R Westerback
2013-11-28
Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.
Kenneth R Westerback
2013-11-25
Replace _texth CIRCLEQ with TAILQ. One down, five to go.
Kenneth R Westerback
2013-08-22
Correct format string mismatches turned up by -Wformat=2
Philip Guenther
2013-05-03
Use open(2) / fstat(2) instead of stat(2) / open(2) for checking
Matthias Kilian
2012-12-20
use openpty() rather than hand-rolled pty opening code; ok millert@
Christian Weisgerber
2012-12-03
Fix hang when exiting shell in script mode. OK naddy@
Todd C. Miller
2011-07-10
Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collision
Todd C. Miller
2010-05-29
subsitution -> substitution;
Jason McIntyre
2009-11-15
do not leak a lot of memory if a small memory allocation fails, found by
Theo de Raadt
2009-11-14
fix leaks in error paths found by parfait
Jonathan Gray
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-06-10
Use poll() instead of select(). The sscr_check_input() bit is
Todd C. Miller
2008-08-29
Fix nvi's cscope support in the case that someone provided a filename
Owain Ainsworth
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
[next]