summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix: Provide shared memory objects by defaultSebastian Huber2018-10-294-48/+72
* posix: Provide named semaphores by defaultSebastian Huber2018-10-293-47/+50
* posix: Split posix_api_configuration_tableSebastian Huber2018-10-2923-126/+284
* Move default config to librtemsdefaultconfig.aSebastian Huber2018-10-292-1/+52
* Remove RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMESSebastian Huber2018-10-2914-108/+85
* score: Remove bogus thread object name supportSebastian Huber2018-10-294-17/+7
* posix: Provide aio_suspend() by defaultSebastian Huber2018-10-291-1/+1
* posix: Provide more functions by defaultSebastian Huber2018-10-251-6/+6
* posix: Fix build with POSIX API disabledSebastian Huber2018-10-251-13/+1
* config: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber2018-10-242-1/+33
* posix: Provide simple thread functions by defaultSebastian Huber2018-10-241-9/+7
* posix: Provide get thread attributes by defaultSebastian Huber2018-10-243-5/+13
* malloctest: Hide NULL pointer from compilerSebastian Huber2018-10-241-6/+5
* bsp/imx: Adjust workspace according to device treeSebastian Huber2018-10-242-4/+50
* tmonetoone: Add yield test caseSebastian Huber2018-10-221-0/+37
* posix: Provide non-thread functions by defaultSebastian Huber2018-10-221-6/+6
* posix: Provide scheduler support by defaultSebastian Huber2018-10-221-6/+6
* posix: Provide cancel state/type by defaultSebastian Huber2018-10-221-54/+54
* Remove superfluous configure checksSebastian Huber2018-10-222-125/+23
* Remove checks for flockfile(), etc. declarationsSebastian Huber2018-10-224-8/+3
* Remove getcwd()Sebastian Huber2018-10-223-301/+0
* Remove optional getrusage() declarationSebastian Huber2018-10-222-7/+0
* Remove ttyname()Sebastian Huber2018-10-223-123/+1
* Remove __assert()Sebastian Huber2018-10-222-16/+0
* Remove isatty()Sebastian Huber2018-10-223-42/+0
* Remove strlcat(), strlcpy(), strsep(), readdir_r()Sebastian Huber2018-10-226-228/+2
* Support O_NOFOLLOW open() flagSebastian Huber2018-10-222-1/+73
* Support O_CLOEXEC open() flagSebastian Huber2018-10-221-4/+28
* psxreaddir: Adjust test due to opendir() changesSebastian Huber2018-10-221-0/+6
* check-networking.m4: Disable legacy stack for x86_64 and epiphanyJoel Sherrill2018-10-182-2/+10
* mpc8260ads/start/bspstart.c: Fix unused function warningJoel Sherrill2018-10-181-0/+6
* qemuppc/start/cmain.c: Cast args to memcpy and bzero to fix warningsJoel Sherrill2018-10-181-5/+14
* gen5200/mscan/mscan.c: Fix printf() format warningJoel Sherrill2018-10-181-1/+1
* or1k/shared/cache/cache.c: Remove unused methodsJoel Sherrill2018-10-181-35/+0
* gdbarmsim/include/bsp.h: Include <sys/stat.h> to fix warningJoel Sherrill2018-10-181-0/+2
* Support O_DIRECTORY open() flagSebastian Huber2018-10-182-2/+38
* bsp/atsam: Add const qualifier to AES_SetInput()Sebastian Huber2018-10-182-2/+2
* console: Be fair in simple console readSebastian Huber2018-10-181-2/+7
* serial/ns16550: Fix precision clock synthesizerSebastian Huber2018-10-171-15/+16
* bsp/imx7: Add getchark() supportSebastian Huber2018-10-171-16/+20
* bsps/arm: Recognize .tm_clone_table input sectionSebastian Huber2018-10-151-0/+3
* bsp/tms570: Simple fix to resolve macro redefinitions.Pavel Pisa2018-10-151-34/+46
* build: Remove specialized CPPFLAGSSebastian Huber2018-10-154-5/+0
* libtests/Makefile.am: Add CPU_CFLAGS to rtems-ld invocationJoel Sherrill2018-10-141-1/+2
* tmtests: Fix unused variable warningsSebastian Huber2018-10-124-8/+0
* fsclose01: Fix uninitialized variable warningSebastian Huber2018-10-121-1/+1
* posix: Fix unused result warningSebastian Huber2018-10-121-2/+2
* build: Fix build on WindowsSebastian Huber2018-10-122-0/+24
* tmtests/tmonetoone: New test programSebastian Huber2018-10-115-0/+337
* telnetd: Add server port to configurationSebastian Huber2018-10-113-5/+19