comparison packages/kernel/current/ChangeLog @ 2127:0e1e2bf4be93

* tests/timeslice.c (STACK_SIZE): Reduce the stack size so it will compile on targets wit h only small amounts of RAM. * tests/fptest.c: Calculate the size of ftp2_values array to fit the amount of RAM in small systems. * tests/clocktruth.cxx: Fix the header.
author asl
date Tue, 14 Feb 2006 19:10:06 +0000
parents 1406c9fadbf3
children 27ecc11e99bd
comparison
equal deleted inserted replaced
2126:0141a9e24d21 2127:0e1e2bf4be93
1 2006-02-14 Andrew Lunn <andrew.lunn@ascom.ch>
2
3 * tests/timeslice.c (STACK_SIZE): Reduce the stack size so it will
4 compile on targets wit h only small amounts of RAM.
5 * tests/fptest.c: Calculate the size of ftp2_values array to fit
6 the amount of RAM in small systems.
7 * tests/clocktruth.cxx: Fix the header.
8
1 2006-01-19 Nick Garnett <nickg@ecoscentric.com> 9 2006-01-19 Nick Garnett <nickg@ecoscentric.com>
2 10
3 * src/sched/sched.cxx (thread_entry): Fixed a bug which could 11 * src/sched/sched.cxx (thread_entry): Fixed a bug which could
4 cause a thread to be started with a non-zero scheduler lock. The 12 cause a thread to be started with a non-zero scheduler lock. The
5 previous code only decremented it by 1 so if the previous thread 13 previous code only decremented it by 1 so if the previous thread