source: rtems/cpukit/libcsupport/ChangeLog @ 590cae7

4.104.114.84.95
Last change on this file since 590cae7 was 97aaa2a, checked in by Joel Sherrill <joel.sherrill@…>, on 02/03/03 at 23:57:33

2003-02-03 Joel Sherrill <joel@…>

PR 338/filesystem

  • src/unixlibc.c: Side-effect of fixing reentrancy problem with rtems_io_lookup_name() (API change).
  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-02-03      Joel Sherrill <joel@OARcorp.com>
2
3        PR 338/filesystem
4        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
5        rtems_io_lookup_name() (API change).
6
72003-02-03     Till Straumann  <strauman@slac.stanford.edu>
8
9        PR 339/filesystem
10        * src/chroot.c: Fix violation of FS node object copy semantics.
11
122003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Eliminate OBJS.
15
162003-01-10      Joel Sherrill <joel@OARcorp.com>
17
18        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
19        conflict with GNU/Linux header files.
20
212003-01-03     Till Straumann  <strauman@slac.stanford.edu>
22
23        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
24        Per PR303, Fix violation of node_access copy syemantics
25
262002-12-26     Till Straumann  <strauman@slac.stanford.edu
27
28        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
29
302002-12-06      Joel Sherrill <joel@OARcorp.com>
31
32        * src/malloc.c: Fixed code that incorrected did a disable dispatch
33        instead of locking and unlocking the allocator mutex.
34
352002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Add various checks to enhance portability.
38        * src/termios.c: Reflect changes to configure.ac.
39
402002-12-02      Joel Sherrill <joel@OARcorp.com>
41
42        * include/rtems/libio.h: Internally use a union of an unsigned64
43        and major/minor device so we don't get into trouble shifting.
44        The h8300 seemed to be impossible to remove warnings otherwise.
45        Eventually the structure definition of a dev_t might be better anyway.
46        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
47        targets.
48
492002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Cosmetical fixes.
52
532002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Fix package name.
56
572002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
60        Add check for CHAR_BIT.
61        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
62        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
63
642002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove -ansi -fasm.
67        Add checks to diagnose potential system header conflicts.
68        * Makefile.am: Unconditionally install sys/cdefs.h.
69
702002-11-07      <strauman@slac.stanford.edu>
71
72        * src/mount.c: Per PR297, correct fs_mountme failure paths.
73
742002-11-01      Joel Sherrill <joel@OARcorp.com>
75
76        * ChangeLog: Corrected.
77
782002-10-30      Eric Norum <eric.norum@usask.ca>
79
80        * src/printk.c: Add vprintk function for kernel printing
81        from routines which have already obtained the va_list pointer.
82
832002-10-31      Joel Sherrill <joel@OARcorp.com>
84
85        * src/mallocfreespace.c: Corrected sense of status check to
86        match change inside RTEMS.
87        * src/newlibc.c: Removed warning.
88
892002-10-28      Joel Sherrill <joel@OARcorp.com>
90
91        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
92        enumeration to int to eliminate warnings when values are overridden.
93
942002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
97
982002-10-24      <strauman@slac.stanford.edu>
99
100        * src/eval.c: Per PR293, added freenode calls for evaluate
101          link failures.
102
1032002-10-23      <strauman@slac.stanford.edu>
104
105        * src/mount.c per PR290, add check for ops->node_type_h
106        * src/mknod.c per PR291, remove erroneous call to freenod
107
1082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * .cvsignore: Reformat.
111        Add autom4te*cache.
112        Remove autom4te.cache.
113
1142002-10-02      Eric Norum <eric.norum@usask.ca>
115
116        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
117        * src/getgrent.c: Removed as functionality is now just a wrapper for
118        common routines in src/getpwent.c.
119        * Makefile.am: Reflect file removal.
120
1212002-09-14      Joel Sherrill <joel@OARcorp.com>
122
123        * include/rtems/libio.h: Change rtems_filesystem_read_t and
124        rtems_filesystem_write_t to return ssize_t to match read(2)
125        and write(2) respectively.
126
1272002-09-14      Eric Norum <eric.norum@usask.ca>
128
129        * src/readdir_r.c: New file.
130        * Makefile.am: Reflect above.
131
1322002-08-12      Eric Norum <eric.norum@usask.ca>
133
134        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
135
1362002-07-30      Joel Sherrill <joel@OARcorp.com>
137
138        * include/sys/utime.h: Removed as file is now part of the RTEMS
139        newlib support.
140        * Makefile.am: Reflect above.
141        * include/rtems/termiostypes.h: Avoid use of __P.
142
1432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Use .$(OBJEXT) instead of .o.
146
1472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
150        INCLUDES (Upcoming automake standard).
151
1522002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: RTEMS_TOP(../..).
155
1562002-07-01      Joel Sherrill <joel@OARcorp.com>
157
158        * src/__times.c: Corrected from previous attempt to cleanup.
159
1602002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: Remove RTEMS_PROJECT_ROOT.
163
1642002-06-28      Joel Sherrill <joel@OARcorp.com>
165
166        * src/__times.c: Cleaned up comments, return more information,
167        and eliminated the fatal error on clock not set since it cannot
168        occur.
169
1702002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
173        Add AC_PROG_RANLIB.
174
1752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Merge src/Makefile.am.
178        * configure.ac: Reflect changes above.
179        * src/Makefile.am: Remove.
180
1812002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
184        Use ../aclocal.
185        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
186
1872001-05-24      Joel Sherrill <joel@OARcorp.com>
188
189        * src/.cvsignore: New file.
190
Note: See TracBrowser for help on using the repository browser.