summaryrefslogtreecommitdiffstats
path: root/testsuite/timeout01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix configuration dependenciesSebastian Huber2018-02-051-0/+3
|
* tests: Remove obsolete config definesSebastian Huber2017-10-201-4/+0
|
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-081-9/+4
|
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-081-1/+1
| | | | | | | | | | | | | | | | | The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-301-1/+1
|
* nexus: Use a linker set for the devicesSebastian Huber2014-10-081-5/+0
|
* Use floating-point tasks for testsSebastian Huber2013-12-201-0/+2
|
* timeout01: Avoid Nexus devicesSebastian Huber2013-11-131-0/+5
|
* Rename rtems-bsd-config.hSebastian Huber2013-11-111-1/+1
| | | | Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
* TIMEOUT(9): Use timer server for callout_tick()Sebastian Huber2013-10-313-166/+0
|
* Move TIMEOUT(9) and ZONE(9) initializationSebastian Huber2013-10-313-26/+0
| | | | Delete most of virtual memory support.
* Use extension to attach a struct thread to threadsSebastian Huber2013-10-101-0/+2
| | | | Add test thread01.
* Update files to match FreeBSD layoutSebastian Huber2013-10-104-38/+11
| | | | | | | | | | | | | | | | | | | 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.
* timeout - Use standard Makefile templateJoel Sherrill2012-05-171-17/+16
|
* Standardized Makefiles so that i386 would build correctly.Jennifer Averett2012-05-161-13/+12
|
* Provide SWI(9) and TIMEOUT(9)Christian Mauderer2012-05-106-0/+625