source: rtems/c/src/exec/posix/ChangeLog @ aaf6063

4.104.114.84.95
Last change on this file since aaf6063 was aaf6063, checked in by Joel Sherrill <joel.sherrill@…>, on 05/24/01 at 21:38:10

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

  • src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c, src/getuid.c: Now save their values in private user environment.
  • Property mode set to 100644
File size: 5.5 KB
Line 
12000-05-24      Fernando Ruiz Casas <fernando.ruiz@ctv.es>
2
3        * src/getegid.c, src/geteuid.c, src/getgid.c, src/getlogin.c,
4        src/getuid.c: Now save their values in private user environment.
5
62001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
9
102001-03-19      Joel Sherrill <joel@OARcorp.com>
11
12        * sys/utsname.h: Added C++ wrapper.
13
142001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * include/Makefile.am, include/rtems/posix/Makefile.am,
17        include/sys/Makefile.am, inline/rtems/posix/Makefile.am,
18        macros/rtems/posix/Makefile.am:
19        Apply include_*HEADERS instead of H_FILES.
20
212001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.in: Add src/config.h
24        * src/Makefile.am: Add INCLUDES += -I. to pickup config.h
25        * src/.cvsignore: Add config.h and stamp-h
26        * src/*.c: Add config.h support.
27
282001-01-23      Joel Sherrill <joel@OARcorp.com>
29
30        * src/alarm.c: Eliminated use of C++ style comments.
31
322001-01-12      Joel Sherrill <joel@OARcorp.com>
33
34        * src/clockgetres.c: Fixed match problem.  We are not converting
35        an interval to a timespec -- it is actually a real number of
36        microseconds.
37
382001-01-22      Michael Hamel <mhamel@adi.co.nz>
39
40        * include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl,
41        src/ptimer1.c, include/rtems/posix/semaphore.h,
42        inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c,
43        src/semaphorenametoid.c, src/semopen.c, src/semunlink.c:
44        Modifications to make CodeWarrior happy.
45
462001-01-12      Joel Sherrill <joel@OARcorp.com>
47
48        * src/README.mqueue: Enhanced example.
49
502000-12-19      Joel Sherrill <joel@OARcorp.com>
51
52        * src/pthreadgetschedparam.c: Do not set output parameters if
53        the pointers are NULL.
54
552000-12-06      Joel Sherrill <joel@OARcorp.com>
56
57        * src/pthreadgetcpuclockid.c: Add include of <rtems/system.h> to
58        eliminate warning.
59
602000-12-01      Joel Sherrill <joel@OARcorp.com>
61
62        * include/rtems/posix/cond.h: #if 0'ed out prototype of
63        _POSIX_Condition_variables_Get to avoid conflict with macro
64        implementation.
65
662000-12-01      Joel Sherrill <joel@OARcorp.com>
67
68        * Added macro support to POSIX API.  This is known to compile.
69        * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl,
70        macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl,
71        macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl,
72        macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl,
73        macros/rtems/posix/timer.inl: New files.
74        * configure.in: Removed error check for enabling macros.
75        * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines
76        since you cannot have prototypes for macros.
77        * macros/rtems/posix/Makefile.am: Added files.
78
792000-11-30      Joel Sherrill <joel@OARcorp.com>
80
81        * inline/rtems/posix/mqueue.inl: Removed explicit dependency on abs().
82
832000-11-27      Joel Sherrill <joel@OARcorp.com>
84
85        * src/sysconf.c: Add support for _SC_CLK_TCK and _SC_OPEN_MAX.
86
872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
90
912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
94
952000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96 
97        * configure.in: Cleanup comments.
98
992000-10-30      Joel Sherrill <joel@OARcorp.com>
100
101        * include/Makefile.am: Updated to reflect files merged into newlib.
102        This resulted in some definitions moving to other files and thus
103        some secondary effects in RTEMS source code.
104        * include/unistd.h: Removed.  Now use newlib's.
105        * include/rtems/posix/mqueue.h: Add include of <signal.h>.
106        * include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
107        * src/execv.c: Corrected prototype to agree with newlib.
108        * src/execve.c: Corrected prototype to agree with newlib.
109        * src/execvp.c: Corrected prototype to agree with newlib.
110        * src/psignal.c: Rewrote reference to <siginfo.h> in comment since
111        that file no longer exists.
112        * src/pthreadkill.c: Added include of <signal.h>.
113        * src/sigaction.c: Added include of <signal.h>.
114        * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
115        that file no longer exists.
116
1172000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
120        Switch to GNU canonicalization.
121
1222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * src/Makefile.am, optman/Makefile.am: Include compile.am.
125
1262000-08-30      Joel Sherrill <joel@OARcorp.com>
127
128        * Many files: Moved posix/include/rtems/posix/seterr.h to
129        score/include/rtems/seterr.h so it would be available within
130        all APIs.
131
1322000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * inline/rtems/posix/timer.inl, include/rtems/posix/timer.h,
135        inline/rtems/posix/Makefile.am, src/ptimer1.c: Redid the
136        style of src/ptimer1.c.  Continued effort to make the
137        POSIX Timer implementation match that of other managers.
138        Added data structures required to use SuperCore Object Handler.
139
1402000-08-15      Joel Sherrill <joel@OARcorp.com>
141
142        * src/ptimer1.c: Minor formatting fixes.
143
1442000-08-15      Joel Sherrill <joel@OARcorp.com>
145
146        * src/ptimer1.c: Removed unused routine PRINT_ERRNO_S.
147        * src/ptimer1.c: Removed unnecessary routine COPY_ITIMERSPEC_S
148        and used structure copy instead.
149        * src/ptimer1.c: Renamed timer_alive_t to POSIX_Timer_Control.
150        * include/rtems/posix/timer.h: Ditto.
151
1522000-08-15      Joel Sherrill <joel@OARcorp.com>
153
154        * src/ptimer1.c: Switched to using set_errno_and_return_minus_one()
155        to ensure that errno was always set.
156
1572000-08-15      Joel Sherrill <joel@OARcorp.com>
158
159        * src/ptimer1.c (timer_settime): Converted use of rtems_clock_get
160        to use SuperCore _TOD_Current variable.
161
1622000-08-10      Joel Sherrill <joel@OARcorp.com>
163
164        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.