20 Commits

Author SHA1 Message Date
Jennifer Averett
c9be340ecf Added an rtems specific getprogname() to userspace. 2012-09-13 14:54:38 -05:00
Jennifer Averett
afcd88e1fe Added rtems_bsdnet_log_host_address and its initialization to userspace. 2012-09-13 11:56:22 -05:00
Jennifer Averett
97d85af79f namespace.h: Added fileio methods and _sigprocmask
Rearranged defines into logical blocks and added the following:
 _close
 _write
 _fcntl
 _fsync
 _fstat
 _stat
 _sigprocmask
2012-09-12 10:48:11 -05:00
Joel Sherrill
d73df24536 namespace.h: Add some pthread rwlock and mutex methods 2012-09-12 08:51:04 -05:00
Joel Sherrill
c4c01b8a81 namespace.h: Remove nsdispatch. File missing - not name issue 2012-09-07 13:29:57 -05:00
Joel Sherrill
e6fe77ef56 freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are both here 2012-09-07 13:19:21 -05:00
Joel Sherrill
53ad1b2f5a netcmds-config.h: New file. Use it in test 2012-09-07 12:49:22 -05:00
Joel Sherrill
f25ce7ab7d libc namespace.h: Use RTEMS specific versions
FreeBSD adds an _ prefix to a number of libc symbols so they
can switch from threaded to non-threaded libraries. We don't
have that distinction and don't need this.

Unfortunately, they also explicitly use the _ prefixed names
of some methods. So we fix this in our version of namespace.h
2012-09-07 12:43:13 -05:00
Joel Sherrill
a1cc6f43f3 freebsd/stdint.h: Add user space wrapper for freebsd/sys/stdint.h 2012-09-06 15:50:30 -05:00
Joel Sherrill
7b1b5b8279 Revert patches moving include of port_local.h to top of file
This was covering up rtems-bsd-config.h.in undefining __P. These
files can remain closer to the FreeBSD originals.
2012-09-06 10:35:55 -05:00
Joel Sherrill
05abe2c791 rtems/syslog.c: Include port_before.h first 2012-09-05 13:22:23 -05:00
Joel Sherrill
c1e56a553c res_send.c: Now compiles
This required adding ISC .h files and adding some defines to
port_before.h.
2012-09-01 09:46:13 -05:00
Joel Sherrill
236e427af6 res_mkupdate.c: Add isc/*.h and define _LIBC
This patch enabled a number of files to compile.
2012-09-01 09:36:41 -05:00
Joel Sherrill
650e4215ef rpc/rpc.h: Move to correct location 2012-08-24 15:30:32 -05:00
Joel Sherrill
cd450d239d librpc: now compiles 2012-08-05 19:10:35 -05:00
Joel Sherrill
116c6cf409 ftpfs: Add to services 2012-08-03 08:40:27 -05:00
Joel Sherrill
a4713c61c7 Add syslog functionality from old TCP/IP stack. 2012-07-28 06:39:41 -05:00
Joel Sherrill
97cc960db7 rtems_bsdnert.h: Add old configuration 2012-07-27 08:08:37 -05:00
Joel Sherrill
bd6dd6e233 net-setup: Add routing and old stack's configuration
This allows the old stack's configuration structures to be used
unchanged even though this code currently does not support all
of the options. It likely will never support all of the options
as some should eventually come through configuration files as
they would in a real FreeBSD system. Other configuration
parameters are likely configurable via "hints".
2012-07-27 07:45:06 -05:00
Joel Sherrill
e25eda8a0f Add RTEMS Network Setup Helper 2012-07-11 14:34:10 -05:00