source: rtems/cpukit/libcsupport/ChangeLog @ 5c12a265

Last change on this file since 5c12a265 was 5c12a265, checked in by Joel Sherrill <joel.sherrill@…>, on 08/12/05 at 23:55:14

2005-08-12 Chris Johns <chrisj@…>

PR 808/rtems_misc

  • src/printk.c: Fix bug where specifying field width crashed on pc386 BSP.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12005-08-12      Chris Johns <chrisj@rtems.org>
2
3        PR 808/rtems_misc
4        * src/printk.c: Fix bug where specifying field width crashed on pc386
5        BSP.
6
72005-08-02  Ralf Corsepius  <ralf.corsepius@rtems.org>
8
9        PR 817/rtems
10        * src/gxx_wrappers.c: Rename
11        rtems_gxx_recursive_mutex_init_function to
12        rtems_gxx_recursive_mutex_init.
13
142005-05-13      Jennifer Averett <jennifer.averett@oarcorp.com>
15
16        * src/mallocfreespace.c:
17        PR 786/rtems
18        Backport mallocfreespace optimization.
19
202005-01-14      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * src/gxx_wrappers.c: Backport from trunk. Add support for GCC-4.0.
23
242004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        PR 548/rtems
27        * Makefile.am: Add src/envlock.c.
28
292003-11-26      Joel Sherrill <joel@OARcorp.com>
30
31        PR 524/filesystem
32        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
33        newlib reentrancy handler.
34
352003-11-26      Joel Sherrill <joel@OARcorp.com>
36
37        PR 523/filesystem
38        * src/malloc.c: Make malloc family safer for use from ISRs and
39        dispatching critical sections. If in a critical section while doing
40        a free(), then the free is deferred until the next malloc() attempt.
41
422003-11-25      Jennifer Averett <jennifer@OARcorp.com>
43
44        PR 519/filesystem
45        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c:
46        Check write permissions in parent directory for file or
47        directory delete
48
492003-10-22      Joel Sherrill <joel@OARcorp.com>
50
51        PR 511/filesystem
52        * src/malloc.c: Add deferred free and protect against C Program Heap
53        operations while in a dispatch disable critical section or ISR.
54
552003-10-02      Phil Torre <ptorre@zetron.com>
56
57        PR 504/rtems
58        * src/newlibc.c: Fix memory allocation of libc extension so it is
59        dispatch disabled safe See PR for detailed explanation.
60
612003-09-26      Till Strauman <strauman@slac.stanford.edu>
62
63        PR 498/rtems
64        * src/printk.c: RTEMS printk() does not support the %i format which is
65        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
66        as an alias for %d/%D.
67
682003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        PR 489/rtems
71        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
72        having changed from void * to struct _reent*.
73
742003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        PR 486/rtems
77        * src/newlib.c: Unconditionally include <stdio.h>
78
792003-09-04      Joel Sherrill <joel@OARcorp.com>
80
81        * include/chain.h, include/clockdrv.h, include/console.h,
82        include/iosupp.h, include/rtc.h, include/spurious.h,
83        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
84        include/rtems/libcsupport.h, include/rtems/libio.h,
85        include/rtems/libio_.h, include/rtems/termiostypes.h,
86        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
87        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
88        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
89        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
90        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
91        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
92        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
93        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
94        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
95        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
96        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
97        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
98        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
99        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
100        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
101        src/symlink.c, src/tcdrain.c, src/tcflow.c, src/tcflush.c,
102        src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
103        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
104        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
105        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
106        license changed.
107
1082003-09-04      Joel Sherrill <joel@OARcorp.com>
109
110        PR 479/rtems_misc
111        * src/malloc.c: Per multiple standards realloc does not free the
112        original memory if the allocation of the requested larger block
113        fails.
114
1152003-09-02      Joel Sherrill <joel@OARcorp.com>
116
117        * src/open.c: Fix typo.
118
1192003-09-02      Ilya Alexeev <ilya@continuum.ru>
120
121        PR 472/filesystem
122        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
123
1242003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        PR 449/rtems:
127        * src/getegid.c: New (Copied from ../posix/src).
128        * src/geteuid.c: New (Copied from ../posix/src).
129        * src/getgid.c: New (Copied from ../posix/src).
130        * src/getgroups.c: New (Copied from ../posix/src).
131        * src/getlogin.c: New (Copied from ../posix/src).
132        * src/getpgrp.c: New (Copied from ../posix/src).
133        * src/getpid.c: New (Copied from ../posix/src).
134        * src/getppid.c: New (Copied from ../posix/src).
135        * src/getuid.c: New (Copied from ../posix/src).
136        * src/setpgid.c: New (Copied from ../posix/src).
137        * src/setsid.c: New (Copied from ../posix/src).
138        * src/no_posix: Remove getpid and _getpid_r.
139        * Makefile.am: Reflect changes above.
140
1412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
144
1452003-08-05      Till Strauman <strauman@slac.stanford.edu>
146
147        PR 442/filesystem
148        * src/open.c: file never closed if ftruncate() fails in open()
149
1502003-07-08      Joel Sherrill <joel@OARcorp.com>
151
152        PR 419/rtems
153        * src/termios.c: Removed warning.
154
1552003-07-02      Chris Johns <cjohns@cybertec.com.au>
156
157        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
158        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
159       
1602003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Conditionally install stdint.h/inttypes.h.
163        * configure.ac: Check for system-stdint.h/inttypes.h.
164
1652003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 409:
168        * include/stdint.h: Include rtems/stdint.h
169
1702003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
171
172        PR 399/rtems_misc
173        * src/termios.c: In canonical mode, when input is present in the
174        input buffer that contains an EOL character and some following
175        characters, a read call read data behind the EOL character, although
176        it should stop reading with the EOL character.
177
1782003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
181
1822003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 389/rtems
185        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
186        on newlib.
187
1882003-04-03      Eri Valette <eric.valette@free.fr>
189
190        PR 381/core
191        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
192        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
193
1942003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
197        * src/strlcat.c: New (extracted from pppd/utils.c).
198        * src/strlcpy.c: New (extracted from pppd/utils.c).
199        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
206
207        PR 357/rtems_misc
208        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
209        checked that the wrong pointer during allocation was NULL.
210
2112003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * src/privateenv.c: Fix prototype for free_user_env.
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
218
2192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: AC_PREREQ(2.57).
222
2232003-02-06      Joel Sherrill <joel@OARcorp.com>
224
225        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
226        Linux port builds.
227
2282003-02-05     Till Straumann  <strauman@slac.stanford.edu>
229
230        PR 340/filesystem
231        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
232
2332003-02-05      Joel Sherrill <joel@OARcorp.com>
234
235        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
236        code.
237
2382003-02-03      Joel Sherrill <joel@OARcorp.com>
239
240        PR 338/filesystem
241        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
242        rtems_io_lookup_name() (API change).
243
2442003-02-03     Till Straumann  <strauman@slac.stanford.edu>
245
246        PR 339/filesystem
247        * src/chroot.c: Fix violation of FS node object copy semantics.
248
2492003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Eliminate OBJS.
252
2532003-01-10      Joel Sherrill <joel@OARcorp.com>
254
255        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
256        conflict with GNU/Linux header files.
257
2582003-01-03     Till Straumann  <strauman@slac.stanford.edu>
259
260        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
261        Per PR303, Fix violation of node_access copy syemantics
262
2632002-12-26     Till Straumann  <strauman@slac.stanford.edu
264
265        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
266
2672002-12-06      Joel Sherrill <joel@OARcorp.com>
268
269        * src/malloc.c: Fixed code that incorrected did a disable dispatch
270        instead of locking and unlocking the allocator mutex.
271
2722002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Add various checks to enhance portability.
275        * src/termios.c: Reflect changes to configure.ac.
276
2772002-12-02      Joel Sherrill <joel@OARcorp.com>
278
279        * include/rtems/libio.h: Internally use a union of an unsigned64
280        and major/minor device so we don't get into trouble shifting.
281        The h8300 seemed to be impossible to remove warnings otherwise.
282        Eventually the structure definition of a dev_t might be better anyway.
283        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
284        targets.
285
2862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Cosmetical fixes.
289
2902002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Fix package name.
293
2942002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
297        Add check for CHAR_BIT.
298        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
299        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
300
3012002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Remove -ansi -fasm.
304        Add checks to diagnose potential system header conflicts.
305        * Makefile.am: Unconditionally install sys/cdefs.h.
306
3072002-11-07      <strauman@slac.stanford.edu>
308
309        * src/mount.c: Per PR297, correct fs_mountme failure paths.
310
3112002-11-01      Joel Sherrill <joel@OARcorp.com>
312
313        * ChangeLog: Corrected.
314
3152002-10-30      Eric Norum <eric.norum@usask.ca>
316
317        * src/printk.c: Add vprintk function for kernel printing
318        from routines which have already obtained the va_list pointer.
319
3202002-10-31      Joel Sherrill <joel@OARcorp.com>
321
322        * src/mallocfreespace.c: Corrected sense of status check to
323        match change inside RTEMS.
324        * src/newlibc.c: Removed warning.
325
3262002-10-28      Joel Sherrill <joel@OARcorp.com>
327
328        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
329        enumeration to int to eliminate warnings when values are overridden.
330
3312002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
334
3352002-10-24      <strauman@slac.stanford.edu>
336
337        * src/eval.c: Per PR293, added freenode calls for evaluate
338          link failures.
339
3402002-10-23      <strauman@slac.stanford.edu>
341
342        * src/mount.c per PR290, add check for ops->node_type_h
343        * src/mknod.c per PR291, remove erroneous call to freenod
344
3452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * .cvsignore: Reformat.
348        Add autom4te*cache.
349        Remove autom4te.cache.
350
3512002-10-02      Eric Norum <eric.norum@usask.ca>
352
353        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
354        * src/getgrent.c: Removed as functionality is now just a wrapper for
355        common routines in src/getpwent.c.
356        * Makefile.am: Reflect file removal.
357
3582002-09-14      Joel Sherrill <joel@OARcorp.com>
359
360        * include/rtems/libio.h: Change rtems_filesystem_read_t and
361        rtems_filesystem_write_t to return ssize_t to match read(2)
362        and write(2) respectively.
363
3642002-09-14      Eric Norum <eric.norum@usask.ca>
365
366        * src/readdir_r.c: New file.
367        * Makefile.am: Reflect above.
368
3692002-08-12      Eric Norum <eric.norum@usask.ca>
370
371        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
372
3732002-07-30      Joel Sherrill <joel@OARcorp.com>
374
375        * include/sys/utime.h: Removed as file is now part of the RTEMS
376        newlib support.
377        * Makefile.am: Reflect above.
378        * include/rtems/termiostypes.h: Avoid use of __P.
379
3802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Use .$(OBJEXT) instead of .o.
383
3842002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
387        INCLUDES (Upcoming automake standard).
388
3892002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: RTEMS_TOP(../..).
392
3932002-07-01      Joel Sherrill <joel@OARcorp.com>
394
395        * src/__times.c: Corrected from previous attempt to cleanup.
396
3972002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Remove RTEMS_PROJECT_ROOT.
400
4012002-06-28      Joel Sherrill <joel@OARcorp.com>
402
403        * src/__times.c: Cleaned up comments, return more information,
404        and eliminated the fatal error on clock not set since it cannot
405        occur.
406
4072002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
410        Add AC_PROG_RANLIB.
411
4122002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Merge src/Makefile.am.
415        * configure.ac: Reflect changes above.
416        * src/Makefile.am: Remove.
417
4182002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
421        Use ../aclocal.
422        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
423
4242001-05-24      Joel Sherrill <joel@OARcorp.com>
425
426        * src/.cvsignore: New file.
427
Note: See TracBrowser for help on using the repository browser.