summaryrefslogtreecommitdiff
path: root/nuttx/sched/signal
Commit message (Collapse)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 ↵Gregory Nutt2014-08-291-1/+1
| | | | new CONFIG_BUILD_KERNEL
* wdog.h does not contain any application interface, only internal OS ↵Gregory Nutt2014-08-214-11/+12
| | | | interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
* Remove os_internal.h it has been replace by several new header files under ↵Gregory Nutt2014-08-087-7/+0
| | | | sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures
* Replace os_internal.h with sched/sched.h in files that actually reference ↵Gregory Nutt2014-08-0810-10/+10
| | | | something in sched.h
* Move a few files in sched/ that did not seem to have a home to sched/signal ↵Gregory Nutt2014-08-082-1/+223
| | | | and sched/task
* 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