source: rtems/cpukit/libcsupport/ChangeLog @ 13c28bc

4.104.114.84.95
Last change on this file since 13c28bc was 81df4984, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/03 at 18:41:29

2003-01-10 Ralf Corsepius <corsepiu@…>

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