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
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
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-05-30
avoid double fclose(), from coverity/NetBSD; ok otto
Peter Valchev
2006-04-22
Removes unused variables and rename variables shadowing external
Ray Lai
2006-03-11
Silence 39 warnings.
Ray Lai
2006-03-11
Initialize p to NULL to prevent gcc warning.
Ray Lai
2006-01-08
Remove unused NADD_USLONG macro, and remove unused sp argument from NADD_SLONG;
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
2003-09-02
switch to dynamic fd_set and poll. patch entirely from millert@.
Daniel Hartmeier
2003-07-09
Fix double free; eric jackson
Todd C. Miller
2003-04-17
eliminate strcpy/sprintf. reviewed by deraadt and millert.
Jun-ichiro itojun Hagino
2002-12-15
more writable spelling; torh
Henning Brauer
2002-06-12
a real pid_t cleanup.
Mike Pechkin
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
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
2002-01-31
Bugfix picked up from NetBSD, and checked by pval:
Hugh Graham
2001-11-19
kill more registers
Mike Pechkin
[next]