summaryrefslogtreecommitdiffstats
path: root/lib/libnetbsd
Commit message (Collapse)AuthorAgeFilesLines
* MFC r273482,r274078:ngie2014-12-213-0/+159
| | | | | | | | | | | | | | | | | | | | | | r273482: The NetBSD libc tests use several definitions/macros that aren't available in FreeBSD Add the missing compat definitions/macros to lib/libnetbsd so the testcases can be compiled with libnetbsd without having to invent ad hoc #define's, or having to convert things over to FreeBSD idioms Reviewed by: brooks Phabric: D993 Sponsored by: EMC / Isilon Storage Division r274078: Commit missing header for sys/time.h compat on NetBSD to unbreak the amd64/i386 build Pointyhat to: me (forgot to svn add it sooner)
* Add libnetbsd, a thin compatibility layer intended to allow a limitedbrooks2012-12-2110-0/+588
set of NetBSD software to compile as part of the FreeBSD build with little or no modifiction. It is built as a static library and not installed for general use. Likewise, its header files are not installed. Sponsored by: DARPA, AFRL
OpenPOWER on IntegriCloud