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

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

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

PR 486/rtems

  • src/newlib.c: Unconditionally include <stdio.h>
  • Property mode set to 100644
File size: 11.5 KB
Line 
12003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 486/rtems
4        * src/newlib.c: Unconditionally include <stdio.h>
5
62003-09-04      Joel Sherrill <joel@OARcorp.com>
7
8        * include/chain.h, include/clockdrv.h, include/console.h,
9        include/iosupp.h, include/rtc.h, include/spurious.h,
10        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
11        include/rtems/libcsupport.h, include/rtems/libio.h,
12        include/rtems/libio_.h, include/rtems/termiostypes.h,
13        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
14        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
15        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
16        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
17        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
18        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
19        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
20        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
21        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
22        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
23        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
24        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
25        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
26        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
27        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
28        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
29        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
30        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
31        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
32        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
33        license changed.
34
352003-09-04      Joel Sherrill <joel@OARcorp.com>
36
37        PR 479/rtems_misc
38        * src/malloc.c: Per multiple standards realloc does not free the
39        original memory if the allocation of the requested larger block
40        fails.
41
422003-09-02      Joel Sherrill <joel@OARcorp.com>
43
44        * src/open.c: Fix typo.
45
462003-09-02      Joel Sherrill <joel@OARcorp.com>
47
48        * src/malloc.c: Remove test define left in.
49
502003-09-02      Ilya Alexeev <ilya@continuum.ru>
51
52        PR 472/filesystem
53        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
54
552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        PR 449/rtems:
58        * src/getegid.c: New (Copied from ../posix/src).
59        * src/geteuid.c: New (Copied from ../posix/src).
60        * src/getgid.c: New (Copied from ../posix/src).
61        * src/getgroups.c: New (Copied from ../posix/src).
62        * src/getlogin.c: New (Copied from ../posix/src).
63        * src/getpgrp.c: New (Copied from ../posix/src).
64        * src/getpid.c: New (Copied from ../posix/src).
65        * src/getppid.c: New (Copied from ../posix/src).
66        * src/getuid.c: New (Copied from ../posix/src).
67        * src/setpgid.c: New (Copied from ../posix/src).
68        * src/setsid.c: New (Copied from ../posix/src).
69        * src/no_posix: Remove getpid and _getpid_r.
70        * Makefile.am: Reflect changes above.
71
722003-08-14      Joel Sherrill <joel@OARcorp.com>
73
74        * Makefile.am: Add fileio to list of interactive tests.
75        * src/sync.c: New (Copied from ../posix/src). New file.
76
772003-08-05      Till Strauman <strauman@slac.stanford.edu>
78
79        PR 442/filesystem
80        * src/open.c: file never closed if ftruncate() fails in open()
81
822003-07-08      Joel Sherrill <joel@OARcorp.com>
83
84        PR 419/rtems
85        * src/termios.c: Removed warning.
86
872003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove (Merged-in into ../configure.ac)
90        * Makefile.am: DOC_FILES = src/TODO src/CASES,
91        Reflect having merged configure.ac into ../configure.ac.
92        * src/config.h: New.
93
942003-07-02      Chris Johns <cjohns@cybertec.com.au>
95
96        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
97        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
98       
992003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Conditionally install stdint.h/inttypes.h.
102        * configure.ac: Check for system-stdint.h/inttypes.h.
103
1042003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        PR 409:
107        * include/stdint.h: Include rtems/stdint.h
108
1092003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
110
111        PR 399/rtems_misc
112        * src/termios.c: In canonical mode, when input is present in the
113        input buffer that contains an EOL character and some following
114        characters, a read call read data behind the EOL character, although
115        it should stop reading with the EOL character.
116
1172003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
120
1212003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        PR 389/rtems
124        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
125        on newlib.
126
1272003-04-03      Eri Valette <eric.valette@free.fr>
128
129        PR 381/core
130        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
131        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
132
1332003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
136        * src/strlcat.c: New (extracted from pppd/utils.c).
137        * src/strlcpy.c: New (extracted from pppd/utils.c).
138        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
139
1402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Remove AC_CONFIG_AUX_DIR.
143
1442003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
145
146        PR 357/rtems_misc
147        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
148        checked that the wrong pointer during allocation was NULL.
149
1502003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * src/privateenv.c: Fix prototype for free_user_env.
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
157
1582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: AC_PREREQ(2.57).
161
1622003-02-06      Joel Sherrill <joel@OARcorp.com>
163
164        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
165        Linux port builds.
166
1672003-02-05     Till Straumann  <strauman@slac.stanford.edu>
168
169        PR 340/filesystem
170        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
171
1722003-02-05      Joel Sherrill <joel@OARcorp.com>
173
174        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
175        code.
176
1772003-02-03      Joel Sherrill <joel@OARcorp.com>
178
179        PR 338/filesystem
180        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
181        rtems_io_lookup_name() (API change).
182
1832003-02-03     Till Straumann  <strauman@slac.stanford.edu>
184
185        PR 339/filesystem
186        * src/chroot.c: Fix violation of FS node object copy semantics.
187
1882003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Eliminate OBJS.
191
1922003-01-10      Joel Sherrill <joel@OARcorp.com>
193
194        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
195        conflict with GNU/Linux header files.
196
1972003-01-03     Till Straumann  <strauman@slac.stanford.edu>
198
199        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
200        Per PR303, Fix violation of node_access copy syemantics
201
2022002-12-26     Till Straumann  <strauman@slac.stanford.edu
203
204        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
205
2062002-12-06      Joel Sherrill <joel@OARcorp.com>
207
208        * src/malloc.c: Fixed code that incorrected did a disable dispatch
209        instead of locking and unlocking the allocator mutex.
210
2112002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Add various checks to enhance portability.
214        * src/termios.c: Reflect changes to configure.ac.
215
2162002-12-02      Joel Sherrill <joel@OARcorp.com>
217
218        * include/rtems/libio.h: Internally use a union of an unsigned64
219        and major/minor device so we don't get into trouble shifting.
220        The h8300 seemed to be impossible to remove warnings otherwise.
221        Eventually the structure definition of a dev_t might be better anyway.
222        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
223        targets.
224
2252002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Cosmetical fixes.
228
2292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Fix package name.
232
2332002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
236        Add check for CHAR_BIT.
237        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
238        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
239
2402002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Remove -ansi -fasm.
243        Add checks to diagnose potential system header conflicts.
244        * Makefile.am: Unconditionally install sys/cdefs.h.
245
2462002-11-07      <strauman@slac.stanford.edu>
247
248        * src/mount.c: Per PR297, correct fs_mountme failure paths.
249
2502002-11-01      Joel Sherrill <joel@OARcorp.com>
251
252        * ChangeLog: Corrected.
253
2542002-10-30      Eric Norum <eric.norum@usask.ca>
255
256        * src/printk.c: Add vprintk function for kernel printing
257        from routines which have already obtained the va_list pointer.
258
2592002-10-31      Joel Sherrill <joel@OARcorp.com>
260
261        * src/mallocfreespace.c: Corrected sense of status check to
262        match change inside RTEMS.
263        * src/newlibc.c: Removed warning.
264
2652002-10-28      Joel Sherrill <joel@OARcorp.com>
266
267        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
268        enumeration to int to eliminate warnings when values are overridden.
269
2702002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
273
2742002-10-24      <strauman@slac.stanford.edu>
275
276        * src/eval.c: Per PR293, added freenode calls for evaluate
277          link failures.
278
2792002-10-23      <strauman@slac.stanford.edu>
280
281        * src/mount.c per PR290, add check for ops->node_type_h
282        * src/mknod.c per PR291, remove erroneous call to freenod
283
2842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Reformat.
287        Add autom4te*cache.
288        Remove autom4te.cache.
289
2902002-10-02      Eric Norum <eric.norum@usask.ca>
291
292        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
293        * src/getgrent.c: Removed as functionality is now just a wrapper for
294        common routines in src/getpwent.c.
295        * Makefile.am: Reflect file removal.
296
2972002-09-14      Joel Sherrill <joel@OARcorp.com>
298
299        * include/rtems/libio.h: Change rtems_filesystem_read_t and
300        rtems_filesystem_write_t to return ssize_t to match read(2)
301        and write(2) respectively.
302
3032002-09-14      Eric Norum <eric.norum@usask.ca>
304
305        * src/readdir_r.c: New file.
306        * Makefile.am: Reflect above.
307
3082002-08-12      Eric Norum <eric.norum@usask.ca>
309
310        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
311
3122002-07-30      Joel Sherrill <joel@OARcorp.com>
313
314        * include/sys/utime.h: Removed as file is now part of the RTEMS
315        newlib support.
316        * Makefile.am: Reflect above.
317        * include/rtems/termiostypes.h: Avoid use of __P.
318
3192002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Use .$(OBJEXT) instead of .o.
322
3232002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
326        INCLUDES (Upcoming automake standard).
327
3282002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: RTEMS_TOP(../..).
331
3322002-07-01      Joel Sherrill <joel@OARcorp.com>
333
334        * src/__times.c: Corrected from previous attempt to cleanup.
335
3362002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove RTEMS_PROJECT_ROOT.
339
3402002-06-28      Joel Sherrill <joel@OARcorp.com>
341
342        * src/__times.c: Cleaned up comments, return more information,
343        and eliminated the fatal error on clock not set since it cannot
344        occur.
345
3462002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
349        Add AC_PROG_RANLIB.
350
3512002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Merge src/Makefile.am.
354        * configure.ac: Reflect changes above.
355        * src/Makefile.am: Remove.
356
3572002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
360        Use ../aclocal.
361        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
362
3632001-05-24      Joel Sherrill <joel@OARcorp.com>
364
365        * src/.cvsignore: New file.
366
Note: See TracBrowser for help on using the repository browser.