summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-07-01Include <stdlib.h> for malloc() proto.millert1-0/+1
1997-06-29indentderaadt1-2/+2
1997-06-29surely not long!deraadt1-5/+5
1997-06-23Add inet_ntop(3) and inet_pton(3) and the IPv6 address format.millert1-30/+154
From BSD/OS 3.0, with permission from Jeffrey Finkelstein <finkels@bsdi.com> by way of NetBSD (lukem). Also add xfer for inet_net(3).
1997-06-23Add man page for inet_net_ntop(3) and inet_net_pton(3) from NetBSD (lukem)millert2-3/+152
1997-06-22Make sure we don't get stuck in a loop when trying to clean up stdiotholo1-6/+11
1997-06-20add ELOOP support; shigio@wafu.netgate.netderaadt1-1/+6
1997-06-20typecastoramaderaadt1-10/+10