summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/ChangeLog
blob: f7cccea68b1a1d924429c5f3a74653a2b3dff0d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
2001-08-30	Joel Sherrill <joel@OARcorp.com>

	* macros/rtems/posix/mqueue.inl: Add cast so negation works.

2001-08-16	Joel Sherrill <joel@OARcorp.com>

	* src/mqueuesendsupp.c: Account for possibly blocking during the
	core send operation.

2001-08-09	Joel Sherrill <joel@OARcorp.com>

	* src/mqueuesendsupp.c: Unblocking message queue operations should
	NOT use _Thread_Executing for return status since it is permissible
	to invoke message send operations from an ISR.  This was reported
	by Suvrat Gupta <suvrat@utstar.com>.

2000-05-24	Fernando Ruiz Casas <fernando.ruiz@ctv.es>

	* src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
	src/getuid.c: Now save their values in private user environment.

2001-04-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.

2001-03-19	Joel Sherrill <joel@OARcorp.com>

	* sys/utsname.h: Added C++ wrapper.

2001-02-03	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/Makefile.am, include/rtems/posix/Makefile.am,
	include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
	macros/rtems/posix/Makefile.am: 
	Apply include_*HEADERS instead of H_FILES.

2001-01-24	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.in: Add src/config.h
	* src/Makefile.am: Add INCLUDES += -I. to pickup config.h
	* src/.cvsignore: Add config.h and stamp-h
	* src/*.c: Add config.h support.

2001-01-23	Joel Sherrill <joel@OARcorp.com>

	* src/alarm.c: Eliminated use of C++ style comments.

2001-01-12	Joel Sherrill <joel@OARcorp.com>

	* src/clockgetres.c: Fixed match problem.  We are not converting
	an interval to a timespec -- it is actually a real number of
	microseconds.

2001-01-22	Michael Hamel <mhamel@adi.co.nz>

	* include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, 
	src/ptimer1.c, include/rtems/posix/semaphore.h,
	inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
	src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
	Modifications to make CodeWarrior happy.

2001-01-12	Joel Sherrill <joel@OARcorp.com>

	* src/README.mqueue: Enhanced example.

2000-12-19	Joel Sherrill <joel@OARcorp.com>

	* src/pthreadgetschedparam.c: Do not set output parameters if
	the pointers are NULL.

2000-12-06	Joel Sherrill <joel@OARcorp.com>

	* src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
	eliminate warning.

2000-12-01	Joel Sherrill <joel@OARcorp.com>

	* include/rtems/posix/cond.h: #if 0'ed out prototype of 
	_POSIX_Condition_variables_Get to avoid conflict with macro
	implementation.

2000-12-01	Joel Sherrill <joel@OARcorp.com>

	* Added macro support to POSIX API.  This is known to compile.
	* macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
	macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
	macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
	macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
	macros/rtems/posix/timer.inl: New files.
	* configure.in: Removed error check for enabling macros.
	* rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
	since you cannot have prototypes for macros.
	* macros/rtems/posix/Makefile.am: Added files.

2000-11-30	Joel Sherrill <joel@OARcorp.com>

	* inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().

2000-11-27	Joel Sherrill <joel@OARcorp.com>

	* src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

2000-10-30	Ralf Corsepius <corsepiu@faw.uni-ulm.de>
 
	* configure.in: Cleanup comments.

2000-10-30	Joel Sherrill <joel@OARcorp.com>

	* include/Makefile.am: Updated to reflect files merged into newlib.
	This resulted in some definitions moving to other files and thus
	some secondary effects in RTEMS source code.
	* include/unistd.h: Removed.  Now use newlib's.
	* include/rtems/posix/mqueue.h: Add include of <signal.h>.
	* include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
	* src/execv.c: Corrected prototype to agree with newlib.
	* src/execve.c: Corrected prototype to agree with newlib.
	* src/execvp.c: Corrected prototype to agree with newlib.
	* src/psignal.c: Rewrote reference to <siginfo.h> in comment since
	that file no longer exists.
	* src/pthreadkill.c: Added include of <signal.h>.
	* src/sigaction.c: Added include of <signal.h>.
	* src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
	that file no longer exists.

2000-10-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
	Switch to GNU canonicalization.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/Makefile.am, optman/Makefile.am: Include compile.am.

2000-08-30	Joel Sherrill <joel@OARcorp.com>

	* Many files: Moved posix/include/rtems/posix/seterr.h to 
	score/include/rtems/seterr.h so it would be available within
	all APIs.

2000-08-25	Joel Sherrill <joel.sherrill@OARcorp.com>

	* inline/rtems/posix/timer.inl, include/rtems/posix/timer.h, 
	inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
	style of src/ptimer1.c.  Continued effort to make the
	POSIX Timer implementation match that of other managers.
	Added data structures required to use SuperCore Object Handler.

2000-08-15	Joel Sherrill <joel@OARcorp.com>

	* src/ptimer1.c: Minor formatting fixes.

2000-08-15	Joel Sherrill <joel@OARcorp.com>

	* src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
	* src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
	and used structure copy instead.
	* src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
	* include/rtems/posix/timer.h: Ditto.

2000-08-15	Joel Sherrill <joel@OARcorp.com>

	* src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
	to ensure that errno was always set.

2000-08-15	Joel Sherrill <joel@OARcorp.com>

	* src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
	to use SuperCore _TOD_Current variable.

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.