summaryrefslogtreecommitdiff
path: root/nuttx/sched/signal
Commit message (Expand)AuthorAgeFilesLines
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-8/+8
* Mostly cosmetic changesGregory Nutt2014-09-041-2/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-313-5/+5
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-214-11/+12
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-087-7/+0
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-0810-10/+10
* Move a few files in sched/ that did not seem to have a home to sched/signal a...Gregory Nutt2014-08-082-1/+223
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-081-1/+1
* Move group logic from sched/ to sched/groupGregory Nutt2014-08-082-2/+2
* Move environment files from sched/ to sched/environGregory Nutt2014-08-083-2/+54
* Move all pthread files from sched/ to sched/pthreadGregory Nutt2014-08-0820-20/+20
* Move signal-related files from sched/ to sched/signalGregory Nutt2014-08-0822-0/+3940