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
Age
Commit message (
Expand
)
Author
2007-09-14
remove some warnings:
Charles Longeau
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
2007-07-26
Add the correct file descriptor to rdfd when cycling through
Todd C. Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-05-30
- use a consistent text for STANDARDS
Jason McIntyre
2007-05-14
use sys/queue macros instead of accessing fields directly.
Pierre-Yves Ritschard
2007-03-27
Catch OOB access for tag searches mathching lines ending with \
Otto Moerbeek
2007-03-20
remove some bogus *p tests from charles longeau
Ted Unangst
2006-12-21
Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite a
Otto Moerbeek
2006-12-11
rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tama...
Theo de Raadt
2006-07-07
Don't add space for line numbers twice.
Ray Lai
2006-06-18
Fix memleak; From Coverity Scan, CID 3135.
Jasper Lievisse Adriaanse
2006-05-30
avoid double fclose(), from coverity/NetBSD; ok otto
Peter Valchev
2006-05-21
Backport fix from nvi 1.81.5: do not go into loop if :set number and
Otto Moerbeek
2006-04-28
ensure NUL termination after read(); ok ray
Jared Yanovich
2006-04-22
Removes unused variables and rename variables shadowing external
Ray Lai
2006-03-20
if we're in visual mode reading a command, check the termination value
Peter Valchev
2006-03-15
Handle ^C correctly, morph it to escape key so the input
Peter Valchev
2006-03-11
Fixes the `optindx' might be used uninitialized in this function
Ray Lai
2006-03-11
Silence 2 warnings.
Ray Lai
2006-03-11
Silence 39 warnings.
Ray Lai
2006-03-11
Silence uninitialized variable warning.
Ray Lai
2006-03-11
Make FLUSH macro more function-like, so there are no hidden surprises.
Ray Lai
2006-03-11
Initialize p to NULL to prevent gcc warning.
Ray Lai
2006-03-04
the the
Miod Vallat
2006-02-17
Fix use after free. Problem hunted down by wilfried@; ok fgsch@
Otto Moerbeek
2006-01-08
Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG;
Miod Vallat
2006-01-08
Fix one more uninitialized variable scenario; from Ray Lai.
Miod Vallat
2006-01-08
Make sure we can exit from a loop in v_key_init() regardless of the locale
Miod Vallat
2006-01-08
Appease gcc 3 and the C gods by fixing a couple of undefined statements;
Miod Vallat
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
spelling typo in comment;
Jason McIntyre
2005-04-21
Avoid the "tcsetattr: Interrupted system call" fatal error when
Otto Moerbeek
2005-03-10
-v description comes before -w;
Jason McIntyre
2005-01-09
tidy up FAST STARTUP;
Jason McIntyre
2005-01-09
better example;
Jason McIntyre
2005-01-09
better section reference;
Jason McIntyre
2005-01-08
Fix for FreeBSD PR#12801 from Sven Verdoolaege (nvi maintainer) via FreeBSD
Peter Valchev
2005-01-08
Move a line of code which was "obviously" misplaced.
Peter Valchev
2005-01-08
When an error occurs in v_txt(), leave input mode too.
Peter Valchev
2005-01-08
move the license into the body of the man page;
Jason McIntyre
2005-01-07
Remove line in copyright declaration that conflicts with the LICENSE file.
Todd C. Miller
2004-11-29
lowercase for consistency;
Jason McIntyre
2004-11-29
Spell precede correctly.
Jonathan Gray
2004-10-04
refer to re_format.7 rather than egrep.1 for a description of EREs;
Jason McIntyre
2004-04-09
ex is not a screen editor;
Jason McIntyre
2004-03-19
clarify -c;
Jason McIntyre
2004-02-20
add `ruler' to the list of helpful options;
Jason McIntyre
[next]