source: rtems/cpukit/libcsupport/ChangeLog @ 3450adc

4.104.114.84.95
Last change on this file since 3450adc was 9e7e53bf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 08:01:23

2003-11-30 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add $(dirstamp) to preinstallation rules.
  • Property mode set to 100644
File size: 13.5 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to preinstallation rules.
4
52003-11-26      Joel Sherrill <joel@OARcorp.com>
6
7        PR 524/filesystem
8        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
9        newlib reentrancy handler.
10
112003-11-26      Joel Sherrill <joel@OARcorp.com>
12
13        PR 523/filesystem
14        * src/malloc.c: Make malloc family safer for use from ISRs and
15        dispatching critical sections. If in a critical section while doing
16        a free(), then the free is deferred until the next malloc() attempt.
17
182003-11-25      Jennifer Averett <jennifer@OARcorp.com>
19
20        PR 519/filesystem
21        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
22        write permissions in parent directory for file or directory delete
23
242003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
27
282003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * include/rtems/cdefs.h: New.
31        * Makefile.am: Completely reworked.
32
332003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * src/config.h: Remove.
36        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
37
382003-10-22      Joel Sherrill <joel@OARcorp.com>
39
40        PR 511/filesystem
41        * src/malloc.c: Add deferred free and protect against C Program Heap
42        operations while in a dispatch disable critical section or ISR.
43
442003-10-02      Phil Torre <ptorre@zetron.com>
45
46        PR 504/rtems
47        * src/newlibc.c: Fix memory allocation of libc extension so it is
48        dispatch disabled safe See PR for detailed explanation.
49
502003-09-26      Till Strauman <strauman@slac.stanford.edu>
51
52        PR 498/rtems
53        * src/printk.c: RTEMS printk() does not support the %i format which is
54        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
55        as an alias for %d/%D.
56
572003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        PR 489/rtems
60        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
61        having changed from void * to struct _reent*.
62
632003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * src/sync.c: Don't undef __STRICT_ANSI__.
66        Use struct _reent (struct reent doesn't exist)
67
682003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        PR 486/rtems
71        * src/newlib.c: Unconditionally include <stdio.h>
72
732003-09-04      Joel Sherrill <joel@OARcorp.com>
74
75        * include/chain.h, include/clockdrv.h, include/console.h,
76        include/iosupp.h, include/rtc.h, include/spurious.h,
77        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
78        include/rtems/libcsupport.h, include/rtems/libio.h,
79        include/rtems/libio_.h, include/rtems/termiostypes.h,
80        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
81        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
82        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
83        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
84        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
85        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
86        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
87        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
88        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
89        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
90        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
91        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
92        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
93        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
94        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
95        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
96        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
97        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
98        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
99        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
100        license changed.
101
1022003-09-04      Joel Sherrill <joel@OARcorp.com>
103
104        PR 479/rtems_misc
105        * src/malloc.c: Per multiple standards realloc does not free the
106        original memory if the allocation of the requested larger block
107        fails.
108
1092003-09-02      Joel Sherrill <joel@OARcorp.com>
110
111        * src/open.c: Fix typo.
112
1132003-09-02      Joel Sherrill <joel@OARcorp.com>
114
115        * src/malloc.c: Remove test define left in.
116
1172003-09-02      Ilya Alexeev <ilya@continuum.ru>
118
119        PR 472/filesystem
120        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
121
1222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        PR 449/rtems:
125        * src/getegid.c: New (Copied from ../posix/src).
126        * src/geteuid.c: New (Copied from ../posix/src).
127        * src/getgid.c: New (Copied from ../posix/src).
128        * src/getgroups.c: New (Copied from ../posix/src).
129        * src/getlogin.c: New (Copied from ../posix/src).
130        * src/getpgrp.c: New (Copied from ../posix/src).
131        * src/getpid.c: New (Copied from ../posix/src).
132        * src/getppid.c: New (Copied from ../posix/src).
133        * src/getuid.c: New (Copied from ../posix/src).
134        * src/setpgid.c: New (Copied from ../posix/src).
135        * src/setsid.c: New (Copied from ../posix/src).
136        * src/no_posix: Remove getpid and _getpid_r.
137        * Makefile.am: Reflect changes above.
138
1392003-08-14      Joel Sherrill <joel@OARcorp.com>
140
141        * Makefile.am: Add fileio to list of interactive tests.
142        * src/sync.c: New (Copied from ../posix/src). New file.
143
1442003-08-05      Till Strauman <strauman@slac.stanford.edu>
145
146        PR 442/filesystem
147        * src/open.c: file never closed if ftruncate() fails in open()
148
1492003-07-08      Joel Sherrill <joel@OARcorp.com>
150
151        PR 419/rtems
152        * src/termios.c: Removed warning.
153
1542003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Remove (Merged-in into ../configure.ac)
157        * Makefile.am: DOC_FILES = src/TODO src/CASES,
158        Reflect having merged configure.ac into ../configure.ac.
159        * src/config.h: New.
160
1612003-07-02      Chris Johns <cjohns@cybertec.com.au>
162
163        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
164        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
165       
1662003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Conditionally install stdint.h/inttypes.h.
169        * configure.ac: Check for system-stdint.h/inttypes.h.
170
1712003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        PR 409:
174        * include/stdint.h: Include rtems/stdint.h
175
1762003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
177
178        PR 399/rtems_misc
179        * src/termios.c: In canonical mode, when input is present in the
180        input buffer that contains an EOL character and some following
181        characters, a read call read data behind the EOL character, although
182        it should stop reading with the EOL character.
183
1842003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
187
1882003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 389/rtems
191        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
192        on newlib.
193
1942003-04-03      Eri Valette <eric.valette@free.fr>
195
196        PR 381/core
197        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
198        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
199
2002003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
203        * src/strlcat.c: New (extracted from pppd/utils.c).
204        * src/strlcpy.c: New (extracted from pppd/utils.c).
205        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
206
2072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove AC_CONFIG_AUX_DIR.
210
2112003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
212
213        PR 357/rtems_misc
214        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
215        checked that the wrong pointer during allocation was NULL.
216
2172003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * src/privateenv.c: Fix prototype for free_user_env.
220
2212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
224
2252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: AC_PREREQ(2.57).
228
2292003-02-06      Joel Sherrill <joel@OARcorp.com>
230
231        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
232        Linux port builds.
233
2342003-02-05     Till Straumann  <strauman@slac.stanford.edu>
235
236        PR 340/filesystem
237        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
238
2392003-02-05      Joel Sherrill <joel@OARcorp.com>
240
241        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
242        code.
243
2442003-02-03      Joel Sherrill <joel@OARcorp.com>
245
246        PR 338/filesystem
247        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
248        rtems_io_lookup_name() (API change).
249
2502003-02-03     Till Straumann  <strauman@slac.stanford.edu>
251
252        PR 339/filesystem
253        * src/chroot.c: Fix violation of FS node object copy semantics.
254
2552003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Eliminate OBJS.
258
2592003-01-10      Joel Sherrill <joel@OARcorp.com>
260
261        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
262        conflict with GNU/Linux header files.
263
2642003-01-03     Till Straumann  <strauman@slac.stanford.edu>
265
266        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
267        Per PR303, Fix violation of node_access copy syemantics
268
2692002-12-26     Till Straumann  <strauman@slac.stanford.edu
270
271        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
272
2732002-12-06      Joel Sherrill <joel@OARcorp.com>
274
275        * src/malloc.c: Fixed code that incorrected did a disable dispatch
276        instead of locking and unlocking the allocator mutex.
277
2782002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Add various checks to enhance portability.
281        * src/termios.c: Reflect changes to configure.ac.
282
2832002-12-02      Joel Sherrill <joel@OARcorp.com>
284
285        * include/rtems/libio.h: Internally use a union of an unsigned64
286        and major/minor device so we don't get into trouble shifting.
287        The h8300 seemed to be impossible to remove warnings otherwise.
288        Eventually the structure definition of a dev_t might be better anyway.
289        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
290        targets.
291
2922002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Cosmetical fixes.
295
2962002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Fix package name.
299
3002002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
303        Add check for CHAR_BIT.
304        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
305        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
306
3072002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Remove -ansi -fasm.
310        Add checks to diagnose potential system header conflicts.
311        * Makefile.am: Unconditionally install sys/cdefs.h.
312
3132002-11-07      <strauman@slac.stanford.edu>
314
315        * src/mount.c: Per PR297, correct fs_mountme failure paths.
316
3172002-11-01      Joel Sherrill <joel@OARcorp.com>
318
319        * ChangeLog: Corrected.
320
3212002-10-30      Eric Norum <eric.norum@usask.ca>
322
323        * src/printk.c: Add vprintk function for kernel printing
324        from routines which have already obtained the va_list pointer.
325
3262002-10-31      Joel Sherrill <joel@OARcorp.com>
327
328        * src/mallocfreespace.c: Corrected sense of status check to
329        match change inside RTEMS.
330        * src/newlibc.c: Removed warning.
331
3322002-10-28      Joel Sherrill <joel@OARcorp.com>
333
334        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
335        enumeration to int to eliminate warnings when values are overridden.
336
3372002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
340
3412002-10-24      <strauman@slac.stanford.edu>
342
343        * src/eval.c: Per PR293, added freenode calls for evaluate
344          link failures.
345
3462002-10-23      <strauman@slac.stanford.edu>
347
348        * src/mount.c per PR290, add check for ops->node_type_h
349        * src/mknod.c per PR291, remove erroneous call to freenod
350
3512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Reformat.
354        Add autom4te*cache.
355        Remove autom4te.cache.
356
3572002-10-02      Eric Norum <eric.norum@usask.ca>
358
359        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
360        * src/getgrent.c: Removed as functionality is now just a wrapper for
361        common routines in src/getpwent.c.
362        * Makefile.am: Reflect file removal.
363
3642002-09-14      Joel Sherrill <joel@OARcorp.com>
365
366        * include/rtems/libio.h: Change rtems_filesystem_read_t and
367        rtems_filesystem_write_t to return ssize_t to match read(2)
368        and write(2) respectively.
369
3702002-09-14      Eric Norum <eric.norum@usask.ca>
371
372        * src/readdir_r.c: New file.
373        * Makefile.am: Reflect above.
374
3752002-08-12      Eric Norum <eric.norum@usask.ca>
376
377        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
378
3792002-07-30      Joel Sherrill <joel@OARcorp.com>
380
381        * include/sys/utime.h: Removed as file is now part of the RTEMS
382        newlib support.
383        * Makefile.am: Reflect above.
384        * include/rtems/termiostypes.h: Avoid use of __P.
385
3862002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Use .$(OBJEXT) instead of .o.
389
3902002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
393        INCLUDES (Upcoming automake standard).
394
3952002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: RTEMS_TOP(../..).
398
3992002-07-01      Joel Sherrill <joel@OARcorp.com>
400
401        * src/__times.c: Corrected from previous attempt to cleanup.
402
4032002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Remove RTEMS_PROJECT_ROOT.
406
4072002-06-28      Joel Sherrill <joel@OARcorp.com>
408
409        * src/__times.c: Cleaned up comments, return more information,
410        and eliminated the fatal error on clock not set since it cannot
411        occur.
412
4132002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
416        Add AC_PROG_RANLIB.
417
4182002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * Makefile.am: Merge src/Makefile.am.
421        * configure.ac: Reflect changes above.
422        * src/Makefile.am: Remove.
423
4242002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
427        Use ../aclocal.
428        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
429
4302001-05-24      Joel Sherrill <joel@OARcorp.com>
431
432        * src/.cvsignore: New file.
433
Note: See TracBrowser for help on using the repository browser.