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
/
cl
Age
Commit message (
Expand
)
Author
2017-07-20
Replace usage of strtol() with strtonum().
anton
2017-04-18
free(NULL) is ok so use it; from Michael W. Bombardieri
Theo de Raadt
2016-12-18
Nuke more unused variables.
Kenneth R Westerback
2016-07-07
biff, mesg, vi: only consider ACCESSPERMS for setting tty mode.
Sebastien Marie
2016-05-28
Test if stdin is a terminal before resetting the tty state.
Martijn van Duren
2016-05-27
Revert CHAR_T removal. Some signedness flaws were introduced.
Martijn van Duren
2016-05-05
Remove __sigblockset. This is a leftover after the removal of the signal
Martijn van Duren
2016-05-02
Remove CHAR_T in favor of native types.
Martijn van Duren
2016-04-20
Remove pointless reenter variable.
Martijn van Duren
2016-04-19
Remove some useless code.
Martijn van Duren
2016-03-17
Add error checking for COLUMNS/LINES environment variables.
Anthony J. Bentley
2016-02-11
Update comment: the #ifdef VDSUSP was removed in r1.22.
Tim van der Molen
2016-02-03
Remove needless alias macros for malloc and calloc. No binary change. I
mmcc
2016-01-30
replace progname variable in gs structure with getprogname
martijn
2016-01-27
Replace fprintf+exit with errx. No functional change
martijn
2016-01-06
Remove the numeric identifiers at the beginning of the messages
Todd C. Miller
2015-12-28
Use err() instead of custom perr() function. Also applied by nvi2
Todd C. Miller
2015-12-07
Remove needless type casts and corresponding type parameters from
mmcc
2015-04-10
This changes vi to use resizeterm(3) instead of reinitializing curses on
Bryan Steele
2015-03-29
Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using
Brian Callahan
2015-03-27
Some vi cleanup, unifdef's some signal blocking code that has never been
Bryan Steele
2014-11-19
Remove ifdef checks for LIBRARY.
Anthony J. Bentley
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 ipc leftovers. from Martin Natano
Ted Unangst
2014-11-06
Remove old curses support in vi.
Anthony J. Bentley
2013-11-28
Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.
Kenneth R Westerback
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
2009-06-02
If the read from the tty fails with EAGAIN, pop back up to the select.
Todd C. Miller
2009-01-28
ex(1), vi(1), and view(1) have different synopses; each nex/nvi utility
Igor Sobrado
2008-03-28
- minor ansification
Jasper Lievisse Adriaanse
2007-10-17
remove "unused variable" warnings
Charles Longeau
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-07-26
Add the correct file descriptor to rdfd when cycling through
Todd C. Miller
2006-04-22
Removes unused variables and rename variables shadowing external
Ray Lai
2006-03-11
Silence 39 warnings.
Ray Lai
2006-01-08
Explicit braces around macro fields and logical operations, gets rid of 148
Miod Vallat
2005-10-17
Use queue macros instead of directly accessing fields. ok pat@ "put it
Otto Moerbeek
2005-04-21
Avoid the "tcsetattr: Interrupted system call" fatal error when
Otto Moerbeek
2003-09-02
switch to dynamic fd_set and poll. patch entirely from millert@.
Daniel Hartmeier
2003-07-18
add missing includes
David Krause
2003-04-17
eliminate strcpy/sprintf. reviewed by deraadt and millert.
Jun-ichiro itojun Hagino
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-01-29
$OpenBSD$
Niklas Hallqvist
1999-11-26
o Update README files etc. from nvi-1.79 so they have the correct info
Todd C. Miller
1999-03-06
back out changes that should not have escaped my local tree
Todd C. Miller
1999-03-06
add missing reference to infocmp
Todd C. Miller
[next]