# # ChangeLog for c/src/exec/posix/src/psignal.c in rtems # # Generated by Trac 1.2.1.dev0 # 05/02/24 21:43:46 Tue, 02 Nov 1999 17:36:20 GMT Joel Sherrill [ee979cd] * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/psignalchecksignal.c (added) * c/src/exec/posix/src/psignalclearprocesssignals.c (added) * c/src/exec/posix/src/psignalclearsignals.c (added) * c/src/exec/posix/src/psignalsetprocesssignals.c (added) * c/src/exec/posix/src/psignalunblockthread.c (added) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/psignalchecksignal.c (added) * cpukit/posix/src/psignalclearprocesssignals.c (added) * cpukit/posix/src/psignalclearsignals.c (added) * cpukit/posix/src/psignalsetprocesssignals.c (added) * cpukit/posix/src/psignalunblockthread.c (added) Split some more stuff out of psignal.c. Mon, 01 Nov 1999 18:02:44 GMT Joel Sherrill [89b63972] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Removed routines that had already been separated into their own files. Mon, 19 Apr 1999 15:54:03 GMT Joel Sherrill [df3e78a] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) The default action for real-time signals is supposed to be ... Thu, 15 Apr 1999 18:58:02 GMT Joel Sherrill [da41ecbc] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Removed alarm(), killinfo() and pause() because they are now in their ... Mon, 12 Apr 1999 20:24:56 GMT Joel Sherrill [82f490f] * aclocal.m4 (modified) * aclocal/enable-tests.m4 (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/ptimer.c (modified) * configure (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/ptimer.c (modified) Patch from Ralf Corsepius to correct the ... Mon, 01 Mar 1999 15:18:26 GMT Joel Sherrill [e069cdc3] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/lib/libbsp/shared/main.c (modified) * c/src/lib/libbsp/sparc/erc32/Makefile.in (modified) * c/src/lib/libbsp/sparc/erc32/gnatsupp/Makefile.in (added) * c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c (added) * c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.in (modified) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/src/psignal.c (modified) Part of the automake VI patch from Ralf Corsepius [dae18b5] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) POSIX timer support. Sun, 31 Jan 1999 20:45:31 GMT Joel Sherrill [07d880f4] * c/src/exec/posix/include/rtems/posix/psignal.h (modified) * c/src/exec/posix/src/Makefile.in (modified) * c/src/exec/posix/src/alarm.c (added) * c/src/exec/posix/src/kill.c (added) * c/src/exec/posix/src/killinfo.c (added) * c/src/exec/posix/src/pause.c (added) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthreadkill.c (added) * c/src/exec/posix/src/pthreadsigmask.c (added) * c/src/exec/posix/src/sigaction.c (added) * c/src/exec/posix/src/sigaddset.c (added) * c/src/exec/posix/src/sigdelset.c (added) * c/src/exec/posix/src/sigemptyset.c (added) * c/src/exec/posix/src/sigfillset.c (added) * c/src/exec/posix/src/sigismember.c (added) * c/src/exec/posix/src/sigpending.c (added) * c/src/exec/posix/src/sigprocmask.c (added) * c/src/exec/posix/src/sigqueue.c (added) * c/src/exec/posix/src/sigsuspend.c (added) * c/src/exec/posix/src/sigtimedwait.c (added) * c/src/exec/posix/src/sigwait.c (added) * c/src/exec/posix/src/sigwaitinfo.c (added) * cpukit/posix/include/rtems/posix/psignal.h (modified) * cpukit/posix/src/alarm.c (added) * cpukit/posix/src/kill.c (added) * cpukit/posix/src/killinfo.c (added) * cpukit/posix/src/pause.c (added) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthreadkill.c (added) * cpukit/posix/src/pthreadsigmask.c (added) * cpukit/posix/src/sigaction.c (added) * cpukit/posix/src/sigaddset.c (added) * cpukit/posix/src/sigdelset.c (added) * cpukit/posix/src/sigemptyset.c (added) * cpukit/posix/src/sigfillset.c (added) * cpukit/posix/src/sigismember.c (added) * cpukit/posix/src/sigpending.c (added) * cpukit/posix/src/sigprocmask.c (added) * cpukit/posix/src/sigqueue.c (added) * cpukit/posix/src/sigsuspend.c (added) * cpukit/posix/src/sigtimedwait.c (added) * cpukit/posix/src/sigwait.c (added) * cpukit/posix/src/sigwaitinfo.c (added) Split psignal.c into many more files. This reduced the amount of ... Mon, 23 Nov 1998 19:07:58 GMT Joel Sherrill [07a3253d] * c/src/exec/include/rtems/libio_.h (added) * c/src/exec/libcsupport/include/rtems/libio.h (modified) * c/src/exec/libcsupport/include/rtems/libio_.h (added) * c/src/exec/libcsupport/src/CASES (added) * c/src/exec/libcsupport/src/TODO (added) * c/src/exec/libcsupport/src/__brk.c (modified) * c/src/exec/libcsupport/src/__gettod.c (modified) * c/src/exec/libcsupport/src/__sbrk.c (added) * c/src/exec/libcsupport/src/__times.c (modified) * c/src/exec/libcsupport/src/access.c (added) * c/src/exec/libcsupport/src/base_fs.c (added) * c/src/exec/libcsupport/src/cfgetispeed.c (added) * c/src/exec/libcsupport/src/cfgetospeed.c (added) * c/src/exec/libcsupport/src/cfsetispeed.c (added) * c/src/exec/libcsupport/src/cfsetospeed.c (added) * c/src/exec/libcsupport/src/chdir.c (added) * c/src/exec/libcsupport/src/chmod.c (added) * c/src/exec/libcsupport/src/chown.c (added) * c/src/exec/libcsupport/src/close.c (added) * c/src/exec/libcsupport/src/closedir.c (modified) * c/src/exec/libcsupport/src/dup.c (added) * c/src/exec/libcsupport/src/dup2.c (added) * c/src/exec/libcsupport/src/eval.c (added) * c/src/exec/libcsupport/src/fchmod.c (added) * c/src/exec/libcsupport/src/fcntl.c (added) * c/src/exec/libcsupport/src/fdatasync.c (added) * c/src/exec/libcsupport/src/fpathconf.c (added) * c/src/exec/libcsupport/src/fstat.c (added) * c/src/exec/libcsupport/src/fsync.c (added) * c/src/exec/libcsupport/src/ftruncate.c (added) * c/src/exec/libcsupport/src/getdents.c (modified) * c/src/exec/libcsupport/src/hosterr.c (modified) * c/src/exec/libcsupport/src/ioctl.c (added) * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/link.c (added) * c/src/exec/libcsupport/src/lseek.c (added) * c/src/exec/libcsupport/src/malloc.c (modified) * c/src/exec/libcsupport/src/mkdir.c (added) * c/src/exec/libcsupport/src/mkfifo.c (added) * c/src/exec/libcsupport/src/mknod.c (added) * c/src/exec/libcsupport/src/mount.c (added) * c/src/exec/libcsupport/src/newlibc.c (modified) * c/src/exec/libcsupport/src/no_libc.c (modified) * c/src/exec/libcsupport/src/open.c (added) * c/src/exec/libcsupport/src/opendir.c (modified) * c/src/exec/libcsupport/src/pathconf.c (added) * c/src/exec/libcsupport/src/pipe.c (added) * c/src/exec/libcsupport/src/read.c (added) * c/src/exec/libcsupport/src/readdir.c (modified) * c/src/exec/libcsupport/src/readlink.c (added) * c/src/exec/libcsupport/src/rewinddir.c (modified) * c/src/exec/libcsupport/src/rmdir.c (added) * c/src/exec/libcsupport/src/scandir.c (modified) * c/src/exec/libcsupport/src/seekdir.c (modified) * c/src/exec/libcsupport/src/stat.c (added) * c/src/exec/libcsupport/src/symlink.c (added) * c/src/exec/libcsupport/src/tcdrain.c (modified) * c/src/exec/libcsupport/src/tcgetattr.c (added) * c/src/exec/libcsupport/src/tcsetattr.c (added) * c/src/exec/libcsupport/src/telldir.c (modified) * c/src/exec/libcsupport/src/truncate.c (added) * c/src/exec/libcsupport/src/umask.c (added) * c/src/exec/libcsupport/src/unixlibc.c (modified) * c/src/exec/libcsupport/src/unlink.c (added) * c/src/exec/libcsupport/src/unmount.c (added) * c/src/exec/libcsupport/src/utime.c (added) * c/src/exec/libcsupport/src/write.c (added) * c/src/exec/libfs/src/imfs/deviceio.c (added) * c/src/exec/libfs/src/imfs/imfs.h (added) * c/src/exec/libfs/src/imfs/imfs_chown.c (added) * c/src/exec/libfs/src/imfs/imfs_creat.c (added) * c/src/exec/libfs/src/imfs/imfs_debug.c (added) * c/src/exec/libfs/src/imfs/imfs_directory.c (added) * c/src/exec/libfs/src/imfs/imfs_eval.c (added) * c/src/exec/libfs/src/imfs/imfs_fchmod.c (added) * c/src/exec/libfs/src/imfs/imfs_free.c (added) * c/src/exec/libfs/src/imfs/imfs_getchild.c (added) * c/src/exec/libfs/src/imfs/imfs_gtkn.c (added) * c/src/exec/libfs/src/imfs/imfs_init.c (added) * c/src/exec/libfs/src/imfs/imfs_initsupp.c (added) * c/src/exec/libfs/src/imfs/imfs_link.c (added) * c/src/exec/libfs/src/imfs/imfs_mknod.c (added) * c/src/exec/libfs/src/imfs/imfs_mount.c (added) * c/src/exec/libfs/src/imfs/imfs_ntype.c (added) * c/src/exec/libfs/src/imfs/imfs_readlink.c (added) * c/src/exec/libfs/src/imfs/imfs_rmnod.c (added) * c/src/exec/libfs/src/imfs/imfs_stat.c (added) * c/src/exec/libfs/src/imfs/imfs_symlink.c (added) * c/src/exec/libfs/src/imfs/imfs_unlink.c (added) * c/src/exec/libfs/src/imfs/imfs_unmount.c (added) * c/src/exec/libfs/src/imfs/imfs_utime.c (added) * c/src/exec/libfs/src/imfs/ioman.c (added) * c/src/exec/libfs/src/imfs/memfile.c (added) * c/src/exec/posix/include/sys/Makefile.in (modified) * c/src/exec/posix/src/getpid.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/sys/Makefile.in (modified) * c/src/exec/sapi/src/io.c (modified) * c/src/lib/include/rtems/libio.h (modified) * c/src/lib/include/rtems/libio_.h (added) * c/src/lib/libbsp/shared/bsplibc.c (modified) * c/src/lib/libbsp/shared/bsppost.c (modified) * c/src/lib/libc/CASES (added) * c/src/lib/libc/Makefile.in (modified) * c/src/lib/libc/TODO (added) * c/src/lib/libc/__brk.c (modified) * c/src/lib/libc/__gettod.c (modified) * c/src/lib/libc/__sbrk.c (added) * c/src/lib/libc/__times.c (modified) * c/src/lib/libc/access.c (added) * c/src/lib/libc/base_fs.c (added) * c/src/lib/libc/cfgetispeed.c (added) * c/src/lib/libc/cfgetospeed.c (added) * c/src/lib/libc/cfiospeed.c (deleted) * c/src/lib/libc/cfsetispeed.c (added) * c/src/lib/libc/cfsetospeed.c (added) * c/src/lib/libc/chdir.c (added) * c/src/lib/libc/chmod.c (added) * c/src/lib/libc/chown.c (added) * c/src/lib/libc/close.c (added) * c/src/lib/libc/closedir.c (modified) * c/src/lib/libc/deviceio.c (added) * c/src/lib/libc/dup.c (added) * c/src/lib/libc/dup2.c (added) * c/src/lib/libc/eval.c (added) * c/src/lib/libc/fchmod.c (added) * c/src/lib/libc/fcntl.c (added) * c/src/lib/libc/fdatasync.c (added) * c/src/lib/libc/fpathconf.c (added) * c/src/lib/libc/fstat.c (added) * c/src/lib/libc/fsync.c (added) * c/src/lib/libc/ftruncate.c (added) * c/src/lib/libc/getdents.c (modified) * c/src/lib/libc/hosterr.c (modified) * c/src/lib/libc/imfs.h (added) * c/src/lib/libc/imfs_chown.c (added) * c/src/lib/libc/imfs_creat.c (added) * c/src/lib/libc/imfs_debug.c (added) * c/src/lib/libc/imfs_directory.c (added) * c/src/lib/libc/imfs_eval.c (added) * c/src/lib/libc/imfs_fchmod.c (added) * c/src/lib/libc/imfs_free.c (added) * c/src/lib/libc/imfs_getchild.c (added) * c/src/lib/libc/imfs_gtkn.c (added) * c/src/lib/libc/imfs_handlers.c (added) * c/src/lib/libc/imfs_init.c (added) * c/src/lib/libc/imfs_initsupp.c (added) * c/src/lib/libc/imfs_link.c (added) * c/src/lib/libc/imfs_mknod.c (added) * c/src/lib/libc/imfs_mount.c (added) * c/src/lib/libc/imfs_ntype.c (added) * c/src/lib/libc/imfs_readlink.c (added) * c/src/lib/libc/imfs_rmnod.c (added) * c/src/lib/libc/imfs_stat.c (added) * c/src/lib/libc/imfs_symlink.c (added) * c/src/lib/libc/imfs_unlink.c (added) * c/src/lib/libc/imfs_unmount.c (added) * c/src/lib/libc/imfs_utime.c (added) * c/src/lib/libc/internal.h (deleted) * c/src/lib/libc/ioctl.c (added) * c/src/lib/libc/ioman.c (added) * c/src/lib/libc/libio.c (modified) * c/src/lib/libc/libio.h (modified) * c/src/lib/libc/libio_.h (added) * c/src/lib/libc/link.c (added) * c/src/lib/libc/lseek.c (added) * c/src/lib/libc/malloc.c (modified) * c/src/lib/libc/memfile.c (added) * c/src/lib/libc/mkdir.c (added) * c/src/lib/libc/mkfifo.c (added) * c/src/lib/libc/mknod.c (added) * c/src/lib/libc/mount.c (added) * c/src/lib/libc/newlibc.c (modified) * c/src/lib/libc/newlibif.c (deleted) * c/src/lib/libc/newlibifr.c (deleted) * c/src/lib/libc/no_libc.c (modified) * c/src/lib/libc/open.c (added) * c/src/lib/libc/opendir.c (modified) * c/src/lib/libc/pathconf.c (added) * c/src/lib/libc/pipe.c (moved) * c/src/lib/libc/read.c (added) * c/src/lib/libc/readdir.c (modified) * c/src/lib/libc/readlink.c (added) * c/src/lib/libc/rewinddir.c (modified) * c/src/lib/libc/rmdir.c (added) * c/src/lib/libc/scandir.c (modified) * c/src/lib/libc/seekdir.c (modified) * c/src/lib/libc/stat.c (added) * c/src/lib/libc/support.c (deleted) * c/src/lib/libc/symlink.c (added) * c/src/lib/libc/syscalls.c (deleted) * c/src/lib/libc/tcattr.c (deleted) * c/src/lib/libc/tcdrain.c (modified) * c/src/lib/libc/tcgetattr.c (added) * c/src/lib/libc/tcsetattr.c (added) * c/src/lib/libc/telldir.c (modified) * c/src/lib/libc/truncate.c (added) * c/src/lib/libc/umask.c (added) * c/src/lib/libc/unixlibc.c (modified) * c/src/lib/libc/unlink.c (added) * c/src/lib/libc/unmount.c (added) * c/src/lib/libc/utime.c (added) * c/src/lib/libc/write.c (added) * c/src/lib/libchip/serial/ns16550.c (modified) * c/src/libchip/serial/ns16550.c (modified) * c/src/libfs/src/imfs/deviceio.c (added) * c/src/libfs/src/imfs/imfs.h (added) * c/src/libfs/src/imfs/imfs_chown.c (added) * c/src/libfs/src/imfs/imfs_creat.c (added) * c/src/libfs/src/imfs/imfs_debug.c (added) * c/src/libfs/src/imfs/imfs_directory.c (added) * c/src/libfs/src/imfs/imfs_eval.c (added) * c/src/libfs/src/imfs/imfs_fchmod.c (added) * c/src/libfs/src/imfs/imfs_free.c (added) * c/src/libfs/src/imfs/imfs_getchild.c (added) * c/src/libfs/src/imfs/imfs_gtkn.c (added) * c/src/libfs/src/imfs/imfs_init.c (added) * c/src/libfs/src/imfs/imfs_initsupp.c (added) * c/src/libfs/src/imfs/imfs_link.c (added) * c/src/libfs/src/imfs/imfs_mknod.c (added) * c/src/libfs/src/imfs/imfs_mount.c (added) * c/src/libfs/src/imfs/imfs_ntype.c (added) * c/src/libfs/src/imfs/imfs_readlink.c (added) * c/src/libfs/src/imfs/imfs_rmnod.c (added) * c/src/libfs/src/imfs/imfs_stat.c (added) * c/src/libfs/src/imfs/imfs_symlink.c (added) * c/src/libfs/src/imfs/imfs_unlink.c (added) * c/src/libfs/src/imfs/imfs_unmount.c (added) * c/src/libfs/src/imfs/imfs_utime.c (added) * c/src/libfs/src/imfs/ioman.c (added) * c/src/libfs/src/imfs/memfile.c (added) * c/src/tests/sptests/spsize/size.c (modified) * configure (modified) * cpukit/include/rtems/libio_.h (added) * cpukit/libcsupport/include/rtems/libio.h (modified) * cpukit/libcsupport/include/rtems/libio_.h (added) * cpukit/libcsupport/src/CASES (added) * cpukit/libcsupport/src/TODO (added) * cpukit/libcsupport/src/__brk.c (modified) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/__sbrk.c (added) * cpukit/libcsupport/src/__times.c (modified) * cpukit/libcsupport/src/access.c (added) * cpukit/libcsupport/src/base_fs.c (added) * cpukit/libcsupport/src/cfgetispeed.c (added) * cpukit/libcsupport/src/cfgetospeed.c (added) * cpukit/libcsupport/src/cfsetispeed.c (added) * cpukit/libcsupport/src/cfsetospeed.c (added) * cpukit/libcsupport/src/chdir.c (added) * cpukit/libcsupport/src/chmod.c (added) * cpukit/libcsupport/src/chown.c (added) * cpukit/libcsupport/src/close.c (added) * cpukit/libcsupport/src/closedir.c (modified) * cpukit/libcsupport/src/dup.c (added) * cpukit/libcsupport/src/dup2.c (added) * cpukit/libcsupport/src/eval.c (added) * cpukit/libcsupport/src/fchmod.c (added) * cpukit/libcsupport/src/fcntl.c (added) * cpukit/libcsupport/src/fdatasync.c (added) * cpukit/libcsupport/src/fpathconf.c (added) * cpukit/libcsupport/src/fstat.c (added) * cpukit/libcsupport/src/fsync.c (added) * cpukit/libcsupport/src/ftruncate.c (added) * cpukit/libcsupport/src/getdents.c (modified) * cpukit/libcsupport/src/hosterr.c (modified) * cpukit/libcsupport/src/ioctl.c (added) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/link.c (added) * cpukit/libcsupport/src/lseek.c (added) * cpukit/libcsupport/src/malloc.c (modified) * cpukit/libcsupport/src/mkdir.c (added) * cpukit/libcsupport/src/mkfifo.c (added) * cpukit/libcsupport/src/mknod.c (added) * cpukit/libcsupport/src/mount.c (added) * cpukit/libcsupport/src/newlibc.c (modified) * cpukit/libcsupport/src/no_libc.c (modified) * cpukit/libcsupport/src/open.c (added) * cpukit/libcsupport/src/opendir.c (modified) * cpukit/libcsupport/src/pathconf.c (added) * cpukit/libcsupport/src/pipe.c (added) * cpukit/libcsupport/src/read.c (added) * cpukit/libcsupport/src/readdir.c (modified) * cpukit/libcsupport/src/readlink.c (added) * cpukit/libcsupport/src/rewinddir.c (modified) * cpukit/libcsupport/src/rmdir.c (added) * cpukit/libcsupport/src/scandir.c (modified) * cpukit/libcsupport/src/seekdir.c (modified) * cpukit/libcsupport/src/stat.c (added) * cpukit/libcsupport/src/symlink.c (added) * cpukit/libcsupport/src/tcdrain.c (modified) * cpukit/libcsupport/src/tcgetattr.c (added) * cpukit/libcsupport/src/tcsetattr.c (added) * cpukit/libcsupport/src/telldir.c (modified) * cpukit/libcsupport/src/truncate.c (added) * cpukit/libcsupport/src/umask.c (added) * cpukit/libcsupport/src/unixlibc.c (modified) * cpukit/libcsupport/src/unlink.c (added) * cpukit/libcsupport/src/unmount.c (added) * cpukit/libcsupport/src/utime.c (added) * cpukit/libcsupport/src/write.c (added) * cpukit/libfs/src/imfs/deviceio.c (added) * cpukit/libfs/src/imfs/imfs.h (added) * cpukit/libfs/src/imfs/imfs_chown.c (added) * cpukit/libfs/src/imfs/imfs_creat.c (added) * cpukit/libfs/src/imfs/imfs_debug.c (added) * cpukit/libfs/src/imfs/imfs_directory.c (added) * cpukit/libfs/src/imfs/imfs_eval.c (added) * cpukit/libfs/src/imfs/imfs_fchmod.c (added) * cpukit/libfs/src/imfs/imfs_free.c (added) * cpukit/libfs/src/imfs/imfs_getchild.c (added) * cpukit/libfs/src/imfs/imfs_gtkn.c (added) * cpukit/libfs/src/imfs/imfs_init.c (added) * cpukit/libfs/src/imfs/imfs_initsupp.c (added) * cpukit/libfs/src/imfs/imfs_link.c (added) * cpukit/libfs/src/imfs/imfs_mknod.c (added) * cpukit/libfs/src/imfs/imfs_mount.c (added) * cpukit/libfs/src/imfs/imfs_ntype.c (added) * cpukit/libfs/src/imfs/imfs_readlink.c (added) * cpukit/libfs/src/imfs/imfs_rmnod.c (added) * cpukit/libfs/src/imfs/imfs_stat.c (added) * cpukit/libfs/src/imfs/imfs_symlink.c (added) * cpukit/libfs/src/imfs/imfs_unlink.c (added) * cpukit/libfs/src/imfs/imfs_unmount.c (added) * cpukit/libfs/src/imfs/imfs_utime.c (added) * cpukit/libfs/src/imfs/ioman.c (added) * cpukit/libfs/src/imfs/memfile.c (added) * cpukit/posix/src/getpid.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/sapi/src/io.c (modified) * testsuites/sptests/spsize/size.c (modified) Added base version of file system infrastructure. This includes a ... Thu, 19 Nov 1998 17:35:49 GMT Joel Sherrill [847375f] * c/src/exec/libnetworking/kern/uipc_socket.c (modified) * c/src/exec/libnetworking/nfs/bootp_subr.c (modified) * c/src/exec/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/exec/libnetworking/rtems/rtems_glue.c (modified) * c/src/exec/libnetworking/sys/socketvar.h (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/src/thread.c (modified) * c/src/lib/libbsp/powerpc/psim/startup/device-tree (modified) * c/src/lib/libbsp/powerpc/psim/startup/linkcmds (modified) * c/src/lib/libnetworking/kern/uipc_socket.c (modified) * c/src/lib/libnetworking/nfs/bootp_subr.c (modified) * c/src/lib/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/lib/libnetworking/rtems/rtems_glue.c (modified) * c/src/lib/libnetworking/sys/socketvar.h (modified) * c/src/libnetworking/kern/uipc_socket.c (modified) * c/src/libnetworking/nfs/bootp_subr.c (modified) * c/src/libnetworking/rtems/rtems_bsdnet.h (modified) * c/src/libnetworking/rtems/rtems_glue.c (modified) * c/src/libnetworking/sys/socketvar.h (modified) * cpukit/libnetworking/kern/uipc_socket.c (modified) * cpukit/libnetworking/nfs/bootp_subr.c (modified) * cpukit/libnetworking/rtems/rtems_bsdnet.h (modified) * cpukit/libnetworking/rtems/rtems_glue.c (modified) * cpukit/libnetworking/sys/socketvar.h (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/thread.c (modified) Patch from Eric Norum : 1) Socket ... Mon, 27 Apr 1998 13:46:45 GMT Joel Sherrill [20fff72] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Moved POSIX_signals_Siginfo_node structure definition to ... Tue, 17 Sep 1996 21:31:10 GMT Joel Sherrill [aa48536] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Added code to insure that the post switch extension was executed and ... Mon, 19 Aug 1996 15:30:25 GMT Mark Johannes [c5c5f8c] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Changed all EFAULTs to EINVALs Thu, 15 Aug 1996 16:29:00 GMT Mark Johannes [de45ddc] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: fixed the move of SIG_IGN not SA_SIGINFO Thu, 15 Aug 1996 16:24:44 GMT Mark Johannes [948721c] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) pthread_kill: moved check for SA_SIGINFO to allow for validation of ... Tue, 13 Aug 1996 20:38:30 GMT Joel Sherrill [392b35e] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) deleted a line for spacing correction Thu, 08 Aug 1996 18:24:29 GMT Mark Johannes [567ac45] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) _POSIX_signals_Clear_signals: added this routine ... Mon, 15 Jul 1996 14:02:14 GMT Mark Johannes [adae080a] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) Fixed default vectors initialization, sigaction which had a redundant ... Sat, 15 Jun 1996 19:55:39 GMT Joel Sherrill [108ef35] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) initial modifications to support sigtimedwait. Thu, 13 Jun 1996 22:16:47 GMT Mark Johannes [9e28da4] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) sigtimedwait passes initial test cases of timeout and simple ... Thu, 13 Jun 1996 20:46:15 GMT Joel Sherrill [c53cfd0f] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) added queued signals and cleaned up setting of process wide signals ... Thu, 13 Jun 1996 16:42:21 GMT Joel Sherrill [b85649c4] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) basic test cases for kill() and alarm(). kill() in particular needs ... Wed, 12 Jun 1996 22:49:14 GMT Joel Sherrill [281ad52] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) basic kill() which send a signal to pthread_self() appears to work. Wed, 12 Jun 1996 17:45:01 GMT Joel Sherrill [2291b71] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) initial implementation of blocking signal routines -- sigwait, ... Tue, 11 Jun 1996 22:55:39 GMT Joel Sherrill [937808f5] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) added comment to make sure we add unblock of thread Tue, 11 Jun 1996 22:52:42 GMT Joel Sherrill [ea1a5bef] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) first attempt at adding algorithm to select the thread which will ... Tue, 11 Jun 1996 20:43:55 GMT Joel Sherrill [c8f5ab5] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) tested blocking a signal, sending it to self, then unblocking it. ... Tue, 11 Jun 1996 16:01:37 GMT Joel Sherrill [98ed15e] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) Basic signal functionality appears to work. pthread_kill() can ... Mon, 10 Jun 1996 20:47:23 GMT Joel Sherrill [fdec30b] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) first attempt at the routine which vectors signals. Fri, 07 Jun 1996 13:54:23 GMT Joel Sherrill [895efd9] * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) key destructor is now run at correct point in pthread_exit() sequence ... Fri, 31 May 1996 21:40:48 GMT Joel Sherrill [c238a218] * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/types.c (modified) added checks to validate values passed to set attribute routines Fri, 31 May 1996 19:01:26 GMT Joel Sherrill [e72d995a] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/unistd.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/time.c (modified) moved sleep() from psignal.c to unistd.c implemented sigemptyset() ... Thu, 30 May 1996 20:48:10 GMT Joel Sherrill [5600661] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/time.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/time.c (modified) First cut at implementing time, clock_gettime, clock_settime, ... Wed, 29 May 1996 21:27:26 GMT Joel Sherrill [7f72217e] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/intr.c (modified) * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/semaphore.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/intr.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) comment clean up Wed, 29 May 1996 21:02:20 GMT Joel Sherrill [2a98af84] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/types.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/types.c (modified) types.c: spacing psignal.c: kill recognizes SIGABRT and exits to ... Wed, 29 May 1996 16:54:52 GMT Joel Sherrill [613cff6] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) removed all ifdef's on NOT_IMPLEMENTED. Wed, 22 May 1996 22:32:39 GMT Joel Sherrill [f4719d5a] * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/intr.c (modified) * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/lib/libc/utsname.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/intr.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) These files have been modified in the initial pass at getting the ... Fri, 10 May 1996 20:23:27 GMT Joel Sherrill [92262ab] * c/src/exec/posix/src/psignal.c (modified) * cpukit/posix/src/psignal.c (modified) fixed typo Fri, 01 Dec 1995 22:03:55 GMT Joel Sherrill [8d0b7d96] * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/rtems/src/event.c (modified) * c/src/exec/rtems/src/ratemon.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/inline/rtems/score/tod.inl (modified) * c/src/exec/score/inline/rtems/score/watchdog.inl (modified) * c/src/exec/score/inline/tod.inl (modified) * c/src/exec/score/inline/watchdog.inl (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/src/tod.c (modified) * c/src/exec/score/src/watchdog.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/inline/rtems/score/tod.inl (modified) * cpukit/score/inline/rtems/score/watchdog.inl (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/watchdog.c (modified) Insert mode argument to _Watchdog_Insert removed. Now are watchdog ... Fri, 06 Oct 1995 20:48:38 GMT Joel Sherrill [eb5a7e07] * c/build-tools/os/msdos/cklength.uue (modified) * c/build-tools/os/msdos/fixtimer.uue (modified) * c/build-tools/os/msdos/ifc_exe.uue (modified) * c/build-tools/src/unhex.c (modified) * c/build-tools/unhex.c (modified) * c/src/exec/libcsupport/include/sys/utsname.h (modified) * c/src/exec/libcsupport/src/hosterr.c (modified) * c/src/exec/libcsupport/src/unixlibc.c (modified) * c/src/exec/libcsupport/src/utsname.c (modified) * c/src/exec/posix/base/aio.h (modified) * c/src/exec/posix/base/devctl.h (modified) * c/src/exec/posix/base/intr.h (modified) * c/src/exec/posix/base/limits.h (modified) * c/src/exec/posix/base/mqueue.h (modified) * c/src/exec/posix/base/pthread.h (modified) * c/src/exec/posix/base/sched.h (modified) * c/src/exec/posix/base/semaphore.h (modified) * c/src/exec/posix/base/unistd.h (modified) * c/src/exec/posix/headers/cancel.h (modified) * c/src/exec/posix/headers/threadsup.h (modified) * c/src/exec/posix/include/aio.h (modified) * c/src/exec/posix/include/devctl.h (modified) * c/src/exec/posix/include/intr.h (modified) * c/src/exec/posix/include/limits.h (modified) * c/src/exec/posix/include/mqueue.h (modified) * c/src/exec/posix/include/pthread.h (modified) * c/src/exec/posix/include/rtems/posix/cancel.h (modified) * c/src/exec/posix/include/rtems/posix/threadsup.h (modified) * c/src/exec/posix/include/sched.h (modified) * c/src/exec/posix/include/semaphore.h (modified) * c/src/exec/posix/include/sys/utsname.h (modified) * c/src/exec/posix/include/unistd.h (modified) * c/src/exec/posix/inline/priority.inl (modified) * c/src/exec/posix/inline/rtems/posix/priority.inl (modified) * c/src/exec/posix/src/aio.c (modified) * c/src/exec/posix/src/cancel.c (modified) * c/src/exec/posix/src/cond.c (modified) * c/src/exec/posix/src/devctl.c (modified) * c/src/exec/posix/src/intr.c (modified) * c/src/exec/posix/src/key.c (modified) * c/src/exec/posix/src/mqueue.c (modified) * c/src/exec/posix/src/mutex.c (modified) * c/src/exec/posix/src/psignal.c (modified) * c/src/exec/posix/src/pthread.c (modified) * c/src/exec/posix/src/sched.c (modified) * c/src/exec/posix/src/semaphore.c (modified) * c/src/exec/posix/src/time.c (modified) * c/src/exec/posix/src/types.c (modified) * c/src/exec/posix/src/unistd.c (modified) * c/src/exec/posix/src/utsname.c (modified) * c/src/exec/posix/sys/utsname.h (modified) * c/src/exec/score/cpu/hppa1.1/cpu.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/hppa1.1/cpu_asm.s (modified) * c/src/exec/score/cpu/hppa1.1/hppa.h (modified) * c/src/exec/score/cpu/m68k/qsm.h (modified) * c/src/exec/score/cpu/m68k/sim.h (modified) * c/src/exec/score/cpu/powerpc/README (modified) * c/src/exec/score/cpu/powerpc/TODO (modified) * c/src/exec/score/cpu/powerpc/cpu.c (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/powerpc/cpu_asm.s (modified) * c/src/exec/score/cpu/powerpc/irq_stub.s (modified) * c/src/exec/score/cpu/powerpc/ppc.h (modified) * c/src/exec/score/cpu/powerpc/ppctypes.h (modified) * c/src/exec/score/cpu/powerpc/rtems.s (modified) * c/src/lib/include/sys/utsname.h (modified) * c/src/lib/libbsp/hppa1.1/simhppa/include/ttydrv.h (modified) * c/src/lib/libbsp/m68k/idp/README (modified) * c/src/lib/libbsp/m68k/idp/console/duart.c (modified) * c/src/lib/libbsp/m68k/idp/console/leds.c (modified) * c/src/lib/libbsp/m68k/idp/console/mc68ec.c (modified) * c/src/lib/libbsp/m68k/idp/include/leds.h (modified) * c/src/lib/libbsp/m68k/idp/startup/linkcmds (modified) * c/src/lib/libbsp/powerpc/papyrus/README (modified) * c/src/lib/libbsp/powerpc/papyrus/dlentry/dlentry.s (modified) * c/src/lib/libbsp/powerpc/papyrus/flashentry/flashentry.s (modified) * c/src/lib/libbsp/powerpc/papyrus/include/bsp.h (modified) * c/src/lib/libbsp/powerpc/papyrus/include/coverhd.h (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspclean.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c (modified) * c/src/lib/libbsp/powerpc/papyrus/startup/setvec.c (modified) * c/src/lib/libbsp/unix/posix/startup/rtems-ctor.cc (modified) * c/src/lib/libc/hosterr.c (modified) * c/src/lib/libc/unixlibc.c (modified) * c/src/lib/libc/utsname.c (modified) * c/src/lib/libcpu/powerpc/README (modified) * c/src/tests/samples/README (modified) * c/src/tests/sptests/sp02/init.c (modified) * c/src/tests/sptests/sp02/preempt.c (modified) * c/src/tests/sptests/sp02/task1.c (modified) * c/src/tests/sptests/sp02/task2.c (modified) * c/src/tests/sptests/sp02/task3.c (modified) * cpukit/libcsupport/include/sys/utsname.h (modified) * cpukit/libcsupport/src/hosterr.c (modified) * cpukit/libcsupport/src/unixlibc.c (modified) * cpukit/libcsupport/src/utsname.c (modified) * cpukit/posix/include/aio.h (modified) * cpukit/posix/include/devctl.h (modified) * cpukit/posix/include/intr.h (modified) * cpukit/posix/include/mqueue.h (modified) * cpukit/posix/include/rtems/posix/cancel.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/include/sched.h (modified) * cpukit/posix/include/semaphore.h (modified) * cpukit/posix/inline/rtems/posix/priority.inl (modified) * cpukit/posix/src/aio.c (modified) * cpukit/posix/src/cancel.c (modified) * cpukit/posix/src/cond.c (modified) * cpukit/posix/src/devctl.c (modified) * cpukit/posix/src/intr.c (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/mqueue.c (modified) * cpukit/posix/src/mutex.c (modified) * cpukit/posix/src/psignal.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/posix/src/sched.c (modified) * cpukit/posix/src/semaphore.c (modified) * cpukit/posix/src/time.c (modified) * cpukit/posix/src/types.c (modified) * cpukit/score/cpu/hppa1.1/cpu.c (modified) * cpukit/score/cpu/m68k/qsm.h (modified) * cpukit/score/cpu/m68k/rtems/m68k/qsm.h (modified) * cpukit/score/cpu/m68k/rtems/m68k/sim.h (modified) * cpukit/score/cpu/m68k/sim.h (modified) * testsuites/samples/README (modified) * testsuites/sptests/sp02/init.c (modified) * testsuites/sptests/sp02/preempt.c (modified) * testsuites/sptests/sp02/task1.c (modified) * testsuites/sptests/sp02/task2.c (modified) * testsuites/sptests/sp02/task3.c (modified) * tools/build/os/msdos/cklength.uue (modified) * tools/build/os/msdos/fixtimer.uue (modified) * tools/build/os/msdos/ifc_exe.uue (modified) * tools/build/src/unhex.c (modified) * tools/build/unhex.c (modified) fixed missing CVS IDs Tue, 26 Sep 1995 19:27:15 GMT Joel Sherrill [5e9b32b] * c/src/exec/libcsupport/include/sys/utsname.h (added) * c/src/exec/libcsupport/src/__gettod.c (modified) * c/src/exec/libcsupport/src/libio.c (modified) * c/src/exec/libcsupport/src/utsname.c (added) * c/src/exec/posix/base/aio.h (added) * c/src/exec/posix/base/devctl.h (added) * c/src/exec/posix/base/intr.h (added) * c/src/exec/posix/base/limits.h (added) * c/src/exec/posix/base/mqueue.h (added) * c/src/exec/posix/base/pthread.h (added) * c/src/exec/posix/base/sched.h (added) * c/src/exec/posix/base/semaphore.h (added) * c/src/exec/posix/base/unistd.h (added) * c/src/exec/posix/headers/cancel.h (added) * c/src/exec/posix/headers/cond.h (added) * c/src/exec/posix/headers/condmp.h (added) * c/src/exec/posix/headers/intr.h (added) * c/src/exec/posix/headers/key.h (added) * c/src/exec/posix/headers/mqueue.h (added) * c/src/exec/posix/headers/mqueuemp.h (added) * c/src/exec/posix/headers/mutex.h (added) * c/src/exec/posix/headers/mutexmp.h (added) * c/src/exec/posix/headers/priority.h (added) * c/src/exec/posix/headers/pthread.h (added) * c/src/exec/posix/headers/pthreadmp.h (added) * c/src/exec/posix/headers/semaphore.h (added) * c/src/exec/posix/headers/semaphoremp.h (added) * c/src/exec/posix/headers/threadsup.h (added) * c/src/exec/posix/headers/time.h (added) * c/src/exec/posix/include/aio.h (added) * c/src/exec/posix/include/devctl.h (added) * c/src/exec/posix/include/intr.h (added) * c/src/exec/posix/include/limits.h (added) * c/src/exec/posix/include/mqueue.h (added) * c/src/exec/posix/include/pthread.h (added) * c/src/exec/posix/include/rtems/posix/cancel.h (added) * c/src/exec/posix/include/rtems/posix/cond.h (added) * c/src/exec/posix/include/rtems/posix/condmp.h (added) * c/src/exec/posix/include/rtems/posix/intr.h (added) * c/src/exec/posix/include/rtems/posix/key.h (added) * c/src/exec/posix/include/rtems/posix/mqueue.h (added) * c/src/exec/posix/include/rtems/posix/mqueuemp.h (added) * c/src/exec/posix/include/rtems/posix/mutex.h (added) * c/src/exec/posix/include/rtems/posix/mutexmp.h (added) * c/src/exec/posix/include/rtems/posix/priority.h (added) * c/src/exec/posix/include/rtems/posix/pthread.h (added) * c/src/exec/posix/include/rtems/posix/pthreadmp.h (added) * c/src/exec/posix/include/rtems/posix/semaphore.h (added) * c/src/exec/posix/include/rtems/posix/semaphoremp.h (added) * c/src/exec/posix/include/rtems/posix/threadsup.h (added) * c/src/exec/posix/include/rtems/posix/time.h (added) * c/src/exec/posix/include/sched.h (added) * c/src/exec/posix/include/semaphore.h (added) * c/src/exec/posix/include/sys/utsname.h (added) * c/src/exec/posix/include/unistd.h (added) * c/src/exec/posix/inline/cond.inl (added) * c/src/exec/posix/inline/intr.inl (added) * c/src/exec/posix/inline/key.inl (added) * c/src/exec/posix/inline/mqueue.inl (added) * c/src/exec/posix/inline/mutex.inl (added) * c/src/exec/posix/inline/priority.inl (added) * c/src/exec/posix/inline/pthread.inl (added) * c/src/exec/posix/inline/rtems/posix/cond.inl (added) * c/src/exec/posix/inline/rtems/posix/intr.inl (added) * c/src/exec/posix/inline/rtems/posix/key.inl (added) * c/src/exec/posix/inline/rtems/posix/mqueue.inl (added) * c/src/exec/posix/inline/rtems/posix/mutex.inl (added) * c/src/exec/posix/inline/rtems/posix/priority.inl (added) * c/src/exec/posix/inline/rtems/posix/pthread.inl (added) * c/src/exec/posix/inline/rtems/posix/semaphore.inl (added) * c/src/exec/posix/inline/semaphore.inl (added) * c/src/exec/posix/src/aio.c (added) * c/src/exec/posix/src/cancel.c (added) * c/src/exec/posix/src/cond.c (added) * c/src/exec/posix/src/devctl.c (added) * c/src/exec/posix/src/intr.c (added) * c/src/exec/posix/src/key.c (added) * c/src/exec/posix/src/mqueue.c (added) * c/src/exec/posix/src/mutex.c (added) * c/src/exec/posix/src/psignal.c (added) * c/src/exec/posix/src/pthread.c (added) * c/src/exec/posix/src/sched.c (added) * c/src/exec/posix/src/semaphore.c (added) * c/src/exec/posix/src/time.c (added) * c/src/exec/posix/src/types.c (added) * c/src/exec/posix/src/unistd.c (added) * c/src/exec/posix/src/utsname.c (added) * c/src/exec/posix/sys/utsname.h (added) * c/src/exec/rtems/headers/clock.h (modified) * c/src/exec/rtems/headers/dpmem.h (modified) * c/src/exec/rtems/headers/event.h (modified) * c/src/exec/rtems/headers/eventmp.h (modified) * c/src/exec/rtems/headers/intr.h (modified) * c/src/exec/rtems/headers/message.h (modified) * c/src/exec/rtems/headers/modes.h (modified) * c/src/exec/rtems/headers/msgmp.h (modified) * c/src/exec/rtems/headers/part.h (modified) * c/src/exec/rtems/headers/partmp.h (modified) * c/src/exec/rtems/headers/ratemon.h (modified) * c/src/exec/rtems/headers/region.h (modified) * c/src/exec/rtems/headers/regionmp.h (modified) * c/src/exec/rtems/headers/rtems.h (modified) * c/src/exec/rtems/headers/sem.h (modified) * c/src/exec/rtems/headers/semmp.h (modified) * c/src/exec/rtems/headers/signal.h (modified) * c/src/exec/rtems/headers/signalmp.h (modified) * c/src/exec/rtems/headers/taskmp.h (modified) * c/src/exec/rtems/headers/tasks.h (modified) * c/src/exec/rtems/headers/timer.h (modified) * c/src/exec/rtems/headers/types.h (modified) * c/src/exec/rtems/include/rtems.h (modified) * c/src/exec/rtems/include/rtems/rtems/clock.h (modified) * c/src/exec/rtems/include/rtems/rtems/dpmem.h (modified) * c/src/exec/rtems/include/rtems/rtems/event.h (modified) * c/src/exec/rtems/include/rtems/rtems/eventmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/intr.h (modified) * c/src/exec/rtems/include/rtems/rtems/message.h (modified) * c/src/exec/rtems/include/rtems/rtems/modes.h (modified) * c/src/exec/rtems/include/rtems/rtems/msgmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/part.h (modified) * c/src/exec/rtems/include/rtems/rtems/partmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/ratemon.h (modified) * c/src/exec/rtems/include/rtems/rtems/region.h (modified) * c/src/exec/rtems/include/rtems/rtems/regionmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/sem.h (modified) * c/src/exec/rtems/include/rtems/rtems/semmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/signal.h (modified) * c/src/exec/rtems/include/rtems/rtems/signalmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/taskmp.h (modified) * c/src/exec/rtems/include/rtems/rtems/tasks.h (modified) * c/src/exec/rtems/include/rtems/rtems/timer.h (modified) * c/src/exec/rtems/include/rtems/rtems/types.h (modified) * c/src/exec/rtems/inline/asr.inl (modified) * c/src/exec/rtems/inline/message.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/inline/rtems/rtems/message.inl (modified) * c/src/exec/rtems/macros/asr.inl (modified) * c/src/exec/rtems/macros/rtems/rtems/asr.inl (modified) * c/src/exec/rtems/optman/no-dpmem.c (modified) * c/src/exec/rtems/optman/no-event.c (modified) * c/src/exec/rtems/optman/no-mp.c (modified) * c/src/exec/rtems/optman/no-msg.c (modified) * c/src/exec/rtems/optman/no-part.c (modified) * c/src/exec/rtems/optman/no-region.c (modified) * c/src/exec/rtems/optman/no-rtmon.c (modified) * c/src/exec/rtems/optman/no-sem.c (modified) * c/src/exec/rtems/optman/no-signal.c (modified) * c/src/exec/rtems/optman/no-timer.c (modified) * c/src/exec/rtems/src/clock.c (modified) * c/src/exec/rtems/src/dpmem.c (modified) * c/src/exec/rtems/src/event.c (modified) * c/src/exec/rtems/src/eventmp.c (modified) * c/src/exec/rtems/src/intr.c (modified) * c/src/exec/rtems/src/mp.c (modified) * c/src/exec/rtems/src/msg.c (modified) * c/src/exec/rtems/src/msgmp.c (modified) * c/src/exec/rtems/src/part.c (modified) * c/src/exec/rtems/src/partmp.c (modified) * c/src/exec/rtems/src/ratemon.c (modified) * c/src/exec/rtems/src/region.c (modified) * c/src/exec/rtems/src/regionmp.c (modified) * c/src/exec/rtems/src/rtclock.c (modified) * c/src/exec/rtems/src/rtemstimer.c (modified) * c/src/exec/rtems/src/sem.c (modified) * c/src/exec/rtems/src/semmp.c (modified) * c/src/exec/rtems/src/signal.c (modified) * c/src/exec/rtems/src/signalmp.c (modified) * c/src/exec/rtems/src/taskmp.c (modified) * c/src/exec/rtems/src/tasks.c (modified) * c/src/exec/rtems/src/timer.c (modified) * c/src/exec/sapi/headers/config.h (modified) * c/src/exec/sapi/headers/extension.h (modified) * c/src/exec/sapi/headers/sptables.h (modified) * c/src/exec/sapi/include/rtems/config.h (modified) * c/src/exec/sapi/include/rtems/extension.h (modified) * c/src/exec/sapi/include/rtems/sptables.h (modified) * c/src/exec/sapi/optman/no-ext.c (modified) * c/src/exec/sapi/optman/no-io.c (modified) * c/src/exec/sapi/src/exinit.c (modified) * c/src/exec/sapi/src/extension.c (modified) * c/src/exec/sapi/src/fatal.c (modified) * c/src/exec/sapi/src/io.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.c (modified) * c/src/exec/score/cpu/hppa1.1/cpu.h (modified) * c/src/exec/score/cpu/hppa1.1/cpu_asm.s (modified) * c/src/exec/score/cpu/hppa1.1/hppa.h (modified) * c/src/exec/score/cpu/hppa1.1/rtems.s (modified) * c/src/exec/score/cpu/i386/asm.h (modified) * c/src/exec/score/cpu/i386/cpu.c (modified) * c/src/exec/score/cpu/i386/cpu.h (modified) * c/src/exec/score/cpu/i386/i386.h (modified) * c/src/exec/score/cpu/i960/asm.h (modified) * c/src/exec/score/cpu/i960/cpu.c (modified) * c/src/exec/score/cpu/i960/cpu.h (modified) * c/src/exec/score/cpu/i960/i960.h (modified) * c/src/exec/score/cpu/m68k/asm.h (modified) * c/src/exec/score/cpu/m68k/cpu.c (modified) * c/src/exec/score/cpu/m68k/cpu.h (modified) * c/src/exec/score/cpu/m68k/m68k.h (modified) * c/src/exec/score/cpu/no_cpu/asm.h (modified) * c/src/exec/score/cpu/no_cpu/cpu.c (modified) * c/src/exec/score/cpu/no_cpu/cpu.h (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.c (modified) * c/src/exec/score/cpu/no_cpu/cpu_asm.h (modified) * c/src/exec/score/cpu/no_cpu/no_cpu.h (modified) * c/src/exec/score/cpu/no_cpu/rtems.c (modified) * c/src/exec/score/cpu/powerpc/cpu.c (modified) * c/src/exec/score/cpu/powerpc/cpu.h (modified) * c/src/exec/score/cpu/powerpc/ppc.h (modified) * c/src/exec/score/cpu/unix/cpu.c (modified) * c/src/exec/score/cpu/unix/cpu.h (modified) * c/src/exec/score/cpu/unix/unix.h (modified) * c/src/exec/score/headers/address.h (modified) * c/src/exec/score/headers/apiext.h (modified) * c/src/exec/score/headers/chain.h (modified) * c/src/exec/score/headers/context.h (modified) * c/src/exec/score/headers/coremsg.h (modified) * c/src/exec/score/headers/coremutex.h (modified) * c/src/exec/score/headers/coresem.h (modified) * c/src/exec/score/headers/heap.h (modified) * c/src/exec/score/headers/isr.h (modified) * c/src/exec/score/headers/mpci.h (modified) * c/src/exec/score/headers/mppkt.h (modified) * c/src/exec/score/headers/object.h (modified) * c/src/exec/score/headers/objectmp.h (modified) * c/src/exec/score/headers/priority.h (modified) * c/src/exec/score/headers/stack.h (modified) * c/src/exec/score/headers/states.h (modified) * c/src/exec/score/headers/sysstate.h (modified) * c/src/exec/score/headers/system.h (modified) * c/src/exec/score/headers/thread.h (modified) * c/src/exec/score/headers/threadmp.h (modified) * c/src/exec/score/headers/threadq.h (modified) * c/src/exec/score/headers/tod.h (modified) * c/src/exec/score/headers/tqdata.h (modified) * c/src/exec/score/headers/userext.h (modified) * c/src/exec/score/headers/watchdog.h (modified) * c/src/exec/score/headers/wkspace.h (modified) * c/src/exec/score/include/rtems/score/address.h (modified) * c/src/exec/score/include/rtems/score/apiext.h (modified) * c/src/exec/score/include/rtems/score/chain.h (modified) * c/src/exec/score/include/rtems/score/context.h (modified) * c/src/exec/score/include/rtems/score/coremsg.h (modified) * c/src/exec/score/include/rtems/score/coremutex.h (modified) * c/src/exec/score/include/rtems/score/coresem.h (modified) * c/src/exec/score/include/rtems/score/heap.h (modified) * c/src/exec/score/include/rtems/score/isr.h (modified) * c/src/exec/score/include/rtems/score/mpci.h (modified) * c/src/exec/score/include/rtems/score/mppkt.h (modified) * c/src/exec/score/include/rtems/score/object.h (modified) * c/src/exec/score/include/rtems/score/objectmp.h (modified) * c/src/exec/score/include/rtems/score/priority.h (modified) * c/src/exec/score/include/rtems/score/stack.h (modified) * c/src/exec/score/include/rtems/score/states.h (modified) * c/src/exec/score/include/rtems/score/sysstate.h (modified) * c/src/exec/score/include/rtems/score/thread.h (modified) * c/src/exec/score/include/rtems/score/threadmp.h (modified) * c/src/exec/score/include/rtems/score/threadq.h (modified) * c/src/exec/score/include/rtems/score/tod.h (modified) * c/src/exec/score/include/rtems/score/tqdata.h (modified) * c/src/exec/score/include/rtems/score/userext.h (modified) * c/src/exec/score/include/rtems/score/watchdog.h (modified) * c/src/exec/score/include/rtems/score/wkspace.h (modified) * c/src/exec/score/include/rtems/system.h (modified) * c/src/exec/score/inline/coremsg.inl (modified) * c/src/exec/score/inline/heap.inl (modified) * c/src/exec/score/inline/priority.inl (modified) * c/src/exec/score/inline/rtems/score/coremsg.inl (modified) * c/src/exec/score/inline/rtems/score/heap.inl (modified) * c/src/exec/score/inline/rtems/score/priority.inl (modified) * c/src/exec/score/inline/rtems/score/tqdata.inl (modified) * c/src/exec/score/inline/tqdata.inl (modified) * c/src/exec/score/macros/coremsg.inl (modified) * c/src/exec/score/macros/heap.inl (modified) * c/src/exec/score/macros/priority.inl (modified) * c/src/exec/score/macros/rtems/score/coremsg.inl (modified) * c/src/exec/score/macros/rtems/score/heap.inl (modified) * c/src/exec/score/macros/rtems/score/priority.inl (modified) * c/src/exec/score/macros/rtems/score/tqdata.inl (modified) * c/src/exec/score/macros/rtems/score/watchdog.inl (modified) * c/src/exec/score/macros/tqdata.inl (modified) * c/src/exec/score/macros/watchdog.inl (modified) * c/src/exec/score/src/apiext.c (modified) * c/src/exec/score/src/chain.c (modified) * c/src/exec/score/src/coremsg.c (modified) * c/src/exec/score/src/coremutex.c (modified) * c/src/exec/score/src/coresem.c (modified) * c/src/exec/score/src/coretod.c (modified) * c/src/exec/score/src/heap.c (modified) * c/src/exec/score/src/interr.c (modified) * c/src/exec/score/src/isr.c (modified) * c/src/exec/score/src/mpci.c (modified) * c/src/exec/score/src/object.c (modified) * c/src/exec/score/src/objectmp.c (modified) * c/src/exec/score/src/thread.c (modified) * c/src/exec/score/src/threadmp.c (modified) * c/src/exec/score/src/threadq.c (modified) * c/src/exec/score/src/tod.c (modified) * c/src/exec/score/src/userext.c (modified) * c/src/exec/score/src/watchdog.c (modified) * c/src/exec/score/src/wkspace.c (modified) * c/src/lib/include/sys/utsname.h (added) * c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c (modified) * c/src/lib/libbsp/shmdr/poll.c (modified) * c/src/lib/libc/__gettod.c (modified) * c/src/lib/libc/libio.c (modified) * c/src/lib/libc/utsname.c (added) * c/src/libchip/shmdr/poll.c (modified) * c/src/optman/rtems/no-dpmem.c (modified) * c/src/optman/rtems/no-event.c (modified) * c/src/optman/rtems/no-mp.c (modified) * c/src/optman/rtems/no-msg.c (modified) * c/src/optman/rtems/no-part.c (modified) * c/src/optman/rtems/no-region.c (modified) * c/src/optman/rtems/no-rtmon.c (modified) * c/src/optman/rtems/no-sem.c (modified) * c/src/optman/rtems/no-signal.c (modified) * c/src/optman/rtems/no-timer.c (modified) * c/src/optman/sapi/no-ext.c (modified) * c/src/optman/sapi/no-io.c (modified) * c/src/tests/sptests/spsize/size.c (modified) * cpukit/libcsupport/include/sys/utsname.h (added) * cpukit/libcsupport/src/__gettod.c (modified) * cpukit/libcsupport/src/libio.c (modified) * cpukit/libcsupport/src/utsname.c (added) * cpukit/posix/include/aio.h (added) * cpukit/posix/include/devctl.h (added) * cpukit/posix/include/intr.h (added) * cpukit/posix/include/mqueue.h (added) * cpukit/posix/include/rtems/posix/cancel.h (added) * cpukit/posix/include/rtems/posix/cond.h (added) * cpukit/posix/include/rtems/posix/condmp.h (added) * cpukit/posix/include/rtems/posix/intr.h (added) * cpukit/posix/include/rtems/posix/key.h (added) * cpukit/posix/include/rtems/posix/mqueue.h (added) * cpukit/posix/include/rtems/posix/mqueuemp.h (added) * cpukit/posix/include/rtems/posix/mutex.h (added) * cpukit/posix/include/rtems/posix/mutexmp.h (added) * cpukit/posix/include/rtems/posix/priority.h (added) * cpukit/posix/include/rtems/posix/pthread.h (added) * cpukit/posix/include/rtems/posix/pthreadmp.h (added) * cpukit/posix/include/rtems/posix/semaphore.h (added) * cpukit/posix/include/rtems/posix/semaphoremp.h (added) * cpukit/posix/include/rtems/posix/threadsup.h (added) * cpukit/posix/include/rtems/posix/time.h (added) * cpukit/posix/include/sched.h (added) * cpukit/posix/include/semaphore.h (added) * cpukit/posix/inline/rtems/posix/cond.inl (added) * cpukit/posix/inline/rtems/posix/intr.inl (added) * cpukit/posix/inline/rtems/posix/key.inl (added) * cpukit/posix/inline/rtems/posix/mqueue.inl (added) * cpukit/posix/inline/rtems/posix/mutex.inl (added) * cpukit/posix/inline/rtems/posix/priority.inl (added) * cpukit/posix/inline/rtems/posix/pthread.inl (added) * cpukit/posix/inline/rtems/posix/semaphore.inl (added) * cpukit/posix/src/aio.c (added) * cpukit/posix/src/cancel.c (added) * cpukit/posix/src/cond.c (added) * cpukit/posix/src/devctl.c (added) * cpukit/posix/src/intr.c (added) * cpukit/posix/src/key.c (added) * cpukit/posix/src/mqueue.c (added) * cpukit/posix/src/mutex.c (added) * cpukit/posix/src/psignal.c (added) * cpukit/posix/src/pthread.c (added) * cpukit/posix/src/sched.c (added) * cpukit/posix/src/semaphore.c (added) * cpukit/posix/src/time.c (added) * cpukit/posix/src/types.c (added) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/clock.h (modified) * cpukit/rtems/include/rtems/rtems/dpmem.h (modified) * cpukit/rtems/include/rtems/rtems/event.h (modified) * cpukit/rtems/include/rtems/rtems/eventmp.h (modified) * cpukit/rtems/include/rtems/rtems/intr.h (modified) * cpukit/rtems/include/rtems/rtems/message.h (modified) * cpukit/rtems/include/rtems/rtems/modes.h (modified) * cpukit/rtems/include/rtems/rtems/msgmp.h (modified) * cpukit/rtems/include/rtems/rtems/part.h (modified) * cpukit/rtems/include/rtems/rtems/partmp.h (modified) * cpukit/rtems/include/rtems/rtems/ratemon.h (modified) * cpukit/rtems/include/rtems/rtems/region.h (modified) * cpukit/rtems/include/rtems/rtems/regionmp.h (modified) * cpukit/rtems/include/rtems/rtems/sem.h (modified) * cpukit/rtems/include/rtems/rtems/semmp.h (modified) * cpukit/rtems/include/rtems/rtems/signal.h (modified) * cpukit/rtems/include/rtems/rtems/signalmp.h (modified) * cpukit/rtems/include/rtems/rtems/taskmp.h (modified) * cpukit/rtems/include/rtems/rtems/tasks.h (modified) * cpukit/rtems/include/rtems/rtems/timer.h (modified) * cpukit/rtems/include/rtems/rtems/types.h (modified) * cpukit/rtems/inline/rtems/rtems/asr.inl (modified) * cpukit/rtems/inline/rtems/rtems/message.inl (modified) * cpukit/rtems/macros/rtems/rtems/asr.inl (modified) * cpukit/rtems/src/dpmem.c (modified) * cpukit/rtems/src/event.c (modified) * cpukit/rtems/src/eventmp.c (modified) * cpukit/rtems/src/intr.c (modified) * cpukit/rtems/src/mp.c (modified) * cpukit/rtems/src/msg.c (modified) * cpukit/rtems/src/msgmp.c (modified) * cpukit/rtems/src/part.c (modified) * cpukit/rtems/src/partmp.c (modified) * cpukit/rtems/src/ratemon.c (modified) * cpukit/rtems/src/region.c (modified) * cpukit/rtems/src/regionmp.c (modified) * cpukit/rtems/src/rtclock.c (modified) * cpukit/rtems/src/rtemstimer.c (modified) * cpukit/rtems/src/sem.c (modified) * cpukit/rtems/src/semmp.c (modified) * cpukit/rtems/src/signal.c (modified) * cpukit/rtems/src/signalmp.c (modified) * cpukit/rtems/src/taskmp.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/include/rtems/extension.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/extension.c (modified) * cpukit/sapi/src/fatal.c (modified) * cpukit/sapi/src/io.c (modified) * cpukit/score/cpu/hppa1.1/cpu.c (modified) * cpukit/score/cpu/i386/asm.h (modified) * cpukit/score/cpu/i386/cpu.c (modified) * cpukit/score/cpu/i386/rtems/asm.h (modified) * cpukit/score/cpu/i960/asm.h (modified) * cpukit/score/cpu/i960/cpu.c (modified) * cpukit/score/cpu/m68k/asm.h (modified) * cpukit/score/cpu/m68k/cpu.c (modified) * cpukit/score/cpu/m68k/rtems/asm.h (modified) * cpukit/score/cpu/no_cpu/asm.h (modified) * cpukit/score/cpu/no_cpu/cpu.c (modified) * cpukit/score/cpu/no_cpu/cpu_asm.c (modified) * cpukit/score/cpu/no_cpu/rtems/asm.h (modified) * cpukit/score/cpu/unix/cpu.c (modified) * cpukit/score/include/rtems/score/address.h (modified) * cpukit/score/include/rtems/score/apiext.h (modified) * cpukit/score/include/rtems/score/chain.h (modified) * cpukit/score/include/rtems/score/context.h (modified) * cpukit/score/include/rtems/score/coremsg.h (modified) * cpukit/score/include/rtems/score/coremutex.h (modified) * cpukit/score/include/rtems/score/coresem.h (modified) * cpukit/score/include/rtems/score/heap.h (modified) * cpukit/score/include/rtems/score/isr.h (modified) * cpukit/score/include/rtems/score/mpci.h (modified) * cpukit/score/include/rtems/score/mppkt.h (modified) * cpukit/score/include/rtems/score/object.h (modified) * cpukit/score/include/rtems/score/objectmp.h (modified) * cpukit/score/include/rtems/score/priority.h (modified) * cpukit/score/include/rtems/score/stack.h (modified) * cpukit/score/include/rtems/score/states.h (modified) * cpukit/score/include/rtems/score/sysstate.h (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/include/rtems/score/threadmp.h (modified) * cpukit/score/include/rtems/score/threadq.h (modified) * cpukit/score/include/rtems/score/tod.h (modified) * cpukit/score/include/rtems/score/tqdata.h (modified) * cpukit/score/include/rtems/score/userext.h (modified) * cpukit/score/include/rtems/score/watchdog.h (modified) * cpukit/score/include/rtems/score/wkspace.h (modified) * cpukit/score/include/rtems/system.h (modified) * cpukit/score/inline/rtems/score/coremsg.inl (modified) * cpukit/score/inline/rtems/score/heap.inl (modified) * cpukit/score/inline/rtems/score/priority.inl (modified) * cpukit/score/inline/rtems/score/tqdata.inl (modified) * cpukit/score/macros/rtems/score/coremsg.inl (modified) * cpukit/score/macros/rtems/score/heap.inl (modified) * cpukit/score/macros/rtems/score/priority.inl (modified) * cpukit/score/macros/rtems/score/tqdata.inl (modified) * cpukit/score/macros/rtems/score/watchdog.inl (modified) * cpukit/score/src/apiext.c (modified) * cpukit/score/src/chain.c (modified) * cpukit/score/src/coremsg.c (modified) * cpukit/score/src/coremutex.c (modified) * cpukit/score/src/coresem.c (modified) * cpukit/score/src/coretod.c (modified) * cpukit/score/src/heap.c (modified) * cpukit/score/src/interr.c (modified) * cpukit/score/src/isr.c (modified) * cpukit/score/src/mpci.c (modified) * cpukit/score/src/object.c (modified) * cpukit/score/src/objectmp.c (modified) * cpukit/score/src/thread.c (modified) * cpukit/score/src/threadmp.c (modified) * cpukit/score/src/threadq.c (modified) * cpukit/score/src/userext.c (modified) * cpukit/score/src/watchdog.c (modified) * cpukit/score/src/wkspace.c (modified) * testsuites/sptests/spsize/size.c (modified) posix support initially added