nuttx/sched
raiden00pl 7715ee71d2 Merged in raiden00/nuttx_sim (pull request #1044)
sched/signal/sig_default.c: fix undefined reference to sched_suspend if CONFIG_SIG_SIGSTOP_ACTIO not defined and eliminate compilation warnings

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-10-04 11:51:14 +00:00
..
clock sched/clock/clock_timekeeping.c: fix cases in time conversion that must be >= NSEC_PER_SEC, not >NSEC_PER_SEC. Similar to fix of f9e80c4a1e. 2019-08-27 18:18:10 -06:00
environ net/inet and net/tcp: Fix tcp close flow; free the connection after all tcp close process finished. 2019-08-30 06:44:43 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group sched/group/group_setuid.c and group_setguid.c: Verify that the UID/GID is within range. 2019-08-10 10:42:53 -06:00
init Fix typos. 2019-08-04 14:50:28 -06:00
irq tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules. 2019-06-30 10:35:10 -06:00
module libs/libc/dllfcn: Implement dlerror using strerror. 2019-01-26 11:39:05 -06:00
mqueue Various cosmetic changes. 2019-09-09 14:47:47 -06:00
paging Squashed commit of the following: 2019-04-29 14:52:05 -06:00
pthread tools/nxstyle.c: Fix error in conditional logic that was preventing detection bad brace alignment. Add logic to handle alignment of braces in data initializators which following slightly different indentation rules. 2019-06-30 10:35:10 -06:00
sched Fix typos, 1 in a #define, others in comments. This changes one definition: _MQ_TIMEDRECIEVE is changed to _MQ_TIMEDRECEIVE. It appears this symbol is not used anywhere. 2019-09-11 08:56:56 -06:00
semaphore sched/semaphore/spinlock.c: Fix build failure caused by a missing semicolon. 2019-09-16 07:44:01 -06:00
signal Merged in raiden00/nuttx_sim (pull request #1044) 2019-10-04 11:51:14 +00:00
task Fix minor typos in docs and comments. 2019-09-29 12:52:20 -06:00
timer Cosmetic updates. 2019-08-28 15:14:27 -06:00
wdog Cosmetic updates. 2019-08-28 15:14:27 -06:00
wqueue boards/: Move more drivers directories at were placed too high in the hieararchy. 2019-08-24 14:42:14 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Fix use of undefined pp-token #errror, other typos. 2019-09-19 18:19:18 -06:00
Makefile TLS: Simplify 2016-03-11 07:17:32 -06:00