freebsd-dev/lib/libnetbsd
Ed Maste df9489689d libnetbsd: add emalloc and friends
These are error-checked versions of memory allocation routines used by
NetBSD code, and are being added to facilitate updates to makefs.

Reviewed by:	ngie
Differential Revision:	https://reviews.freebsd.org/D10291
2017-04-06 14:36:08 +00:00
..
netinet
sys
efun.c libnetbsd: add emalloc and friends 2017-04-06 14:36:08 +00:00
glob.h
Makefile libnetbsd: add emalloc and friends 2017-04-06 14:36:08 +00:00
Makefile.depend
pthread.h
README
rmd160.h
sha1.h
sha2.h
sockaddr_snprintf.c Port the getaddrinfo(1) utility from NetBSD 2017-03-20 16:44:55 +00:00
stdlib.h
strsuftoll.c
util.c
util.h libnetbsd: add emalloc and friends 2017-04-06 14:36:08 +00:00

$FreeBSD$

libnetbsd is a thin compatibility layer intended to allow a limited
set of NetBSD software to compile as part of the FreeBSD build with
little or no modification.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.