source: rtems/cpukit/libcsupport/ChangeLog @ 1f5a1afe

4.104.114.84.95
Last change on this file since 1f5a1afe was 1f5a1afe, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/03 at 17:37:55

2003-09-26 Till Strauman <strauman@…>

PR 498/rtems

  • src/printk.c: RTEMS printk() does not support the %i format which is used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I as an alias for %d/%D.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12003-09-26      Till Strauman <strauman@slac.stanford.edu>
2
3        PR 498/rtems
4        * src/printk.c: RTEMS printk() does not support the %i format which is
5        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
6        as an alias for %d/%D.
7
82003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        PR 489/rtems
11        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
12        having changed from void * to struct _reent*.
13
142003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * src/sync.c: Don't undef __STRICT_ANSI__.
17        Use struct _reent (struct reent doesn't exist)
18
192003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        PR 486/rtems
22        * src/newlib.c: Unconditionally include <stdio.h>
23
242003-09-04      Joel Sherrill <joel@OARcorp.com>
25
26        * include/chain.h, include/clockdrv.h, include/console.h,
27        include/iosupp.h, include/rtc.h, include/spurious.h,
28        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
29        include/rtems/libcsupport.h, include/rtems/libio.h,
30        include/rtems/libio_.h, include/rtems/termiostypes.h,
31        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
32        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
33        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
34        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
35        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
36        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
37        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
38        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
39        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
40        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
41        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
42        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
43        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
44        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
45        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
46        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
47        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
48        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
49        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
50        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
51        license changed.
52
532003-09-04      Joel Sherrill <joel@OARcorp.com>
54
55        PR 479/rtems_misc
56        * src/malloc.c: Per multiple standards realloc does not free the
57        original memory if the allocation of the requested larger block
58        fails.
59
602003-09-02      Joel Sherrill <joel@OARcorp.com>
61
62        * src/open.c: Fix typo.
63
642003-09-02      Joel Sherrill <joel@OARcorp.com>
65
66        * src/malloc.c: Remove test define left in.
67
682003-09-02      Ilya Alexeev <ilya@continuum.ru>
69
70        PR 472/filesystem
71        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
72
732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        PR 449/rtems:
76        * src/getegid.c: New (Copied from ../posix/src).
77        * src/geteuid.c: New (Copied from ../posix/src).
78        * src/getgid.c: New (Copied from ../posix/src).
79        * src/getgroups.c: New (Copied from ../posix/src).
80        * src/getlogin.c: New (Copied from ../posix/src).
81        * src/getpgrp.c: New (Copied from ../posix/src).
82        * src/getpid.c: New (Copied from ../posix/src).
83        * src/getppid.c: New (Copied from ../posix/src).
84        * src/getuid.c: New (Copied from ../posix/src).
85        * src/setpgid.c: New (Copied from ../posix/src).
86        * src/setsid.c: New (Copied from ../posix/src).
87        * src/no_posix: Remove getpid and _getpid_r.
88        * Makefile.am: Reflect changes above.
89
902003-08-14      Joel Sherrill <joel@OARcorp.com>
91
92        * Makefile.am: Add fileio to list of interactive tests.
93        * src/sync.c: New (Copied from ../posix/src). New file.
94
952003-08-05      Till Strauman <strauman@slac.stanford.edu>
96
97        PR 442/filesystem
98        * src/open.c: file never closed if ftruncate() fails in open()
99
1002003-07-08      Joel Sherrill <joel@OARcorp.com>
101
102        PR 419/rtems
103        * src/termios.c: Removed warning.
104
1052003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Remove (Merged-in into ../configure.ac)
108        * Makefile.am: DOC_FILES = src/TODO src/CASES,
109        Reflect having merged configure.ac into ../configure.ac.
110        * src/config.h: New.
111
1122003-07-02      Chris Johns <cjohns@cybertec.com.au>
113
114        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
115        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
116       
1172003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Conditionally install stdint.h/inttypes.h.
120        * configure.ac: Check for system-stdint.h/inttypes.h.
121
1222003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        PR 409:
125        * include/stdint.h: Include rtems/stdint.h
126
1272003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
128
129        PR 399/rtems_misc
130        * src/termios.c: In canonical mode, when input is present in the
131        input buffer that contains an EOL character and some following
132        characters, a read call read data behind the EOL character, although
133        it should stop reading with the EOL character.
134
1352003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
138
1392003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        PR 389/rtems
142        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
143        on newlib.
144
1452003-04-03      Eri Valette <eric.valette@free.fr>
146
147        PR 381/core
148        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
149        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
150
1512003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
154        * src/strlcat.c: New (extracted from pppd/utils.c).
155        * src/strlcpy.c: New (extracted from pppd/utils.c).
156        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
163
164        PR 357/rtems_misc
165        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
166        checked that the wrong pointer during allocation was NULL.
167
1682003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * src/privateenv.c: Fix prototype for free_user_env.
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
175
1762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: AC_PREREQ(2.57).
179
1802003-02-06      Joel Sherrill <joel@OARcorp.com>
181
182        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
183        Linux port builds.
184
1852003-02-05     Till Straumann  <strauman@slac.stanford.edu>
186
187        PR 340/filesystem
188        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
189
1902003-02-05      Joel Sherrill <joel@OARcorp.com>
191
192        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
193        code.
194
1952003-02-03      Joel Sherrill <joel@OARcorp.com>
196
197        PR 338/filesystem
198        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
199        rtems_io_lookup_name() (API change).
200
2012003-02-03     Till Straumann  <strauman@slac.stanford.edu>
202
203        PR 339/filesystem
204        * src/chroot.c: Fix violation of FS node object copy semantics.
205
2062003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Eliminate OBJS.
209
2102003-01-10      Joel Sherrill <joel@OARcorp.com>
211
212        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
213        conflict with GNU/Linux header files.
214
2152003-01-03     Till Straumann  <strauman@slac.stanford.edu>
216
217        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
218        Per PR303, Fix violation of node_access copy syemantics
219
2202002-12-26     Till Straumann  <strauman@slac.stanford.edu
221
222        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
223
2242002-12-06      Joel Sherrill <joel@OARcorp.com>
225
226        * src/malloc.c: Fixed code that incorrected did a disable dispatch
227        instead of locking and unlocking the allocator mutex.
228
2292002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Add various checks to enhance portability.
232        * src/termios.c: Reflect changes to configure.ac.
233
2342002-12-02      Joel Sherrill <joel@OARcorp.com>
235
236        * include/rtems/libio.h: Internally use a union of an unsigned64
237        and major/minor device so we don't get into trouble shifting.
238        The h8300 seemed to be impossible to remove warnings otherwise.
239        Eventually the structure definition of a dev_t might be better anyway.
240        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
241        targets.
242
2432002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Cosmetical fixes.
246
2472002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Fix package name.
250
2512002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
254        Add check for CHAR_BIT.
255        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
256        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
257
2582002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove -ansi -fasm.
261        Add checks to diagnose potential system header conflicts.
262        * Makefile.am: Unconditionally install sys/cdefs.h.
263
2642002-11-07      <strauman@slac.stanford.edu>
265
266        * src/mount.c: Per PR297, correct fs_mountme failure paths.
267
2682002-11-01      Joel Sherrill <joel@OARcorp.com>
269
270        * ChangeLog: Corrected.
271
2722002-10-30      Eric Norum <eric.norum@usask.ca>
273
274        * src/printk.c: Add vprintk function for kernel printing
275        from routines which have already obtained the va_list pointer.
276
2772002-10-31      Joel Sherrill <joel@OARcorp.com>
278
279        * src/mallocfreespace.c: Corrected sense of status check to
280        match change inside RTEMS.
281        * src/newlibc.c: Removed warning.
282
2832002-10-28      Joel Sherrill <joel@OARcorp.com>
284
285        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
286        enumeration to int to eliminate warnings when values are overridden.
287
2882002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
291
2922002-10-24      <strauman@slac.stanford.edu>
293
294        * src/eval.c: Per PR293, added freenode calls for evaluate
295          link failures.
296
2972002-10-23      <strauman@slac.stanford.edu>
298
299        * src/mount.c per PR290, add check for ops->node_type_h
300        * src/mknod.c per PR291, remove erroneous call to freenod
301
3022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Reformat.
305        Add autom4te*cache.
306        Remove autom4te.cache.
307
3082002-10-02      Eric Norum <eric.norum@usask.ca>
309
310        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
311        * src/getgrent.c: Removed as functionality is now just a wrapper for
312        common routines in src/getpwent.c.
313        * Makefile.am: Reflect file removal.
314
3152002-09-14      Joel Sherrill <joel@OARcorp.com>
316
317        * include/rtems/libio.h: Change rtems_filesystem_read_t and
318        rtems_filesystem_write_t to return ssize_t to match read(2)
319        and write(2) respectively.
320
3212002-09-14      Eric Norum <eric.norum@usask.ca>
322
323        * src/readdir_r.c: New file.
324        * Makefile.am: Reflect above.
325
3262002-08-12      Eric Norum <eric.norum@usask.ca>
327
328        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
329
3302002-07-30      Joel Sherrill <joel@OARcorp.com>
331
332        * include/sys/utime.h: Removed as file is now part of the RTEMS
333        newlib support.
334        * Makefile.am: Reflect above.
335        * include/rtems/termiostypes.h: Avoid use of __P.
336
3372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Use .$(OBJEXT) instead of .o.
340
3412002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
344        INCLUDES (Upcoming automake standard).
345
3462002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: RTEMS_TOP(../..).
349
3502002-07-01      Joel Sherrill <joel@OARcorp.com>
351
352        * src/__times.c: Corrected from previous attempt to cleanup.
353
3542002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Remove RTEMS_PROJECT_ROOT.
357
3582002-06-28      Joel Sherrill <joel@OARcorp.com>
359
360        * src/__times.c: Cleaned up comments, return more information,
361        and eliminated the fatal error on clock not set since it cannot
362        occur.
363
3642002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
367        Add AC_PROG_RANLIB.
368
3692002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Merge src/Makefile.am.
372        * configure.ac: Reflect changes above.
373        * src/Makefile.am: Remove.
374
3752002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
378        Use ../aclocal.
379        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
380
3812001-05-24      Joel Sherrill <joel@OARcorp.com>
382
383        * src/.cvsignore: New file.
384
Note: See TracBrowser for help on using the repository browser.