summaryrefslogtreecommitdiff
path: root/nuttx/include/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-051-2/+2
* Move AIO signal logic to a common location in aio_signal.c. Also fix several...Gregory Nutt2014-10-051-1/+0
* Add definitions for SIGPOLLGregory Nutt2014-10-051-0/+9
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-121-15/+16
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-171-5/+14
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-5/+7
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-3/+6
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-23/+45
* Header file clean-uppatacongo2012-07-171-4/+4
* Add syscall directorypatacongo2011-03-301-1/+1
* Beginning to add on-demand paging logicpatacongo2010-08-141-1/+3
* Switching to C99 stdint.h typespatacongo2009-12-141-10/+7
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-1/+1
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-1/+1
* Incorporate the work threadpatacongo2009-11-051-4/+33
* Finish nxflat test Makefilespatacongo2009-06-201-1/+7
* cosmetic updatespatacongo2009-04-191-1/+1
* Add FAR to pointerpatacongo2008-11-291-2/+2
* Z16F integration changespatacongo2008-01-311-12/+12
* Passing union parms as const upsets ZDS-II compilerpatacongo2008-01-101-2/+2
* Compiles with ZDS-IIpatacongo2008-01-091-3/+3
* Add new pthread_* APIspatacongo2007-03-231-1/+1
* Added support for POSIX timerspatacongo2007-03-211-22/+32
* Add kill()patacongo2007-03-201-5/+1
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-35/+53
* Finally, a clean SDCC compilepatacongo2007-02-271-2/+3
* Eliminating SDCC compilation errorspatacongo2007-02-211-6/+4
* Eliminating GCC dependenciespatacongo2007-02-201-0/+5
* NuttX RTOSpatacongo2007-02-171-0/+176