summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/psignal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split the POSIX semaphore manager into multiple files.Joel Sherrill1999-11-021-0/+6
|
* Fixed typo where _POSIX_signals_Clear_process_signals was not prototypedJoel Sherrill1999-03-301-1/+1
| | | | and _POSIX_signals_Set_process_signals was done twice.
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-011-2/+2
| | | | | | | | | | | | | | | | > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more).
* Split psignal.c into many more files. This reduced the amount ofJoel Sherrill1999-01-311-0/+93
| | | | | object code that has to be loaded just for initializing the signal manager.
* Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill1998-04-271-2/+7
| | | | | | | the system signals.h file. Moved POSIX_signals_Siginfo_node type definition to this file to allow confdefs.h to know the size per queued signal.
* config.h: added maximum_queued_signals.Joel Sherrill1996-06-131-1/+3
| | | | psignal.h: fixed typo.
* added prototype for manager initialization routine.Joel Sherrill1996-06-131-0/+2
|
* new file.Joel Sherrill1996-06-111-1/+1
|
* added psignal.hJoel Sherrill1996-06-101-0/+13