Beta-2.8 Changelog
From ChronOS Linux
(Difference between revisions)
(→Kernel) |
|||
Line 4: | Line 4: | ||
* Moved from kernel version 2.6.33.7 to 2.6.33.9, and updated to the rt31 version of the PREEMPT_RT patch. | * Moved from kernel version 2.6.33.7 to 2.6.33.9, and updated to the rt31 version of the PREEMPT_RT patch. | ||
* Moved syscall numbers up by three to not interfere with distributions using kernels newer than 2.6.35, which have added several new syscalls. | * Moved syscall numbers up by three to not interfere with distributions using kernels newer than 2.6.35, which have added several new syscalls. | ||
+ | * Fixed a bug where some functions were not inlined properly. | ||
+ | * Added comments and replaced hanging constants with #defines | ||
==Userspace== | ==Userspace== |
Current revision as of 17:48, 28 October 2011
Changes made between Beta 2.7 and Beta 2.8.
Kernel
- Moved from kernel version 2.6.33.7 to 2.6.33.9, and updated to the rt31 version of the PREEMPT_RT patch.
- Moved syscall numbers up by three to not interfere with distributions using kernels newer than 2.6.35, which have added several new syscalls.
- Fixed a bug where some functions were not inlined properly.
- Added comments and replaced hanging constants with #defines
Userspace
- Re-worked Sched_Test_App to allow for alternative workloads (other than simply burning the CPU)
- Added FFT, MD5, and glxgears as workloads to Sched_Test_App
- Fixed libchronos so that it can be compiled with both g++ and gcc
- Fixed slope generation bugs