source: rtems/cpukit/libcsupport/ChangeLog @ 690861c

4.104.114.84.95
Last change on this file since 690861c was 690861c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/03 at 17:50:53

2003-11-26 Joel Sherrill <joel@…>

PR 523/filesystem

  • src/malloc.c: Make malloc family safer for use from ISRs and dispatching critical sections. If in a critical section while doing a free(), then the free is deferred until the next malloc() attempt.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12003-11-26      Joel Sherrill <joel@OARcorp.com>
2
3        PR 523/filesystem
4        * src/malloc.c: Make malloc family safer for use from ISRs and
5        dispatching critical sections. If in a critical section while doing
6        a free(), then the free is deferred until the next malloc() attempt.
7
82003-11-25      Jennifer Averett <jennifer@OARcorp.com>
9
10        PR 519/filesystem
11        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
12        write permissions in parent directory for file or directory delete
13
142003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
17
182003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * include/rtems/cdefs.h: New.
21        * Makefile.am: Completely reworked.
22
232003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * src/config.h: Remove.
26        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
27
282003-10-22      Joel Sherrill <joel@OARcorp.com>
29
30        PR 511/filesystem
31        * src/malloc.c: Add deferred free and protect against C Program Heap
32        operations while in a dispatch disable critical section or ISR.
33
342003-10-02      Phil Torre <ptorre@zetron.com>
35
36        PR 504/rtems
37        * src/newlibc.c: Fix memory allocation of libc extension so it is
38        dispatch disabled safe See PR for detailed explanation.
39
402003-09-26      Till Strauman <strauman@slac.stanford.edu>
41
42        PR 498/rtems
43        * src/printk.c: RTEMS printk() does not support the %i format which is
44        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
45        as an alias for %d/%D.
46
472003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        PR 489/rtems
50        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
51        having changed from void * to struct _reent*.
52
532003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * src/sync.c: Don't undef __STRICT_ANSI__.
56        Use struct _reent (struct reent doesn't exist)
57
582003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        PR 486/rtems
61        * src/newlib.c: Unconditionally include <stdio.h>
62
632003-09-04      Joel Sherrill <joel@OARcorp.com>
64
65        * include/chain.h, include/clockdrv.h, include/console.h,
66        include/iosupp.h, include/rtc.h, include/spurious.h,
67        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
68        include/rtems/libcsupport.h, include/rtems/libio.h,
69        include/rtems/libio_.h, include/rtems/termiostypes.h,
70        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
71        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
72        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
73        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
74        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
75        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
76        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
77        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
78        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
79        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
80        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
81        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
82        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
83        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
84        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
85        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
86        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
87        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
88        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
89        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
90        license changed.
91
922003-09-04      Joel Sherrill <joel@OARcorp.com>
93
94        PR 479/rtems_misc
95        * src/malloc.c: Per multiple standards realloc does not free the
96        original memory if the allocation of the requested larger block
97        fails.
98
992003-09-02      Joel Sherrill <joel@OARcorp.com>
100
101        * src/open.c: Fix typo.
102
1032003-09-02      Joel Sherrill <joel@OARcorp.com>
104
105        * src/malloc.c: Remove test define left in.
106
1072003-09-02      Ilya Alexeev <ilya@continuum.ru>
108
109        PR 472/filesystem
110        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
111
1122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        PR 449/rtems:
115        * src/getegid.c: New (Copied from ../posix/src).
116        * src/geteuid.c: New (Copied from ../posix/src).
117        * src/getgid.c: New (Copied from ../posix/src).
118        * src/getgroups.c: New (Copied from ../posix/src).
119        * src/getlogin.c: New (Copied from ../posix/src).
120        * src/getpgrp.c: New (Copied from ../posix/src).
121        * src/getpid.c: New (Copied from ../posix/src).
122        * src/getppid.c: New (Copied from ../posix/src).
123        * src/getuid.c: New (Copied from ../posix/src).
124        * src/setpgid.c: New (Copied from ../posix/src).
125        * src/setsid.c: New (Copied from ../posix/src).
126        * src/no_posix: Remove getpid and _getpid_r.
127        * Makefile.am: Reflect changes above.
128
1292003-08-14      Joel Sherrill <joel@OARcorp.com>
130
131        * Makefile.am: Add fileio to list of interactive tests.
132        * src/sync.c: New (Copied from ../posix/src). New file.
133
1342003-08-05      Till Strauman <strauman@slac.stanford.edu>
135
136        PR 442/filesystem
137        * src/open.c: file never closed if ftruncate() fails in open()
138
1392003-07-08      Joel Sherrill <joel@OARcorp.com>
140
141        PR 419/rtems
142        * src/termios.c: Removed warning.
143
1442003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove (Merged-in into ../configure.ac)
147        * Makefile.am: DOC_FILES = src/TODO src/CASES,
148        Reflect having merged configure.ac into ../configure.ac.
149        * src/config.h: New.
150
1512003-07-02      Chris Johns <cjohns@cybertec.com.au>
152
153        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
154        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
155       
1562003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Conditionally install stdint.h/inttypes.h.
159        * configure.ac: Check for system-stdint.h/inttypes.h.
160
1612003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        PR 409:
164        * include/stdint.h: Include rtems/stdint.h
165
1662003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
167
168        PR 399/rtems_misc
169        * src/termios.c: In canonical mode, when input is present in the
170        input buffer that contains an EOL character and some following
171        characters, a read call read data behind the EOL character, although
172        it should stop reading with the EOL character.
173
1742003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
177
1782003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        PR 389/rtems
181        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
182        on newlib.
183
1842003-04-03      Eri Valette <eric.valette@free.fr>
185
186        PR 381/core
187        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
188        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
189
1902003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
193        * src/strlcat.c: New (extracted from pppd/utils.c).
194        * src/strlcpy.c: New (extracted from pppd/utils.c).
195        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
196
1972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove AC_CONFIG_AUX_DIR.
200
2012003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
202
203        PR 357/rtems_misc
204        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
205        checked that the wrong pointer during allocation was NULL.
206
2072003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * src/privateenv.c: Fix prototype for free_user_env.
210
2112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AC_PREREQ(2.57).
218
2192003-02-06      Joel Sherrill <joel@OARcorp.com>
220
221        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
222        Linux port builds.
223
2242003-02-05     Till Straumann  <strauman@slac.stanford.edu>
225
226        PR 340/filesystem
227        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
228
2292003-02-05      Joel Sherrill <joel@OARcorp.com>
230
231        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
232        code.
233
2342003-02-03      Joel Sherrill <joel@OARcorp.com>
235
236        PR 338/filesystem
237        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
238        rtems_io_lookup_name() (API change).
239
2402003-02-03     Till Straumann  <strauman@slac.stanford.edu>
241
242        PR 339/filesystem
243        * src/chroot.c: Fix violation of FS node object copy semantics.
244
2452003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Eliminate OBJS.
248
2492003-01-10      Joel Sherrill <joel@OARcorp.com>
250
251        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
252        conflict with GNU/Linux header files.
253
2542003-01-03     Till Straumann  <strauman@slac.stanford.edu>
255
256        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
257        Per PR303, Fix violation of node_access copy syemantics
258
2592002-12-26     Till Straumann  <strauman@slac.stanford.edu
260
261        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
262
2632002-12-06      Joel Sherrill <joel@OARcorp.com>
264
265        * src/malloc.c: Fixed code that incorrected did a disable dispatch
266        instead of locking and unlocking the allocator mutex.
267
2682002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add various checks to enhance portability.
271        * src/termios.c: Reflect changes to configure.ac.
272
2732002-12-02      Joel Sherrill <joel@OARcorp.com>
274
275        * include/rtems/libio.h: Internally use a union of an unsigned64
276        and major/minor device so we don't get into trouble shifting.
277        The h8300 seemed to be impossible to remove warnings otherwise.
278        Eventually the structure definition of a dev_t might be better anyway.
279        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
280        targets.
281
2822002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Cosmetical fixes.
285
2862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Fix package name.
289
2902002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
293        Add check for CHAR_BIT.
294        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
295        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
296
2972002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Remove -ansi -fasm.
300        Add checks to diagnose potential system header conflicts.
301        * Makefile.am: Unconditionally install sys/cdefs.h.
302
3032002-11-07      <strauman@slac.stanford.edu>
304
305        * src/mount.c: Per PR297, correct fs_mountme failure paths.
306
3072002-11-01      Joel Sherrill <joel@OARcorp.com>
308
309        * ChangeLog: Corrected.
310
3112002-10-30      Eric Norum <eric.norum@usask.ca>
312
313        * src/printk.c: Add vprintk function for kernel printing
314        from routines which have already obtained the va_list pointer.
315
3162002-10-31      Joel Sherrill <joel@OARcorp.com>
317
318        * src/mallocfreespace.c: Corrected sense of status check to
319        match change inside RTEMS.
320        * src/newlibc.c: Removed warning.
321
3222002-10-28      Joel Sherrill <joel@OARcorp.com>
323
324        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
325        enumeration to int to eliminate warnings when values are overridden.
326
3272002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
330
3312002-10-24      <strauman@slac.stanford.edu>
332
333        * src/eval.c: Per PR293, added freenode calls for evaluate
334          link failures.
335
3362002-10-23      <strauman@slac.stanford.edu>
337
338        * src/mount.c per PR290, add check for ops->node_type_h
339        * src/mknod.c per PR291, remove erroneous call to freenod
340
3412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * .cvsignore: Reformat.
344        Add autom4te*cache.
345        Remove autom4te.cache.
346
3472002-10-02      Eric Norum <eric.norum@usask.ca>
348
349        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
350        * src/getgrent.c: Removed as functionality is now just a wrapper for
351        common routines in src/getpwent.c.
352        * Makefile.am: Reflect file removal.
353
3542002-09-14      Joel Sherrill <joel@OARcorp.com>
355
356        * include/rtems/libio.h: Change rtems_filesystem_read_t and
357        rtems_filesystem_write_t to return ssize_t to match read(2)
358        and write(2) respectively.
359
3602002-09-14      Eric Norum <eric.norum@usask.ca>
361
362        * src/readdir_r.c: New file.
363        * Makefile.am: Reflect above.
364
3652002-08-12      Eric Norum <eric.norum@usask.ca>
366
367        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
368
3692002-07-30      Joel Sherrill <joel@OARcorp.com>
370
371        * include/sys/utime.h: Removed as file is now part of the RTEMS
372        newlib support.
373        * Makefile.am: Reflect above.
374        * include/rtems/termiostypes.h: Avoid use of __P.
375
3762002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * Makefile.am: Use .$(OBJEXT) instead of .o.
379
3802002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
383        INCLUDES (Upcoming automake standard).
384
3852002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: RTEMS_TOP(../..).
388
3892002-07-01      Joel Sherrill <joel@OARcorp.com>
390
391        * src/__times.c: Corrected from previous attempt to cleanup.
392
3932002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Remove RTEMS_PROJECT_ROOT.
396
3972002-06-28      Joel Sherrill <joel@OARcorp.com>
398
399        * src/__times.c: Cleaned up comments, return more information,
400        and eliminated the fatal error on clock not set since it cannot
401        occur.
402
4032002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
406        Add AC_PROG_RANLIB.
407
4082002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Merge src/Makefile.am.
411        * configure.ac: Reflect changes above.
412        * src/Makefile.am: Remove.
413
4142002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
417        Use ../aclocal.
418        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
419
4202001-05-24      Joel Sherrill <joel@OARcorp.com>
421
422        * src/.cvsignore: New file.
423
Note: See TracBrowser for help on using the repository browser.