summaryrefslogtreecommitdiff
path: root/nuttx/include/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* Disable -Wshadow warnings for system headers - alternatively we could use ↵Lorenz Meier2014-05-161-0/+3
| | | | #pragma GCC system_header in those
* Add support for calling to and returning from signal handlers in in ↵patacongo2013-03-171-5/+14
| | | | | | user-mode threads git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5750 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
* Add internal API task_reparent(), used in posix_spawn(). Move ↵patacongo2013-01-181-3/+6
| | | | | | libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5531 42af7a65-404d-4744-a932-0658087f49c3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-23/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
* Header file clean-uppatacongo2012-07-171-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4948 42af7a65-404d-4744-a932-0658087f49c3
* Add syscall directorypatacongo2011-03-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3438 42af7a65-404d-4744-a932-0658087f49c3
* Beginning to add on-demand paging logicpatacongo2010-08-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2850 42af7a65-404d-4744-a932-0658087f49c3
* Switching to C99 stdint.h typespatacongo2009-12-141-10/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2340 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-141-1/+1
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2335 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2329 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate the work threadpatacongo2009-11-051-4/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2230 42af7a65-404d-4744-a932-0658087f49c3
* Finish nxflat test Makefilespatacongo2009-06-201-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1913 42af7a65-404d-4744-a932-0658087f49c3
* cosmetic updatespatacongo2009-04-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1709 42af7a65-404d-4744-a932-0658087f49c3
* Add FAR to pointerpatacongo2008-11-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1353 42af7a65-404d-4744-a932-0658087f49c3
* Z16F integration changespatacongo2008-01-311-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@595 42af7a65-404d-4744-a932-0658087f49c3
* Passing union parms as const upsets ZDS-II compilerpatacongo2008-01-101-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@547 42af7a65-404d-4744-a932-0658087f49c3
* Compiles with ZDS-IIpatacongo2008-01-091-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@540 42af7a65-404d-4744-a932-0658087f49c3
* Add new pthread_* APIspatacongo2007-03-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
* Added support for POSIX timerspatacongo2007-03-211-22/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@111 42af7a65-404d-4744-a932-0658087f49c3
* Add kill()patacongo2007-03-201-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@108 42af7a65-404d-4744-a932-0658087f49c3
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-35/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3
* Finally, a clean SDCC compilepatacongo2007-02-271-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating SDCC compilation errorspatacongo2007-02-211-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@17 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating GCC dependenciespatacongo2007-02-201-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3
* NuttX RTOSpatacongo2007-02-171-0/+176
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3 42af7a65-404d-4744-a932-0658087f49c3