1 | 2001-08-16 Joel Sherrill <joel@OARcorp.com> |
---|
2 | |
---|
3 | * src/msgqsubmit.c: Add a comment indicating that we do not have |
---|
4 | to account for possibly blocking during the core send operation |
---|
5 | because Classic API message queue send is always non-blocking. |
---|
6 | |
---|
7 | 2001-08-09 Joel Sherrill <joel@OARcorp.com> |
---|
8 | |
---|
9 | * src/msgqsubmit.c: Unblocking message queue operations should |
---|
10 | NOT use _Thread_Executing for return status since it is permissible |
---|
11 | to invoke message send operations from an ISR. This was reported |
---|
12 | by Suvrat Gupta <suvrat@utstar.com>. |
---|
13 | |
---|
14 | 2001-03-26 Zoltan Kocsi <zoltan@bendor.com.au> |
---|
15 | |
---|
16 | |
---|
17 | * src/eventsurrender.c: Clear event condition when task is unblocked. |
---|
18 | This makes sure that subsequent event send thinks the task is still |
---|
19 | blocked and overwrites the initial events received. |
---|
20 | |
---|
21 | 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
22 | |
---|
23 | * include/Makefile.am, include/rtems/rtems/Makefile.am, |
---|
24 | inline/rtems/rtems/Makefile.am, macros/rtems/rtems/Makefile.am, |
---|
25 | rtems/optman/Makefile.am: |
---|
26 | Apply include_*HEADERS instead of H_FILES. |
---|
27 | |
---|
28 | 2001-01-22 Michael Hamel <mhamel@adi.co.nz> |
---|
29 | |
---|
30 | * include/rtems.h, src/signalcatch.c: Modifications to make |
---|
31 | CodeWarrior happy. |
---|
32 | |
---|
33 | 2000-12-06 Joel Sherrill <joel@OARcorp.com> |
---|
34 | |
---|
35 | * src/regiongetinfo.c: Removed unused variable to eliminate warning. |
---|
36 | |
---|
37 | 2000-11-30 Joel Sherrill <joel@OARcorp.com> |
---|
38 | |
---|
39 | * src/msgqsubmit.c: Modified multiprocessing conditional so |
---|
40 | this would compile with both macros and inlines. |
---|
41 | |
---|
42 | 2000-11-30 Joel Sherrill <joel@OARcorp.com> |
---|
43 | |
---|
44 | * macros/rtems/rtems/sem.inl: Added macro implementation of |
---|
45 | _Semaphore_Get_interrupt_disable(). |
---|
46 | |
---|
47 | 2000-10-18 Joel Sherrill <joel@OARcorp.com> |
---|
48 | |
---|
49 | * src/regiongetinfo.c, include/rtems/rtems/region.h, |
---|
50 | include/rtems/rtems/types.h, src/Makefile.am: Added |
---|
51 | region_get_information() and information control block. |
---|
52 | * src/regiongetinfo.c: New file. |
---|
53 | |
---|
54 | 2000-09-29 Stephan Merker <merker@decrc.abb.de> |
---|
55 | |
---|
56 | * include/rtems/rtems/ratemon.h, src/ratemonperiod.c, |
---|
57 | src/ratemontimeout.c: Add next_length field so period length |
---|
58 | can be changed by the the sequence period(X), period(not X) |
---|
59 | with no intervening cancel or expiration. |
---|
60 | |
---|
61 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
62 | |
---|
63 | * optman/Makefile.am, src/Makefile.am: Include compile.am. |
---|
64 | |
---|
65 | 2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
66 | |
---|
67 | * taskstart.c: Removed 1st cut at rtems_task_start_main_style. |
---|
68 | Only committed this so it could be easily revisited as we |
---|
69 | discussing moving main() to user space from BSP space. |
---|
70 | |
---|
71 | 2000-08-30 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
72 | |
---|
73 | * taskstart.c: Added 1st cut at rtems_task_start_main_style. |
---|
74 | |
---|
75 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
76 | |
---|
77 | * ChangeLog: New file. |
---|