source: rtems/cpukit/libcsupport/ChangeLog @ fc0ec69

4.104.114.84.95
Last change on this file since fc0ec69 was 53a8958, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:39:43

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 13.8 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Remove BUILT_SOURCES.
8
92003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Add $(dirstamp) to compilation rules.
12
132003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Add $(dirstamp) to preinstallation rules.
16
172003-11-26      Joel Sherrill <joel@OARcorp.com>
18
19        PR 524/filesystem
20        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
21        newlib reentrancy handler.
22
232003-11-26      Joel Sherrill <joel@OARcorp.com>
24
25        PR 523/filesystem
26        * src/malloc.c: Make malloc family safer for use from ISRs and
27        dispatching critical sections. If in a critical section while doing
28        a free(), then the free is deferred until the next malloc() attempt.
29
302003-11-25      Jennifer Averett <jennifer@OARcorp.com>
31
32        PR 519/filesystem
33        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
34        write permissions in parent directory for file or directory delete
35
362003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
39
402003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/rtems/cdefs.h: New.
43        * Makefile.am: Completely reworked.
44
452003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * src/config.h: Remove.
48        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
49
502003-10-22      Joel Sherrill <joel@OARcorp.com>
51
52        PR 511/filesystem
53        * src/malloc.c: Add deferred free and protect against C Program Heap
54        operations while in a dispatch disable critical section or ISR.
55
562003-10-02      Phil Torre <ptorre@zetron.com>
57
58        PR 504/rtems
59        * src/newlibc.c: Fix memory allocation of libc extension so it is
60        dispatch disabled safe See PR for detailed explanation.
61
622003-09-26      Till Strauman <strauman@slac.stanford.edu>
63
64        PR 498/rtems
65        * src/printk.c: RTEMS printk() does not support the %i format which is
66        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
67        as an alias for %d/%D.
68
692003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        PR 489/rtems
72        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
73        having changed from void * to struct _reent*.
74
752003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * src/sync.c: Don't undef __STRICT_ANSI__.
78        Use struct _reent (struct reent doesn't exist)
79
802003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        PR 486/rtems
83        * src/newlib.c: Unconditionally include <stdio.h>
84
852003-09-04      Joel Sherrill <joel@OARcorp.com>
86
87        * include/chain.h, include/clockdrv.h, include/console.h,
88        include/iosupp.h, include/rtc.h, include/spurious.h,
89        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
90        include/rtems/libcsupport.h, include/rtems/libio.h,
91        include/rtems/libio_.h, include/rtems/termiostypes.h,
92        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
93        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
94        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
95        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
96        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
97        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
98        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
99        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
100        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
101        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
102        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
103        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
104        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
105        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
106        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
107        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
108        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
109        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
110        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
111        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
112        license changed.
113
1142003-09-04      Joel Sherrill <joel@OARcorp.com>
115
116        PR 479/rtems_misc
117        * src/malloc.c: Per multiple standards realloc does not free the
118        original memory if the allocation of the requested larger block
119        fails.
120
1212003-09-02      Joel Sherrill <joel@OARcorp.com>
122
123        * src/open.c: Fix typo.
124
1252003-09-02      Joel Sherrill <joel@OARcorp.com>
126
127        * src/malloc.c: Remove test define left in.
128
1292003-09-02      Ilya Alexeev <ilya@continuum.ru>
130
131        PR 472/filesystem
132        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
133
1342003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        PR 449/rtems:
137        * src/getegid.c: New (Copied from ../posix/src).
138        * src/geteuid.c: New (Copied from ../posix/src).
139        * src/getgid.c: New (Copied from ../posix/src).
140        * src/getgroups.c: New (Copied from ../posix/src).
141        * src/getlogin.c: New (Copied from ../posix/src).
142        * src/getpgrp.c: New (Copied from ../posix/src).
143        * src/getpid.c: New (Copied from ../posix/src).
144        * src/getppid.c: New (Copied from ../posix/src).
145        * src/getuid.c: New (Copied from ../posix/src).
146        * src/setpgid.c: New (Copied from ../posix/src).
147        * src/setsid.c: New (Copied from ../posix/src).
148        * src/no_posix: Remove getpid and _getpid_r.
149        * Makefile.am: Reflect changes above.
150
1512003-08-14      Joel Sherrill <joel@OARcorp.com>
152
153        * Makefile.am: Add fileio to list of interactive tests.
154        * src/sync.c: New (Copied from ../posix/src). New file.
155
1562003-08-05      Till Strauman <strauman@slac.stanford.edu>
157
158        PR 442/filesystem
159        * src/open.c: file never closed if ftruncate() fails in open()
160
1612003-07-08      Joel Sherrill <joel@OARcorp.com>
162
163        PR 419/rtems
164        * src/termios.c: Removed warning.
165
1662003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Remove (Merged-in into ../configure.ac)
169        * Makefile.am: DOC_FILES = src/TODO src/CASES,
170        Reflect having merged configure.ac into ../configure.ac.
171        * src/config.h: New.
172
1732003-07-02      Chris Johns <cjohns@cybertec.com.au>
174
175        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
176        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
177       
1782003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Conditionally install stdint.h/inttypes.h.
181        * configure.ac: Check for system-stdint.h/inttypes.h.
182
1832003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        PR 409:
186        * include/stdint.h: Include rtems/stdint.h
187
1882003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
189
190        PR 399/rtems_misc
191        * src/termios.c: In canonical mode, when input is present in the
192        input buffer that contains an EOL character and some following
193        characters, a read call read data behind the EOL character, although
194        it should stop reading with the EOL character.
195
1962003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
199
2002003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        PR 389/rtems
203        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
204        on newlib.
205
2062003-04-03      Eri Valette <eric.valette@free.fr>
207
208        PR 381/core
209        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
210        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
211
2122003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
215        * src/strlcat.c: New (extracted from pppd/utils.c).
216        * src/strlcpy.c: New (extracted from pppd/utils.c).
217        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
218
2192003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Remove AC_CONFIG_AUX_DIR.
222
2232003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
224
225        PR 357/rtems_misc
226        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
227        checked that the wrong pointer during allocation was NULL.
228
2292003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * src/privateenv.c: Fix prototype for free_user_env.
232
2332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AC_PREREQ(2.57).
240
2412003-02-06      Joel Sherrill <joel@OARcorp.com>
242
243        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
244        Linux port builds.
245
2462003-02-05     Till Straumann  <strauman@slac.stanford.edu>
247
248        PR 340/filesystem
249        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
250
2512003-02-05      Joel Sherrill <joel@OARcorp.com>
252
253        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
254        code.
255
2562003-02-03      Joel Sherrill <joel@OARcorp.com>
257
258        PR 338/filesystem
259        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
260        rtems_io_lookup_name() (API change).
261
2622003-02-03     Till Straumann  <strauman@slac.stanford.edu>
263
264        PR 339/filesystem
265        * src/chroot.c: Fix violation of FS node object copy semantics.
266
2672003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Eliminate OBJS.
270
2712003-01-10      Joel Sherrill <joel@OARcorp.com>
272
273        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
274        conflict with GNU/Linux header files.
275
2762003-01-03     Till Straumann  <strauman@slac.stanford.edu>
277
278        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
279        Per PR303, Fix violation of node_access copy syemantics
280
2812002-12-26     Till Straumann  <strauman@slac.stanford.edu
282
283        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
284
2852002-12-06      Joel Sherrill <joel@OARcorp.com>
286
287        * src/malloc.c: Fixed code that incorrected did a disable dispatch
288        instead of locking and unlocking the allocator mutex.
289
2902002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Add various checks to enhance portability.
293        * src/termios.c: Reflect changes to configure.ac.
294
2952002-12-02      Joel Sherrill <joel@OARcorp.com>
296
297        * include/rtems/libio.h: Internally use a union of an unsigned64
298        and major/minor device so we don't get into trouble shifting.
299        The h8300 seemed to be impossible to remove warnings otherwise.
300        Eventually the structure definition of a dev_t might be better anyway.
301        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
302        targets.
303
3042002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Cosmetical fixes.
307
3082002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Fix package name.
311
3122002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
315        Add check for CHAR_BIT.
316        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
317        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
318
3192002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac: Remove -ansi -fasm.
322        Add checks to diagnose potential system header conflicts.
323        * Makefile.am: Unconditionally install sys/cdefs.h.
324
3252002-11-07      <strauman@slac.stanford.edu>
326
327        * src/mount.c: Per PR297, correct fs_mountme failure paths.
328
3292002-11-01      Joel Sherrill <joel@OARcorp.com>
330
331        * ChangeLog: Corrected.
332
3332002-10-30      Eric Norum <eric.norum@usask.ca>
334
335        * src/printk.c: Add vprintk function for kernel printing
336        from routines which have already obtained the va_list pointer.
337
3382002-10-31      Joel Sherrill <joel@OARcorp.com>
339
340        * src/mallocfreespace.c: Corrected sense of status check to
341        match change inside RTEMS.
342        * src/newlibc.c: Removed warning.
343
3442002-10-28      Joel Sherrill <joel@OARcorp.com>
345
346        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
347        enumeration to int to eliminate warnings when values are overridden.
348
3492002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
352
3532002-10-24      <strauman@slac.stanford.edu>
354
355        * src/eval.c: Per PR293, added freenode calls for evaluate
356          link failures.
357
3582002-10-23      <strauman@slac.stanford.edu>
359
360        * src/mount.c per PR290, add check for ops->node_type_h
361        * src/mknod.c per PR291, remove erroneous call to freenod
362
3632002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * .cvsignore: Reformat.
366        Add autom4te*cache.
367        Remove autom4te.cache.
368
3692002-10-02      Eric Norum <eric.norum@usask.ca>
370
371        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
372        * src/getgrent.c: Removed as functionality is now just a wrapper for
373        common routines in src/getpwent.c.
374        * Makefile.am: Reflect file removal.
375
3762002-09-14      Joel Sherrill <joel@OARcorp.com>
377
378        * include/rtems/libio.h: Change rtems_filesystem_read_t and
379        rtems_filesystem_write_t to return ssize_t to match read(2)
380        and write(2) respectively.
381
3822002-09-14      Eric Norum <eric.norum@usask.ca>
383
384        * src/readdir_r.c: New file.
385        * Makefile.am: Reflect above.
386
3872002-08-12      Eric Norum <eric.norum@usask.ca>
388
389        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
390
3912002-07-30      Joel Sherrill <joel@OARcorp.com>
392
393        * include/sys/utime.h: Removed as file is now part of the RTEMS
394        newlib support.
395        * Makefile.am: Reflect above.
396        * include/rtems/termiostypes.h: Avoid use of __P.
397
3982002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am: Use .$(OBJEXT) instead of .o.
401
4022002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
405        INCLUDES (Upcoming automake standard).
406
4072002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.ac: RTEMS_TOP(../..).
410
4112002-07-01      Joel Sherrill <joel@OARcorp.com>
412
413        * src/__times.c: Corrected from previous attempt to cleanup.
414
4152002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: Remove RTEMS_PROJECT_ROOT.
418
4192002-06-28      Joel Sherrill <joel@OARcorp.com>
420
421        * src/__times.c: Cleaned up comments, return more information,
422        and eliminated the fatal error on clock not set since it cannot
423        occur.
424
4252002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
428        Add AC_PROG_RANLIB.
429
4302002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Merge src/Makefile.am.
433        * configure.ac: Reflect changes above.
434        * src/Makefile.am: Remove.
435
4362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
439        Use ../aclocal.
440        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
441
4422001-05-24      Joel Sherrill <joel@OARcorp.com>
443
444        * src/.cvsignore: New file.
445
Note: See TracBrowser for help on using the repository browser.