source: rtems/cpukit/libcsupport/ChangeLog @ 42f22f84

4.104.114.84.95
Last change on this file since 42f22f84 was 42f22f84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/03 at 07:10:58

2003-11-20 Ralf Corsepius <corsepiu@…>

  • src/config.h: Remove.
  • src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
  • Property mode set to 100644
File size: 12.5 KB
Line 
12003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/config.h: Remove.
4        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
5
62003-10-22      Joel Sherrill <joel@OARcorp.com>
7
8        PR 511/filesystem
9        * src/malloc.c: Add deferred free and protect against C Program Heap
10        operations while in a dispatch disable critical section or ISR.
11
122003-10-02      Phil Torre <ptorre@zetron.com>
13
14        PR 504/rtems
15        * src/newlibc.c: Fix memory allocation of libc extension so it is
16        dispatch disabled safe See PR for detailed explanation.
17
182003-09-26      Till Strauman <strauman@slac.stanford.edu>
19
20        PR 498/rtems
21        * src/printk.c: RTEMS printk() does not support the %i format which is
22        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
23        as an alias for %d/%D.
24
252003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        PR 489/rtems
28        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
29        having changed from void * to struct _reent*.
30
312003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * src/sync.c: Don't undef __STRICT_ANSI__.
34        Use struct _reent (struct reent doesn't exist)
35
362003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        PR 486/rtems
39        * src/newlib.c: Unconditionally include <stdio.h>
40
412003-09-04      Joel Sherrill <joel@OARcorp.com>
42
43        * include/chain.h, include/clockdrv.h, include/console.h,
44        include/iosupp.h, include/rtc.h, include/spurious.h,
45        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
46        include/rtems/libcsupport.h, include/rtems/libio.h,
47        include/rtems/libio_.h, include/rtems/termiostypes.h,
48        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
49        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
50        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
51        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
52        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
53        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
54        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
55        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
56        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
57        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
58        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
59        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
60        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
61        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
62        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
63        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
64        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
65        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
66        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
67        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
68        license changed.
69
702003-09-04      Joel Sherrill <joel@OARcorp.com>
71
72        PR 479/rtems_misc
73        * src/malloc.c: Per multiple standards realloc does not free the
74        original memory if the allocation of the requested larger block
75        fails.
76
772003-09-02      Joel Sherrill <joel@OARcorp.com>
78
79        * src/open.c: Fix typo.
80
812003-09-02      Joel Sherrill <joel@OARcorp.com>
82
83        * src/malloc.c: Remove test define left in.
84
852003-09-02      Ilya Alexeev <ilya@continuum.ru>
86
87        PR 472/filesystem
88        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
89
902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        PR 449/rtems:
93        * src/getegid.c: New (Copied from ../posix/src).
94        * src/geteuid.c: New (Copied from ../posix/src).
95        * src/getgid.c: New (Copied from ../posix/src).
96        * src/getgroups.c: New (Copied from ../posix/src).
97        * src/getlogin.c: New (Copied from ../posix/src).
98        * src/getpgrp.c: New (Copied from ../posix/src).
99        * src/getpid.c: New (Copied from ../posix/src).
100        * src/getppid.c: New (Copied from ../posix/src).
101        * src/getuid.c: New (Copied from ../posix/src).
102        * src/setpgid.c: New (Copied from ../posix/src).
103        * src/setsid.c: New (Copied from ../posix/src).
104        * src/no_posix: Remove getpid and _getpid_r.
105        * Makefile.am: Reflect changes above.
106
1072003-08-14      Joel Sherrill <joel@OARcorp.com>
108
109        * Makefile.am: Add fileio to list of interactive tests.
110        * src/sync.c: New (Copied from ../posix/src). New file.
111
1122003-08-05      Till Strauman <strauman@slac.stanford.edu>
113
114        PR 442/filesystem
115        * src/open.c: file never closed if ftruncate() fails in open()
116
1172003-07-08      Joel Sherrill <joel@OARcorp.com>
118
119        PR 419/rtems
120        * src/termios.c: Removed warning.
121
1222003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Remove (Merged-in into ../configure.ac)
125        * Makefile.am: DOC_FILES = src/TODO src/CASES,
126        Reflect having merged configure.ac into ../configure.ac.
127        * src/config.h: New.
128
1292003-07-02      Chris Johns <cjohns@cybertec.com.au>
130
131        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
132        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
133       
1342003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Conditionally install stdint.h/inttypes.h.
137        * configure.ac: Check for system-stdint.h/inttypes.h.
138
1392003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        PR 409:
142        * include/stdint.h: Include rtems/stdint.h
143
1442003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
145
146        PR 399/rtems_misc
147        * src/termios.c: In canonical mode, when input is present in the
148        input buffer that contains an EOL character and some following
149        characters, a read call read data behind the EOL character, although
150        it should stop reading with the EOL character.
151
1522003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
155
1562003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        PR 389/rtems
159        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
160        on newlib.
161
1622003-04-03      Eri Valette <eric.valette@free.fr>
163
164        PR 381/core
165        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
166        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
167
1682003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
171        * src/strlcat.c: New (extracted from pppd/utils.c).
172        * src/strlcpy.c: New (extracted from pppd/utils.c).
173        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
174
1752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove AC_CONFIG_AUX_DIR.
178
1792003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
180
181        PR 357/rtems_misc
182        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
183        checked that the wrong pointer during allocation was NULL.
184
1852003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * src/privateenv.c: Fix prototype for free_user_env.
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
192
1932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: AC_PREREQ(2.57).
196
1972003-02-06      Joel Sherrill <joel@OARcorp.com>
198
199        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
200        Linux port builds.
201
2022003-02-05     Till Straumann  <strauman@slac.stanford.edu>
203
204        PR 340/filesystem
205        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
206
2072003-02-05      Joel Sherrill <joel@OARcorp.com>
208
209        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
210        code.
211
2122003-02-03      Joel Sherrill <joel@OARcorp.com>
213
214        PR 338/filesystem
215        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
216        rtems_io_lookup_name() (API change).
217
2182003-02-03     Till Straumann  <strauman@slac.stanford.edu>
219
220        PR 339/filesystem
221        * src/chroot.c: Fix violation of FS node object copy semantics.
222
2232003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Eliminate OBJS.
226
2272003-01-10      Joel Sherrill <joel@OARcorp.com>
228
229        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
230        conflict with GNU/Linux header files.
231
2322003-01-03     Till Straumann  <strauman@slac.stanford.edu>
233
234        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
235        Per PR303, Fix violation of node_access copy syemantics
236
2372002-12-26     Till Straumann  <strauman@slac.stanford.edu
238
239        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
240
2412002-12-06      Joel Sherrill <joel@OARcorp.com>
242
243        * src/malloc.c: Fixed code that incorrected did a disable dispatch
244        instead of locking and unlocking the allocator mutex.
245
2462002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: Add various checks to enhance portability.
249        * src/termios.c: Reflect changes to configure.ac.
250
2512002-12-02      Joel Sherrill <joel@OARcorp.com>
252
253        * include/rtems/libio.h: Internally use a union of an unsigned64
254        and major/minor device so we don't get into trouble shifting.
255        The h8300 seemed to be impossible to remove warnings otherwise.
256        Eventually the structure definition of a dev_t might be better anyway.
257        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
258        targets.
259
2602002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Cosmetical fixes.
263
2642002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Fix package name.
267
2682002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
271        Add check for CHAR_BIT.
272        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
273        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
274
2752002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Remove -ansi -fasm.
278        Add checks to diagnose potential system header conflicts.
279        * Makefile.am: Unconditionally install sys/cdefs.h.
280
2812002-11-07      <strauman@slac.stanford.edu>
282
283        * src/mount.c: Per PR297, correct fs_mountme failure paths.
284
2852002-11-01      Joel Sherrill <joel@OARcorp.com>
286
287        * ChangeLog: Corrected.
288
2892002-10-30      Eric Norum <eric.norum@usask.ca>
290
291        * src/printk.c: Add vprintk function for kernel printing
292        from routines which have already obtained the va_list pointer.
293
2942002-10-31      Joel Sherrill <joel@OARcorp.com>
295
296        * src/mallocfreespace.c: Corrected sense of status check to
297        match change inside RTEMS.
298        * src/newlibc.c: Removed warning.
299
3002002-10-28      Joel Sherrill <joel@OARcorp.com>
301
302        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
303        enumeration to int to eliminate warnings when values are overridden.
304
3052002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
308
3092002-10-24      <strauman@slac.stanford.edu>
310
311        * src/eval.c: Per PR293, added freenode calls for evaluate
312          link failures.
313
3142002-10-23      <strauman@slac.stanford.edu>
315
316        * src/mount.c per PR290, add check for ops->node_type_h
317        * src/mknod.c per PR291, remove erroneous call to freenod
318
3192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * .cvsignore: Reformat.
322        Add autom4te*cache.
323        Remove autom4te.cache.
324
3252002-10-02      Eric Norum <eric.norum@usask.ca>
326
327        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
328        * src/getgrent.c: Removed as functionality is now just a wrapper for
329        common routines in src/getpwent.c.
330        * Makefile.am: Reflect file removal.
331
3322002-09-14      Joel Sherrill <joel@OARcorp.com>
333
334        * include/rtems/libio.h: Change rtems_filesystem_read_t and
335        rtems_filesystem_write_t to return ssize_t to match read(2)
336        and write(2) respectively.
337
3382002-09-14      Eric Norum <eric.norum@usask.ca>
339
340        * src/readdir_r.c: New file.
341        * Makefile.am: Reflect above.
342
3432002-08-12      Eric Norum <eric.norum@usask.ca>
344
345        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
346
3472002-07-30      Joel Sherrill <joel@OARcorp.com>
348
349        * include/sys/utime.h: Removed as file is now part of the RTEMS
350        newlib support.
351        * Makefile.am: Reflect above.
352        * include/rtems/termiostypes.h: Avoid use of __P.
353
3542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Use .$(OBJEXT) instead of .o.
357
3582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
361        INCLUDES (Upcoming automake standard).
362
3632002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: RTEMS_TOP(../..).
366
3672002-07-01      Joel Sherrill <joel@OARcorp.com>
368
369        * src/__times.c: Corrected from previous attempt to cleanup.
370
3712002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Remove RTEMS_PROJECT_ROOT.
374
3752002-06-28      Joel Sherrill <joel@OARcorp.com>
376
377        * src/__times.c: Cleaned up comments, return more information,
378        and eliminated the fatal error on clock not set since it cannot
379        occur.
380
3812002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
384        Add AC_PROG_RANLIB.
385
3862002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Merge src/Makefile.am.
389        * configure.ac: Reflect changes above.
390        * src/Makefile.am: Remove.
391
3922002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
395        Use ../aclocal.
396        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
397
3982001-05-24      Joel Sherrill <joel@OARcorp.com>
399
400        * src/.cvsignore: New file.
401
Note: See TracBrowser for help on using the repository browser.