source: rtems/cpukit/libcsupport/ChangeLog @ 17569bf4

Last change on this file since 17569bf4 was 17569bf4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 09:40:38

2003-03-06 Ralf Corsepius <corsepiu@…>

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