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

4.104.114.84.95
Last change on this file since 8a2c1796 was 8a2c1796, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:21:56

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 14.8 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
4        Add PREINSTALL_FILES to CLEANFILES.
5
62004-01-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        PR 548/rtems
9        * Makefile.am: Add src/envlock.c.
10
112004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reformat, add UNUSED_FILES.
14
152004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Include compile.am, again.
18        Eliminate DOC_FILES.
19
202004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Add libs to CLEANFILES
23        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
24
252004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of
28        $(ARCH)/libcsupport.a.
29
302004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
33
342003-12-16      Joel Sherrill <joel@OARcorp.com>
35
36        PR 542/filesystem
37        * include/rtems/libio_.h: Add rtems_libio_iop_to_descriptor macro to
38        convert iop to the corresponding integer file descriptor.
39
402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
43
442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Remove BUILT_SOURCES.
47
482003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Add $(dirstamp) to compilation rules.
51
522003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add $(dirstamp) to preinstallation rules.
55
562003-11-26      Joel Sherrill <joel@OARcorp.com>
57
58        PR 524/filesystem
59        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
60        newlib reentrancy handler.
61
622003-11-26      Joel Sherrill <joel@OARcorp.com>
63
64        PR 523/filesystem
65        * src/malloc.c: Make malloc family safer for use from ISRs and
66        dispatching critical sections. If in a critical section while doing
67        a free(), then the free is deferred until the next malloc() attempt.
68
692003-11-25      Jennifer Averett <jennifer@OARcorp.com>
70
71        PR 519/filesystem
72        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
73        write permissions in parent directory for file or directory delete
74
752003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
78
792003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * include/rtems/cdefs.h: New.
82        * Makefile.am: Completely reworked.
83
842003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * src/config.h: Remove.
87        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
88
892003-10-22      Joel Sherrill <joel@OARcorp.com>
90
91        PR 511/filesystem
92        * src/malloc.c: Add deferred free and protect against C Program Heap
93        operations while in a dispatch disable critical section or ISR.
94
952003-10-02      Phil Torre <ptorre@zetron.com>
96
97        PR 504/rtems
98        * src/newlibc.c: Fix memory allocation of libc extension so it is
99        dispatch disabled safe See PR for detailed explanation.
100
1012003-09-26      Till Strauman <strauman@slac.stanford.edu>
102
103        PR 498/rtems
104        * src/printk.c: RTEMS printk() does not support the %i format which is
105        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
106        as an alias for %d/%D.
107
1082003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        PR 489/rtems
111        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
112        having changed from void * to struct _reent*.
113
1142003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * src/sync.c: Don't undef __STRICT_ANSI__.
117        Use struct _reent (struct reent doesn't exist)
118
1192003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        PR 486/rtems
122        * src/newlib.c: Unconditionally include <stdio.h>
123
1242003-09-04      Joel Sherrill <joel@OARcorp.com>
125
126        * include/chain.h, include/clockdrv.h, include/console.h,
127        include/iosupp.h, include/rtc.h, include/spurious.h,
128        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
129        include/rtems/libcsupport.h, include/rtems/libio.h,
130        include/rtems/libio_.h, include/rtems/termiostypes.h,
131        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
132        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
133        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
134        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
135        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
136        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
137        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
138        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
139        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
140        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
141        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
142        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
143        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
144        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
145        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
146        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
147        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
148        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
149        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
150        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
151        license changed.
152
1532003-09-04      Joel Sherrill <joel@OARcorp.com>
154
155        PR 479/rtems_misc
156        * src/malloc.c: Per multiple standards realloc does not free the
157        original memory if the allocation of the requested larger block
158        fails.
159
1602003-09-02      Joel Sherrill <joel@OARcorp.com>
161
162        * src/open.c: Fix typo.
163
1642003-09-02      Joel Sherrill <joel@OARcorp.com>
165
166        * src/malloc.c: Remove test define left in.
167
1682003-09-02      Ilya Alexeev <ilya@continuum.ru>
169
170        PR 472/filesystem
171        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
172
1732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        PR 449/rtems:
176        * src/getegid.c: New (Copied from ../posix/src).
177        * src/geteuid.c: New (Copied from ../posix/src).
178        * src/getgid.c: New (Copied from ../posix/src).
179        * src/getgroups.c: New (Copied from ../posix/src).
180        * src/getlogin.c: New (Copied from ../posix/src).
181        * src/getpgrp.c: New (Copied from ../posix/src).
182        * src/getpid.c: New (Copied from ../posix/src).
183        * src/getppid.c: New (Copied from ../posix/src).
184        * src/getuid.c: New (Copied from ../posix/src).
185        * src/setpgid.c: New (Copied from ../posix/src).
186        * src/setsid.c: New (Copied from ../posix/src).
187        * src/no_posix: Remove getpid and _getpid_r.
188        * Makefile.am: Reflect changes above.
189
1902003-08-14      Joel Sherrill <joel@OARcorp.com>
191
192        * Makefile.am: Add fileio to list of interactive tests.
193        * src/sync.c: New (Copied from ../posix/src). New file.
194
1952003-08-05      Till Strauman <strauman@slac.stanford.edu>
196
197        PR 442/filesystem
198        * src/open.c: file never closed if ftruncate() fails in open()
199
2002003-07-08      Joel Sherrill <joel@OARcorp.com>
201
202        PR 419/rtems
203        * src/termios.c: Removed warning.
204
2052003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Remove (Merged-in into ../configure.ac)
208        * Makefile.am: DOC_FILES = src/TODO src/CASES,
209        Reflect having merged configure.ac into ../configure.ac.
210        * src/config.h: New.
211
2122003-07-02      Chris Johns <cjohns@cybertec.com.au>
213
214        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
215        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
216       
2172003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Conditionally install stdint.h/inttypes.h.
220        * configure.ac: Check for system-stdint.h/inttypes.h.
221
2222003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        PR 409:
225        * include/stdint.h: Include rtems/stdint.h
226
2272003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
228
229        PR 399/rtems_misc
230        * src/termios.c: In canonical mode, when input is present in the
231        input buffer that contains an EOL character and some following
232        characters, a read call read data behind the EOL character, although
233        it should stop reading with the EOL character.
234
2352003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
238
2392003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        PR 389/rtems
242        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
243        on newlib.
244
2452003-04-03      Eri Valette <eric.valette@free.fr>
246
247        PR 381/core
248        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
249        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
250
2512003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
254        * src/strlcat.c: New (extracted from pppd/utils.c).
255        * src/strlcpy.c: New (extracted from pppd/utils.c).
256        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
257
2582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove AC_CONFIG_AUX_DIR.
261
2622003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
263
264        PR 357/rtems_misc
265        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
266        checked that the wrong pointer during allocation was NULL.
267
2682003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * src/privateenv.c: Fix prototype for free_user_env.
271
2722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
275
2762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: AC_PREREQ(2.57).
279
2802003-02-06      Joel Sherrill <joel@OARcorp.com>
281
282        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
283        Linux port builds.
284
2852003-02-05     Till Straumann  <strauman@slac.stanford.edu>
286
287        PR 340/filesystem
288        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
289
2902003-02-05      Joel Sherrill <joel@OARcorp.com>
291
292        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
293        code.
294
2952003-02-03      Joel Sherrill <joel@OARcorp.com>
296
297        PR 338/filesystem
298        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
299        rtems_io_lookup_name() (API change).
300
3012003-02-03     Till Straumann  <strauman@slac.stanford.edu>
302
303        PR 339/filesystem
304        * src/chroot.c: Fix violation of FS node object copy semantics.
305
3062003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Eliminate OBJS.
309
3102003-01-10      Joel Sherrill <joel@OARcorp.com>
311
312        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
313        conflict with GNU/Linux header files.
314
3152003-01-03     Till Straumann  <strauman@slac.stanford.edu>
316
317        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
318        Per PR303, Fix violation of node_access copy syemantics
319
3202002-12-26     Till Straumann  <strauman@slac.stanford.edu
321
322        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
323
3242002-12-06      Joel Sherrill <joel@OARcorp.com>
325
326        * src/malloc.c: Fixed code that incorrected did a disable dispatch
327        instead of locking and unlocking the allocator mutex.
328
3292002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Add various checks to enhance portability.
332        * src/termios.c: Reflect changes to configure.ac.
333
3342002-12-02      Joel Sherrill <joel@OARcorp.com>
335
336        * include/rtems/libio.h: Internally use a union of an unsigned64
337        and major/minor device so we don't get into trouble shifting.
338        The h8300 seemed to be impossible to remove warnings otherwise.
339        Eventually the structure definition of a dev_t might be better anyway.
340        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
341        targets.
342
3432002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Cosmetical fixes.
346
3472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Fix package name.
350
3512002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
354        Add check for CHAR_BIT.
355        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
356        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
357
3582002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Remove -ansi -fasm.
361        Add checks to diagnose potential system header conflicts.
362        * Makefile.am: Unconditionally install sys/cdefs.h.
363
3642002-11-07      <strauman@slac.stanford.edu>
365
366        * src/mount.c: Per PR297, correct fs_mountme failure paths.
367
3682002-11-01      Joel Sherrill <joel@OARcorp.com>
369
370        * ChangeLog: Corrected.
371
3722002-10-30      Eric Norum <eric.norum@usask.ca>
373
374        * src/printk.c: Add vprintk function for kernel printing
375        from routines which have already obtained the va_list pointer.
376
3772002-10-31      Joel Sherrill <joel@OARcorp.com>
378
379        * src/mallocfreespace.c: Corrected sense of status check to
380        match change inside RTEMS.
381        * src/newlibc.c: Removed warning.
382
3832002-10-28      Joel Sherrill <joel@OARcorp.com>
384
385        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
386        enumeration to int to eliminate warnings when values are overridden.
387
3882002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
391
3922002-10-24      <strauman@slac.stanford.edu>
393
394        * src/eval.c: Per PR293, added freenode calls for evaluate
395          link failures.
396
3972002-10-23      <strauman@slac.stanford.edu>
398
399        * src/mount.c per PR290, add check for ops->node_type_h
400        * src/mknod.c per PR291, remove erroneous call to freenod
401
4022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Reformat.
405        Add autom4te*cache.
406        Remove autom4te.cache.
407
4082002-10-02      Eric Norum <eric.norum@usask.ca>
409
410        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
411        * src/getgrent.c: Removed as functionality is now just a wrapper for
412        common routines in src/getpwent.c.
413        * Makefile.am: Reflect file removal.
414
4152002-09-14      Joel Sherrill <joel@OARcorp.com>
416
417        * include/rtems/libio.h: Change rtems_filesystem_read_t and
418        rtems_filesystem_write_t to return ssize_t to match read(2)
419        and write(2) respectively.
420
4212002-09-14      Eric Norum <eric.norum@usask.ca>
422
423        * src/readdir_r.c: New file.
424        * Makefile.am: Reflect above.
425
4262002-08-12      Eric Norum <eric.norum@usask.ca>
427
428        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
429
4302002-07-30      Joel Sherrill <joel@OARcorp.com>
431
432        * include/sys/utime.h: Removed as file is now part of the RTEMS
433        newlib support.
434        * Makefile.am: Reflect above.
435        * include/rtems/termiostypes.h: Avoid use of __P.
436
4372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Use .$(OBJEXT) instead of .o.
440
4412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
444        INCLUDES (Upcoming automake standard).
445
4462002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * configure.ac: RTEMS_TOP(../..).
449
4502002-07-01      Joel Sherrill <joel@OARcorp.com>
451
452        * src/__times.c: Corrected from previous attempt to cleanup.
453
4542002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Remove RTEMS_PROJECT_ROOT.
457
4582002-06-28      Joel Sherrill <joel@OARcorp.com>
459
460        * src/__times.c: Cleaned up comments, return more information,
461        and eliminated the fatal error on clock not set since it cannot
462        occur.
463
4642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
467        Add AC_PROG_RANLIB.
468
4692002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am: Merge src/Makefile.am.
472        * configure.ac: Reflect changes above.
473        * src/Makefile.am: Remove.
474
4752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
478        Use ../aclocal.
479        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
480
4812001-05-24      Joel Sherrill <joel@OARcorp.com>
482
483        * src/.cvsignore: New file.
484
Note: See TracBrowser for help on using the repository browser.