source: rtems/cpukit/libcsupport/ChangeLog @ 07347cb

4.104.114.84.95
Last change on this file since 07347cb was 07347cb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 17:48:16

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

  • Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
  • Property mode set to 100644
File size: 14.1 KB
Line 
12004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
4
52003-12-16      Joel Sherrill <joel@OARcorp.com>
6
7        PR 542/filesystem
8        * include/rtems/libio_.h: Add rtems_libio_iop_to_descriptor macro to
9        convert iop to the corresponding integer file descriptor.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
14
152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Remove BUILT_SOURCES.
18
192003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add $(dirstamp) to compilation rules.
22
232003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add $(dirstamp) to preinstallation rules.
26
272003-11-26      Joel Sherrill <joel@OARcorp.com>
28
29        PR 524/filesystem
30        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
31        newlib reentrancy handler.
32
332003-11-26      Joel Sherrill <joel@OARcorp.com>
34
35        PR 523/filesystem
36        * src/malloc.c: Make malloc family safer for use from ISRs and
37        dispatching critical sections. If in a critical section while doing
38        a free(), then the free is deferred until the next malloc() attempt.
39
402003-11-25      Jennifer Averett <jennifer@OARcorp.com>
41
42        PR 519/filesystem
43        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
44        write permissions in parent directory for file or directory delete
45
462003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
49
502003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * include/rtems/cdefs.h: New.
53        * Makefile.am: Completely reworked.
54
552003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * src/config.h: Remove.
58        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
59
602003-10-22      Joel Sherrill <joel@OARcorp.com>
61
62        PR 511/filesystem
63        * src/malloc.c: Add deferred free and protect against C Program Heap
64        operations while in a dispatch disable critical section or ISR.
65
662003-10-02      Phil Torre <ptorre@zetron.com>
67
68        PR 504/rtems
69        * src/newlibc.c: Fix memory allocation of libc extension so it is
70        dispatch disabled safe See PR for detailed explanation.
71
722003-09-26      Till Strauman <strauman@slac.stanford.edu>
73
74        PR 498/rtems
75        * src/printk.c: RTEMS printk() does not support the %i format which is
76        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
77        as an alias for %d/%D.
78
792003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        PR 489/rtems
82        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
83        having changed from void * to struct _reent*.
84
852003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * src/sync.c: Don't undef __STRICT_ANSI__.
88        Use struct _reent (struct reent doesn't exist)
89
902003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        PR 486/rtems
93        * src/newlib.c: Unconditionally include <stdio.h>
94
952003-09-04      Joel Sherrill <joel@OARcorp.com>
96
97        * include/chain.h, include/clockdrv.h, include/console.h,
98        include/iosupp.h, include/rtc.h, include/spurious.h,
99        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
100        include/rtems/libcsupport.h, include/rtems/libio.h,
101        include/rtems/libio_.h, include/rtems/termiostypes.h,
102        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
103        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
104        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
105        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
106        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
107        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
108        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
109        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
110        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
111        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
112        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
113        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
114        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
115        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
116        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
117        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
118        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
119        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
120        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
121        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
122        license changed.
123
1242003-09-04      Joel Sherrill <joel@OARcorp.com>
125
126        PR 479/rtems_misc
127        * src/malloc.c: Per multiple standards realloc does not free the
128        original memory if the allocation of the requested larger block
129        fails.
130
1312003-09-02      Joel Sherrill <joel@OARcorp.com>
132
133        * src/open.c: Fix typo.
134
1352003-09-02      Joel Sherrill <joel@OARcorp.com>
136
137        * src/malloc.c: Remove test define left in.
138
1392003-09-02      Ilya Alexeev <ilya@continuum.ru>
140
141        PR 472/filesystem
142        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
143
1442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        PR 449/rtems:
147        * src/getegid.c: New (Copied from ../posix/src).
148        * src/geteuid.c: New (Copied from ../posix/src).
149        * src/getgid.c: New (Copied from ../posix/src).
150        * src/getgroups.c: New (Copied from ../posix/src).
151        * src/getlogin.c: New (Copied from ../posix/src).
152        * src/getpgrp.c: New (Copied from ../posix/src).
153        * src/getpid.c: New (Copied from ../posix/src).
154        * src/getppid.c: New (Copied from ../posix/src).
155        * src/getuid.c: New (Copied from ../posix/src).
156        * src/setpgid.c: New (Copied from ../posix/src).
157        * src/setsid.c: New (Copied from ../posix/src).
158        * src/no_posix: Remove getpid and _getpid_r.
159        * Makefile.am: Reflect changes above.
160
1612003-08-14      Joel Sherrill <joel@OARcorp.com>
162
163        * Makefile.am: Add fileio to list of interactive tests.
164        * src/sync.c: New (Copied from ../posix/src). New file.
165
1662003-08-05      Till Strauman <strauman@slac.stanford.edu>
167
168        PR 442/filesystem
169        * src/open.c: file never closed if ftruncate() fails in open()
170
1712003-07-08      Joel Sherrill <joel@OARcorp.com>
172
173        PR 419/rtems
174        * src/termios.c: Removed warning.
175
1762003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Remove (Merged-in into ../configure.ac)
179        * Makefile.am: DOC_FILES = src/TODO src/CASES,
180        Reflect having merged configure.ac into ../configure.ac.
181        * src/config.h: New.
182
1832003-07-02      Chris Johns <cjohns@cybertec.com.au>
184
185        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
186        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
187       
1882003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Conditionally install stdint.h/inttypes.h.
191        * configure.ac: Check for system-stdint.h/inttypes.h.
192
1932003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        PR 409:
196        * include/stdint.h: Include rtems/stdint.h
197
1982003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
199
200        PR 399/rtems_misc
201        * src/termios.c: In canonical mode, when input is present in the
202        input buffer that contains an EOL character and some following
203        characters, a read call read data behind the EOL character, although
204        it should stop reading with the EOL character.
205
2062003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
209
2102003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        PR 389/rtems
213        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
214        on newlib.
215
2162003-04-03      Eri Valette <eric.valette@free.fr>
217
218        PR 381/core
219        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
220        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
221
2222003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
225        * src/strlcat.c: New (extracted from pppd/utils.c).
226        * src/strlcpy.c: New (extracted from pppd/utils.c).
227        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
228
2292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove AC_CONFIG_AUX_DIR.
232
2332003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
234
235        PR 357/rtems_misc
236        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
237        checked that the wrong pointer during allocation was NULL.
238
2392003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * src/privateenv.c: Fix prototype for free_user_env.
242
2432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
246
2472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: AC_PREREQ(2.57).
250
2512003-02-06      Joel Sherrill <joel@OARcorp.com>
252
253        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
254        Linux port builds.
255
2562003-02-05     Till Straumann  <strauman@slac.stanford.edu>
257
258        PR 340/filesystem
259        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
260
2612003-02-05      Joel Sherrill <joel@OARcorp.com>
262
263        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
264        code.
265
2662003-02-03      Joel Sherrill <joel@OARcorp.com>
267
268        PR 338/filesystem
269        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
270        rtems_io_lookup_name() (API change).
271
2722003-02-03     Till Straumann  <strauman@slac.stanford.edu>
273
274        PR 339/filesystem
275        * src/chroot.c: Fix violation of FS node object copy semantics.
276
2772003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Eliminate OBJS.
280
2812003-01-10      Joel Sherrill <joel@OARcorp.com>
282
283        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
284        conflict with GNU/Linux header files.
285
2862003-01-03     Till Straumann  <strauman@slac.stanford.edu>
287
288        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
289        Per PR303, Fix violation of node_access copy syemantics
290
2912002-12-26     Till Straumann  <strauman@slac.stanford.edu
292
293        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
294
2952002-12-06      Joel Sherrill <joel@OARcorp.com>
296
297        * src/malloc.c: Fixed code that incorrected did a disable dispatch
298        instead of locking and unlocking the allocator mutex.
299
3002002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Add various checks to enhance portability.
303        * src/termios.c: Reflect changes to configure.ac.
304
3052002-12-02      Joel Sherrill <joel@OARcorp.com>
306
307        * include/rtems/libio.h: Internally use a union of an unsigned64
308        and major/minor device so we don't get into trouble shifting.
309        The h8300 seemed to be impossible to remove warnings otherwise.
310        Eventually the structure definition of a dev_t might be better anyway.
311        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
312        targets.
313
3142002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Cosmetical fixes.
317
3182002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Fix package name.
321
3222002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
325        Add check for CHAR_BIT.
326        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
327        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
328
3292002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Remove -ansi -fasm.
332        Add checks to diagnose potential system header conflicts.
333        * Makefile.am: Unconditionally install sys/cdefs.h.
334
3352002-11-07      <strauman@slac.stanford.edu>
336
337        * src/mount.c: Per PR297, correct fs_mountme failure paths.
338
3392002-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * ChangeLog: Corrected.
342
3432002-10-30      Eric Norum <eric.norum@usask.ca>
344
345        * src/printk.c: Add vprintk function for kernel printing
346        from routines which have already obtained the va_list pointer.
347
3482002-10-31      Joel Sherrill <joel@OARcorp.com>
349
350        * src/mallocfreespace.c: Corrected sense of status check to
351        match change inside RTEMS.
352        * src/newlibc.c: Removed warning.
353
3542002-10-28      Joel Sherrill <joel@OARcorp.com>
355
356        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
357        enumeration to int to eliminate warnings when values are overridden.
358
3592002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
362
3632002-10-24      <strauman@slac.stanford.edu>
364
365        * src/eval.c: Per PR293, added freenode calls for evaluate
366          link failures.
367
3682002-10-23      <strauman@slac.stanford.edu>
369
370        * src/mount.c per PR290, add check for ops->node_type_h
371        * src/mknod.c per PR291, remove erroneous call to freenod
372
3732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Reformat.
376        Add autom4te*cache.
377        Remove autom4te.cache.
378
3792002-10-02      Eric Norum <eric.norum@usask.ca>
380
381        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
382        * src/getgrent.c: Removed as functionality is now just a wrapper for
383        common routines in src/getpwent.c.
384        * Makefile.am: Reflect file removal.
385
3862002-09-14      Joel Sherrill <joel@OARcorp.com>
387
388        * include/rtems/libio.h: Change rtems_filesystem_read_t and
389        rtems_filesystem_write_t to return ssize_t to match read(2)
390        and write(2) respectively.
391
3922002-09-14      Eric Norum <eric.norum@usask.ca>
393
394        * src/readdir_r.c: New file.
395        * Makefile.am: Reflect above.
396
3972002-08-12      Eric Norum <eric.norum@usask.ca>
398
399        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
400
4012002-07-30      Joel Sherrill <joel@OARcorp.com>
402
403        * include/sys/utime.h: Removed as file is now part of the RTEMS
404        newlib support.
405        * Makefile.am: Reflect above.
406        * include/rtems/termiostypes.h: Avoid use of __P.
407
4082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Use .$(OBJEXT) instead of .o.
411
4122002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
415        INCLUDES (Upcoming automake standard).
416
4172002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: RTEMS_TOP(../..).
420
4212002-07-01      Joel Sherrill <joel@OARcorp.com>
422
423        * src/__times.c: Corrected from previous attempt to cleanup.
424
4252002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.ac: Remove RTEMS_PROJECT_ROOT.
428
4292002-06-28      Joel Sherrill <joel@OARcorp.com>
430
431        * src/__times.c: Cleaned up comments, return more information,
432        and eliminated the fatal error on clock not set since it cannot
433        occur.
434
4352002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
438        Add AC_PROG_RANLIB.
439
4402002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Merge src/Makefile.am.
443        * configure.ac: Reflect changes above.
444        * src/Makefile.am: Remove.
445
4462002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
449        Use ../aclocal.
450        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
451
4522001-05-24      Joel Sherrill <joel@OARcorp.com>
453
454        * src/.cvsignore: New file.
455
Note: See TracBrowser for help on using the repository browser.