summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/psignal.h (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill1-0/+6
1999-03-30Fixed typo where _POSIX_signals_Clear_process_signals was not prototypedJoel Sherrill1-1/+1
and _POSIX_signals_Set_process_signals was done twice.
1999-03-01Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-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).
1999-01-31Split psignal.c into many more files. This reduced the amount ofJoel Sherrill1-0/+93
object code that has to be loaded just for initializing the signal manager.
1998-04-27Changed __POSIX_SIGNALS_h to __RTEMS_POSIX_SIGNALS_h to avoid conflict withJoel Sherrill1-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.
1996-06-13config.h: added maximum_queued_signals.Joel Sherrill1-1/+3
psignal.h: fixed typo.
1996-06-13added prototype for manager initialization routine.Joel Sherrill1-0/+2
1996-06-11new file.Joel Sherrill1-1/+1
1996-06-10added psignal.hJoel Sherrill1-0/+13