log packages/kernel/current/ChangeLog @ 2181:d9e9cf8adc85

age author description
Tue, 11 Apr 2006 19:18:01 +0000 asl * doc/kernel.sgml: Fix typo
Tue, 28 Mar 2006 10:06:53 +0000 jlarmour 2006-03-27 Marco Cruz <marco@daruma.com.br>
Tue, 14 Feb 2006 19:10:06 +0000 asl * tests/timeslice.c (STACK_SIZE): Reduce the stack size so it will
Thu, 19 Jan 2006 17:53:58 +0000 nickg * src/sched/sched.cxx (thread_entry): Fixed a bug which could
Tue, 10 Jan 2006 15:52:54 +0000 nickg * src/sched/sched.cxx:
Wed, 23 Nov 2005 20:58:28 +0000 asl * doc/kernel.sgml: Fix description of CYG_ISR_CALL_DSR and
Sun, 23 Oct 2005 14:53:38 +0000 asl * include/flag.hxx: We need thread.inl for the empty() function
Wed, 03 Aug 2005 20:57:41 +0000 asl * tests/ksem1.c: Type fix to fix a compiler warning.
Sat, 30 Jul 2005 11:58:25 +0000 asl * src/sync/mbox.cxx (tryget,peak_item): initialize local variable
Wed, 22 Jun 2005 18:27:37 +0000 asl * tests/kcache2.c (test_dcache_operation): Fixed compiler warnings
Sun, 27 Mar 2005 17:29:58 +0000 asl * tests/tm_basic.cxx (_run_all_tests): Fixed compiler warning.
Wed, 15 Dec 2004 12:25:06 +0000 asl * cdl/scheduler.cdl: Correct the description of
Fri, 24 Sep 2004 16:57:12 +0000 nickg * src/sched/mlqueue.cxx (enqueue): Fix bug in sorted queue
Sun, 08 Aug 2004 21:12:25 +0000 bartv Allow users to control the interrupt priority for the system clock,
Fri, 16 Apr 2004 03:33:59 +0000 jlarmour * tests/fptest.c (do_test): Silence aliasing warning when breaking
Wed, 14 Apr 2004 09:32:03 +0000 asl * doc/kernel.sgml: Expanded the documentation about the use of
Sat, 27 Mar 2004 18:19:57 +0000 asl * src/debug/dbg-thread-demux.c (dbg_thread_syscall_rmt): Only
Mon, 15 Mar 2004 15:20:53 +0000 jlarmour * include/kapi.h: Add throw specifications throughout.
Thu, 04 Mar 2004 02:17:54 +0000 jlarmour * doc/kernel.sgml: Document cyg_thread_delete return value.
Thu, 19 Feb 2004 10:57:36 +0000 jlarmour * tests/kmutex3.c (cyg_start): Use CYG_TEST_NA.
Tue, 09 Dec 2003 15:10:39 +0000 gthomas New API for cyg_thread_get_id() - from Dan Jakubiec
Mon, 13 Oct 2003 17:20:18 +0000 nickg * src/common/clock.cxx (Cyg_Counter::tick): Changed code to deal
Fri, 26 Sep 2003 17:41:30 +0000 nickg * src/common/clock.cxx: Removed label/goto
Mon, 01 Sep 2003 14:48:06 +0000 bartv Minor documentation fix
Thu, 24 Jul 2003 20:27:28 +0000 nickg * cdl/counters.cdl: Removed the counters override CDL
Thu, 10 Jul 2003 17:41:07 +0000 nickg * src/common/clock.cxx (Cyg_Counter::tick): In unsorted list case:
Sun, 06 Jul 2003 14:35:36 +0000 bartv Correct stack usage detection for stack checking configurations.
Wed, 02 Jul 2003 03:39:41 +0000 jlarmour * doc/kernel.sgml: Document that timeouts for timed functions are
Tue, 01 Jul 2003 17:34:53 +0000 nickg * include/clock.hxx: Made Cyg_Counter::add_alarm() and
Wed, 25 Jun 2003 17:44:28 +0000 jlarmour * src/common/clock.cxx (Cyg_Counter::rem_alarm): Bugfix: call
Mon, 23 Jun 2003 18:09:59 +0000 nickg * cdl/kernel.cdl: Added tests/bin_sem3 to list of kernel tests.
Tue, 20 May 2003 08:56:42 +0000 asl * src/common/kapi.cxx (cyg_thread_get_next): Passing a *current
Tue, 06 May 2003 16:10:02 +0000 gthomas Add CDL to control number of times 'tests' run.
Sat, 03 May 2003 14:22:13 +0000 jlarmour * include/mqueue.inl (Cyg_Mqueue::get): Fix invalid loop termination
Mon, 03 Mar 2003 05:15:52 +0000 jlarmour * tests/fptest.c: Make all variables static to avoid any risk
Thu, 27 Feb 2003 06:14:31 +0000 jlarmour * include/kapidata.h: Revert change of 2001-08-23 and instead make
Tue, 25 Feb 2003 18:42:00 +0000 nickg * tests/fptest.c (alarm_fn): Added CYG_TEST_PASS() call to keep
Mon, 24 Feb 2003 14:06:54 +0000 jlarmour * cdl/kernel.cdl: Update doc links.
Wed, 19 Feb 2003 19:14:48 +0000 nickg * tests/fptest.c: Changed to run for a constant time rather than a
Mon, 10 Feb 2003 22:02:15 +0000 gthomas Add debug prints to thread stack checking.
Mon, 10 Feb 2003 21:07:47 +0000 gthomas Minor test fixes
Fri, 31 Jan 2003 11:44:02 +0000 nickg * cdl/kernel.cdl:
Thu, 30 Jan 2003 07:02:53 +0000 jlarmour * src/common/thread.cxx: Fix potential warning and overflow with
Tue, 28 Jan 2003 05:07:01 +0000 jlarmour * src/common/kapi.cxx (cyg_thread_get_next): Be quite zealous about
Tue, 28 Jan 2003 04:21:37 +0000 jlarmour * cdl/thread.cdl: Correct max legal value for
Wed, 22 Jan 2003 06:38:58 +0000 jlarmour * doc/kernel.sgml: Document cyg_thread_info type.
Mon, 13 Jan 2003 05:50:23 +0000 jlarmour * include/mqueue.hxx: Allow get/put to return time out.
Sat, 04 Jan 2003 03:23:15 +0000 gthomas Fix kcache2 test for 32 byte cache line size. Add low level cache testing.
Thu, 12 Dec 2002 18:31:34 +0000 nickg * src/common/kapi.cxx:
Tue, 03 Dec 2002 14:25:22 +0000 gthomas Add tests for kernel flag synchronizers (incomplete).
Mon, 28 Oct 2002 16:34:21 +0000 asl * tests/tm_basic.cxx: Include infra/diag.h and removed the
Wed, 16 Oct 2002 14:28:41 +0000 gthomas Improve include file to avoid build errors (when used elsewhere)
Tue, 01 Oct 2002 19:10:21 +0000 jlarmour * src/common/clock.cxx (add_alarm): Tweak last change to allow
Fri, 09 Aug 2002 17:13:28 +0000 nickg * src/sched/sched.cxx (unlock_inner): Removed initial
Mon, 05 Aug 2002 21:52:58 +0000 bartv Allow configurations which have the kernel but not the memalloc
Wed, 05 Jun 2002 13:14:32 +0000 gthomas Fix build problem with new network stack
Wed, 29 May 2002 18:28:03 +0000 jlarmour Merge from eCos master repository on 2002-05-29-16:32:18-BST
Thu, 23 May 2002 22:59:51 +0000 jlarmour Merge from eCos master repository on 2002-05-23-21:39:14-BST
Mon, 20 May 2002 22:19:26 +0000 jlarmour Merge from eCos master repository on 2002-05-20-20:11:54-BST ecos
Fri, 11 Jan 2002 16:53:46 +0000 jlarmour Merge from eCos master repository on 2002-01-11-06:43:03-GMT