source: rtems/cpukit/libcsupport/ChangeLog @ 0b178f04

4.104.114.84.95
Last change on this file since 0b178f04 was 0b178f04, checked in by Joel Sherrill <joel.sherrill@…>, on 01/10/03 at 15:02:52

2003-01-10 Joel Sherrill <joel@…>

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