source: rtems/cpukit/libcsupport/ChangeLog @ cd9ce153

4.104.114.84.95
Last change on this file since cd9ce153 was cd9ce153, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 08:12:20

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

  • Makefile.am: Reformat, add UNUSED_FILES.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reformat, add UNUSED_FILES.
4
52004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Include compile.am, again.
8        Eliminate DOC_FILES.
9
102004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Add libs to CLEANFILES
13        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
14
152004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of
18        $(ARCH)/libcsupport.a.
19
202004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
23
242003-12-16      Joel Sherrill <joel@OARcorp.com>
25
26        PR 542/filesystem
27        * include/rtems/libio_.h: Add rtems_libio_iop_to_descriptor macro to
28        convert iop to the corresponding integer file descriptor.
29
302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
33
342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Remove BUILT_SOURCES.
37
382003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add $(dirstamp) to compilation rules.
41
422003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Add $(dirstamp) to preinstallation rules.
45
462003-11-26      Joel Sherrill <joel@OARcorp.com>
47
48        PR 524/filesystem
49        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
50        newlib reentrancy handler.
51
522003-11-26      Joel Sherrill <joel@OARcorp.com>
53
54        PR 523/filesystem
55        * src/malloc.c: Make malloc family safer for use from ISRs and
56        dispatching critical sections. If in a critical section while doing
57        a free(), then the free is deferred until the next malloc() attempt.
58
592003-11-25      Jennifer Averett <jennifer@OARcorp.com>
60
61        PR 519/filesystem
62        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
63        write permissions in parent directory for file or directory delete
64
652003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
68
692003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * include/rtems/cdefs.h: New.
72        * Makefile.am: Completely reworked.
73
742003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * src/config.h: Remove.
77        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
78
792003-10-22      Joel Sherrill <joel@OARcorp.com>
80
81        PR 511/filesystem
82        * src/malloc.c: Add deferred free and protect against C Program Heap
83        operations while in a dispatch disable critical section or ISR.
84
852003-10-02      Phil Torre <ptorre@zetron.com>
86
87        PR 504/rtems
88        * src/newlibc.c: Fix memory allocation of libc extension so it is
89        dispatch disabled safe See PR for detailed explanation.
90
912003-09-26      Till Strauman <strauman@slac.stanford.edu>
92
93        PR 498/rtems
94        * src/printk.c: RTEMS printk() does not support the %i format which is
95        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
96        as an alias for %d/%D.
97
982003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 489/rtems
101        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
102        having changed from void * to struct _reent*.
103
1042003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * src/sync.c: Don't undef __STRICT_ANSI__.
107        Use struct _reent (struct reent doesn't exist)
108
1092003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        PR 486/rtems
112        * src/newlib.c: Unconditionally include <stdio.h>
113
1142003-09-04      Joel Sherrill <joel@OARcorp.com>
115
116        * include/chain.h, include/clockdrv.h, include/console.h,
117        include/iosupp.h, include/rtc.h, include/spurious.h,
118        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
119        include/rtems/libcsupport.h, include/rtems/libio.h,
120        include/rtems/libio_.h, include/rtems/termiostypes.h,
121        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
122        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
123        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
124        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
125        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
126        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
127        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
128        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
129        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
130        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
131        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
132        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
133        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
134        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
135        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
136        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
137        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
138        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
139        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
140        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
141        license changed.
142
1432003-09-04      Joel Sherrill <joel@OARcorp.com>
144
145        PR 479/rtems_misc
146        * src/malloc.c: Per multiple standards realloc does not free the
147        original memory if the allocation of the requested larger block
148        fails.
149
1502003-09-02      Joel Sherrill <joel@OARcorp.com>
151
152        * src/open.c: Fix typo.
153
1542003-09-02      Joel Sherrill <joel@OARcorp.com>
155
156        * src/malloc.c: Remove test define left in.
157
1582003-09-02      Ilya Alexeev <ilya@continuum.ru>
159
160        PR 472/filesystem
161        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
162
1632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        PR 449/rtems:
166        * src/getegid.c: New (Copied from ../posix/src).
167        * src/geteuid.c: New (Copied from ../posix/src).
168        * src/getgid.c: New (Copied from ../posix/src).
169        * src/getgroups.c: New (Copied from ../posix/src).
170        * src/getlogin.c: New (Copied from ../posix/src).
171        * src/getpgrp.c: New (Copied from ../posix/src).
172        * src/getpid.c: New (Copied from ../posix/src).
173        * src/getppid.c: New (Copied from ../posix/src).
174        * src/getuid.c: New (Copied from ../posix/src).
175        * src/setpgid.c: New (Copied from ../posix/src).
176        * src/setsid.c: New (Copied from ../posix/src).
177        * src/no_posix: Remove getpid and _getpid_r.
178        * Makefile.am: Reflect changes above.
179
1802003-08-14      Joel Sherrill <joel@OARcorp.com>
181
182        * Makefile.am: Add fileio to list of interactive tests.
183        * src/sync.c: New (Copied from ../posix/src). New file.
184
1852003-08-05      Till Strauman <strauman@slac.stanford.edu>
186
187        PR 442/filesystem
188        * src/open.c: file never closed if ftruncate() fails in open()
189
1902003-07-08      Joel Sherrill <joel@OARcorp.com>
191
192        PR 419/rtems
193        * src/termios.c: Removed warning.
194
1952003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove (Merged-in into ../configure.ac)
198        * Makefile.am: DOC_FILES = src/TODO src/CASES,
199        Reflect having merged configure.ac into ../configure.ac.
200        * src/config.h: New.
201
2022003-07-02      Chris Johns <cjohns@cybertec.com.au>
203
204        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
205        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
206       
2072003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Conditionally install stdint.h/inttypes.h.
210        * configure.ac: Check for system-stdint.h/inttypes.h.
211
2122003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        PR 409:
215        * include/stdint.h: Include rtems/stdint.h
216
2172003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
218
219        PR 399/rtems_misc
220        * src/termios.c: In canonical mode, when input is present in the
221        input buffer that contains an EOL character and some following
222        characters, a read call read data behind the EOL character, although
223        it should stop reading with the EOL character.
224
2252003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
228
2292003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        PR 389/rtems
232        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
233        on newlib.
234
2352003-04-03      Eri Valette <eric.valette@free.fr>
236
237        PR 381/core
238        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
239        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
240
2412003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
244        * src/strlcat.c: New (extracted from pppd/utils.c).
245        * src/strlcpy.c: New (extracted from pppd/utils.c).
246        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
247
2482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Remove AC_CONFIG_AUX_DIR.
251
2522003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
253
254        PR 357/rtems_misc
255        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
256        checked that the wrong pointer during allocation was NULL.
257
2582003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * src/privateenv.c: Fix prototype for free_user_env.
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AC_PREREQ(2.57).
269
2702003-02-06      Joel Sherrill <joel@OARcorp.com>
271
272        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
273        Linux port builds.
274
2752003-02-05     Till Straumann  <strauman@slac.stanford.edu>
276
277        PR 340/filesystem
278        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
279
2802003-02-05      Joel Sherrill <joel@OARcorp.com>
281
282        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
283        code.
284
2852003-02-03      Joel Sherrill <joel@OARcorp.com>
286
287        PR 338/filesystem
288        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
289        rtems_io_lookup_name() (API change).
290
2912003-02-03     Till Straumann  <strauman@slac.stanford.edu>
292
293        PR 339/filesystem
294        * src/chroot.c: Fix violation of FS node object copy semantics.
295
2962003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Eliminate OBJS.
299
3002003-01-10      Joel Sherrill <joel@OARcorp.com>
301
302        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
303        conflict with GNU/Linux header files.
304
3052003-01-03     Till Straumann  <strauman@slac.stanford.edu>
306
307        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
308        Per PR303, Fix violation of node_access copy syemantics
309
3102002-12-26     Till Straumann  <strauman@slac.stanford.edu
311
312        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
313
3142002-12-06      Joel Sherrill <joel@OARcorp.com>
315
316        * src/malloc.c: Fixed code that incorrected did a disable dispatch
317        instead of locking and unlocking the allocator mutex.
318
3192002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac: Add various checks to enhance portability.
322        * src/termios.c: Reflect changes to configure.ac.
323
3242002-12-02      Joel Sherrill <joel@OARcorp.com>
325
326        * include/rtems/libio.h: Internally use a union of an unsigned64
327        and major/minor device so we don't get into trouble shifting.
328        The h8300 seemed to be impossible to remove warnings otherwise.
329        Eventually the structure definition of a dev_t might be better anyway.
330        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
331        targets.
332
3332002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Cosmetical fixes.
336
3372002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Fix package name.
340
3412002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
344        Add check for CHAR_BIT.
345        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
346        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
347
3482002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Remove -ansi -fasm.
351        Add checks to diagnose potential system header conflicts.
352        * Makefile.am: Unconditionally install sys/cdefs.h.
353
3542002-11-07      <strauman@slac.stanford.edu>
355
356        * src/mount.c: Per PR297, correct fs_mountme failure paths.
357
3582002-11-01      Joel Sherrill <joel@OARcorp.com>
359
360        * ChangeLog: Corrected.
361
3622002-10-30      Eric Norum <eric.norum@usask.ca>
363
364        * src/printk.c: Add vprintk function for kernel printing
365        from routines which have already obtained the va_list pointer.
366
3672002-10-31      Joel Sherrill <joel@OARcorp.com>
368
369        * src/mallocfreespace.c: Corrected sense of status check to
370        match change inside RTEMS.
371        * src/newlibc.c: Removed warning.
372
3732002-10-28      Joel Sherrill <joel@OARcorp.com>
374
375        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
376        enumeration to int to eliminate warnings when values are overridden.
377
3782002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
381
3822002-10-24      <strauman@slac.stanford.edu>
383
384        * src/eval.c: Per PR293, added freenode calls for evaluate
385          link failures.
386
3872002-10-23      <strauman@slac.stanford.edu>
388
389        * src/mount.c per PR290, add check for ops->node_type_h
390        * src/mknod.c per PR291, remove erroneous call to freenod
391
3922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * .cvsignore: Reformat.
395        Add autom4te*cache.
396        Remove autom4te.cache.
397
3982002-10-02      Eric Norum <eric.norum@usask.ca>
399
400        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
401        * src/getgrent.c: Removed as functionality is now just a wrapper for
402        common routines in src/getpwent.c.
403        * Makefile.am: Reflect file removal.
404
4052002-09-14      Joel Sherrill <joel@OARcorp.com>
406
407        * include/rtems/libio.h: Change rtems_filesystem_read_t and
408        rtems_filesystem_write_t to return ssize_t to match read(2)
409        and write(2) respectively.
410
4112002-09-14      Eric Norum <eric.norum@usask.ca>
412
413        * src/readdir_r.c: New file.
414        * Makefile.am: Reflect above.
415
4162002-08-12      Eric Norum <eric.norum@usask.ca>
417
418        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
419
4202002-07-30      Joel Sherrill <joel@OARcorp.com>
421
422        * include/sys/utime.h: Removed as file is now part of the RTEMS
423        newlib support.
424        * Makefile.am: Reflect above.
425        * include/rtems/termiostypes.h: Avoid use of __P.
426
4272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Use .$(OBJEXT) instead of .o.
430
4312002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
434        INCLUDES (Upcoming automake standard).
435
4362002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: RTEMS_TOP(../..).
439
4402002-07-01      Joel Sherrill <joel@OARcorp.com>
441
442        * src/__times.c: Corrected from previous attempt to cleanup.
443
4442002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Remove RTEMS_PROJECT_ROOT.
447
4482002-06-28      Joel Sherrill <joel@OARcorp.com>
449
450        * src/__times.c: Cleaned up comments, return more information,
451        and eliminated the fatal error on clock not set since it cannot
452        occur.
453
4542002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
457        Add AC_PROG_RANLIB.
458
4592002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Merge src/Makefile.am.
462        * configure.ac: Reflect changes above.
463        * src/Makefile.am: Remove.
464
4652002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
468        Use ../aclocal.
469        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
470
4712001-05-24      Joel Sherrill <joel@OARcorp.com>
472
473        * src/.cvsignore: New file.
474
Note: See TracBrowser for help on using the repository browser.