source: rtems/cpukit/libcsupport/ChangeLog @ f035132

4.104.114.84.95
Last change on this file since f035132 was dfbb492, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/04 at 05:54:47

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

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