summaryrefslogtreecommitdiffstats
path: root/services (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-10Update files to match FreeBSD layoutSebastian Huber44-44/+0
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.
2012-08-24yp_prot.h: Further disable bool definitionJoel Sherrill1-2/+2
2012-08-24yp_prot.h: bool defined in newer code base in stdbool.hJoel Sherrill1-0/+2
Hopefully using stdbool.h for this works.
2012-08-06librpc: Delete duped .h files from libc and update MakefileJoel Sherrill3-378/+5
2012-08-05librpc: Use libc versions of .h filesJoel Sherrill12-1311/+1
2012-08-05librpc: now compilesJoel Sherrill49-646/+157
2012-08-03nfsclient: Initial additionJoel Sherrill22-0/+11640
Will not compile until librpc is available.
2012-08-03librpc: Initial additionJoel Sherrill107-0/+23524
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-03ftpfs: Add to servicesJoel Sherrill3-0/+1515
2012-07-28Makefile: Add telnetd and ftpdJoel Sherrill1-1/+3
2012-07-28telnetd: Added from old stackJoel Sherrill10-0/+2497
2012-07-28ftpd: Added from old stackJoel Sherrill3-0/+2225
2012-07-28Makefile: install mongoose.h under rtems/Joel Sherrill1-2/+2
2012-07-27mghttpd: Add services directory with mghttpd as firstJoel Sherrill5-0/+4788