source: rtems/cpukit/libcsupport/ChangeLog @ de2ee43d

4.104.114.84.95
Last change on this file since de2ee43d was de2ee43d, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 23:41:27

2003-12-16 Joel Sherrill <joel@…>

PR 542/filesystem

  • include/rtems/libio_.h: Add rtems_libio_iop_to_descriptor macro to convert iop to the corresponding integer file descriptor.
  • Property mode set to 100644
File size: 14.0 KB
Line 
12003-12-16      Joel Sherrill <joel@OARcorp.com>
2
3        PR 542/filesystem
4        * include/rtems/libio_.h: Add rtems_libio_iop_to_descriptor macro to
5        convert iop to the corresponding integer file descriptor.
6
72003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Remove BUILT_SOURCES.
14
152003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Add $(dirstamp) to compilation rules.
18
192003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add $(dirstamp) to preinstallation rules.
22
232003-11-26      Joel Sherrill <joel@OARcorp.com>
24
25        PR 524/filesystem
26        * src/newlibc.c: Address 1K buffer leak from incomplete cleanup of
27        newlib reentrancy handler.
28
292003-11-26      Joel Sherrill <joel@OARcorp.com>
30
31        PR 523/filesystem
32        * src/malloc.c: Make malloc family safer for use from ISRs and
33        dispatching critical sections. If in a critical section while doing
34        a free(), then the free is deferred until the next malloc() attempt.
35
362003-11-25      Jennifer Averett <jennifer@OARcorp.com>
37
38        PR 519/filesystem
39        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
40        write permissions in parent directory for file or directory delete
41
422003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
45
462003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * include/rtems/cdefs.h: New.
49        * Makefile.am: Completely reworked.
50
512003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * src/config.h: Remove.
54        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
55
562003-10-22      Joel Sherrill <joel@OARcorp.com>
57
58        PR 511/filesystem
59        * src/malloc.c: Add deferred free and protect against C Program Heap
60        operations while in a dispatch disable critical section or ISR.
61
622003-10-02      Phil Torre <ptorre@zetron.com>
63
64        PR 504/rtems
65        * src/newlibc.c: Fix memory allocation of libc extension so it is
66        dispatch disabled safe See PR for detailed explanation.
67
682003-09-26      Till Strauman <strauman@slac.stanford.edu>
69
70        PR 498/rtems
71        * src/printk.c: RTEMS printk() does not support the %i format which is
72        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
73        as an alias for %d/%D.
74
752003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        PR 489/rtems
78        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
79        having changed from void * to struct _reent*.
80
812003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * src/sync.c: Don't undef __STRICT_ANSI__.
84        Use struct _reent (struct reent doesn't exist)
85
862003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        PR 486/rtems
89        * src/newlib.c: Unconditionally include <stdio.h>
90
912003-09-04      Joel Sherrill <joel@OARcorp.com>
92
93        * include/chain.h, include/clockdrv.h, include/console.h,
94        include/iosupp.h, include/rtc.h, include/spurious.h,
95        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
96        include/rtems/libcsupport.h, include/rtems/libio.h,
97        include/rtems/libio_.h, include/rtems/termiostypes.h,
98        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
99        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
100        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
101        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
102        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
103        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
104        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
105        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
106        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
107        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
108        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
109        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
110        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
111        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
112        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
113        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
114        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
115        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
116        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
117        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
118        license changed.
119
1202003-09-04      Joel Sherrill <joel@OARcorp.com>
121
122        PR 479/rtems_misc
123        * src/malloc.c: Per multiple standards realloc does not free the
124        original memory if the allocation of the requested larger block
125        fails.
126
1272003-09-02      Joel Sherrill <joel@OARcorp.com>
128
129        * src/open.c: Fix typo.
130
1312003-09-02      Joel Sherrill <joel@OARcorp.com>
132
133        * src/malloc.c: Remove test define left in.
134
1352003-09-02      Ilya Alexeev <ilya@continuum.ru>
136
137        PR 472/filesystem
138        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        PR 449/rtems:
143        * src/getegid.c: New (Copied from ../posix/src).
144        * src/geteuid.c: New (Copied from ../posix/src).
145        * src/getgid.c: New (Copied from ../posix/src).
146        * src/getgroups.c: New (Copied from ../posix/src).
147        * src/getlogin.c: New (Copied from ../posix/src).
148        * src/getpgrp.c: New (Copied from ../posix/src).
149        * src/getpid.c: New (Copied from ../posix/src).
150        * src/getppid.c: New (Copied from ../posix/src).
151        * src/getuid.c: New (Copied from ../posix/src).
152        * src/setpgid.c: New (Copied from ../posix/src).
153        * src/setsid.c: New (Copied from ../posix/src).
154        * src/no_posix: Remove getpid and _getpid_r.
155        * Makefile.am: Reflect changes above.
156
1572003-08-14      Joel Sherrill <joel@OARcorp.com>
158
159        * Makefile.am: Add fileio to list of interactive tests.
160        * src/sync.c: New (Copied from ../posix/src). New file.
161
1622003-08-05      Till Strauman <strauman@slac.stanford.edu>
163
164        PR 442/filesystem
165        * src/open.c: file never closed if ftruncate() fails in open()
166
1672003-07-08      Joel Sherrill <joel@OARcorp.com>
168
169        PR 419/rtems
170        * src/termios.c: Removed warning.
171
1722003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove (Merged-in into ../configure.ac)
175        * Makefile.am: DOC_FILES = src/TODO src/CASES,
176        Reflect having merged configure.ac into ../configure.ac.
177        * src/config.h: New.
178
1792003-07-02      Chris Johns <cjohns@cybertec.com.au>
180
181        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
182        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
183       
1842003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Conditionally install stdint.h/inttypes.h.
187        * configure.ac: Check for system-stdint.h/inttypes.h.
188
1892003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 409:
192        * include/stdint.h: Include rtems/stdint.h
193
1942003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
195
196        PR 399/rtems_misc
197        * src/termios.c: In canonical mode, when input is present in the
198        input buffer that contains an EOL character and some following
199        characters, a read call read data behind the EOL character, although
200        it should stop reading with the EOL character.
201
2022003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
205
2062003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        PR 389/rtems
209        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
210        on newlib.
211
2122003-04-03      Eri Valette <eric.valette@free.fr>
213
214        PR 381/core
215        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
216        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
217
2182003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
221        * src/strlcat.c: New (extracted from pppd/utils.c).
222        * src/strlcpy.c: New (extracted from pppd/utils.c).
223        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
224
2252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove AC_CONFIG_AUX_DIR.
228
2292003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
230
231        PR 357/rtems_misc
232        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
233        checked that the wrong pointer during allocation was NULL.
234
2352003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * src/privateenv.c: Fix prototype for free_user_env.
238
2392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
242
2432003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: AC_PREREQ(2.57).
246
2472003-02-06      Joel Sherrill <joel@OARcorp.com>
248
249        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
250        Linux port builds.
251
2522003-02-05     Till Straumann  <strauman@slac.stanford.edu>
253
254        PR 340/filesystem
255        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
256
2572003-02-05      Joel Sherrill <joel@OARcorp.com>
258
259        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
260        code.
261
2622003-02-03      Joel Sherrill <joel@OARcorp.com>
263
264        PR 338/filesystem
265        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
266        rtems_io_lookup_name() (API change).
267
2682003-02-03     Till Straumann  <strauman@slac.stanford.edu>
269
270        PR 339/filesystem
271        * src/chroot.c: Fix violation of FS node object copy semantics.
272
2732003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Eliminate OBJS.
276
2772003-01-10      Joel Sherrill <joel@OARcorp.com>
278
279        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
280        conflict with GNU/Linux header files.
281
2822003-01-03     Till Straumann  <strauman@slac.stanford.edu>
283
284        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
285        Per PR303, Fix violation of node_access copy syemantics
286
2872002-12-26     Till Straumann  <strauman@slac.stanford.edu
288
289        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
290
2912002-12-06      Joel Sherrill <joel@OARcorp.com>
292
293        * src/malloc.c: Fixed code that incorrected did a disable dispatch
294        instead of locking and unlocking the allocator mutex.
295
2962002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Add various checks to enhance portability.
299        * src/termios.c: Reflect changes to configure.ac.
300
3012002-12-02      Joel Sherrill <joel@OARcorp.com>
302
303        * include/rtems/libio.h: Internally use a union of an unsigned64
304        and major/minor device so we don't get into trouble shifting.
305        The h8300 seemed to be impossible to remove warnings otherwise.
306        Eventually the structure definition of a dev_t might be better anyway.
307        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
308        targets.
309
3102002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Cosmetical fixes.
313
3142002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Fix package name.
317
3182002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
321        Add check for CHAR_BIT.
322        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
323        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
324
3252002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Remove -ansi -fasm.
328        Add checks to diagnose potential system header conflicts.
329        * Makefile.am: Unconditionally install sys/cdefs.h.
330
3312002-11-07      <strauman@slac.stanford.edu>
332
333        * src/mount.c: Per PR297, correct fs_mountme failure paths.
334
3352002-11-01      Joel Sherrill <joel@OARcorp.com>
336
337        * ChangeLog: Corrected.
338
3392002-10-30      Eric Norum <eric.norum@usask.ca>
340
341        * src/printk.c: Add vprintk function for kernel printing
342        from routines which have already obtained the va_list pointer.
343
3442002-10-31      Joel Sherrill <joel@OARcorp.com>
345
346        * src/mallocfreespace.c: Corrected sense of status check to
347        match change inside RTEMS.
348        * src/newlibc.c: Removed warning.
349
3502002-10-28      Joel Sherrill <joel@OARcorp.com>
351
352        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
353        enumeration to int to eliminate warnings when values are overridden.
354
3552002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
358
3592002-10-24      <strauman@slac.stanford.edu>
360
361        * src/eval.c: Per PR293, added freenode calls for evaluate
362          link failures.
363
3642002-10-23      <strauman@slac.stanford.edu>
365
366        * src/mount.c per PR290, add check for ops->node_type_h
367        * src/mknod.c per PR291, remove erroneous call to freenod
368
3692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * .cvsignore: Reformat.
372        Add autom4te*cache.
373        Remove autom4te.cache.
374
3752002-10-02      Eric Norum <eric.norum@usask.ca>
376
377        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
378        * src/getgrent.c: Removed as functionality is now just a wrapper for
379        common routines in src/getpwent.c.
380        * Makefile.am: Reflect file removal.
381
3822002-09-14      Joel Sherrill <joel@OARcorp.com>
383
384        * include/rtems/libio.h: Change rtems_filesystem_read_t and
385        rtems_filesystem_write_t to return ssize_t to match read(2)
386        and write(2) respectively.
387
3882002-09-14      Eric Norum <eric.norum@usask.ca>
389
390        * src/readdir_r.c: New file.
391        * Makefile.am: Reflect above.
392
3932002-08-12      Eric Norum <eric.norum@usask.ca>
394
395        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
396
3972002-07-30      Joel Sherrill <joel@OARcorp.com>
398
399        * include/sys/utime.h: Removed as file is now part of the RTEMS
400        newlib support.
401        * Makefile.am: Reflect above.
402        * include/rtems/termiostypes.h: Avoid use of __P.
403
4042002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * Makefile.am: Use .$(OBJEXT) instead of .o.
407
4082002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
411        INCLUDES (Upcoming automake standard).
412
4132002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * configure.ac: RTEMS_TOP(../..).
416
4172002-07-01      Joel Sherrill <joel@OARcorp.com>
418
419        * src/__times.c: Corrected from previous attempt to cleanup.
420
4212002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Remove RTEMS_PROJECT_ROOT.
424
4252002-06-28      Joel Sherrill <joel@OARcorp.com>
426
427        * src/__times.c: Cleaned up comments, return more information,
428        and eliminated the fatal error on clock not set since it cannot
429        occur.
430
4312002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
434        Add AC_PROG_RANLIB.
435
4362002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Merge src/Makefile.am.
439        * configure.ac: Reflect changes above.
440        * src/Makefile.am: Remove.
441
4422002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
445        Use ../aclocal.
446        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
447
4482001-05-24      Joel Sherrill <joel@OARcorp.com>
449
450        * src/.cvsignore: New file.
451
Note: See TracBrowser for help on using the repository browser.