source: rtems/cpukit/libcsupport/ChangeLog @ 8ebf2e4d

4.104.114.84.95
Last change on this file since 8ebf2e4d was 8ebf2e4d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/02/03 at 16:26:53

Fixed formatting.

  • Property mode set to 100644
File size: 8.0 KB
Line 
12003-07-02      Chris Johns <cjohns@cybertec.com.au>
2
3        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
4        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
5       
62003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Conditionally install stdint.h/inttypes.h.
9        * configure.ac: Check for system-stdint.h/inttypes.h.
10
112003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        PR 409:
14        * include/stdint.h: Include rtems/stdint.h
15
162003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
17
18        PR 399/rtems_misc
19        * src/termios.c: In canonical mode, when input is present in the
20        input buffer that contains an EOL character and some following
21        characters, a read call read data behind the EOL character, although
22        it should stop reading with the EOL character.
23
242003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
27
282003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        PR 389/rtems
31        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
32        on newlib.
33
342003-04-03      Eri Valette <eric.valette@free.fr>
35
36        PR 381/core
37        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
38        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
39
402003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
43        * src/strlcat.c: New (extracted from pppd/utils.c).
44        * src/strlcpy.c: New (extracted from pppd/utils.c).
45        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
46
472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove AC_CONFIG_AUX_DIR.
50
512003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
52
53        PR 357/rtems_misc
54        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
55        checked that the wrong pointer during allocation was NULL.
56
572003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * src/privateenv.c: Fix prototype for free_user_env.
60
612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
64
652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: AC_PREREQ(2.57).
68
692003-02-06      Joel Sherrill <joel@OARcorp.com>
70
71        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
72        Linux port builds.
73
742003-02-05     Till Straumann  <strauman@slac.stanford.edu>
75
76        PR 340/filesystem
77        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
78
792003-02-05      Joel Sherrill <joel@OARcorp.com>
80
81        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
82        code.
83
842003-02-03      Joel Sherrill <joel@OARcorp.com>
85
86        PR 338/filesystem
87        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
88        rtems_io_lookup_name() (API change).
89
902003-02-03     Till Straumann  <strauman@slac.stanford.edu>
91
92        PR 339/filesystem
93        * src/chroot.c: Fix violation of FS node object copy semantics.
94
952003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Eliminate OBJS.
98
992003-01-10      Joel Sherrill <joel@OARcorp.com>
100
101        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
102        conflict with GNU/Linux header files.
103
1042003-01-03     Till Straumann  <strauman@slac.stanford.edu>
105
106        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
107        Per PR303, Fix violation of node_access copy syemantics
108
1092002-12-26     Till Straumann  <strauman@slac.stanford.edu
110
111        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
112
1132002-12-06      Joel Sherrill <joel@OARcorp.com>
114
115        * src/malloc.c: Fixed code that incorrected did a disable dispatch
116        instead of locking and unlocking the allocator mutex.
117
1182002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add various checks to enhance portability.
121        * src/termios.c: Reflect changes to configure.ac.
122
1232002-12-02      Joel Sherrill <joel@OARcorp.com>
124
125        * include/rtems/libio.h: Internally use a union of an unsigned64
126        and major/minor device so we don't get into trouble shifting.
127        The h8300 seemed to be impossible to remove warnings otherwise.
128        Eventually the structure definition of a dev_t might be better anyway.
129        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
130        targets.
131
1322002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Cosmetical fixes.
135
1362002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Fix package name.
139
1402002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
143        Add check for CHAR_BIT.
144        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
145        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
146
1472002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Remove -ansi -fasm.
150        Add checks to diagnose potential system header conflicts.
151        * Makefile.am: Unconditionally install sys/cdefs.h.
152
1532002-11-07      <strauman@slac.stanford.edu>
154
155        * src/mount.c: Per PR297, correct fs_mountme failure paths.
156
1572002-11-01      Joel Sherrill <joel@OARcorp.com>
158
159        * ChangeLog: Corrected.
160
1612002-10-30      Eric Norum <eric.norum@usask.ca>
162
163        * src/printk.c: Add vprintk function for kernel printing
164        from routines which have already obtained the va_list pointer.
165
1662002-10-31      Joel Sherrill <joel@OARcorp.com>
167
168        * src/mallocfreespace.c: Corrected sense of status check to
169        match change inside RTEMS.
170        * src/newlibc.c: Removed warning.
171
1722002-10-28      Joel Sherrill <joel@OARcorp.com>
173
174        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
175        enumeration to int to eliminate warnings when values are overridden.
176
1772002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
180
1812002-10-24      <strauman@slac.stanford.edu>
182
183        * src/eval.c: Per PR293, added freenode calls for evaluate
184          link failures.
185
1862002-10-23      <strauman@slac.stanford.edu>
187
188        * src/mount.c per PR290, add check for ops->node_type_h
189        * src/mknod.c per PR291, remove erroneous call to freenod
190
1912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * .cvsignore: Reformat.
194        Add autom4te*cache.
195        Remove autom4te.cache.
196
1972002-10-02      Eric Norum <eric.norum@usask.ca>
198
199        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
200        * src/getgrent.c: Removed as functionality is now just a wrapper for
201        common routines in src/getpwent.c.
202        * Makefile.am: Reflect file removal.
203
2042002-09-14      Joel Sherrill <joel@OARcorp.com>
205
206        * include/rtems/libio.h: Change rtems_filesystem_read_t and
207        rtems_filesystem_write_t to return ssize_t to match read(2)
208        and write(2) respectively.
209
2102002-09-14      Eric Norum <eric.norum@usask.ca>
211
212        * src/readdir_r.c: New file.
213        * Makefile.am: Reflect above.
214
2152002-08-12      Eric Norum <eric.norum@usask.ca>
216
217        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
218
2192002-07-30      Joel Sherrill <joel@OARcorp.com>
220
221        * include/sys/utime.h: Removed as file is now part of the RTEMS
222        newlib support.
223        * Makefile.am: Reflect above.
224        * include/rtems/termiostypes.h: Avoid use of __P.
225
2262002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Use .$(OBJEXT) instead of .o.
229
2302002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
233        INCLUDES (Upcoming automake standard).
234
2352002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: RTEMS_TOP(../..).
238
2392002-07-01      Joel Sherrill <joel@OARcorp.com>
240
241        * src/__times.c: Corrected from previous attempt to cleanup.
242
2432002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove RTEMS_PROJECT_ROOT.
246
2472002-06-28      Joel Sherrill <joel@OARcorp.com>
248
249        * src/__times.c: Cleaned up comments, return more information,
250        and eliminated the fatal error on clock not set since it cannot
251        occur.
252
2532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
256        Add AC_PROG_RANLIB.
257
2582002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Merge src/Makefile.am.
261        * configure.ac: Reflect changes above.
262        * src/Makefile.am: Remove.
263
2642002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
267        Use ../aclocal.
268        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
269
2702001-05-24      Joel Sherrill <joel@OARcorp.com>
271
272        * src/.cvsignore: New file.
273
Note: See TracBrowser for help on using the repository browser.