summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/pmap_rmt.c
AgeCommit message (Expand)Author
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2006-09-22Check return value of authunix_create_default(); from bret lambertOtto Moerbeek
2006-03-31internal API newgetbroadcastnets() does not need a sockTheo de Raadt
2005-08-08zap remaining rcsid.Marc Espie
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2005-01-08Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. PointedKenneth R Westerback
2004-12-17Ensure that 'addrs' is always initialized before use (from YamamotoKenneth R Westerback
2003-12-31Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)Todd C. Miller
2002-09-06use socklen_t where needed; henning pvalchev okTheo de Raadt
2001-09-15prototype cleanupTheo de Raadt
2000-08-24uninit variablesTheo de Raadt
2000-05-19use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues.Jun-ichiro itojun Hagino
1998-08-14realloc repairTheo de Raadt
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-01-22handle SIOCGIFCONF for as many interfaces as providedTheo de Raadt
1997-01-02use arc4random for xid generationTheo de Raadt
1996-12-10avoid close(-1) casesTheo de Raadt
1996-11-14More Alpha casts.etheisen
1996-09-15Remove dead codeThorsten Lockert
1996-09-02perturb xid further. confuse the worldTheo de Raadt
1996-08-20memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw...Theo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-08-15support descriptors > FD_SETSIZE and correct timeout handlingTheo de Raadt
1996-08-10idle cleanupTheo de Raadt
1996-08-10idle cleanupTheo de Raadt
1996-07-20bcopy->memcpy & tagTheo de Raadt
1996-03-25Pull prototypes into scopeThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt