summaryrefslogtreecommitdiffstats
path: root/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update files to match FreeBSD layoutSebastian Huber2013-10-1044-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.
* yp_prot.h: Further disable bool definitionJoel Sherrill2012-08-241-2/+2
|
* yp_prot.h: bool defined in newer code base in stdbool.hJoel Sherrill2012-08-241-0/+2
| | | | Hopefully using stdbool.h for this works.
* librpc: Delete duped .h files from libc and update MakefileJoel Sherrill2012-08-063-378/+5
|
* librpc: Use libc versions of .h filesJoel Sherrill2012-08-0512-1311/+1
|
* librpc: now compilesJoel Sherrill2012-08-0549-646/+157
|
* nfsclient: Initial additionJoel Sherrill2012-08-0322-0/+11640
| | | | Will not compile until librpc is available.
* librpc: Initial additionJoel Sherrill2012-08-03107-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.
* ftpfs: Add to servicesJoel Sherrill2012-08-033-0/+1515
|
* Makefile: Add telnetd and ftpdJoel Sherrill2012-07-281-1/+3
|
* telnetd: Added from old stackJoel Sherrill2012-07-2810-0/+2497
|
* ftpd: Added from old stackJoel Sherrill2012-07-283-0/+2225
|
* Makefile: install mongoose.h under rtems/Joel Sherrill2012-07-281-2/+2
|
* mghttpd: Add services directory with mghttpd as firstJoel Sherrill2012-07-275-0/+4788