# # ChangeLog for testsuites/psxtests/psxkey07/psxkey07.scn in rtems # # Generated by Trac 1.2.1.dev0 # 05/01/24 18:07:37 Tue, 04 Mar 2014 21:54:12 GMT Joel Sherrill [e6c87f7] * cpukit/posix/Makefile.am (modified) * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/preinstall.am (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keyrundestructors.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/rtems/src/tasks.c (modified) * cpukit/sapi/include/confdefs.h (modified) * cpukit/sapi/include/rtems/config.h (modified) * cpukit/sapi/src/exinit.c (modified) * cpukit/sapi/src/posixapi.c (modified) * cpukit/score/include/rtems/score/thread.h (modified) * cpukit/score/src/threadinitialize.c (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/psxkey01/Makefile.am (modified) * testsuites/psxtests/psxkey01/init.c (modified) * testsuites/psxtests/psxkey01/psxkey01.scn (modified) * testsuites/psxtests/psxkey01/system.h (modified) * testsuites/psxtests/psxkey01/task.c (deleted) * testsuites/psxtests/psxkey02/init.c (modified) * testsuites/psxtests/psxkey02/psxkey02.scn (modified) * testsuites/psxtests/psxkey03/init.c (modified) * testsuites/psxtests/psxkey03/psxkey03.scn (modified) * testsuites/psxtests/psxkey04/init.c (modified) * testsuites/psxtests/psxkey04/psxkey04.scn (modified) * testsuites/psxtests/psxkey05/init.c (modified) * testsuites/psxtests/psxkey05/psxkey05.scn (modified) * testsuites/psxtests/psxkey06/init.c (modified) * testsuites/psxtests/psxkey07/init.c (modified) * testsuites/psxtests/psxkey07/psxkey07.scn (modified) * testsuites/psxtests/psxkey08/init.c (modified) * testsuites/psxtests/psxkey08/psxkey08.scn (modified) * testsuites/psxtests/psxkey09/init.c (modified) * testsuites/psxtests/psxkey09/psxkey09.scn (modified) * testsuites/psxtests/psxkey10/init.c (modified) * testsuites/psxtests/psxkey10/psxkey10.scn (modified) POSIX keys now enabled in all configurations. Formerly POSIX keys ... Mon, 05 Aug 2013 13:20:45 GMT Zhongwei Yao [b5c9064] * cpukit/posix/include/rtems/posix/config.h (modified) * cpukit/posix/include/rtems/posix/key.h (modified) * cpukit/posix/include/rtems/posix/threadsup.h (modified) * cpukit/posix/src/key.c (modified) * cpukit/posix/src/keycreate.c (modified) * cpukit/posix/src/keydelete.c (modified) * cpukit/posix/src/keyfreememory.c (modified) * cpukit/posix/src/keygetspecific.c (modified) * cpukit/posix/src/keyrundestructors.c (modified) * cpukit/posix/src/keysetspecific.c (modified) * cpukit/posix/src/pthread.c (modified) * cpukit/sapi/include/confdefs.h (modified) * testsuites/psxtests/Makefile.am (modified) * testsuites/psxtests/configure.ac (modified) * testsuites/psxtests/psxkey01/init.c (modified) * testsuites/psxtests/psxkey01/psxkey01.scn (modified) * testsuites/psxtests/psxkey04/Makefile.am (added) * testsuites/psxtests/psxkey04/init.c (added) * testsuites/psxtests/psxkey04/psxkey04.doc (added) * testsuites/psxtests/psxkey04/psxkey04.scn (added) * testsuites/psxtests/psxkey05/Makefile.am (added) * testsuites/psxtests/psxkey05/init.c (added) * testsuites/psxtests/psxkey05/psxkey05.doc (added) * testsuites/psxtests/psxkey05/psxkey05.scn (added) * testsuites/psxtests/psxkey06/Makefile.am (added) * testsuites/psxtests/psxkey06/init.c (added) * testsuites/psxtests/psxkey06/psxkey06.doc (added) * testsuites/psxtests/psxkey06/psxkey06.scn (added) * testsuites/psxtests/psxkey07/Makefile.am (added) * testsuites/psxtests/psxkey07/init.c (added) * testsuites/psxtests/psxkey07/psxkey07.doc (added) * testsuites/psxtests/psxkey07/psxkey07.scn (added) * testsuites/psxtests/psxkey08/Makefile.am (added) * testsuites/psxtests/psxkey08/init.c (added) * testsuites/psxtests/psxkey08/psxkey08.doc (added) * testsuites/psxtests/psxkey08/psxkey08.scn (added) * testsuites/psxtests/psxkey09/Makefile.am (added) * testsuites/psxtests/psxkey09/init.c (added) * testsuites/psxtests/psxkey09/psxkey09.doc (added) * testsuites/psxtests/psxkey09/psxkey09.scn (added) * testsuites/psxtests/psxkey10/Makefile.am (added) * testsuites/psxtests/psxkey10/init.c (added) * testsuites/psxtests/psxkey10/psxkey10.doc (added) * testsuites/psxtests/psxkey10/psxkey10.scn (added) Unlimited objects support for POSIX keys This patch enables ...