source: rtems/cpukit/libcsupport/ChangeLog @ f82edff0

4.104.114.84.95
Last change on this file since f82edff0 was fdb0378, checked in by Joel Sherrill <joel.sherrill@…>, on 09/02/03 at 21:03:26

2003-09-02 Joel Sherrill <joel@…>

  • src/open.c: Fix typo.
  • Property mode set to 100644
File size: 9.6 KB
Line 
12003-09-02      Joel Sherrill <joel@OARcorp.com>
2
3        * src/open.c: Fix typo.
4
52003-09-02      Joel Sherrill <joel@OARcorp.com>
6
7        * src/malloc.c: Remove test define left in.
8
92003-09-02      Ilya Alexeev <ilya@continuum.ru>
10
11        PR 472/filesystem
12        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
13
142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        PR 449/rtems:
17        * src/getegid.c: New (Copied from ../posix/src).
18        * src/geteuid.c: New (Copied from ../posix/src).
19        * src/getgid.c: New (Copied from ../posix/src).
20        * src/getgroups.c: New (Copied from ../posix/src).
21        * src/getlogin.c: New (Copied from ../posix/src).
22        * src/getpgrp.c: New (Copied from ../posix/src).
23        * src/getpid.c: New (Copied from ../posix/src).
24        * src/getppid.c: New (Copied from ../posix/src).
25        * src/getuid.c: New (Copied from ../posix/src).
26        * src/setpgid.c: New (Copied from ../posix/src).
27        * src/setsid.c: New (Copied from ../posix/src).
28        * src/no_posix: Remove getpid and _getpid_r.
29        * Makefile.am: Reflect changes above.
30
312003-08-14      Joel Sherrill <joel@OARcorp.com>
32
33        * Makefile.am: Add fileio to list of interactive tests.
34        * src/sync.c: New (Copied from ../posix/src). New file.
35
362003-08-05      Till Strauman <strauman@slac.stanford.edu>
37
38        PR 442/filesystem
39        * src/open.c: file never closed if ftruncate() fails in open()
40
412003-07-08      Joel Sherrill <joel@OARcorp.com>
42
43        PR 419/rtems
44        * src/termios.c: Removed warning.
45
462003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove (Merged-in into ../configure.ac)
49        * Makefile.am: DOC_FILES = src/TODO src/CASES,
50        Reflect having merged configure.ac into ../configure.ac.
51        * src/config.h: New.
52
532003-07-02      Chris Johns <cjohns@cybertec.com.au>
54
55        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
56        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
57       
582003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Conditionally install stdint.h/inttypes.h.
61        * configure.ac: Check for system-stdint.h/inttypes.h.
62
632003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        PR 409:
66        * include/stdint.h: Include rtems/stdint.h
67
682003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
69
70        PR 399/rtems_misc
71        * src/termios.c: In canonical mode, when input is present in the
72        input buffer that contains an EOL character and some following
73        characters, a read call read data behind the EOL character, although
74        it should stop reading with the EOL character.
75
762003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
79
802003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        PR 389/rtems
83        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
84        on newlib.
85
862003-04-03      Eri Valette <eric.valette@free.fr>
87
88        PR 381/core
89        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
90        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
91
922003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
95        * src/strlcat.c: New (extracted from pppd/utils.c).
96        * src/strlcpy.c: New (extracted from pppd/utils.c).
97        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
98
992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove AC_CONFIG_AUX_DIR.
102
1032003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
104
105        PR 357/rtems_misc
106        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
107        checked that the wrong pointer during allocation was NULL.
108
1092003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * src/privateenv.c: Fix prototype for free_user_env.
112
1132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AC_PREREQ(2.57).
120
1212003-02-06      Joel Sherrill <joel@OARcorp.com>
122
123        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
124        Linux port builds.
125
1262003-02-05     Till Straumann  <strauman@slac.stanford.edu>
127
128        PR 340/filesystem
129        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
130
1312003-02-05      Joel Sherrill <joel@OARcorp.com>
132
133        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
134        code.
135
1362003-02-03      Joel Sherrill <joel@OARcorp.com>
137
138        PR 338/filesystem
139        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
140        rtems_io_lookup_name() (API change).
141
1422003-02-03     Till Straumann  <strauman@slac.stanford.edu>
143
144        PR 339/filesystem
145        * src/chroot.c: Fix violation of FS node object copy semantics.
146
1472003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Eliminate OBJS.
150
1512003-01-10      Joel Sherrill <joel@OARcorp.com>
152
153        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
154        conflict with GNU/Linux header files.
155
1562003-01-03     Till Straumann  <strauman@slac.stanford.edu>
157
158        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
159        Per PR303, Fix violation of node_access copy syemantics
160
1612002-12-26     Till Straumann  <strauman@slac.stanford.edu
162
163        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
164
1652002-12-06      Joel Sherrill <joel@OARcorp.com>
166
167        * src/malloc.c: Fixed code that incorrected did a disable dispatch
168        instead of locking and unlocking the allocator mutex.
169
1702002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Add various checks to enhance portability.
173        * src/termios.c: Reflect changes to configure.ac.
174
1752002-12-02      Joel Sherrill <joel@OARcorp.com>
176
177        * include/rtems/libio.h: Internally use a union of an unsigned64
178        and major/minor device so we don't get into trouble shifting.
179        The h8300 seemed to be impossible to remove warnings otherwise.
180        Eventually the structure definition of a dev_t might be better anyway.
181        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
182        targets.
183
1842002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Cosmetical fixes.
187
1882002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Fix package name.
191
1922002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
195        Add check for CHAR_BIT.
196        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
197        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
198
1992002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove -ansi -fasm.
202        Add checks to diagnose potential system header conflicts.
203        * Makefile.am: Unconditionally install sys/cdefs.h.
204
2052002-11-07      <strauman@slac.stanford.edu>
206
207        * src/mount.c: Per PR297, correct fs_mountme failure paths.
208
2092002-11-01      Joel Sherrill <joel@OARcorp.com>
210
211        * ChangeLog: Corrected.
212
2132002-10-30      Eric Norum <eric.norum@usask.ca>
214
215        * src/printk.c: Add vprintk function for kernel printing
216        from routines which have already obtained the va_list pointer.
217
2182002-10-31      Joel Sherrill <joel@OARcorp.com>
219
220        * src/mallocfreespace.c: Corrected sense of status check to
221        match change inside RTEMS.
222        * src/newlibc.c: Removed warning.
223
2242002-10-28      Joel Sherrill <joel@OARcorp.com>
225
226        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
227        enumeration to int to eliminate warnings when values are overridden.
228
2292002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
232
2332002-10-24      <strauman@slac.stanford.edu>
234
235        * src/eval.c: Per PR293, added freenode calls for evaluate
236          link failures.
237
2382002-10-23      <strauman@slac.stanford.edu>
239
240        * src/mount.c per PR290, add check for ops->node_type_h
241        * src/mknod.c per PR291, remove erroneous call to freenod
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-10-02      Eric Norum <eric.norum@usask.ca>
250
251        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
252        * src/getgrent.c: Removed as functionality is now just a wrapper for
253        common routines in src/getpwent.c.
254        * Makefile.am: Reflect file removal.
255
2562002-09-14      Joel Sherrill <joel@OARcorp.com>
257
258        * include/rtems/libio.h: Change rtems_filesystem_read_t and
259        rtems_filesystem_write_t to return ssize_t to match read(2)
260        and write(2) respectively.
261
2622002-09-14      Eric Norum <eric.norum@usask.ca>
263
264        * src/readdir_r.c: New file.
265        * Makefile.am: Reflect above.
266
2672002-08-12      Eric Norum <eric.norum@usask.ca>
268
269        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
270
2712002-07-30      Joel Sherrill <joel@OARcorp.com>
272
273        * include/sys/utime.h: Removed as file is now part of the RTEMS
274        newlib support.
275        * Makefile.am: Reflect above.
276        * include/rtems/termiostypes.h: Avoid use of __P.
277
2782002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Use .$(OBJEXT) instead of .o.
281
2822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
285        INCLUDES (Upcoming automake standard).
286
2872002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: RTEMS_TOP(../..).
290
2912002-07-01      Joel Sherrill <joel@OARcorp.com>
292
293        * src/__times.c: Corrected from previous attempt to cleanup.
294
2952002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Remove RTEMS_PROJECT_ROOT.
298
2992002-06-28      Joel Sherrill <joel@OARcorp.com>
300
301        * src/__times.c: Cleaned up comments, return more information,
302        and eliminated the fatal error on clock not set since it cannot
303        occur.
304
3052002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
308        Add AC_PROG_RANLIB.
309
3102002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Merge src/Makefile.am.
313        * configure.ac: Reflect changes above.
314        * src/Makefile.am: Remove.
315
3162002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
319        Use ../aclocal.
320        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
321
3222001-05-24      Joel Sherrill <joel@OARcorp.com>
323
324        * src/.cvsignore: New file.
325
Note: See TracBrowser for help on using the repository browser.