dhcpcd/compat
2016-05-04 12:32:29 +00:00
..
arc4random_uniform.c Add needed includes for some systems. 2014-09-07 18:33:30 +00:00
arc4random_uniform.h Split arc4random_uniform into it's own compat function and add 2014-09-07 17:24:07 +00:00
arc4random.c Tell coverity that we don't care about this errors because they 2016-05-03 09:15:28 +00:00
arc4random.h Split arc4random_uniform into it's own compat function and add 2014-09-07 17:24:07 +00:00
bitops.h Comment out dead assignment. 2016-02-05 21:29:47 +00:00
dprintf.c Fix dprintf, thanks to OBATA Akio. 2016-03-16 11:26:49 +00:00
dprintf.h Fix dprintf compat. 2015-03-18 00:01:03 +00:00
endian.h Bring back inline in be*enc,dec as it's in a header. 2014-09-21 19:50:57 +00:00
getline.c Ensure that a given buffer is at least BUFSIZ. 2014-07-21 19:05:32 +00:00
getline.h Style 2013-06-03 21:30:43 +00:00
pidfile.c Fix returning a pid if open fails. 2016-05-04 12:32:29 +00:00
pidfile.h Sync pidfile.c from NetBSD. 2016-04-10 20:15:36 +00:00
posix_spawn.c If there are no file actions or dangerous attributes then use 2014-02-21 15:51:42 +00:00
posix_spawn.h If there are no file actions or dangerous attributes then use 2014-02-21 15:51:42 +00:00
queue.h TAILQ is now inlcuded via config.h either via sys/queue.h or compat/queue.h. 2014-11-10 16:56:32 +00:00
reallocarray.c Use reallocarray(3) to fix a pontential overflow issue discovered by Coverity. 2016-05-03 11:54:25 +00:00
reallocarray.h Use reallocarray(3) to fix a pontential overflow issue discovered by Coverity. 2016-05-03 11:54:25 +00:00
strlcpy.c Add -Wconversion to debug CFLAGS and fix fallout. 2014-03-27 22:14:52 +00:00
strlcpy.h Style 2013-06-03 21:30:43 +00:00
strtoi.c Use strtoi(3) and strtou(3) from NetBSD-8 instead of the harder to use 2015-01-31 01:02:07 +00:00
strtoi.h Fix compile on some systems. 2015-02-18 13:40:23 +00:00