summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sysconf.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-09-132001-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* src/sysconf.c: Fix typo syntax error accidentally committed.
2001-09-132001-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+6
* src/mprotect.c: New file. Stub required by some gcc's to pass tests. In particular, about 350 ACATS tests fail if this is not present. * src/getpagesize.c: Ditto. * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required to pass about 350 ACATS test cases. * src/Makefile.am: Added new files.
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
2000-11-272000-11-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+15
* src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
1999-11-15Removed nanosleep() since it is now in its own file.Joel Sherrill1-21/+0
1999-11-05Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill1-0/+0
1996-08-13added page break before sysconf()Joel Sherrill1-1/+3
1996-08-12sleep: wrong page numberJoel Sherrill1-1/+1
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1-1/+1
Handler could timestamp the starting and stopping of timers. Since TOD is built on top of Watchdog, this avoided a circular dependency.
1996-05-31moved sleep() from psignal.c to unistd.cJoel Sherrill1-0/+21
implemented sigemptyset() sigfillset(), sigaddset(), sigdelset(), and sigismember(). added checks for valid attribute values to some of the pthread_attr_t sets.
1996-05-29comment clean upJoel Sherrill1-2/+1
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1-4/+0
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-0/+2
of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have.
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+20