source: rtems/cpukit/libcsupport/ChangeLog @ 34e6f913

Last change on this file since 34e6f913 was 34e6f913, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/03 at 08:30:41

2003-08-18 Ralf Corsepius <corsepiu@…>

PR 449/rtems:

  • src/getegid.c: New (Copied from ../posix/src).
  • src/geteuid.c: New (Copied from ../posix/src).
  • src/getgid.c: New (Copied from ../posix/src).
  • src/getgroups.c: New (Copied from ../posix/src).
  • src/getlogin.c: New (Copied from ../posix/src).
  • src/getpgrp.c: New (Copied from ../posix/src).
  • src/getpid.c: New (Copied from ../posix/src).
  • src/getppid.c: New (Copied from ../posix/src).
  • src/getuid.c: New (Copied from ../posix/src).
  • src/setpgid.c: New (Copied from ../posix/src).
  • src/setsid.c: New (Copied from ../posix/src).
  • src/no_posix: Remove getpid and _getpid_r.
  • Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 449/rtems:
4        * src/getegid.c: New (Copied from ../posix/src).
5        * src/geteuid.c: New (Copied from ../posix/src).
6        * src/getgid.c: New (Copied from ../posix/src).
7        * src/getgroups.c: New (Copied from ../posix/src).
8        * src/getlogin.c: New (Copied from ../posix/src).
9        * src/getpgrp.c: New (Copied from ../posix/src).
10        * src/getpid.c: New (Copied from ../posix/src).
11        * src/getppid.c: New (Copied from ../posix/src).
12        * src/getuid.c: New (Copied from ../posix/src).
13        * src/setpgid.c: New (Copied from ../posix/src).
14        * src/setsid.c: New (Copied from ../posix/src).
15        * src/no_posix: Remove getpid and _getpid_r.
16        * Makefile.am: Reflect changes above.
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
21
222003-08-05      Till Strauman <strauman@slac.stanford.edu>
23
24        PR 442/filesystem
25        * src/open.c: file never closed if ftruncate() fails in open()
26
272003-07-08      Joel Sherrill <joel@OARcorp.com>
28
29        PR 419/rtems
30        * src/termios.c: Removed warning.
31
322003-07-02      Chris Johns <cjohns@cybertec.com.au>
33
34        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
35        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
36       
372003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Conditionally install stdint.h/inttypes.h.
40        * configure.ac: Check for system-stdint.h/inttypes.h.
41
422003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 409:
45        * include/stdint.h: Include rtems/stdint.h
46
472003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
48
49        PR 399/rtems_misc
50        * src/termios.c: In canonical mode, when input is present in the
51        input buffer that contains an EOL character and some following
52        characters, a read call read data behind the EOL character, although
53        it should stop reading with the EOL character.
54
552003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
58
592003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        PR 389/rtems
62        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
63        on newlib.
64
652003-04-03      Eri Valette <eric.valette@free.fr>
66
67        PR 381/core
68        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
69        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
70
712003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
74        * src/strlcat.c: New (extracted from pppd/utils.c).
75        * src/strlcpy.c: New (extracted from pppd/utils.c).
76        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
77
782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove AC_CONFIG_AUX_DIR.
81
822003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
83
84        PR 357/rtems_misc
85        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
86        checked that the wrong pointer during allocation was NULL.
87
882003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * src/privateenv.c: Fix prototype for free_user_env.
91
922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
95
962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: AC_PREREQ(2.57).
99
1002003-02-06      Joel Sherrill <joel@OARcorp.com>
101
102        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
103        Linux port builds.
104
1052003-02-05     Till Straumann  <strauman@slac.stanford.edu>
106
107        PR 340/filesystem
108        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
109
1102003-02-05      Joel Sherrill <joel@OARcorp.com>
111
112        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
113        code.
114
1152003-02-03      Joel Sherrill <joel@OARcorp.com>
116
117        PR 338/filesystem
118        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
119        rtems_io_lookup_name() (API change).
120
1212003-02-03     Till Straumann  <strauman@slac.stanford.edu>
122
123        PR 339/filesystem
124        * src/chroot.c: Fix violation of FS node object copy semantics.
125
1262003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Eliminate OBJS.
129
1302003-01-10      Joel Sherrill <joel@OARcorp.com>
131
132        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
133        conflict with GNU/Linux header files.
134
1352003-01-03     Till Straumann  <strauman@slac.stanford.edu>
136
137        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
138        Per PR303, Fix violation of node_access copy syemantics
139
1402002-12-26     Till Straumann  <strauman@slac.stanford.edu
141
142        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
143
1442002-12-06      Joel Sherrill <joel@OARcorp.com>
145
146        * src/malloc.c: Fixed code that incorrected did a disable dispatch
147        instead of locking and unlocking the allocator mutex.
148
1492002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add various checks to enhance portability.
152        * src/termios.c: Reflect changes to configure.ac.
153
1542002-12-02      Joel Sherrill <joel@OARcorp.com>
155
156        * include/rtems/libio.h: Internally use a union of an unsigned64
157        and major/minor device so we don't get into trouble shifting.
158        The h8300 seemed to be impossible to remove warnings otherwise.
159        Eventually the structure definition of a dev_t might be better anyway.
160        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
161        targets.
162
1632002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Cosmetical fixes.
166
1672002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Fix package name.
170
1712002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
174        Add check for CHAR_BIT.
175        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
176        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
177
1782002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Remove -ansi -fasm.
181        Add checks to diagnose potential system header conflicts.
182        * Makefile.am: Unconditionally install sys/cdefs.h.
183
1842002-11-07      <strauman@slac.stanford.edu>
185
186        * src/mount.c: Per PR297, correct fs_mountme failure paths.
187
1882002-11-01      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: Corrected.
191
1922002-10-30      Eric Norum <eric.norum@usask.ca>
193
194        * src/printk.c: Add vprintk function for kernel printing
195        from routines which have already obtained the va_list pointer.
196
1972002-10-31      Joel Sherrill <joel@OARcorp.com>
198
199        * src/mallocfreespace.c: Corrected sense of status check to
200        match change inside RTEMS.
201        * src/newlibc.c: Removed warning.
202
2032002-10-28      Joel Sherrill <joel@OARcorp.com>
204
205        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
206        enumeration to int to eliminate warnings when values are overridden.
207
2082002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
211
2122002-10-24      <strauman@slac.stanford.edu>
213
214        * src/eval.c: Per PR293, added freenode calls for evaluate
215          link failures.
216
2172002-10-23      <strauman@slac.stanford.edu>
218
219        * src/mount.c per PR290, add check for ops->node_type_h
220        * src/mknod.c per PR291, remove erroneous call to freenod
221
2222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * .cvsignore: Reformat.
225        Add autom4te*cache.
226        Remove autom4te.cache.
227
2282002-10-02      Eric Norum <eric.norum@usask.ca>
229
230        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
231        * src/getgrent.c: Removed as functionality is now just a wrapper for
232        common routines in src/getpwent.c.
233        * Makefile.am: Reflect file removal.
234
2352002-09-14      Joel Sherrill <joel@OARcorp.com>
236
237        * include/rtems/libio.h: Change rtems_filesystem_read_t and
238        rtems_filesystem_write_t to return ssize_t to match read(2)
239        and write(2) respectively.
240
2412002-09-14      Eric Norum <eric.norum@usask.ca>
242
243        * src/readdir_r.c: New file.
244        * Makefile.am: Reflect above.
245
2462002-08-12      Eric Norum <eric.norum@usask.ca>
247
248        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
249
2502002-07-30      Joel Sherrill <joel@OARcorp.com>
251
252        * include/sys/utime.h: Removed as file is now part of the RTEMS
253        newlib support.
254        * Makefile.am: Reflect above.
255        * include/rtems/termiostypes.h: Avoid use of __P.
256
2572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Use .$(OBJEXT) instead of .o.
260
2612002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
264        INCLUDES (Upcoming automake standard).
265
2662002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: RTEMS_TOP(../..).
269
2702002-07-01      Joel Sherrill <joel@OARcorp.com>
271
272        * src/__times.c: Corrected from previous attempt to cleanup.
273
2742002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Remove RTEMS_PROJECT_ROOT.
277
2782002-06-28      Joel Sherrill <joel@OARcorp.com>
279
280        * src/__times.c: Cleaned up comments, return more information,
281        and eliminated the fatal error on clock not set since it cannot
282        occur.
283
2842002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
287        Add AC_PROG_RANLIB.
288
2892002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Merge src/Makefile.am.
292        * configure.ac: Reflect changes above.
293        * src/Makefile.am: Remove.
294
2952002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
298        Use ../aclocal.
299        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
300
3012001-05-24      Joel Sherrill <joel@OARcorp.com>
302
303        * src/.cvsignore: New file.
304
Note: See TracBrowser for help on using the repository browser.