source: rtems/cpukit/libcsupport/ChangeLog @ 2e4d84a

4.104.114.84.95
Last change on this file since 2e4d84a was b5825ab, checked in by Joel Sherrill <joel.sherrill@…>, on 07/08/03 at 15:29:08

2003-07-08 Joel Sherrill <joel@…>

PR 419/rtems

  • src/termios.c: Removed warning.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12003-07-08      Joel Sherrill <joel@OARcorp.com>
2
3        PR 419/rtems
4        * src/termios.c: Removed warning.
5
62003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove (Merged-in into ../configure.ac)
9        * Makefile.am: DOC_FILES = src/TODO src/CASES,
10        Reflect having merged configure.ac into ../configure.ac.
11        * src/config.h: New.
12
132003-07-02      Chris Johns <cjohns@cybertec.com.au>
14
15        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
16        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
17       
182003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Conditionally install stdint.h/inttypes.h.
21        * configure.ac: Check for system-stdint.h/inttypes.h.
22
232003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        PR 409:
26        * include/stdint.h: Include rtems/stdint.h
27
282003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
29
30        PR 399/rtems_misc
31        * src/termios.c: In canonical mode, when input is present in the
32        input buffer that contains an EOL character and some following
33        characters, a read call read data behind the EOL character, although
34        it should stop reading with the EOL character.
35
362003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
39
402003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        PR 389/rtems
43        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
44        on newlib.
45
462003-04-03      Eri Valette <eric.valette@free.fr>
47
48        PR 381/core
49        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
50        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
51
522003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
55        * src/strlcat.c: New (extracted from pppd/utils.c).
56        * src/strlcpy.c: New (extracted from pppd/utils.c).
57        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
58
592003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove AC_CONFIG_AUX_DIR.
62
632003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
64
65        PR 357/rtems_misc
66        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
67        checked that the wrong pointer during allocation was NULL.
68
692003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * src/privateenv.c: Fix prototype for free_user_env.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-02-06      Joel Sherrill <joel@OARcorp.com>
82
83        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
84        Linux port builds.
85
862003-02-05     Till Straumann  <strauman@slac.stanford.edu>
87
88        PR 340/filesystem
89        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
90
912003-02-05      Joel Sherrill <joel@OARcorp.com>
92
93        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
94        code.
95
962003-02-03      Joel Sherrill <joel@OARcorp.com>
97
98        PR 338/filesystem
99        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
100        rtems_io_lookup_name() (API change).
101
1022003-02-03     Till Straumann  <strauman@slac.stanford.edu>
103
104        PR 339/filesystem
105        * src/chroot.c: Fix violation of FS node object copy semantics.
106
1072003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Eliminate OBJS.
110
1112003-01-10      Joel Sherrill <joel@OARcorp.com>
112
113        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
114        conflict with GNU/Linux header files.
115
1162003-01-03     Till Straumann  <strauman@slac.stanford.edu>
117
118        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
119        Per PR303, Fix violation of node_access copy syemantics
120
1212002-12-26     Till Straumann  <strauman@slac.stanford.edu
122
123        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
124
1252002-12-06      Joel Sherrill <joel@OARcorp.com>
126
127        * src/malloc.c: Fixed code that incorrected did a disable dispatch
128        instead of locking and unlocking the allocator mutex.
129
1302002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Add various checks to enhance portability.
133        * src/termios.c: Reflect changes to configure.ac.
134
1352002-12-02      Joel Sherrill <joel@OARcorp.com>
136
137        * include/rtems/libio.h: Internally use a union of an unsigned64
138        and major/minor device so we don't get into trouble shifting.
139        The h8300 seemed to be impossible to remove warnings otherwise.
140        Eventually the structure definition of a dev_t might be better anyway.
141        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
142        targets.
143
1442002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Cosmetical fixes.
147
1482002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Fix package name.
151
1522002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
155        Add check for CHAR_BIT.
156        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
157        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
158
1592002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Remove -ansi -fasm.
162        Add checks to diagnose potential system header conflicts.
163        * Makefile.am: Unconditionally install sys/cdefs.h.
164
1652002-11-07      <strauman@slac.stanford.edu>
166
167        * src/mount.c: Per PR297, correct fs_mountme failure paths.
168
1692002-11-01      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: Corrected.
172
1732002-10-30      Eric Norum <eric.norum@usask.ca>
174
175        * src/printk.c: Add vprintk function for kernel printing
176        from routines which have already obtained the va_list pointer.
177
1782002-10-31      Joel Sherrill <joel@OARcorp.com>
179
180        * src/mallocfreespace.c: Corrected sense of status check to
181        match change inside RTEMS.
182        * src/newlibc.c: Removed warning.
183
1842002-10-28      Joel Sherrill <joel@OARcorp.com>
185
186        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
187        enumeration to int to eliminate warnings when values are overridden.
188
1892002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
192
1932002-10-24      <strauman@slac.stanford.edu>
194
195        * src/eval.c: Per PR293, added freenode calls for evaluate
196          link failures.
197
1982002-10-23      <strauman@slac.stanford.edu>
199
200        * src/mount.c per PR290, add check for ops->node_type_h
201        * src/mknod.c per PR291, remove erroneous call to freenod
202
2032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * .cvsignore: Reformat.
206        Add autom4te*cache.
207        Remove autom4te.cache.
208
2092002-10-02      Eric Norum <eric.norum@usask.ca>
210
211        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
212        * src/getgrent.c: Removed as functionality is now just a wrapper for
213        common routines in src/getpwent.c.
214        * Makefile.am: Reflect file removal.
215
2162002-09-14      Joel Sherrill <joel@OARcorp.com>
217
218        * include/rtems/libio.h: Change rtems_filesystem_read_t and
219        rtems_filesystem_write_t to return ssize_t to match read(2)
220        and write(2) respectively.
221
2222002-09-14      Eric Norum <eric.norum@usask.ca>
223
224        * src/readdir_r.c: New file.
225        * Makefile.am: Reflect above.
226
2272002-08-12      Eric Norum <eric.norum@usask.ca>
228
229        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
230
2312002-07-30      Joel Sherrill <joel@OARcorp.com>
232
233        * include/sys/utime.h: Removed as file is now part of the RTEMS
234        newlib support.
235        * Makefile.am: Reflect above.
236        * include/rtems/termiostypes.h: Avoid use of __P.
237
2382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use .$(OBJEXT) instead of .o.
241
2422002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
245        INCLUDES (Upcoming automake standard).
246
2472002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: RTEMS_TOP(../..).
250
2512002-07-01      Joel Sherrill <joel@OARcorp.com>
252
253        * src/__times.c: Corrected from previous attempt to cleanup.
254
2552002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Remove RTEMS_PROJECT_ROOT.
258
2592002-06-28      Joel Sherrill <joel@OARcorp.com>
260
261        * src/__times.c: Cleaned up comments, return more information,
262        and eliminated the fatal error on clock not set since it cannot
263        occur.
264
2652002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
268        Add AC_PROG_RANLIB.
269
2702002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Merge src/Makefile.am.
273        * configure.ac: Reflect changes above.
274        * src/Makefile.am: Remove.
275
2762002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
279        Use ../aclocal.
280        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
281
2822001-05-24      Joel Sherrill <joel@OARcorp.com>
283
284        * src/.cvsignore: New file.
285
Note: See TracBrowser for help on using the repository browser.