source: rtems/cpukit/libcsupport/ChangeLog @ 6ac4e84f

4.104.114.84.95
Last change on this file since 6ac4e84f was b71e8d0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/04 at 18:22:16

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

  • Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add libs to CLEANFILES
4        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
5
62004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of
9        $(ARCH)/libcsupport.a.
10
112004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
14
152003-12-16      Joel Sherrill <joel@OARcorp.com>
16
17        PR 542/filesystem
18        * include/rtems/libio_.h: Add rtems_libio_iop_to_descriptor macro to
19        convert iop to the corresponding integer file descriptor.
20
212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
24
252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Remove BUILT_SOURCES.
28
292003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Add $(dirstamp) to compilation rules.
32
332003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add $(dirstamp) to preinstallation rules.
36
372003-11-26      Joel Sherrill <joel@OARcorp.com>
38
39        PR 524/filesystem
40        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
41        newlib reentrancy handler.
42
432003-11-26      Joel Sherrill <joel@OARcorp.com>
44
45        PR 523/filesystem
46        * src/malloc.c: Make malloc family safer for use from ISRs and
47        dispatching critical sections. If in a critical section while doing
48        a free(), then the free is deferred until the next malloc() attempt.
49
502003-11-25      Jennifer Averett <jennifer@OARcorp.com>
51
52        PR 519/filesystem
53        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
54        write permissions in parent directory for file or directory delete
55
562003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
59
602003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * include/rtems/cdefs.h: New.
63        * Makefile.am: Completely reworked.
64
652003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * src/config.h: Remove.
68        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
69
702003-10-22      Joel Sherrill <joel@OARcorp.com>
71
72        PR 511/filesystem
73        * src/malloc.c: Add deferred free and protect against C Program Heap
74        operations while in a dispatch disable critical section or ISR.
75
762003-10-02      Phil Torre <ptorre@zetron.com>
77
78        PR 504/rtems
79        * src/newlibc.c: Fix memory allocation of libc extension so it is
80        dispatch disabled safe See PR for detailed explanation.
81
822003-09-26      Till Strauman <strauman@slac.stanford.edu>
83
84        PR 498/rtems
85        * src/printk.c: RTEMS printk() does not support the %i format which is
86        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
87        as an alias for %d/%D.
88
892003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 489/rtems
92        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
93        having changed from void * to struct _reent*.
94
952003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * src/sync.c: Don't undef __STRICT_ANSI__.
98        Use struct _reent (struct reent doesn't exist)
99
1002003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        PR 486/rtems
103        * src/newlib.c: Unconditionally include <stdio.h>
104
1052003-09-04      Joel Sherrill <joel@OARcorp.com>
106
107        * include/chain.h, include/clockdrv.h, include/console.h,
108        include/iosupp.h, include/rtc.h, include/spurious.h,
109        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
110        include/rtems/libcsupport.h, include/rtems/libio.h,
111        include/rtems/libio_.h, include/rtems/termiostypes.h,
112        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
113        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
114        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
115        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
116        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
117        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
118        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
119        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
120        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
121        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
122        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
123        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
124        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
125        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
126        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
127        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
128        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
129        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
130        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
131        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
132        license changed.
133
1342003-09-04      Joel Sherrill <joel@OARcorp.com>
135
136        PR 479/rtems_misc
137        * src/malloc.c: Per multiple standards realloc does not free the
138        original memory if the allocation of the requested larger block
139        fails.
140
1412003-09-02      Joel Sherrill <joel@OARcorp.com>
142
143        * src/open.c: Fix typo.
144
1452003-09-02      Joel Sherrill <joel@OARcorp.com>
146
147        * src/malloc.c: Remove test define left in.
148
1492003-09-02      Ilya Alexeev <ilya@continuum.ru>
150
151        PR 472/filesystem
152        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
153
1542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        PR 449/rtems:
157        * src/getegid.c: New (Copied from ../posix/src).
158        * src/geteuid.c: New (Copied from ../posix/src).
159        * src/getgid.c: New (Copied from ../posix/src).
160        * src/getgroups.c: New (Copied from ../posix/src).
161        * src/getlogin.c: New (Copied from ../posix/src).
162        * src/getpgrp.c: New (Copied from ../posix/src).
163        * src/getpid.c: New (Copied from ../posix/src).
164        * src/getppid.c: New (Copied from ../posix/src).
165        * src/getuid.c: New (Copied from ../posix/src).
166        * src/setpgid.c: New (Copied from ../posix/src).
167        * src/setsid.c: New (Copied from ../posix/src).
168        * src/no_posix: Remove getpid and _getpid_r.
169        * Makefile.am: Reflect changes above.
170
1712003-08-14      Joel Sherrill <joel@OARcorp.com>
172
173        * Makefile.am: Add fileio to list of interactive tests.
174        * src/sync.c: New (Copied from ../posix/src). New file.
175
1762003-08-05      Till Strauman <strauman@slac.stanford.edu>
177
178        PR 442/filesystem
179        * src/open.c: file never closed if ftruncate() fails in open()
180
1812003-07-08      Joel Sherrill <joel@OARcorp.com>
182
183        PR 419/rtems
184        * src/termios.c: Removed warning.
185
1862003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Remove (Merged-in into ../configure.ac)
189        * Makefile.am: DOC_FILES = src/TODO src/CASES,
190        Reflect having merged configure.ac into ../configure.ac.
191        * src/config.h: New.
192
1932003-07-02      Chris Johns <cjohns@cybertec.com.au>
194
195        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
196        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
197       
1982003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Conditionally install stdint.h/inttypes.h.
201        * configure.ac: Check for system-stdint.h/inttypes.h.
202
2032003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        PR 409:
206        * include/stdint.h: Include rtems/stdint.h
207
2082003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
209
210        PR 399/rtems_misc
211        * src/termios.c: In canonical mode, when input is present in the
212        input buffer that contains an EOL character and some following
213        characters, a read call read data behind the EOL character, although
214        it should stop reading with the EOL character.
215
2162003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
219
2202003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        PR 389/rtems
223        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
224        on newlib.
225
2262003-04-03      Eri Valette <eric.valette@free.fr>
227
228        PR 381/core
229        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
230        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
231
2322003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
235        * src/strlcat.c: New (extracted from pppd/utils.c).
236        * src/strlcpy.c: New (extracted from pppd/utils.c).
237        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
238
2392003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove AC_CONFIG_AUX_DIR.
242
2432003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
244
245        PR 357/rtems_misc
246        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
247        checked that the wrong pointer during allocation was NULL.
248
2492003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * src/privateenv.c: Fix prototype for free_user_env.
252
2532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
256
2572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: AC_PREREQ(2.57).
260
2612003-02-06      Joel Sherrill <joel@OARcorp.com>
262
263        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
264        Linux port builds.
265
2662003-02-05     Till Straumann  <strauman@slac.stanford.edu>
267
268        PR 340/filesystem
269        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
270
2712003-02-05      Joel Sherrill <joel@OARcorp.com>
272
273        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
274        code.
275
2762003-02-03      Joel Sherrill <joel@OARcorp.com>
277
278        PR 338/filesystem
279        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
280        rtems_io_lookup_name() (API change).
281
2822003-02-03     Till Straumann  <strauman@slac.stanford.edu>
283
284        PR 339/filesystem
285        * src/chroot.c: Fix violation of FS node object copy semantics.
286
2872003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Eliminate OBJS.
290
2912003-01-10      Joel Sherrill <joel@OARcorp.com>
292
293        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
294        conflict with GNU/Linux header files.
295
2962003-01-03     Till Straumann  <strauman@slac.stanford.edu>
297
298        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
299        Per PR303, Fix violation of node_access copy syemantics
300
3012002-12-26     Till Straumann  <strauman@slac.stanford.edu
302
303        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
304
3052002-12-06      Joel Sherrill <joel@OARcorp.com>
306
307        * src/malloc.c: Fixed code that incorrected did a disable dispatch
308        instead of locking and unlocking the allocator mutex.
309
3102002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Add various checks to enhance portability.
313        * src/termios.c: Reflect changes to configure.ac.
314
3152002-12-02      Joel Sherrill <joel@OARcorp.com>
316
317        * include/rtems/libio.h: Internally use a union of an unsigned64
318        and major/minor device so we don't get into trouble shifting.
319        The h8300 seemed to be impossible to remove warnings otherwise.
320        Eventually the structure definition of a dev_t might be better anyway.
321        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
322        targets.
323
3242002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Cosmetical fixes.
327
3282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Fix package name.
331
3322002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
335        Add check for CHAR_BIT.
336        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
337        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
338
3392002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Remove -ansi -fasm.
342        Add checks to diagnose potential system header conflicts.
343        * Makefile.am: Unconditionally install sys/cdefs.h.
344
3452002-11-07      <strauman@slac.stanford.edu>
346
347        * src/mount.c: Per PR297, correct fs_mountme failure paths.
348
3492002-11-01      Joel Sherrill <joel@OARcorp.com>
350
351        * ChangeLog: Corrected.
352
3532002-10-30      Eric Norum <eric.norum@usask.ca>
354
355        * src/printk.c: Add vprintk function for kernel printing
356        from routines which have already obtained the va_list pointer.
357
3582002-10-31      Joel Sherrill <joel@OARcorp.com>
359
360        * src/mallocfreespace.c: Corrected sense of status check to
361        match change inside RTEMS.
362        * src/newlibc.c: Removed warning.
363
3642002-10-28      Joel Sherrill <joel@OARcorp.com>
365
366        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
367        enumeration to int to eliminate warnings when values are overridden.
368
3692002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
372
3732002-10-24      <strauman@slac.stanford.edu>
374
375        * src/eval.c: Per PR293, added freenode calls for evaluate
376          link failures.
377
3782002-10-23      <strauman@slac.stanford.edu>
379
380        * src/mount.c per PR290, add check for ops->node_type_h
381        * src/mknod.c per PR291, remove erroneous call to freenod
382
3832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * .cvsignore: Reformat.
386        Add autom4te*cache.
387        Remove autom4te.cache.
388
3892002-10-02      Eric Norum <eric.norum@usask.ca>
390
391        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
392        * src/getgrent.c: Removed as functionality is now just a wrapper for
393        common routines in src/getpwent.c.
394        * Makefile.am: Reflect file removal.
395
3962002-09-14      Joel Sherrill <joel@OARcorp.com>
397
398        * include/rtems/libio.h: Change rtems_filesystem_read_t and
399        rtems_filesystem_write_t to return ssize_t to match read(2)
400        and write(2) respectively.
401
4022002-09-14      Eric Norum <eric.norum@usask.ca>
403
404        * src/readdir_r.c: New file.
405        * Makefile.am: Reflect above.
406
4072002-08-12      Eric Norum <eric.norum@usask.ca>
408
409        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
410
4112002-07-30      Joel Sherrill <joel@OARcorp.com>
412
413        * include/sys/utime.h: Removed as file is now part of the RTEMS
414        newlib support.
415        * Makefile.am: Reflect above.
416        * include/rtems/termiostypes.h: Avoid use of __P.
417
4182002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Use .$(OBJEXT) instead of .o.
421
4222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
425        INCLUDES (Upcoming automake standard).
426
4272002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac: RTEMS_TOP(../..).
430
4312002-07-01      Joel Sherrill <joel@OARcorp.com>
432
433        * src/__times.c: Corrected from previous attempt to cleanup.
434
4352002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Remove RTEMS_PROJECT_ROOT.
438
4392002-06-28      Joel Sherrill <joel@OARcorp.com>
440
441        * src/__times.c: Cleaned up comments, return more information,
442        and eliminated the fatal error on clock not set since it cannot
443        occur.
444
4452002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
448        Add AC_PROG_RANLIB.
449
4502002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * Makefile.am: Merge src/Makefile.am.
453        * configure.ac: Reflect changes above.
454        * src/Makefile.am: Remove.
455
4562002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
459        Use ../aclocal.
460        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
461
4622001-05-24      Joel Sherrill <joel@OARcorp.com>
463
464        * src/.cvsignore: New file.
465
Note: See TracBrowser for help on using the repository browser.