source: rtems/cpukit/libcsupport/ChangeLog @ 529fc62

Last change on this file since 529fc62 was a0d2c79a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/18/03 at 12:51:46

2003-02-18 Ralf Corsepius <corsepiu@…>

  • src/privateenv.c: Fix prototype for free_user_env.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/privateenv.c: Fix prototype for free_user_env.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-02-06      Joel Sherrill <joel@OARcorp.com>
14
15        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
16        Linux port builds.
17
182003-02-05     Till Straumann  <strauman@slac.stanford.edu>
19
20        PR 340/filesystem
21        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
22
232003-02-05      Joel Sherrill <joel@OARcorp.com>
24
25        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
26        code.
27
282003-02-03      Joel Sherrill <joel@OARcorp.com>
29
30        PR 338/filesystem
31        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
32        rtems_io_lookup_name() (API change).
33
342003-02-03     Till Straumann  <strauman@slac.stanford.edu>
35
36        PR 339/filesystem
37        * src/chroot.c: Fix violation of FS node object copy semantics.
38
392003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Eliminate OBJS.
42
432003-01-10      Joel Sherrill <joel@OARcorp.com>
44
45        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
46        conflict with GNU/Linux header files.
47
482003-01-03     Till Straumann  <strauman@slac.stanford.edu>
49
50        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
51        Per PR303, Fix violation of node_access copy syemantics
52
532002-12-26     Till Straumann  <strauman@slac.stanford.edu
54
55        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
56
572002-12-06      Joel Sherrill <joel@OARcorp.com>
58
59        * src/malloc.c: Fixed code that incorrected did a disable dispatch
60        instead of locking and unlocking the allocator mutex.
61
622002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Add various checks to enhance portability.
65        * src/termios.c: Reflect changes to configure.ac.
66
672002-12-02      Joel Sherrill <joel@OARcorp.com>
68
69        * include/rtems/libio.h: Internally use a union of an unsigned64
70        and major/minor device so we don't get into trouble shifting.
71        The h8300 seemed to be impossible to remove warnings otherwise.
72        Eventually the structure definition of a dev_t might be better anyway.
73        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
74        targets.
75
762002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Cosmetical fixes.
79
802002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Fix package name.
83
842002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
87        Add check for CHAR_BIT.
88        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
89        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
90
912002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove -ansi -fasm.
94        Add checks to diagnose potential system header conflicts.
95        * Makefile.am: Unconditionally install sys/cdefs.h.
96
972002-11-07      <strauman@slac.stanford.edu>
98
99        * src/mount.c: Per PR297, correct fs_mountme failure paths.
100
1012002-11-01      Joel Sherrill <joel@OARcorp.com>
102
103        * ChangeLog: Corrected.
104
1052002-10-30      Eric Norum <eric.norum@usask.ca>
106
107        * src/printk.c: Add vprintk function for kernel printing
108        from routines which have already obtained the va_list pointer.
109
1102002-10-31      Joel Sherrill <joel@OARcorp.com>
111
112        * src/mallocfreespace.c: Corrected sense of status check to
113        match change inside RTEMS.
114        * src/newlibc.c: Removed warning.
115
1162002-10-28      Joel Sherrill <joel@OARcorp.com>
117
118        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
119        enumeration to int to eliminate warnings when values are overridden.
120
1212002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
124
1252002-10-24      <strauman@slac.stanford.edu>
126
127        * src/eval.c: Per PR293, added freenode calls for evaluate
128          link failures.
129
1302002-10-23      <strauman@slac.stanford.edu>
131
132        * src/mount.c per PR290, add check for ops->node_type_h
133        * src/mknod.c per PR291, remove erroneous call to freenod
134
1352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * .cvsignore: Reformat.
138        Add autom4te*cache.
139        Remove autom4te.cache.
140
1412002-10-02      Eric Norum <eric.norum@usask.ca>
142
143        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
144        * src/getgrent.c: Removed as functionality is now just a wrapper for
145        common routines in src/getpwent.c.
146        * Makefile.am: Reflect file removal.
147
1482002-09-14      Joel Sherrill <joel@OARcorp.com>
149
150        * include/rtems/libio.h: Change rtems_filesystem_read_t and
151        rtems_filesystem_write_t to return ssize_t to match read(2)
152        and write(2) respectively.
153
1542002-09-14      Eric Norum <eric.norum@usask.ca>
155
156        * src/readdir_r.c: New file.
157        * Makefile.am: Reflect above.
158
1592002-08-12      Eric Norum <eric.norum@usask.ca>
160
161        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
162
1632002-07-30      Joel Sherrill <joel@OARcorp.com>
164
165        * include/sys/utime.h: Removed as file is now part of the RTEMS
166        newlib support.
167        * Makefile.am: Reflect above.
168        * include/rtems/termiostypes.h: Avoid use of __P.
169
1702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Use .$(OBJEXT) instead of .o.
173
1742002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
177        INCLUDES (Upcoming automake standard).
178
1792002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: RTEMS_TOP(../..).
182
1832002-07-01      Joel Sherrill <joel@OARcorp.com>
184
185        * src/__times.c: Corrected from previous attempt to cleanup.
186
1872002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Remove RTEMS_PROJECT_ROOT.
190
1912002-06-28      Joel Sherrill <joel@OARcorp.com>
192
193        * src/__times.c: Cleaned up comments, return more information,
194        and eliminated the fatal error on clock not set since it cannot
195        occur.
196
1972002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
200        Add AC_PROG_RANLIB.
201
2022002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Merge src/Makefile.am.
205        * configure.ac: Reflect changes above.
206        * src/Makefile.am: Remove.
207
2082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
211        Use ../aclocal.
212        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
213
2142001-05-24      Joel Sherrill <joel@OARcorp.com>
215
216        * src/.cvsignore: New file.
217
Note: See TracBrowser for help on using the repository browser.