source: rtems/cpukit/libcsupport/ChangeLog @ 6020b4f

4.104.114.84.95
Last change on this file since 6020b4f was 6020b4f, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/03 at 19:41:01

2003-04-16 Ralf Corsepius <corsepiu@…>

PR 389/rtems

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