source: rtems/cpukit/libcsupport/ChangeLog @ 65fd5ae

4.104.114.84.95
Last change on this file since 65fd5ae was 65fd5ae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/13/03 at 03:47:05

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

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