source: rtems/cpukit/libcsupport/ChangeLog @ 81968b9a

4.104.114.84.95
Last change on this file since 81968b9a was d90b74e, checked in by Joel Sherrill <joel.sherrill@…>, on 02/03/03 at 22:00:30

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

PR 339/filesystem

  • src/chroot.c: Fix violation of FS node object copy semantics.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12003-02-03     Till Straumann  <strauman@slac.stanford.edu>
2
3        PR 339/filesystem
4        * src/chroot.c: Fix violation of FS node object copy semantics.
5
62003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Eliminate OBJS.
9
102003-01-10      Joel Sherrill <joel@OARcorp.com>
11
12        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
13        conflict with GNU/Linux header files.
14
152003-01-03     Till Straumann  <strauman@slac.stanford.edu>
16
17        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
18        Per PR303, Fix violation of node_access copy syemantics
19
202002-12-26     Till Straumann  <strauman@slac.stanford.edu
21
22        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
23
242002-12-06      Joel Sherrill <joel@OARcorp.com>
25
26        * src/malloc.c: Fixed code that incorrected did a disable dispatch
27        instead of locking and unlocking the allocator mutex.
28
292002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Add various checks to enhance portability.
32        * src/termios.c: Reflect changes to configure.ac.
33
342002-12-02      Joel Sherrill <joel@OARcorp.com>
35
36        * include/rtems/libio.h: Internally use a union of an unsigned64
37        and major/minor device so we don't get into trouble shifting.
38        The h8300 seemed to be impossible to remove warnings otherwise.
39        Eventually the structure definition of a dev_t might be better anyway.
40        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
41        targets.
42
432002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Cosmetical fixes.
46
472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Fix package name.
50
512002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
54        Add check for CHAR_BIT.
55        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
56        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
57
582002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove -ansi -fasm.
61        Add checks to diagnose potential system header conflicts.
62        * Makefile.am: Unconditionally install sys/cdefs.h.
63
642002-11-07      <strauman@slac.stanford.edu>
65
66        * src/mount.c: Per PR297, correct fs_mountme failure paths.
67
682002-11-01      Joel Sherrill <joel@OARcorp.com>
69
70        * ChangeLog: Corrected.
71
722002-10-30      Eric Norum <eric.norum@usask.ca>
73
74        * src/printk.c: Add vprintk function for kernel printing
75        from routines which have already obtained the va_list pointer.
76
772002-10-31      Joel Sherrill <joel@OARcorp.com>
78
79        * src/mallocfreespace.c: Corrected sense of status check to
80        match change inside RTEMS.
81        * src/newlibc.c: Removed warning.
82
832002-10-28      Joel Sherrill <joel@OARcorp.com>
84
85        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
86        enumeration to int to eliminate warnings when values are overridden.
87
882002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
91
922002-10-24      <strauman@slac.stanford.edu>
93
94        * src/eval.c: Per PR293, added freenode calls for evaluate
95          link failures.
96
972002-10-23      <strauman@slac.stanford.edu>
98
99        * src/mount.c per PR290, add check for ops->node_type_h
100        * src/mknod.c per PR291, remove erroneous call to freenod
101
1022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Reformat.
105        Add autom4te*cache.
106        Remove autom4te.cache.
107
1082002-10-02      Eric Norum <eric.norum@usask.ca>
109
110        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
111        * src/getgrent.c: Removed as functionality is now just a wrapper for
112        common routines in src/getpwent.c.
113        * Makefile.am: Reflect file removal.
114
1152002-09-14      Joel Sherrill <joel@OARcorp.com>
116
117        * include/rtems/libio.h: Change rtems_filesystem_read_t and
118        rtems_filesystem_write_t to return ssize_t to match read(2)
119        and write(2) respectively.
120
1212002-09-14      Eric Norum <eric.norum@usask.ca>
122
123        * src/readdir_r.c: New file.
124        * Makefile.am: Reflect above.
125
1262002-08-12      Eric Norum <eric.norum@usask.ca>
127
128        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
129
1302002-07-30      Joel Sherrill <joel@OARcorp.com>
131
132        * include/sys/utime.h: Removed as file is now part of the RTEMS
133        newlib support.
134        * Makefile.am: Reflect above.
135        * include/rtems/termiostypes.h: Avoid use of __P.
136
1372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Use .$(OBJEXT) instead of .o.
140
1412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
144        INCLUDES (Upcoming automake standard).
145
1462002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: RTEMS_TOP(../..).
149
1502002-07-01      Joel Sherrill <joel@OARcorp.com>
151
152        * src/__times.c: Corrected from previous attempt to cleanup.
153
1542002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove RTEMS_PROJECT_ROOT.
157
1582002-06-28      Joel Sherrill <joel@OARcorp.com>
159
160        * src/__times.c: Cleaned up comments, return more information,
161        and eliminated the fatal error on clock not set since it cannot
162        occur.
163
1642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
167        Add AC_PROG_RANLIB.
168
1692002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Merge src/Makefile.am.
172        * configure.ac: Reflect changes above.
173        * src/Makefile.am: Remove.
174
1752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
178        Use ../aclocal.
179        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
180
1812001-05-24      Joel Sherrill <joel@OARcorp.com>
182
183        * src/.cvsignore: New file.
184
Note: See TracBrowser for help on using the repository browser.