source: rtems/cpukit/libcsupport/ChangeLog @ 7bd88b54

4.104.114.84.95
Last change on this file since 7bd88b54 was 7bd88b54, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/03 at 00:58:13

2003-09-15 Ralf Corsepius <corsepiu@…>

PR 489/rtems

  • src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent having changed from void * to struct _reent*.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 489/rtems
4        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
5        having changed from void * to struct _reent*.
6
72003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * src/sync.c: Don't undef __STRICT_ANSI__.
10        Use struct _reent (struct reent doesn't exist)
11
122003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        PR 486/rtems
15        * src/newlib.c: Unconditionally include <stdio.h>
16
172003-09-04      Joel Sherrill <joel@OARcorp.com>
18
19        * include/chain.h, include/clockdrv.h, include/console.h,
20        include/iosupp.h, include/rtc.h, include/spurious.h,
21        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
22        include/rtems/libcsupport.h, include/rtems/libio.h,
23        include/rtems/libio_.h, include/rtems/termiostypes.h,
24        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
25        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
26        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
27        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
28        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
29        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
30        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
31        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
32        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
33        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
34        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
35        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
36        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
37        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
38        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
39        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
40        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
41        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
42        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
43        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
44        license changed.
45
462003-09-04      Joel Sherrill <joel@OARcorp.com>
47
48        PR 479/rtems_misc
49        * src/malloc.c: Per multiple standards realloc does not free the
50        original memory if the allocation of the requested larger block
51        fails.
52
532003-09-02      Joel Sherrill <joel@OARcorp.com>
54
55        * src/open.c: Fix typo.
56
572003-09-02      Joel Sherrill <joel@OARcorp.com>
58
59        * src/malloc.c: Remove test define left in.
60
612003-09-02      Ilya Alexeev <ilya@continuum.ru>
62
63        PR 472/filesystem
64        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
65
662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        PR 449/rtems:
69        * src/getegid.c: New (Copied from ../posix/src).
70        * src/geteuid.c: New (Copied from ../posix/src).
71        * src/getgid.c: New (Copied from ../posix/src).
72        * src/getgroups.c: New (Copied from ../posix/src).
73        * src/getlogin.c: New (Copied from ../posix/src).
74        * src/getpgrp.c: New (Copied from ../posix/src).
75        * src/getpid.c: New (Copied from ../posix/src).
76        * src/getppid.c: New (Copied from ../posix/src).
77        * src/getuid.c: New (Copied from ../posix/src).
78        * src/setpgid.c: New (Copied from ../posix/src).
79        * src/setsid.c: New (Copied from ../posix/src).
80        * src/no_posix: Remove getpid and _getpid_r.
81        * Makefile.am: Reflect changes above.
82
832003-08-14      Joel Sherrill <joel@OARcorp.com>
84
85        * Makefile.am: Add fileio to list of interactive tests.
86        * src/sync.c: New (Copied from ../posix/src). New file.
87
882003-08-05      Till Strauman <strauman@slac.stanford.edu>
89
90        PR 442/filesystem
91        * src/open.c: file never closed if ftruncate() fails in open()
92
932003-07-08      Joel Sherrill <joel@OARcorp.com>
94
95        PR 419/rtems
96        * src/termios.c: Removed warning.
97
982003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Remove (Merged-in into ../configure.ac)
101        * Makefile.am: DOC_FILES = src/TODO src/CASES,
102        Reflect having merged configure.ac into ../configure.ac.
103        * src/config.h: New.
104
1052003-07-02      Chris Johns <cjohns@cybertec.com.au>
106
107        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
108        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
109       
1102003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Conditionally install stdint.h/inttypes.h.
113        * configure.ac: Check for system-stdint.h/inttypes.h.
114
1152003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        PR 409:
118        * include/stdint.h: Include rtems/stdint.h
119
1202003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
121
122        PR 399/rtems_misc
123        * src/termios.c: In canonical mode, when input is present in the
124        input buffer that contains an EOL character and some following
125        characters, a read call read data behind the EOL character, although
126        it should stop reading with the EOL character.
127
1282003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
131
1322003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        PR 389/rtems
135        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
136        on newlib.
137
1382003-04-03      Eri Valette <eric.valette@free.fr>
139
140        PR 381/core
141        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
142        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
143
1442003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
147        * src/strlcat.c: New (extracted from pppd/utils.c).
148        * src/strlcpy.c: New (extracted from pppd/utils.c).
149        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
150
1512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove AC_CONFIG_AUX_DIR.
154
1552003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
156
157        PR 357/rtems_misc
158        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
159        checked that the wrong pointer during allocation was NULL.
160
1612003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * src/privateenv.c: Fix prototype for free_user_env.
164
1652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
168
1692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: AC_PREREQ(2.57).
172
1732003-02-06      Joel Sherrill <joel@OARcorp.com>
174
175        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
176        Linux port builds.
177
1782003-02-05     Till Straumann  <strauman@slac.stanford.edu>
179
180        PR 340/filesystem
181        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
182
1832003-02-05      Joel Sherrill <joel@OARcorp.com>
184
185        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
186        code.
187
1882003-02-03      Joel Sherrill <joel@OARcorp.com>
189
190        PR 338/filesystem
191        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
192        rtems_io_lookup_name() (API change).
193
1942003-02-03     Till Straumann  <strauman@slac.stanford.edu>
195
196        PR 339/filesystem
197        * src/chroot.c: Fix violation of FS node object copy semantics.
198
1992003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Eliminate OBJS.
202
2032003-01-10      Joel Sherrill <joel@OARcorp.com>
204
205        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
206        conflict with GNU/Linux header files.
207
2082003-01-03     Till Straumann  <strauman@slac.stanford.edu>
209
210        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
211        Per PR303, Fix violation of node_access copy syemantics
212
2132002-12-26     Till Straumann  <strauman@slac.stanford.edu
214
215        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
216
2172002-12-06      Joel Sherrill <joel@OARcorp.com>
218
219        * src/malloc.c: Fixed code that incorrected did a disable dispatch
220        instead of locking and unlocking the allocator mutex.
221
2222002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Add various checks to enhance portability.
225        * src/termios.c: Reflect changes to configure.ac.
226
2272002-12-02      Joel Sherrill <joel@OARcorp.com>
228
229        * include/rtems/libio.h: Internally use a union of an unsigned64
230        and major/minor device so we don't get into trouble shifting.
231        The h8300 seemed to be impossible to remove warnings otherwise.
232        Eventually the structure definition of a dev_t might be better anyway.
233        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
234        targets.
235
2362002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Cosmetical fixes.
239
2402002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Fix package name.
243
2442002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
247        Add check for CHAR_BIT.
248        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
249        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
250
2512002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove -ansi -fasm.
254        Add checks to diagnose potential system header conflicts.
255        * Makefile.am: Unconditionally install sys/cdefs.h.
256
2572002-11-07      <strauman@slac.stanford.edu>
258
259        * src/mount.c: Per PR297, correct fs_mountme failure paths.
260
2612002-11-01      Joel Sherrill <joel@OARcorp.com>
262
263        * ChangeLog: Corrected.
264
2652002-10-30      Eric Norum <eric.norum@usask.ca>
266
267        * src/printk.c: Add vprintk function for kernel printing
268        from routines which have already obtained the va_list pointer.
269
2702002-10-31      Joel Sherrill <joel@OARcorp.com>
271
272        * src/mallocfreespace.c: Corrected sense of status check to
273        match change inside RTEMS.
274        * src/newlibc.c: Removed warning.
275
2762002-10-28      Joel Sherrill <joel@OARcorp.com>
277
278        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
279        enumeration to int to eliminate warnings when values are overridden.
280
2812002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
284
2852002-10-24      <strauman@slac.stanford.edu>
286
287        * src/eval.c: Per PR293, added freenode calls for evaluate
288          link failures.
289
2902002-10-23      <strauman@slac.stanford.edu>
291
292        * src/mount.c per PR290, add check for ops->node_type_h
293        * src/mknod.c per PR291, remove erroneous call to freenod
294
2952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * .cvsignore: Reformat.
298        Add autom4te*cache.
299        Remove autom4te.cache.
300
3012002-10-02      Eric Norum <eric.norum@usask.ca>
302
303        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
304        * src/getgrent.c: Removed as functionality is now just a wrapper for
305        common routines in src/getpwent.c.
306        * Makefile.am: Reflect file removal.
307
3082002-09-14      Joel Sherrill <joel@OARcorp.com>
309
310        * include/rtems/libio.h: Change rtems_filesystem_read_t and
311        rtems_filesystem_write_t to return ssize_t to match read(2)
312        and write(2) respectively.
313
3142002-09-14      Eric Norum <eric.norum@usask.ca>
315
316        * src/readdir_r.c: New file.
317        * Makefile.am: Reflect above.
318
3192002-08-12      Eric Norum <eric.norum@usask.ca>
320
321        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
322
3232002-07-30      Joel Sherrill <joel@OARcorp.com>
324
325        * include/sys/utime.h: Removed as file is now part of the RTEMS
326        newlib support.
327        * Makefile.am: Reflect above.
328        * include/rtems/termiostypes.h: Avoid use of __P.
329
3302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Use .$(OBJEXT) instead of .o.
333
3342002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
337        INCLUDES (Upcoming automake standard).
338
3392002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: RTEMS_TOP(../..).
342
3432002-07-01      Joel Sherrill <joel@OARcorp.com>
344
345        * src/__times.c: Corrected from previous attempt to cleanup.
346
3472002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Remove RTEMS_PROJECT_ROOT.
350
3512002-06-28      Joel Sherrill <joel@OARcorp.com>
352
353        * src/__times.c: Cleaned up comments, return more information,
354        and eliminated the fatal error on clock not set since it cannot
355        occur.
356
3572002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
360        Add AC_PROG_RANLIB.
361
3622002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Merge src/Makefile.am.
365        * configure.ac: Reflect changes above.
366        * src/Makefile.am: Remove.
367
3682002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
371        Use ../aclocal.
372        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
373
3742001-05-24      Joel Sherrill <joel@OARcorp.com>
375
376        * src/.cvsignore: New file.
377
Note: See TracBrowser for help on using the repository browser.