Commit Graph

14 Commits

Author SHA1 Message Date
Sebastian Huber
e599318e91 Update files to match FreeBSD layout
Add compatibility with Newlib header files.  Some FreeBSD header files
are mapped by the translation script:

     o rtems/bsd/sys/_types.h
     o rtems/bsd/sys/errno.h
     o rtems/bsd/sys/lock.h
     o rtems/bsd/sys/param.h
     o rtems/bsd/sys/resource.h
     o rtems/bsd/sys/time.h
     o rtems/bsd/sys/timespec.h
     o rtems/bsd/sys/types.h
     o rtems/bsd/sys/unistd.h

It is now possible to include <sys/socket.h> directly for example.

Generate one Makefile which builds everything including tests.
2013-10-10 09:08:23 +02:00
Joel Sherrill
01099752a6 yp_prot.h: Further disable bool definition 2012-08-24 15:52:28 -05:00
Joel Sherrill
5df92c34f6 yp_prot.h: bool defined in newer code base in stdbool.h
Hopefully using stdbool.h for this works.
2012-08-24 15:38:52 -05:00
Joel Sherrill
725c9b9a64 librpc: Delete duped .h files from libc and update Makefile 2012-08-06 14:56:56 -05:00
Joel Sherrill
f01bc1f420 librpc: Use libc versions of .h files 2012-08-05 19:12:48 -05:00
Joel Sherrill
cd450d239d librpc: now compiles 2012-08-05 19:10:35 -05:00
Joel Sherrill
8f59c0aea7 nfsclient: Initial addition
Will not compile until librpc is available.
2012-08-03 14:21:13 -05:00
Joel Sherrill
20ec9e6659 librpc: Initial addition
This does not currently compile. There is an include file
issue and int32_t is not defined even though stdint.h is included
before its use.
2012-08-03 14:19:49 -05:00
Joel Sherrill
116c6cf409 ftpfs: Add to services 2012-08-03 08:40:27 -05:00
Joel Sherrill
ebf411ce79 Makefile: Add telnetd and ftpd 2012-07-28 07:11:15 -05:00
Joel Sherrill
ff43f5d444 telnetd: Added from old stack 2012-07-28 07:10:41 -05:00
Joel Sherrill
f415cbba07 ftpd: Added from old stack 2012-07-28 07:09:54 -05:00
Joel Sherrill
a3dc1f04d4 Makefile: install mongoose.h under rtems/ 2012-07-28 05:58:03 -05:00
Joel Sherrill
2cbf1af59d mghttpd: Add services directory with mghttpd as first 2012-07-27 08:03:55 -05:00