aboutsummaryrefslogtreecommitdiff
path: root/src/string/stpcpy.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-06fix type error in pthread_create, introduced with pthread_getattr_npRich Felker1-1/+1
2013-04-06getifaddrs: remove unused labelrofl0r1-1/+0
2013-04-05getifaddrs: use if_nameindex to enumerate interfacesrofl0r1-23/+9
2013-04-05getifaddrs: one less indent levelrofl0r1-30/+28
2013-04-05getifaddrs: less mallocrofl0r1-55/+52
2013-04-05include/ifaddrs.h: add prototypes for get/freeifaddrsrofl0r1-0/+3
2013-04-05add getifaddrsrofl0r2-0/+222
supports ipv4 and ipv6, but not the "extended" usage where usage statistics and other info are assigned to ifa_data members of duplicate entries with AF_PACKET family.
2013-04-05net/if.h: add some missing IFF_ constantsrofl0r1-0/+5
2013-04-04add prototype for dn_skipnameRich Felker1-0/+1