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
2019-07-22
In secure mode (-S), skip sending mail when executing the :pre[serve]
Ingo Schwarze
2019-05-21
Also apply stricter pledge when secure mode is set via rc file or command.
Martijn van Duren
2018-07-11
Remove an old and false comment. REALLOC now free(3)s the code if realloc
Martijn van Duren
2017-12-14
Enable the awk scripts to generate ex_def.h and options_def.h.
Martijn van Duren
2017-11-26
Fix segfault which could be triggered by deleting a backwards sentence if
Ricardo Mestre
2017-11-10
When tracing is compiled in make sure it flushes its content to disk as
Martijn van Duren
2017-11-10
Fix a use after free when sending SIGHUP or SIGTERM to vi when in editing
Martijn van Duren
2017-11-10
Add rcv_openat() function that does the open, makes sure it is a
Todd C. Miller
2017-11-10
Avoid using system(3) when running "sendmail -t". We already have
Todd C. Miller
2017-07-31
Silence some warnings generated by clang.
Martijn van Duren
2017-07-03
Remove settings that were unimplemented for 20 years; update STANDARDS.
Anthony J. Bentley
2017-06-30
Add mdoc(7) macros to vi's built-in lists of roff paragraph/section macros.
Anthony J. Bentley
2017-06-24
Fix a check in ADD_SPACE_{GOTO,RET} that potentially allowed for a
Martijn van Duren
2017-06-12
Use openat() and unlinkat() instead of chdir()ing to the recovery dir.
Todd C. Miller
2017-04-26
Remove extraneous ", NULL" in the assignment of msgstr which was
Todd C. Miller
2017-04-18
free(NULL) is ok so use it; from Michael W. Bombardieri
Theo de Raadt
2017-01-20
Nuke some excess whitespace.
Kenneth R Westerback
2016-12-18
Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)
Kenneth R Westerback
2016-08-27
Pull in <sys/time.h> for struct timespec and timeval
Philip Guenther
2016-08-14
Kill '#if defined(DEBUG) && 0' blocks that used %q
Philip Guenther
2016-08-01
Remove vi's "directory" option and TMPDIR support.
Anthony J. Bentley
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
[next]