source: rtems/cpukit/libcsupport/ChangeLog @ 490a605

4.104.114.84.95
Last change on this file since 490a605 was 83eda9b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/28/03 at 08:06:58

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
2
3        PR 357/rtems_misc
4        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
5        checked that the wrong pointer during allocation was NULL.
6
72003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * src/privateenv.c: Fix prototype for free_user_env.
10
112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AC_PREREQ(2.57).
18
192003-02-06      Joel Sherrill <joel@OARcorp.com>
20
21        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
22        Linux port builds.
23
242003-02-05     Till Straumann  <strauman@slac.stanford.edu>
25
26        PR 340/filesystem
27        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
28
292003-02-05      Joel Sherrill <joel@OARcorp.com>
30
31        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
32        code.
33
342003-02-03      Joel Sherrill <joel@OARcorp.com>
35
36        PR 338/filesystem
37        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
38        rtems_io_lookup_name() (API change).
39
402003-02-03     Till Straumann  <strauman@slac.stanford.edu>
41
42        PR 339/filesystem
43        * src/chroot.c: Fix violation of FS node object copy semantics.
44
452003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Eliminate OBJS.
48
492003-01-10      Joel Sherrill <joel@OARcorp.com>
50
51        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
52        conflict with GNU/Linux header files.
53
542003-01-03     Till Straumann  <strauman@slac.stanford.edu>
55
56        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
57        Per PR303, Fix violation of node_access copy syemantics
58
592002-12-26     Till Straumann  <strauman@slac.stanford.edu
60
61        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
62
632002-12-06      Joel Sherrill <joel@OARcorp.com>
64
65        * src/malloc.c: Fixed code that incorrected did a disable dispatch
66        instead of locking and unlocking the allocator mutex.
67
682002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add various checks to enhance portability.
71        * src/termios.c: Reflect changes to configure.ac.
72
732002-12-02      Joel Sherrill <joel@OARcorp.com>
74
75        * include/rtems/libio.h: Internally use a union of an unsigned64
76        and major/minor device so we don't get into trouble shifting.
77        The h8300 seemed to be impossible to remove warnings otherwise.
78        Eventually the structure definition of a dev_t might be better anyway.
79        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
80        targets.
81
822002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Cosmetical fixes.
85
862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Fix package name.
89
902002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
93        Add check for CHAR_BIT.
94        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
95        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
96
972002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Remove -ansi -fasm.
100        Add checks to diagnose potential system header conflicts.
101        * Makefile.am: Unconditionally install sys/cdefs.h.
102
1032002-11-07      <strauman@slac.stanford.edu>
104
105        * src/mount.c: Per PR297, correct fs_mountme failure paths.
106
1072002-11-01      Joel Sherrill <joel@OARcorp.com>
108
109        * ChangeLog: Corrected.
110
1112002-10-30      Eric Norum <eric.norum@usask.ca>
112
113        * src/printk.c: Add vprintk function for kernel printing
114        from routines which have already obtained the va_list pointer.
115
1162002-10-31      Joel Sherrill <joel@OARcorp.com>
117
118        * src/mallocfreespace.c: Corrected sense of status check to
119        match change inside RTEMS.
120        * src/newlibc.c: Removed warning.
121
1222002-10-28      Joel Sherrill <joel@OARcorp.com>
123
124        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
125        enumeration to int to eliminate warnings when values are overridden.
126
1272002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
130
1312002-10-24      <strauman@slac.stanford.edu>
132
133        * src/eval.c: Per PR293, added freenode calls for evaluate
134          link failures.
135
1362002-10-23      <strauman@slac.stanford.edu>
137
138        * src/mount.c per PR290, add check for ops->node_type_h
139        * src/mknod.c per PR291, remove erroneous call to freenod
140
1412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Reformat.
144        Add autom4te*cache.
145        Remove autom4te.cache.
146
1472002-10-02      Eric Norum <eric.norum@usask.ca>
148
149        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
150        * src/getgrent.c: Removed as functionality is now just a wrapper for
151        common routines in src/getpwent.c.
152        * Makefile.am: Reflect file removal.
153
1542002-09-14      Joel Sherrill <joel@OARcorp.com>
155
156        * include/rtems/libio.h: Change rtems_filesystem_read_t and
157        rtems_filesystem_write_t to return ssize_t to match read(2)
158        and write(2) respectively.
159
1602002-09-14      Eric Norum <eric.norum@usask.ca>
161
162        * src/readdir_r.c: New file.
163        * Makefile.am: Reflect above.
164
1652002-08-12      Eric Norum <eric.norum@usask.ca>
166
167        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
168
1692002-07-30      Joel Sherrill <joel@OARcorp.com>
170
171        * include/sys/utime.h: Removed as file is now part of the RTEMS
172        newlib support.
173        * Makefile.am: Reflect above.
174        * include/rtems/termiostypes.h: Avoid use of __P.
175
1762002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Use .$(OBJEXT) instead of .o.
179
1802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
183        INCLUDES (Upcoming automake standard).
184
1852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: RTEMS_TOP(../..).
188
1892002-07-01      Joel Sherrill <joel@OARcorp.com>
190
191        * src/__times.c: Corrected from previous attempt to cleanup.
192
1932002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Remove RTEMS_PROJECT_ROOT.
196
1972002-06-28      Joel Sherrill <joel@OARcorp.com>
198
199        * src/__times.c: Cleaned up comments, return more information,
200        and eliminated the fatal error on clock not set since it cannot
201        occur.
202
2032002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
206        Add AC_PROG_RANLIB.
207
2082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Merge src/Makefile.am.
211        * configure.ac: Reflect changes above.
212        * src/Makefile.am: Remove.
213
2142002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
217        Use ../aclocal.
218        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
219
2202001-05-24      Joel Sherrill <joel@OARcorp.com>
221
222        * src/.cvsignore: New file.
223
Note: See TracBrowser for help on using the repository browser.