source: rtems/cpukit/libcsupport/ChangeLog @ fe661e4

4.104.114.84.95
Last change on this file since fe661e4 was fe661e4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 16:33:01

2003-05-27 Ralf Corsepius <corsepiu@…>

PR 409:

  • include/stdint.h: Include rtems/stdint.h
  • Property mode set to 100644
File size: 7.6 KB
RevLine 
[fe661e4]12003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 409:
4        * include/stdint.h: Include rtems/stdint.h
5
[35e6bf7f]62003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
7
8        PR 399/rtems_misc
9        * src/termios.c: In canonical mode, when input is present in the
10        input buffer that contains an EOL character and some following
11        characters, a read call read data behind the EOL character, although
12        it should stop reading with the EOL character.
13
[ccb1a6ec]142003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
17
[6020b4f]182003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        PR 389/rtems
21        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
22        on newlib.
23
[10a82e7]242003-04-03      Eri Valette <eric.valette@free.fr>
25
26        PR 381/core
27        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
28        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
29
[34b5bdb6]302003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
33        * src/strlcat.c: New (extracted from pppd/utils.c).
34        * src/strlcpy.c: New (extracted from pppd/utils.c).
35        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
36
[9b353a5]372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove AC_CONFIG_AUX_DIR.
40
[2932830b]412003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
42
43        PR 357/rtems_misc
44        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
45        checked that the wrong pointer during allocation was NULL.
46
[83eda9b]472003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * src/privateenv.c: Fix prototype for free_user_env.
50
[ccd81b60]512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
54
[9b5c258]552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AC_PREREQ(2.57).
58
[2a09fb6e]592003-02-06      Joel Sherrill <joel@OARcorp.com>
60
61        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
62        Linux port builds.
63
[f4f341b]642003-02-05     Till Straumann  <strauman@slac.stanford.edu>
65
66        PR 340/filesystem
67        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
68
[787449a9]692003-02-05      Joel Sherrill <joel@OARcorp.com>
70
71        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
72        code.
73
[97aaa2a]742003-02-03      Joel Sherrill <joel@OARcorp.com>
75
76        PR 338/filesystem
77        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
78        rtems_io_lookup_name() (API change).
79
[d90b74e]802003-02-03     Till Straumann  <strauman@slac.stanford.edu>
81
82        PR 339/filesystem
83        * src/chroot.c: Fix violation of FS node object copy semantics.
84
[81df4984]852003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Eliminate OBJS.
88
[0b178f04]892003-01-10      Joel Sherrill <joel@OARcorp.com>
90
91        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
92        conflict with GNU/Linux header files.
93
[883129a]942003-01-03     Till Straumann  <strauman@slac.stanford.edu>
95
96        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
97        Per PR303, Fix violation of node_access copy syemantics
98
992002-12-26     Till Straumann  <strauman@slac.stanford.edu
100
101        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
102
[83333e9]1032002-12-06      Joel Sherrill <joel@OARcorp.com>
104
105        * src/malloc.c: Fixed code that incorrected did a disable dispatch
106        instead of locking and unlocking the allocator mutex.
107
[c707861]1082002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add various checks to enhance portability.
111        * src/termios.c: Reflect changes to configure.ac.
112
[7e476f0]1132002-12-02      Joel Sherrill <joel@OARcorp.com>
114
115        * include/rtems/libio.h: Internally use a union of an unsigned64
116        and major/minor device so we don't get into trouble shifting.
117        The h8300 seemed to be impossible to remove warnings otherwise.
118        Eventually the structure definition of a dev_t might be better anyway.
119        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
120        targets.
121
[9d721178]1222002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Cosmetical fixes.
125
[47c0220]1262002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Fix package name.
129
[6c39eca4]1302002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
133        Add check for CHAR_BIT.
134        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
135        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
136
[f934a9d6]1372002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Remove -ansi -fasm.
140        Add checks to diagnose potential system header conflicts.
141        * Makefile.am: Unconditionally install sys/cdefs.h.
142
[4b533522]1432002-11-07      <strauman@slac.stanford.edu>
144
145        * src/mount.c: Per PR297, correct fs_mountme failure paths.
146
[b31106f6]1472002-11-01      Joel Sherrill <joel@OARcorp.com>
148
149        * ChangeLog: Corrected.
150
1512002-10-30      Eric Norum <eric.norum@usask.ca>
152
153        * src/printk.c: Add vprintk function for kernel printing
154        from routines which have already obtained the va_list pointer.
155
[df4b9d6]1562002-10-31      Joel Sherrill <joel@OARcorp.com>
157
158        * src/mallocfreespace.c: Corrected sense of status check to
159        match change inside RTEMS.
160        * src/newlibc.c: Removed warning.
161
[a1f1011]1622002-10-28      Joel Sherrill <joel@OARcorp.com>
163
164        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
165        enumeration to int to eliminate warnings when values are overridden.
166
[56a1ae36]1672002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
170
[4dfda3b]1712002-10-24      <strauman@slac.stanford.edu>
172
173        * src/eval.c: Per PR293, added freenode calls for evaluate
174          link failures.
175
[bf61751c]1762002-10-23      <strauman@slac.stanford.edu>
[4dfda3b]177
[bf61751c]178        * src/mount.c per PR290, add check for ops->node_type_h
179        * src/mknod.c per PR291, remove erroneous call to freenod
180
[f8cb04a5]1812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Reformat.
184        Add autom4te*cache.
185        Remove autom4te.cache.
186
[ed8c513]1872002-10-02      Eric Norum <eric.norum@usask.ca>
188
189        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
190        * src/getgrent.c: Removed as functionality is now just a wrapper for
191        common routines in src/getpwent.c.
192        * Makefile.am: Reflect file removal.
193
[5d0b2f7]1942002-09-14      Joel Sherrill <joel@OARcorp.com>
195
196        * include/rtems/libio.h: Change rtems_filesystem_read_t and
197        rtems_filesystem_write_t to return ssize_t to match read(2)
198        and write(2) respectively.
199
[193fe690]2002002-09-14      Eric Norum <eric.norum@usask.ca>
201
202        * src/readdir_r.c: New file.
203        * Makefile.am: Reflect above.
204
[771e79d]2052002-08-12      Eric Norum <eric.norum@usask.ca>
206
207        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
208
[5af0cf2f]2092002-07-30      Joel Sherrill <joel@OARcorp.com>
210
211        * include/sys/utime.h: Removed as file is now part of the RTEMS
212        newlib support.
213        * Makefile.am: Reflect above.
214        * include/rtems/termiostypes.h: Avoid use of __P.
[c8e972f]215
[eb5100b]2162002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use .$(OBJEXT) instead of .o.
219
[8b006a77]2202002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
223        INCLUDES (Upcoming automake standard).
224
[705a0701]2252002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: RTEMS_TOP(../..).
228
[2e2cf921]2292002-07-01      Joel Sherrill <joel@OARcorp.com>
230
231        * src/__times.c: Corrected from previous attempt to cleanup.
232
[8c746fe]2332002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Remove RTEMS_PROJECT_ROOT.
236
[b43314a]2372002-06-28      Joel Sherrill <joel@OARcorp.com>
238
239        * src/__times.c: Cleaned up comments, return more information,
240        and eliminated the fatal error on clock not set since it cannot
241        occur.
242
[da8f88a]2432002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
246        Add AC_PROG_RANLIB.
247
[b8ad66c]2482002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Merge src/Makefile.am.
251        * configure.ac: Reflect changes above.
252        * src/Makefile.am: Remove.
253
[8ed9f53]2542002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
257        Use ../aclocal.
258        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
259
[3fa500f]2602001-05-24      Joel Sherrill <joel@OARcorp.com>
261
262        * src/.cvsignore: New file.
263
Note: See TracBrowser for help on using the repository browser.