source: rtems/c/src/exec/posix/ChangeLog @ 5be35ee

4.104.114.84.95
Last change on this file since 5be35ee was 5be35ee, checked in by Joel Sherrill <joel.sherrill@…>, on 10/16/01 at 13:30:22

2001-10-16 Ralf Corsepius <corsepiu@…>

  • include/sys/Makefile.am: Remove.
  • include/rtems/Makefile.am: Remove.
  • include/rtems/posix/Makefile.am: Remove.
  • include/Makefile.am: Handle subdirs.
  • inline/rtems/Makefile.am: Remove.
  • inline/rtems/posix/Makefile.am: Remove.
  • inline/Makefile.am: Handle subdirs.
  • macros/rtems/Makefile.am: Remove.
  • macros/rtems/posix/Makefile.am: Remove.
  • macros/Makefile.am: Handle subdirs.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 7.8 KB
RevLine 
[5be35ee]12001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/sys/Makefile.am: Remove.
4        * include/rtems/Makefile.am: Remove.
5        * include/rtems/posix/Makefile.am: Remove.
6        * include/Makefile.am: Handle subdirs.
7        * inline/rtems/Makefile.am: Remove.
8        * inline/rtems/posix/Makefile.am: Remove.
9        * inline/Makefile.am: Handle subdirs.
10        * macros/rtems/Makefile.am: Remove.
11        * macros/rtems/posix/Makefile.am: Remove.
12        * macros/Makefile.am: Handle subdirs.
13        * configure.ac: Reflect changes above.
14
[66387986]152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
18        * configure.in: Remove.
19        * configure.ac: New file, generated from configure.in by autoupdate.
20
[194b5c7]212001-09-28      Joel Sherrill <joel@OARcorp.com>
22
23        * src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
24
[614e671b]252001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
28        * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
29        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
30        * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
31        * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
32
[586a31b]332001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
36        * src/Makefile.am: Adapt INCLUDES to make automake-1.5 happy.
37
[c8d6691]382001-09-13      Joel Sherrill <joel@OARcorp.com>
39
40        * src/sysconf.c: Fix typo syntax error accidentally committed.
41
[bc51d7e9]422001-09-13      Joel Sherrill <joel@OARcorp.com>
43
44        * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
45        In particular, about 350 ACATS tests fail if this is not present.
46        * src/getpagesize.c: Ditto.
47        * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
48        to pass about 350 ACATS test cases.
49        * src/Makefile.am: Added new files.
50
[856a44e4]512001-08-30      Joel Sherrill <joel@OARcorp.com>
52
53        * macros/rtems/posix/mqueue.inl: Add cast so negation works.
54
[6fe68fc2]552001-08-16      Joel Sherrill <joel@OARcorp.com>
56
57        * src/mqueuesendsupp.c: Account for possibly blocking during the
58        core send operation.
59
[a781bbff]602001-08-09      Joel Sherrill <joel@OARcorp.com>
61
62        * src/mqueuesendsupp.c: Unblocking message queue operations should
63        NOT use _Thread_Executing for return status since it is permissible
64        to invoke message send operations from an ISR.  This was reported
65        by Suvrat Gupta <suvrat@utstar.com>.
66
[aaf6063]672000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
68
69        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
70        src/getuid.c: Now save their values in private user environment.
71
[53c3a2c6]722001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
75
[ab6d08f]762001-03-19      Joel Sherrill <joel@OARcorp.com>
77
78        * sys/utsname.h: Added C++ wrapper.
79
[890f07c]802001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * include/Makefile.am, include/rtems/posix/Makefile.am,
83        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
84        macros/rtems/posix/Makefile.am:
85        Apply include_*HEADERS instead of H_FILES.
86
[f42b726]872001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Add src/config.h
90        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
91        * src/.cvsignore: Add config.h and stamp-h
92        * src/*.c: Add config.h support.
93
[b978374]942001-01-23      Joel Sherrill <joel@OARcorp.com>
95
96        * src/alarm.c: Eliminated use of C++ style comments.
97
[a93baa43]982001-01-12      Joel Sherrill <joel@OARcorp.com>
99
100        * src/clockgetres.c: Fixed match problem.  We are not converting
101        an interval to a timespec -- it is actually a real number of
102        microseconds.
103
[32ba727]1042001-01-22      Michael Hamel <mhamel@adi.co.nz>
105
106        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
107        src/ptimer1.c, include/rtems/posix/semaphore.h,
108        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
109        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
110        Modifications to make CodeWarrior happy.
111
[d9f6165]1122001-01-12      Joel Sherrill <joel@OARcorp.com>
113
114        * src/README.mqueue: Enhanced example.
115
[8f4bddd9]1162000-12-19      Joel Sherrill <joel@OARcorp.com>
117
118        * src/pthreadgetschedparam.c: Do not set output parameters if
119        the pointers are NULL.
120
[57fe91f]1212000-12-06      Joel Sherrill <joel@OARcorp.com>
122
123        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
124        eliminate warning.
125
[eb33fa54]1262000-12-01      Joel Sherrill <joel@OARcorp.com>
127
128        * include/rtems/posix/cond.h: #if 0'ed out prototype of
129        _POSIX_Condition_variables_Get to avoid conflict with macro
130        implementation.
131
[2b2bda4]1322000-12-01      Joel Sherrill <joel@OARcorp.com>
133
134        * Added macro support to POSIX API.  This is known to compile.
135        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
136        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
137        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
138        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
139        macros/rtems/posix/timer.inl: New files.
140        * configure.in: Removed error check for enabling macros.
141        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
142        since you cannot have prototypes for macros.
143        * macros/rtems/posix/Makefile.am: Added files.
144
[40b05974]1452000-11-30      Joel Sherrill <joel@OARcorp.com>
146
147        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
148
[a3cdac3]1492000-11-27      Joel Sherrill <joel@OARcorp.com>
150
151        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
152
[feead226]1532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
156
[a314d3b4]1572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
160
[d60b3efa]1612000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162 
163        * configure.in: Cleanup comments.
164
[781262bb]1652000-10-30      Joel Sherrill <joel@OARcorp.com>
166
167        * include/Makefile.am: Updated to reflect files merged into newlib.
168        This resulted in some definitions moving to other files and thus
169        some secondary effects in RTEMS source code.
170        * include/unistd.h: Removed.  Now use newlib's.
171        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
172        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
173        * src/execv.c: Corrected prototype to agree with newlib.
174        * src/execve.c: Corrected prototype to agree with newlib.
175        * src/execvp.c: Corrected prototype to agree with newlib.
176        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
177        that file no longer exists.
178        * src/pthreadkill.c: Added include of <signal.h>.
179        * src/sigaction.c: Added include of <signal.h>.
180        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
181        that file no longer exists.
182
[5582de1]1832000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
[d60b3efa]186        Switch to GNU canonicalization.
[5582de1]187
[3ac5d4e2]1882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * src/Makefile.am, optman/Makefile.am: Include compile.am.
191
[188c82b]1922000-08-30      Joel Sherrill <joel@OARcorp.com>
193
194        * Many files: Moved posix/include/rtems/posix/seterr.h to
195        score/include/rtems/seterr.h so it would be available within
196        all APIs.
197
[b602c298]1982000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
201        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
202        style of src/ptimer1.c.  Continued effort to make the
203        POSIX Timer implementation match that of other managers.
204        Added data structures required to use SuperCore Object Handler.
205
[02fe6ab]2062000-08-15      Joel Sherrill <joel@OARcorp.com>
207
208        * src/ptimer1.c: Minor formatting fixes.
209
[ea56c0a8]2102000-08-15      Joel Sherrill <joel@OARcorp.com>
211
[939e29d]212        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
213        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
214        and used structure copy instead.
215        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
216        * include/rtems/posix/timer.h: Ditto.
217
2182000-08-15      Joel Sherrill <joel@OARcorp.com>
219
220        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
[ea56c0a8]221        to ensure that errno was always set.
222
[16ce86f9]2232000-08-15      Joel Sherrill <joel@OARcorp.com>
224
[939e29d]225        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
[16ce86f9]226        to use SuperCore _TOD_Current variable.
227
[e94ad1fe]2282000-08-10      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.