source: rtems/cpukit/libcsupport/ChangeLog @ ccd81b60

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

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

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[ccd81b60]12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
[9b5c258]52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
[2a09fb6e]92003-02-06      Joel Sherrill <joel@OARcorp.com>
10
11        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
12        Linux port builds.
13
[f4f341b]142003-02-05     Till Straumann  <strauman@slac.stanford.edu>
15
16        PR 340/filesystem
17        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
18
[787449a9]192003-02-05      Joel Sherrill <joel@OARcorp.com>
20
21        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
22        code.
23
[97aaa2a]242003-02-03      Joel Sherrill <joel@OARcorp.com>
25
26        PR 338/filesystem
27        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
28        rtems_io_lookup_name() (API change).
29
[d90b74e]302003-02-03     Till Straumann  <strauman@slac.stanford.edu>
31
32        PR 339/filesystem
33        * src/chroot.c: Fix violation of FS node object copy semantics.
34
[81df4984]352003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Eliminate OBJS.
38
[0b178f04]392003-01-10      Joel Sherrill <joel@OARcorp.com>
40
41        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
42        conflict with GNU/Linux header files.
43
[883129a]442003-01-03     Till Straumann  <strauman@slac.stanford.edu>
45
46        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
47        Per PR303, Fix violation of node_access copy syemantics
48
492002-12-26     Till Straumann  <strauman@slac.stanford.edu
50
51        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
52
[83333e9]532002-12-06      Joel Sherrill <joel@OARcorp.com>
54
55        * src/malloc.c: Fixed code that incorrected did a disable dispatch
56        instead of locking and unlocking the allocator mutex.
57
[c707861]582002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add various checks to enhance portability.
61        * src/termios.c: Reflect changes to configure.ac.
62
[7e476f0]632002-12-02      Joel Sherrill <joel@OARcorp.com>
64
65        * include/rtems/libio.h: Internally use a union of an unsigned64
66        and major/minor device so we don't get into trouble shifting.
67        The h8300 seemed to be impossible to remove warnings otherwise.
68        Eventually the structure definition of a dev_t might be better anyway.
69        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
70        targets.
71
[9d721178]722002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Cosmetical fixes.
75
[47c0220]762002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Fix package name.
79
[6c39eca4]802002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
83        Add check for CHAR_BIT.
84        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
85        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
86
[f934a9d6]872002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove -ansi -fasm.
90        Add checks to diagnose potential system header conflicts.
91        * Makefile.am: Unconditionally install sys/cdefs.h.
92
[4b533522]932002-11-07      <strauman@slac.stanford.edu>
94
95        * src/mount.c: Per PR297, correct fs_mountme failure paths.
96
[b31106f6]972002-11-01      Joel Sherrill <joel@OARcorp.com>
98
99        * ChangeLog: Corrected.
100
1012002-10-30      Eric Norum <eric.norum@usask.ca>
102
103        * src/printk.c: Add vprintk function for kernel printing
104        from routines which have already obtained the va_list pointer.
105
[df4b9d6]1062002-10-31      Joel Sherrill <joel@OARcorp.com>
107
108        * src/mallocfreespace.c: Corrected sense of status check to
109        match change inside RTEMS.
110        * src/newlibc.c: Removed warning.
111
[a1f1011]1122002-10-28      Joel Sherrill <joel@OARcorp.com>
113
114        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
115        enumeration to int to eliminate warnings when values are overridden.
116
[56a1ae36]1172002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
120
[4dfda3b]1212002-10-24      <strauman@slac.stanford.edu>
122
123        * src/eval.c: Per PR293, added freenode calls for evaluate
124          link failures.
125
[bf61751c]1262002-10-23      <strauman@slac.stanford.edu>
[4dfda3b]127
[bf61751c]128        * src/mount.c per PR290, add check for ops->node_type_h
129        * src/mknod.c per PR291, remove erroneous call to freenod
130
[f8cb04a5]1312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Reformat.
134        Add autom4te*cache.
135        Remove autom4te.cache.
136
[ed8c513]1372002-10-02      Eric Norum <eric.norum@usask.ca>
138
139        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
140        * src/getgrent.c: Removed as functionality is now just a wrapper for
141        common routines in src/getpwent.c.
142        * Makefile.am: Reflect file removal.
143
[5d0b2f7]1442002-09-14      Joel Sherrill <joel@OARcorp.com>
145
146        * include/rtems/libio.h: Change rtems_filesystem_read_t and
147        rtems_filesystem_write_t to return ssize_t to match read(2)
148        and write(2) respectively.
149
[193fe690]1502002-09-14      Eric Norum <eric.norum@usask.ca>
151
152        * src/readdir_r.c: New file.
153        * Makefile.am: Reflect above.
154
[771e79d]1552002-08-12      Eric Norum <eric.norum@usask.ca>
156
157        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
158
[5af0cf2f]1592002-07-30      Joel Sherrill <joel@OARcorp.com>
160
161        * include/sys/utime.h: Removed as file is now part of the RTEMS
162        newlib support.
163        * Makefile.am: Reflect above.
164        * include/rtems/termiostypes.h: Avoid use of __P.
[c8e972f]165
[eb5100b]1662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Use .$(OBJEXT) instead of .o.
169
[8b006a77]1702002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
173        INCLUDES (Upcoming automake standard).
174
[705a0701]1752002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: RTEMS_TOP(../..).
178
[2e2cf921]1792002-07-01      Joel Sherrill <joel@OARcorp.com>
180
181        * src/__times.c: Corrected from previous attempt to cleanup.
182
[8c746fe]1832002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove RTEMS_PROJECT_ROOT.
186
[b43314a]1872002-06-28      Joel Sherrill <joel@OARcorp.com>
188
189        * src/__times.c: Cleaned up comments, return more information,
190        and eliminated the fatal error on clock not set since it cannot
191        occur.
192
[da8f88a]1932002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
196        Add AC_PROG_RANLIB.
197
[b8ad66c]1982002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Merge src/Makefile.am.
201        * configure.ac: Reflect changes above.
202        * src/Makefile.am: Remove.
203
[8ed9f53]2042002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
207        Use ../aclocal.
208        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
209
[3fa500f]2102001-05-24      Joel Sherrill <joel@OARcorp.com>
211
212        * src/.cvsignore: New file.
213
Note: See TracBrowser for help on using the repository browser.