source: rtems/cpukit/libcsupport/ChangeLog @ 1672e44

4.104.114.84.95
Last change on this file since 1672e44 was 1672e44, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/04 at 23:40:16

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

PR 548/rtems

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