summaryrefslogtreecommitdiffstats
path: root/nuttx/include/signal.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-05Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt1-2/+2
2014-10-05Move AIO signal logic to a common location in aio_signal.c. Also fix several...Gregory Nutt1-1/+0
2014-10-05Add definitions for SIGPOLLGregory Nutt1-0/+9
2013-07-12Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt1-15/+16
2013-03-17Add support for calling to and returning from signal handlers in in user-mode...patacongo1-5/+14
2013-01-23Add logic to retain child task exit status if so configuredpatacongo1-5/+7
2013-01-18Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo1-3/+6
2013-01-12Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo1-23/+45
2012-07-17Header file clean-uppatacongo1-4/+4
2011-03-30Add syscall directorypatacongo1-1/+1
2010-08-14Beginning to add on-demand paging logicpatacongo1-1/+3
2009-12-14Switching to C99 stdint.h typespatacongo1-10/+7
2009-12-14Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo1-1/+1
2009-12-13Eliminate some hcs12 compile errors/warningspatacongo1-1/+1
2009-11-05Incorporate the work threadpatacongo1-4/+33
2009-06-20Finish nxflat test Makefilespatacongo1-1/+7
2009-04-19cosmetic updatespatacongo1-1/+1
2008-11-29Add FAR to pointerpatacongo1-2/+2
2008-01-31Z16F integration changespatacongo1-12/+12
2008-01-10Passing union parms as const upsets ZDS-II compilerpatacongo1-2/+2
2008-01-09Compiles with ZDS-IIpatacongo1-3/+3
2007-03-23Add new pthread_* APIspatacongo1-1/+1
2007-03-21Added support for POSIX timerspatacongo1-22/+32
2007-03-20Add kill()patacongo1-5/+1
2007-03-20Restructure header files for POSIX compliance; eliminate compile warningspatacongo1-35/+53
2007-02-27Finally, a clean SDCC compilepatacongo1-2/+3
2007-02-21Eliminating SDCC compilation errorspatacongo1-6/+4
2007-02-20Eliminating GCC dependenciespatacongo1-0/+5
2007-02-17NuttX RTOSpatacongo1-0/+176