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
/
ed.h
Age
Commit message (
Expand
)
Author
2024-07-16
Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); check
Theo de Raadt
2016-03-27
actually remove unnecessary includes
Michael McConville
2015-10-09
The variable errmsg can be static in main.c if code in re.c uses an own
Tobias Stoeckmann
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
2015-10-04
Remove #ifdefs for non-POSIX systems. Also remove #ifdef for
Todd C. Miller
2015-07-14
use atomic operations on sig_atomic_t variables inside the signal handlers,
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-02
Remove prototypes for functions that were already removed.
Todd C. Miller
2014-04-14
remove nonstandard DES support because DES. ok beck deraadt miod
Ted Unangst
2012-12-04
remove sunos backwards compat
Theo de Raadt
2007-02-24
There is no filter_lines function, remove its prototype. From Mark Lumsden.
Todd C. Miller
2002-03-24
Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK
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
2001-07-05
Fix prototypes
Marc Espie
2001-01-16
cleanup strcpy, strncpy, signal races, etc
Theo de Raadt
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-08-22
__OpenBSD__
Theo de Raadt
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt