summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Collapse)Author
2018-10-22posix: Provide non-thread functions by defaultSebastian Huber
Update #2514.
2018-10-22posix: Provide scheduler support by defaultSebastian Huber
Update #2514.
2018-10-22posix: Provide cancel state/type by defaultSebastian Huber
Sort POSIX sources lexicographically in Makefile.am Update #2514.
2018-10-22Remove superfluous configure checksSebastian Huber
The results of these checks are unused, covered by other checks or check obvious things. Update #3409.
2018-10-22Remove checks for flockfile(), etc. declarationsSebastian Huber
Declarations provided by Newlib since 2002. Update #3409.
2018-10-22Remove getcwd()Sebastian Huber
This function is provided by Newlib since 2000. Update #3409.
2018-10-22Remove optional getrusage() declarationSebastian Huber
Declaration provided by Newlib since 2014. Update #3409.
2018-10-22Remove ttyname()Sebastian Huber
This function is provided by Newlib since 2000. Update #3409.
2018-10-22Remove __assert()Sebastian Huber
This function is provided by Newlib since 2000. Update #3409.
2018-10-22Remove isatty()Sebastian Huber
These functions are provided by Newlib since 2000. Update #3409.
2018-10-22Remove strlcat(), strlcpy(), strsep(), readdir_r()Sebastian Huber
These functions are provided by Newlib since 2002. Update #3409.
2018-10-22Support O_NOFOLLOW open() flagSebastian Huber
Close #3546.
2018-10-18check-networking.m4: Disable legacy stack for x86_64 and epiphanyJoel Sherrill
x86_64 is 64-bits and too new for the legacy stack to support. epiphany is a small target and cannot compile the legacy (or new) stack.
2018-10-18Support O_DIRECTORY open() flagSebastian Huber
Close #3545.
2018-10-18console: Be fair in simple console readSebastian Huber
Wait for one tick in case no character is available after a call to getchark(). Otherwise the system is constantly busy within an input loop (for example in the RTEMS shell). The polled Termios driver uses the same approach.
2018-10-12posix: Fix unused result warningSebastian Huber
2018-10-12build: Fix build on WindowsSebastian Huber
Avoid a long argument list while creating the librtemscpu.a library archive.
2018-10-11telnetd: Add server port to configurationSebastian Huber
Close #3543.
2018-10-11telnetd: Create sessions at startSebastian Huber
Update #3543.
2018-10-10telnetd: Allocate the server contextSebastian Huber
Update #3543.
2018-10-10telnetd: Create server socket at startSebastian Huber
Update #3543.
2018-10-10telnetd: Rename shell_args to telnetd_sessionSebastian Huber
Update #3543.
2018-10-10telnetd: Simplify task spawn functionSebastian Huber
Use the minimum task size for the telnet server task since it has to deal only with simple socket operations. Update #3543.
2018-10-10build: Include header.am in cpukit/Makefile.amSebastian Huber
Include all cpukit/*/header.am files in cpukit/Makefile.am. This gets rid of all subtree Makefile.am and the sudirs hack.
2018-10-10telnetd: Remove keep stdio featureSebastian Huber
The Telnet service started via rtems_telnetd_start() had a keep stdio feature. This just created a task and executed the command function in a loop. For this kind of service we do not library support. This can be done by an application task on its own. Remove this feature and provide only the real Telnet server functionality. Use syslog() for error and status messages. Add test program for the Telnet server. Close #3542.
2018-10-10build: Remove local.amSebastian Huber
2018-10-10build: Directly reference libraries in testsSebastian Huber
Remove use of TMPINSTALL_FILES.
2018-10-10build: Merge score/cpu/*/Makefile.amSebastian Huber
2018-10-10build: Merge libmisc/Makefile.amSebastian Huber
2018-10-10build: Merge libnetworking/Makefile.amSebastian Huber
2018-10-10build: Merge zlib/Makefile.amSebastian Huber
2018-10-10build: Merge telnetd/Makefile.amSebastian Huber
2018-10-10build: Merge score/Makefile.amSebastian Huber
2018-10-10build: Merge rtems/Makefile.amSebastian Huber
2018-10-10build: Merge pppd/Makefile.amSebastian Huber
2018-10-10build: Merge posix/Makefile.amSebastian Huber
2018-10-10build: Merge mghttpd/Makefile.amSebastian Huber
2018-10-10build: Merge libstdthreads/Makefile.amSebastian Huber
2018-10-10build: Merge librpc/Makefile.amSebastian Huber
2018-10-10build: Merge libpci/Makefile.amSebastian Huber
2018-10-10build: Merge libmd/Makefile.amSebastian Huber
2018-10-10build: Merge libi2c/Makefile.amSebastian Huber
2018-10-10build: Merge libgnat/Makefile.amSebastian Huber
2018-10-10build: Merge libfs/Makefile.amSebastian Huber
2018-10-09build: Merge libdrvmgr/Makefile.amSebastian Huber
2018-10-09build: Merge libdl/Makefile.amSebastian Huber
2018-10-09build: Merge libdebugger/Makefile.amSebastian Huber
2018-10-09build: Merge libcsupport/Makefile.amSebastian Huber
2018-10-09build: Merge libcrypt/Makefile.amSebastian Huber
2018-10-09build: Merge libblock/Makefile.amSebastian Huber