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
/
rpc
/
pmap_rmt.c
Age
Commit message (
Expand
)
Author
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-09-22
Check return value of authunix_create_default(); from bret lambert
Otto Moerbeek
2006-03-31
internal API newgetbroadcastnets() does not need a sock
Theo de Raadt
2005-08-08
zap remaining rcsid.
Marc Espie
2005-04-01
ansify. ok deraadt@ jaredy@
Otto Moerbeek
2005-01-08
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
Kenneth R Westerback
2004-12-17
Ensure that 'addrs' is always initialized before use (from Yamamoto
Kenneth R Westerback
2003-12-31
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
Todd C. Miller
2002-09-06
use socklen_t where needed; henning pvalchev ok
Theo de Raadt
2001-09-15
prototype cleanup
Theo de Raadt
2000-08-24
uninit variables
Theo de Raadt
2000-05-19
use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues.
Jun-ichiro itojun Hagino
1998-08-14
realloc repair
Theo de Raadt
1997-07-09
avoid close(closed_socket) or close(-1); it looks disgusting in kdump
Theo de Raadt
1997-01-22
handle SIOCGIFCONF for as many interfaces as provided
Theo de Raadt
1997-01-02
use arc4random for xid generation
Theo de Raadt
1996-12-10
avoid close(-1) cases
Theo de Raadt
1996-11-14
More Alpha casts.
etheisen
1996-09-15
Remove dead code
Thorsten Lockert
1996-09-02
perturb xid further. confuse the world
Theo de Raadt
1996-08-20
memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw...
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-08-15
support descriptors > FD_SETSIZE and correct timeout handling
Theo de Raadt
1996-08-10
idle cleanup
Theo de Raadt
1996-08-10
idle cleanup
Theo de Raadt
1996-07-20
bcopy->memcpy & tag
Theo de Raadt
1996-03-25
Pull prototypes into scope
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt