source: rtems/cpukit/libcsupport/ChangeLog @ 58823ff

4.104.114.84.95
Last change on this file since 58823ff was 35e6bf7f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/26/03 at 15:57:04

2003-04-17 Thomas Doerfler <Thomas.Doerfler@…>

PR 399/rtems_misc

  • src/termios.c: In canonical mode, when input is present in the input buffer that contains an EOL character and some following characters, a read call read data behind the EOL character, although it should stop reading with the EOL character.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 399/rtems_misc
4        * src/termios.c: In canonical mode, when input is present in the
5        input buffer that contains an EOL character and some following
6        characters, a read call read data behind the EOL character, although
7        it should stop reading with the EOL character.
8
92003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
12
132003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        PR 389/rtems
16        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
17        on newlib.
18
192003-04-03      Eri Valette <eric.valette@free.fr>
20
21        PR 381/core
22        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
23        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
24
252003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
28        * src/strlcat.c: New (extracted from pppd/utils.c).
29        * src/strlcpy.c: New (extracted from pppd/utils.c).
30        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
31
322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove AC_CONFIG_AUX_DIR.
35
362003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
37
38        PR 357/rtems_misc
39        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
40        checked that the wrong pointer during allocation was NULL.
41
422003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * src/privateenv.c: Fix prototype for free_user_env.
45
462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
49
502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: AC_PREREQ(2.57).
53
542003-02-06      Joel Sherrill <joel@OARcorp.com>
55
56        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
57        Linux port builds.
58
592003-02-05     Till Straumann  <strauman@slac.stanford.edu>
60
61        PR 340/filesystem
62        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
63
642003-02-05      Joel Sherrill <joel@OARcorp.com>
65
66        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
67        code.
68
692003-02-03      Joel Sherrill <joel@OARcorp.com>
70
71        PR 338/filesystem
72        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
73        rtems_io_lookup_name() (API change).
74
752003-02-03     Till Straumann  <strauman@slac.stanford.edu>
76
77        PR 339/filesystem
78        * src/chroot.c: Fix violation of FS node object copy semantics.
79
802003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Eliminate OBJS.
83
842003-01-10      Joel Sherrill <joel@OARcorp.com>
85
86        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
87        conflict with GNU/Linux header files.
88
892003-01-03     Till Straumann  <strauman@slac.stanford.edu>
90
91        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
92        Per PR303, Fix violation of node_access copy syemantics
93
942002-12-26     Till Straumann  <strauman@slac.stanford.edu
95
96        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
97
982002-12-06      Joel Sherrill <joel@OARcorp.com>
99
100        * src/malloc.c: Fixed code that incorrected did a disable dispatch
101        instead of locking and unlocking the allocator mutex.
102
1032002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Add various checks to enhance portability.
106        * src/termios.c: Reflect changes to configure.ac.
107
1082002-12-02      Joel Sherrill <joel@OARcorp.com>
109
110        * include/rtems/libio.h: Internally use a union of an unsigned64
111        and major/minor device so we don't get into trouble shifting.
112        The h8300 seemed to be impossible to remove warnings otherwise.
113        Eventually the structure definition of a dev_t might be better anyway.
114        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
115        targets.
116
1172002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Cosmetical fixes.
120
1212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Fix package name.
124
1252002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
128        Add check for CHAR_BIT.
129        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
130        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
131
1322002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove -ansi -fasm.
135        Add checks to diagnose potential system header conflicts.
136        * Makefile.am: Unconditionally install sys/cdefs.h.
137
1382002-11-07      <strauman@slac.stanford.edu>
139
140        * src/mount.c: Per PR297, correct fs_mountme failure paths.
141
1422002-11-01      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: Corrected.
145
1462002-10-30      Eric Norum <eric.norum@usask.ca>
147
148        * src/printk.c: Add vprintk function for kernel printing
149        from routines which have already obtained the va_list pointer.
150
1512002-10-31      Joel Sherrill <joel@OARcorp.com>
152
153        * src/mallocfreespace.c: Corrected sense of status check to
154        match change inside RTEMS.
155        * src/newlibc.c: Removed warning.
156
1572002-10-28      Joel Sherrill <joel@OARcorp.com>
158
159        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
160        enumeration to int to eliminate warnings when values are overridden.
161
1622002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
165
1662002-10-24      <strauman@slac.stanford.edu>
167
168        * src/eval.c: Per PR293, added freenode calls for evaluate
169          link failures.
170
1712002-10-23      <strauman@slac.stanford.edu>
172
173        * src/mount.c per PR290, add check for ops->node_type_h
174        * src/mknod.c per PR291, remove erroneous call to freenod
175
1762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * .cvsignore: Reformat.
179        Add autom4te*cache.
180        Remove autom4te.cache.
181
1822002-10-02      Eric Norum <eric.norum@usask.ca>
183
184        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
185        * src/getgrent.c: Removed as functionality is now just a wrapper for
186        common routines in src/getpwent.c.
187        * Makefile.am: Reflect file removal.
188
1892002-09-14      Joel Sherrill <joel@OARcorp.com>
190
191        * include/rtems/libio.h: Change rtems_filesystem_read_t and
192        rtems_filesystem_write_t to return ssize_t to match read(2)
193        and write(2) respectively.
194
1952002-09-14      Eric Norum <eric.norum@usask.ca>
196
197        * src/readdir_r.c: New file.
198        * Makefile.am: Reflect above.
199
2002002-08-12      Eric Norum <eric.norum@usask.ca>
201
202        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
203
2042002-07-30      Joel Sherrill <joel@OARcorp.com>
205
206        * include/sys/utime.h: Removed as file is now part of the RTEMS
207        newlib support.
208        * Makefile.am: Reflect above.
209        * include/rtems/termiostypes.h: Avoid use of __P.
210
2112002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use .$(OBJEXT) instead of .o.
214
2152002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
218        INCLUDES (Upcoming automake standard).
219
2202002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: RTEMS_TOP(../..).
223
2242002-07-01      Joel Sherrill <joel@OARcorp.com>
225
226        * src/__times.c: Corrected from previous attempt to cleanup.
227
2282002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Remove RTEMS_PROJECT_ROOT.
231
2322002-06-28      Joel Sherrill <joel@OARcorp.com>
233
234        * src/__times.c: Cleaned up comments, return more information,
235        and eliminated the fatal error on clock not set since it cannot
236        occur.
237
2382002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
241        Add AC_PROG_RANLIB.
242
2432002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Merge src/Makefile.am.
246        * configure.ac: Reflect changes above.
247        * src/Makefile.am: Remove.
248
2492002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
252        Use ../aclocal.
253        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
254
2552001-05-24      Joel Sherrill <joel@OARcorp.com>
256
257        * src/.cvsignore: New file.
258
Note: See TracBrowser for help on using the repository browser.