source: rtems/cpukit/libcsupport/ChangeLog @ 9da12bd

4.104.114.84.95
Last change on this file since 9da12bd was f4f341b, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/03 at 21:23:49

2003-02-05 Till Straumann <strauman@…>

PR 340/filesystem

  • src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-02-05     Till Straumann  <strauman@slac.stanford.edu>
2
3        PR 340/filesystem
4        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
5
62003-02-05      Joel Sherrill <joel@OARcorp.com>
7
8        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
9        code.
10
112003-02-03      Joel Sherrill <joel@OARcorp.com>
12
13        PR 338/filesystem
14        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
15        rtems_io_lookup_name() (API change).
16
172003-02-03     Till Straumann  <strauman@slac.stanford.edu>
18
19        PR 339/filesystem
20        * src/chroot.c: Fix violation of FS node object copy semantics.
21
222003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Eliminate OBJS.
25
262003-01-10      Joel Sherrill <joel@OARcorp.com>
27
28        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
29        conflict with GNU/Linux header files.
30
312003-01-03     Till Straumann  <strauman@slac.stanford.edu>
32
33        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
34        Per PR303, Fix violation of node_access copy syemantics
35
362002-12-26     Till Straumann  <strauman@slac.stanford.edu
37
38        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
39
402002-12-06      Joel Sherrill <joel@OARcorp.com>
41
42        * src/malloc.c: Fixed code that incorrected did a disable dispatch
43        instead of locking and unlocking the allocator mutex.
44
452002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add various checks to enhance portability.
48        * src/termios.c: Reflect changes to configure.ac.
49
502002-12-02      Joel Sherrill <joel@OARcorp.com>
51
52        * include/rtems/libio.h: Internally use a union of an unsigned64
53        and major/minor device so we don't get into trouble shifting.
54        The h8300 seemed to be impossible to remove warnings otherwise.
55        Eventually the structure definition of a dev_t might be better anyway.
56        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
57        targets.
58
592002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Cosmetical fixes.
62
632002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Fix package name.
66
672002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
70        Add check for CHAR_BIT.
71        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
72        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
73
742002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove -ansi -fasm.
77        Add checks to diagnose potential system header conflicts.
78        * Makefile.am: Unconditionally install sys/cdefs.h.
79
802002-11-07      <strauman@slac.stanford.edu>
81
82        * src/mount.c: Per PR297, correct fs_mountme failure paths.
83
842002-11-01      Joel Sherrill <joel@OARcorp.com>
85
86        * ChangeLog: Corrected.
87
882002-10-30      Eric Norum <eric.norum@usask.ca>
89
90        * src/printk.c: Add vprintk function for kernel printing
91        from routines which have already obtained the va_list pointer.
92
932002-10-31      Joel Sherrill <joel@OARcorp.com>
94
95        * src/mallocfreespace.c: Corrected sense of status check to
96        match change inside RTEMS.
97        * src/newlibc.c: Removed warning.
98
992002-10-28      Joel Sherrill <joel@OARcorp.com>
100
101        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
102        enumeration to int to eliminate warnings when values are overridden.
103
1042002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
107
1082002-10-24      <strauman@slac.stanford.edu>
109
110        * src/eval.c: Per PR293, added freenode calls for evaluate
111          link failures.
112
1132002-10-23      <strauman@slac.stanford.edu>
114
115        * src/mount.c per PR290, add check for ops->node_type_h
116        * src/mknod.c per PR291, remove erroneous call to freenod
117
1182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Reformat.
121        Add autom4te*cache.
122        Remove autom4te.cache.
123
1242002-10-02      Eric Norum <eric.norum@usask.ca>
125
126        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
127        * src/getgrent.c: Removed as functionality is now just a wrapper for
128        common routines in src/getpwent.c.
129        * Makefile.am: Reflect file removal.
130
1312002-09-14      Joel Sherrill <joel@OARcorp.com>
132
133        * include/rtems/libio.h: Change rtems_filesystem_read_t and
134        rtems_filesystem_write_t to return ssize_t to match read(2)
135        and write(2) respectively.
136
1372002-09-14      Eric Norum <eric.norum@usask.ca>
138
139        * src/readdir_r.c: New file.
140        * Makefile.am: Reflect above.
141
1422002-08-12      Eric Norum <eric.norum@usask.ca>
143
144        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
145
1462002-07-30      Joel Sherrill <joel@OARcorp.com>
147
148        * include/sys/utime.h: Removed as file is now part of the RTEMS
149        newlib support.
150        * Makefile.am: Reflect above.
151        * include/rtems/termiostypes.h: Avoid use of __P.
152
1532002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use .$(OBJEXT) instead of .o.
156
1572002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
160        INCLUDES (Upcoming automake standard).
161
1622002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: RTEMS_TOP(../..).
165
1662002-07-01      Joel Sherrill <joel@OARcorp.com>
167
168        * src/__times.c: Corrected from previous attempt to cleanup.
169
1702002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Remove RTEMS_PROJECT_ROOT.
173
1742002-06-28      Joel Sherrill <joel@OARcorp.com>
175
176        * src/__times.c: Cleaned up comments, return more information,
177        and eliminated the fatal error on clock not set since it cannot
178        occur.
179
1802002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
183        Add AC_PROG_RANLIB.
184
1852002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Merge src/Makefile.am.
188        * configure.ac: Reflect changes above.
189        * src/Makefile.am: Remove.
190
1912002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
194        Use ../aclocal.
195        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
196
1972001-05-24      Joel Sherrill <joel@OARcorp.com>
198
199        * src/.cvsignore: New file.
200
Note: See TracBrowser for help on using the repository browser.