source: rtems/cpukit/libcsupport/ChangeLog @ be36fee0

4.104.114.84.95
Last change on this file since be36fee0 was 3f4876a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/30/03 at 11:49:08

Merger from rtems-4.6-branch

  • Property mode set to 100644
File size: 7.8 KB
Line 
12003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Conditionally install stdint.h/inttypes.h.
4        * configure.ac: Check for system-stdint.h/inttypes.h.
5
62003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        PR 409:
9        * include/stdint.h: Include rtems/stdint.h
10
112003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
12
13        PR 399/rtems_misc
14        * src/termios.c: In canonical mode, when input is present in the
15        input buffer that contains an EOL character and some following
16        characters, a read call read data behind the EOL character, although
17        it should stop reading with the EOL character.
18
192003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
22
232003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        PR 389/rtems
26        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
27        on newlib.
28
292003-04-03      Eri Valette <eric.valette@free.fr>
30
31        PR 381/core
32        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
33        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
34
352003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
38        * src/strlcat.c: New (extracted from pppd/utils.c).
39        * src/strlcpy.c: New (extracted from pppd/utils.c).
40        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
41
422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Remove AC_CONFIG_AUX_DIR.
45
462003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
47
48        PR 357/rtems_misc
49        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
50        checked that the wrong pointer during allocation was NULL.
51
522003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * src/privateenv.c: Fix prototype for free_user_env.
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
59
602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: AC_PREREQ(2.57).
63
642003-02-06      Joel Sherrill <joel@OARcorp.com>
65
66        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
67        Linux port builds.
68
692003-02-05     Till Straumann  <strauman@slac.stanford.edu>
70
71        PR 340/filesystem
72        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
73
742003-02-05      Joel Sherrill <joel@OARcorp.com>
75
76        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
77        code.
78
792003-02-03      Joel Sherrill <joel@OARcorp.com>
80
81        PR 338/filesystem
82        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
83        rtems_io_lookup_name() (API change).
84
852003-02-03     Till Straumann  <strauman@slac.stanford.edu>
86
87        PR 339/filesystem
88        * src/chroot.c: Fix violation of FS node object copy semantics.
89
902003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Eliminate OBJS.
93
942003-01-10      Joel Sherrill <joel@OARcorp.com>
95
96        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
97        conflict with GNU/Linux header files.
98
992003-01-03     Till Straumann  <strauman@slac.stanford.edu>
100
101        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
102        Per PR303, Fix violation of node_access copy syemantics
103
1042002-12-26     Till Straumann  <strauman@slac.stanford.edu
105
106        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
107
1082002-12-06      Joel Sherrill <joel@OARcorp.com>
109
110        * src/malloc.c: Fixed code that incorrected did a disable dispatch
111        instead of locking and unlocking the allocator mutex.
112
1132002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add various checks to enhance portability.
116        * src/termios.c: Reflect changes to configure.ac.
117
1182002-12-02      Joel Sherrill <joel@OARcorp.com>
119
120        * include/rtems/libio.h: Internally use a union of an unsigned64
121        and major/minor device so we don't get into trouble shifting.
122        The h8300 seemed to be impossible to remove warnings otherwise.
123        Eventually the structure definition of a dev_t might be better anyway.
124        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
125        targets.
126
1272002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Cosmetical fixes.
130
1312002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Fix package name.
134
1352002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
138        Add check for CHAR_BIT.
139        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
140        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
141
1422002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove -ansi -fasm.
145        Add checks to diagnose potential system header conflicts.
146        * Makefile.am: Unconditionally install sys/cdefs.h.
147
1482002-11-07      <strauman@slac.stanford.edu>
149
150        * src/mount.c: Per PR297, correct fs_mountme failure paths.
151
1522002-11-01      Joel Sherrill <joel@OARcorp.com>
153
154        * ChangeLog: Corrected.
155
1562002-10-30      Eric Norum <eric.norum@usask.ca>
157
158        * src/printk.c: Add vprintk function for kernel printing
159        from routines which have already obtained the va_list pointer.
160
1612002-10-31      Joel Sherrill <joel@OARcorp.com>
162
163        * src/mallocfreespace.c: Corrected sense of status check to
164        match change inside RTEMS.
165        * src/newlibc.c: Removed warning.
166
1672002-10-28      Joel Sherrill <joel@OARcorp.com>
168
169        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
170        enumeration to int to eliminate warnings when values are overridden.
171
1722002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
175
1762002-10-24      <strauman@slac.stanford.edu>
177
178        * src/eval.c: Per PR293, added freenode calls for evaluate
179          link failures.
180
1812002-10-23      <strauman@slac.stanford.edu>
182
183        * src/mount.c per PR290, add check for ops->node_type_h
184        * src/mknod.c per PR291, remove erroneous call to freenod
185
1862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * .cvsignore: Reformat.
189        Add autom4te*cache.
190        Remove autom4te.cache.
191
1922002-10-02      Eric Norum <eric.norum@usask.ca>
193
194        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
195        * src/getgrent.c: Removed as functionality is now just a wrapper for
196        common routines in src/getpwent.c.
197        * Makefile.am: Reflect file removal.
198
1992002-09-14      Joel Sherrill <joel@OARcorp.com>
200
201        * include/rtems/libio.h: Change rtems_filesystem_read_t and
202        rtems_filesystem_write_t to return ssize_t to match read(2)
203        and write(2) respectively.
204
2052002-09-14      Eric Norum <eric.norum@usask.ca>
206
207        * src/readdir_r.c: New file.
208        * Makefile.am: Reflect above.
209
2102002-08-12      Eric Norum <eric.norum@usask.ca>
211
212        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
213
2142002-07-30      Joel Sherrill <joel@OARcorp.com>
215
216        * include/sys/utime.h: Removed as file is now part of the RTEMS
217        newlib support.
218        * Makefile.am: Reflect above.
219        * include/rtems/termiostypes.h: Avoid use of __P.
220
2212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Use .$(OBJEXT) instead of .o.
224
2252002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
228        INCLUDES (Upcoming automake standard).
229
2302002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: RTEMS_TOP(../..).
233
2342002-07-01      Joel Sherrill <joel@OARcorp.com>
235
236        * src/__times.c: Corrected from previous attempt to cleanup.
237
2382002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Remove RTEMS_PROJECT_ROOT.
241
2422002-06-28      Joel Sherrill <joel@OARcorp.com>
243
244        * src/__times.c: Cleaned up comments, return more information,
245        and eliminated the fatal error on clock not set since it cannot
246        occur.
247
2482002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
251        Add AC_PROG_RANLIB.
252
2532002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Merge src/Makefile.am.
256        * configure.ac: Reflect changes above.
257        * src/Makefile.am: Remove.
258
2592002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
262        Use ../aclocal.
263        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
264
2652001-05-24      Joel Sherrill <joel@OARcorp.com>
266
267        * src/.cvsignore: New file.
268
Note: See TracBrowser for help on using the repository browser.