source: rtems/cpukit/libcsupport/ChangeLog @ ccb1a6ec

4.104.114.84.95
Last change on this file since ccb1a6ec was ccb1a6ec, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/17/03 at 10:55:40

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 7.2 KB
Line 
12003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
4
52003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        PR 389/rtems
8        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
9        on newlib.
10
112003-04-03      Eri Valette <eric.valette@free.fr>
12
13        PR 381/core
14        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
15        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
16
172003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
20        * src/strlcat.c: New (extracted from pppd/utils.c).
21        * src/strlcpy.c: New (extracted from pppd/utils.c).
22        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
23
242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: Remove AC_CONFIG_AUX_DIR.
27
282003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
29
30        PR 357/rtems_misc
31        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
32        checked that the wrong pointer during allocation was NULL.
33
342003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * src/privateenv.c: Fix prototype for free_user_env.
37
382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
41
422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: AC_PREREQ(2.57).
45
462003-02-06      Joel Sherrill <joel@OARcorp.com>
47
48        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
49        Linux port builds.
50
512003-02-05     Till Straumann  <strauman@slac.stanford.edu>
52
53        PR 340/filesystem
54        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
55
562003-02-05      Joel Sherrill <joel@OARcorp.com>
57
58        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
59        code.
60
612003-02-03      Joel Sherrill <joel@OARcorp.com>
62
63        PR 338/filesystem
64        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
65        rtems_io_lookup_name() (API change).
66
672003-02-03     Till Straumann  <strauman@slac.stanford.edu>
68
69        PR 339/filesystem
70        * src/chroot.c: Fix violation of FS node object copy semantics.
71
722003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Eliminate OBJS.
75
762003-01-10      Joel Sherrill <joel@OARcorp.com>
77
78        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
79        conflict with GNU/Linux header files.
80
812003-01-03     Till Straumann  <strauman@slac.stanford.edu>
82
83        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
84        Per PR303, Fix violation of node_access copy syemantics
85
862002-12-26     Till Straumann  <strauman@slac.stanford.edu
87
88        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
89
902002-12-06      Joel Sherrill <joel@OARcorp.com>
91
92        * src/malloc.c: Fixed code that incorrected did a disable dispatch
93        instead of locking and unlocking the allocator mutex.
94
952002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Add various checks to enhance portability.
98        * src/termios.c: Reflect changes to configure.ac.
99
1002002-12-02      Joel Sherrill <joel@OARcorp.com>
101
102        * include/rtems/libio.h: Internally use a union of an unsigned64
103        and major/minor device so we don't get into trouble shifting.
104        The h8300 seemed to be impossible to remove warnings otherwise.
105        Eventually the structure definition of a dev_t might be better anyway.
106        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
107        targets.
108
1092002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Cosmetical fixes.
112
1132002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Fix package name.
116
1172002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
120        Add check for CHAR_BIT.
121        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
122        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
123
1242002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove -ansi -fasm.
127        Add checks to diagnose potential system header conflicts.
128        * Makefile.am: Unconditionally install sys/cdefs.h.
129
1302002-11-07      <strauman@slac.stanford.edu>
131
132        * src/mount.c: Per PR297, correct fs_mountme failure paths.
133
1342002-11-01      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: Corrected.
137
1382002-10-30      Eric Norum <eric.norum@usask.ca>
139
140        * src/printk.c: Add vprintk function for kernel printing
141        from routines which have already obtained the va_list pointer.
142
1432002-10-31      Joel Sherrill <joel@OARcorp.com>
144
145        * src/mallocfreespace.c: Corrected sense of status check to
146        match change inside RTEMS.
147        * src/newlibc.c: Removed warning.
148
1492002-10-28      Joel Sherrill <joel@OARcorp.com>
150
151        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
152        enumeration to int to eliminate warnings when values are overridden.
153
1542002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
157
1582002-10-24      <strauman@slac.stanford.edu>
159
160        * src/eval.c: Per PR293, added freenode calls for evaluate
161          link failures.
162
1632002-10-23      <strauman@slac.stanford.edu>
164
165        * src/mount.c per PR290, add check for ops->node_type_h
166        * src/mknod.c per PR291, remove erroneous call to freenod
167
1682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * .cvsignore: Reformat.
171        Add autom4te*cache.
172        Remove autom4te.cache.
173
1742002-10-02      Eric Norum <eric.norum@usask.ca>
175
176        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
177        * src/getgrent.c: Removed as functionality is now just a wrapper for
178        common routines in src/getpwent.c.
179        * Makefile.am: Reflect file removal.
180
1812002-09-14      Joel Sherrill <joel@OARcorp.com>
182
183        * include/rtems/libio.h: Change rtems_filesystem_read_t and
184        rtems_filesystem_write_t to return ssize_t to match read(2)
185        and write(2) respectively.
186
1872002-09-14      Eric Norum <eric.norum@usask.ca>
188
189        * src/readdir_r.c: New file.
190        * Makefile.am: Reflect above.
191
1922002-08-12      Eric Norum <eric.norum@usask.ca>
193
194        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
195
1962002-07-30      Joel Sherrill <joel@OARcorp.com>
197
198        * include/sys/utime.h: Removed as file is now part of the RTEMS
199        newlib support.
200        * Makefile.am: Reflect above.
201        * include/rtems/termiostypes.h: Avoid use of __P.
202
2032002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Use .$(OBJEXT) instead of .o.
206
2072002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
210        INCLUDES (Upcoming automake standard).
211
2122002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: RTEMS_TOP(../..).
215
2162002-07-01      Joel Sherrill <joel@OARcorp.com>
217
218        * src/__times.c: Corrected from previous attempt to cleanup.
219
2202002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Remove RTEMS_PROJECT_ROOT.
223
2242002-06-28      Joel Sherrill <joel@OARcorp.com>
225
226        * src/__times.c: Cleaned up comments, return more information,
227        and eliminated the fatal error on clock not set since it cannot
228        occur.
229
2302002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
233        Add AC_PROG_RANLIB.
234
2352002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Merge src/Makefile.am.
238        * configure.ac: Reflect changes above.
239        * src/Makefile.am: Remove.
240
2412002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
244        Use ../aclocal.
245        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
246
2472001-05-24      Joel Sherrill <joel@OARcorp.com>
248
249        * src/.cvsignore: New file.
250
Note: See TracBrowser for help on using the repository browser.