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
/
common
Age
Commit message (
Expand
)
Author
2016-06-29
If /tmp/vi.recover doesn't exist, don't create it. Warn once
Theo Buehler
2016-05-27
Revert CHAR_T removal. Some signedness flaws were introduced.
Martijn van Duren
2016-05-07
Free memory if realloc fails. The application is most likely to terminate after
Martijn van Duren
2016-05-02
Remove CHAR_T in favor of native types.
Martijn van Duren
2016-02-03
Remove needless alias macros for malloc and calloc. No binary change. I
mmcc
2016-01-30
replace tail with basename
martijn
2016-01-30
replace progname variable in gs structure with getprogname
martijn
2016-01-27
remove v_estr in favor of warn and warnx
martijn
2016-01-20
Remove ARG_CHAR_T, a relic from when the code was written K&R style.
Anthony J. Bentley
2016-01-09
decls before code; from Martijn van Duren
Theo de Raadt
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
2016-01-06
Remove the message catalog DB. This removes the msg_open() and
Todd C. Miller
2015-12-07
Remove needless type casts and corresponding type parameters from
mmcc
2015-11-24
Turn on filename tab completion in vi by default.
Anthony J. Bentley
2015-11-20
vi -S doesn't need proc or exec.
Anthony J. Bentley
2015-11-19
"tty proc exec", not "proc exec tty"
Anthony J. Bentley
2015-11-19
Remove cscope support in vi.
Anthony J. Bentley
2015-11-15
Vi needs flock, for those who haven't set nolock in .exrc for years...
Anthony J. Bentley
2015-11-15
Basic pledge for vi.
Anthony J. Bentley
2015-07-07
Fix a regression caused by timespec changes when vi is run without
Todd C. Miller
2015-04-24
struct timespec/clock_gettime(3) conversion for vi(1).
Bryan Steele
2015-04-19
Don't lock the file for "vi -R" or "view". OK deraadt@
Todd C. Miller
2015-03-28
vi was using two separate isblank functions: one defined in <ctype.h> and
Brian Callahan
2015-03-27
Some vi cleanup, unifdef's some signal blocking code that has never been
Bryan Steele
2015-03-10
Display "Search wrapped" even when searching from the end of the file.
Anthony J. Bentley
2015-02-06
Do not rely on unspecified behavior for the size_t overflow check.
Todd C. Miller
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-19
Remove ifdef checks for LIBRARY.
Anthony J. Bentley
2014-11-14
from natano:
Ted Unangst
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 old, unnecessary compat code. from Martin Natano
Ted Unangst
2014-11-06
Clean up unused header files and docs referring to them.
Anthony J. Bentley
2014-10-14
create a REALLOCARRAY macro, and use it where it gives us overflow
Theo de Raadt
2014-10-08
bump max columns out to 768. screens are getting bigger...
David Gwynne
2013-12-01
Change the file reference queue from 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-27
Zap some pointer casts became extra (and thus dangerous) after recent
Vadim Zhukov
2013-11-26
fix a possible double-free/NULL deref in msg_print
pelikan
2013-11-26
fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@
Otto Moerbeek
2013-11-25
Replace _texth CIRCLEQ with TAILQ. One down, five to go.
Kenneth R Westerback
2013-04-29
use FD_CLOEXEC instead of 1; from David Hill
Okan Demirmen
2011-07-10
Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collision
Todd C. Miller
2009-11-22
Change the flash option to be off by default. Now that xterm has the flash
Nicholas Marriott
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-02-01
Move variable declarations around to compile with gcc 2
Miod Vallat
[next]