FreeBSD user space support - First additions

This requires a full checkout of the FreeBSD 8.2 source code.
The checkout we have been using is missing at least the libc,
include, and sys directories.  The script to copy files in is
crude.

This eventually needs to separate the manually written .h files
out and add the RTEMS specific network initialization support
with functionality to program the IP addresses and gateways as
the old stack did.
This commit is contained in:
Joel Sherrill
2012-07-11 13:23:45 -05:00
parent c90c2126ac
commit 1b13f6981a
67 changed files with 14436 additions and 0 deletions

View File

@@ -0,0 +1 @@
#include <sys/syslog.h>