source: rtems/cpukit/libcsupport/ChangeLog @ 883129a

4.104.114.84.95
Last change on this file since 883129a was 883129a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 18:23:52

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

  • ChangeLog?, base_fs.c, getpwent.c, privateenv.c Per PR303, Fix violation of node_access copy syemantics

2002-12-26 Till Straumann <strauman@…

  • src/fchdir.c: PR302 fix violation of FS node object copy semantics.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12003-01-03     Till Straumann  <strauman@slac.stanford.edu>
2
3        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
4        Per PR303, Fix violation of node_access copy syemantics
5
62002-12-26     Till Straumann  <strauman@slac.stanford.edu
7
8        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
9
102002-12-06      Joel Sherrill <joel@OARcorp.com>
11
12        * src/malloc.c: Fixed code that incorrected did a disable dispatch
13        instead of locking and unlocking the allocator mutex.
14
152002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Add various checks to enhance portability.
18        * src/termios.c: Reflect changes to configure.ac.
19
202002-12-02      Joel Sherrill <joel@OARcorp.com>
21
22        * include/rtems/libio.h: Internally use a union of an unsigned64
23        and major/minor device so we don't get into trouble shifting.
24        The h8300 seemed to be impossible to remove warnings otherwise.
25        Eventually the structure definition of a dev_t might be better anyway.
26        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
27        targets.
28
292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Cosmetical fixes.
32
332002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Fix package name.
36
372002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
40        Add check for CHAR_BIT.
41        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
42        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
43
442002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove -ansi -fasm.
47        Add checks to diagnose potential system header conflicts.
48        * Makefile.am: Unconditionally install sys/cdefs.h.
49
502002-11-07      <strauman@slac.stanford.edu>
51
52        * src/mount.c: Per PR297, correct fs_mountme failure paths.
53
542002-11-01      Joel Sherrill <joel@OARcorp.com>
55
56        * ChangeLog: Corrected.
57
582002-10-30      Eric Norum <eric.norum@usask.ca>
59
60        * src/printk.c: Add vprintk function for kernel printing
61        from routines which have already obtained the va_list pointer.
62
632002-10-31      Joel Sherrill <joel@OARcorp.com>
64
65        * src/mallocfreespace.c: Corrected sense of status check to
66        match change inside RTEMS.
67        * src/newlibc.c: Removed warning.
68
692002-10-28      Joel Sherrill <joel@OARcorp.com>
70
71        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
72        enumeration to int to eliminate warnings when values are overridden.
73
742002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
77
782002-10-24      <strauman@slac.stanford.edu>
79
80        * src/eval.c: Per PR293, added freenode calls for evaluate
81          link failures.
82
832002-10-23      <strauman@slac.stanford.edu>
84
85        * src/mount.c per PR290, add check for ops->node_type_h
86        * src/mknod.c per PR291, remove erroneous call to freenod
87
882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Reformat.
91        Add autom4te*cache.
92        Remove autom4te.cache.
93
942002-10-02      Eric Norum <eric.norum@usask.ca>
95
96        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
97        * src/getgrent.c: Removed as functionality is now just a wrapper for
98        common routines in src/getpwent.c.
99        * Makefile.am: Reflect file removal.
100
1012002-09-14      Joel Sherrill <joel@OARcorp.com>
102
103        * include/rtems/libio.h: Change rtems_filesystem_read_t and
104        rtems_filesystem_write_t to return ssize_t to match read(2)
105        and write(2) respectively.
106
1072002-09-14      Eric Norum <eric.norum@usask.ca>
108
109        * src/readdir_r.c: New file.
110        * Makefile.am: Reflect above.
111
1122002-08-12      Eric Norum <eric.norum@usask.ca>
113
114        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
115
1162002-07-30      Joel Sherrill <joel@OARcorp.com>
117
118        * include/sys/utime.h: Removed as file is now part of the RTEMS
119        newlib support.
120        * Makefile.am: Reflect above.
121        * include/rtems/termiostypes.h: Avoid use of __P.
122
1232002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use .$(OBJEXT) instead of .o.
126
1272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
130        INCLUDES (Upcoming automake standard).
131
1322002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: RTEMS_TOP(../..).
135
1362002-07-01      Joel Sherrill <joel@OARcorp.com>
137
138        * src/__times.c: Corrected from previous attempt to cleanup.
139
1402002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Remove RTEMS_PROJECT_ROOT.
143
1442002-06-28      Joel Sherrill <joel@OARcorp.com>
145
146        * src/__times.c: Cleaned up comments, return more information,
147        and eliminated the fatal error on clock not set since it cannot
148        occur.
149
1502002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
153        Add AC_PROG_RANLIB.
154
1552002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Merge src/Makefile.am.
158        * configure.ac: Reflect changes above.
159        * src/Makefile.am: Remove.
160
1612002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
164        Use ../aclocal.
165        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
166
1672001-05-24      Joel Sherrill <joel@OARcorp.com>
168
169        * src/.cvsignore: New file.
170
Note: See TracBrowser for help on using the repository browser.