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
/
lib
/
libc
/
net
/
getservent.c
Age
Commit message (
Expand
)
Author
2015-09-14
Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
Philip Guenther
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2014-09-15
When fopen()ing internal to libc (the API doesn't support the use
Philip Guenther
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-01-17
Include limits.h directly instead of depending on another header
Todd C. Miller
2005-08-06
zap rcsid.
Marc Espie
2004-10-25
Change return value of reentrant getproto* and getserv* to match the
Todd C. Miller
2004-10-17
Reentrant versions of getprotoent(3) and getservent(3). Adapted from
Todd C. Miller
2004-09-16
ansi
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
1999-09-03
Use strtol() and strtoul() instead of atoi(). This allows us to catch
Todd C. Miller
1998-03-16
Use fgetln(3) instead of fgets(3) so we can easily recognize lines
Todd C. Miller
1997-04-05
Use in_addr_t not u_long and use in_port_t in some cases instead
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt