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
/
bin
/
ed
/
glbl.c
Age
Commit message (
Expand
)
Author
2015-10-09
Define functions as static when they are not used outside their own c-files.
Tobias Stoeckmann
2015-10-09
Mark static globals that are only used in their respective .c files.
Todd C. Miller
2015-10-04
Remove useless pattern_t typedef, POSIX regex is here to stay so
Todd C. Miller
2014-05-18
use reallocarray
Marc Espie
2012-12-04
remove sunos backwards compat
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-09-03
malloc(n * m) -> calloc(n, m); ok espie
Theo de Raadt
2003-06-11
ansification, art ok
Theo de Raadt
2002-03-24
Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK
Todd C. Miller
2001-01-16
cleanup strcpy, strncpy, signal races, etc
Theo de Raadt
1998-04-30
Wall
Theo de Raadt
1997-09-01
i am bored enough to fix terminal space/tab uglies
Theo de Raadt
1996-12-14
-Wall'ing.
Michael Shalayeff
1996-10-12
Back out my sprintf -> snprintf changes where they don't make sense and
Todd C. Miller
1996-09-15
sprintf -> snprintf paranoia
Todd C. Miller
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt