File Release Notes and Changelog
Release Name: 1.0
Notes:
Stable release. Compiles in glibc-2.2/GCC 3.0 environments.
Changes:
2001-07-16 Philippe Gerum <rpm@carbonkernel.org>
* RELEASED: VERSION 1.0
2001-07-15 Philippe Gerum <philippe.gerum@club-internet.fr>
* fixincludes/fix-linux.sh: RH7.x portability addition.
2001-07-10 Philippe Gerum <rpm@carbonkernel.org>
* kernel/Makefile.am: Updated to support the changes in OBSTICK
1.1.
2000-10-13 Philippe Gerum <rpm@carbonkernel.org>
* testsuite/t000603-1.c: Fixed test value for the mutex default
scope attribute (changed from PRIVATE to SHARED).
* kernel/rtlConfig.cc: Added configuration option allowing loose
call context checking for:
- pthread_create()
- pthread_make_periodic_np()
- pthread_suspend_np()
- rtf_create()
- rtf_destroy()
- rtl_request_global_irq()
This means that no context checking is performed for the services
above when this option is set. For instance, pthread_create() may
then be called on behalf of a realtime task context.