summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_udp.c
AgeCommit message (Collapse)Author
2002-09-06use socklen_t where needed; henning pvalchev okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-15prototype cleanupTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
1998-03-19Some -WallTodd C. Miller
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-03-29in svcudp_bufcreate(), only close socket if we created itTheo de Raadt
1997-02-17do not leak descriptors and memTheo de Raadt
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-20bcopy->memcpy & tagTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt