source: rtems/cpukit/libcsupport/ChangeLog @ de691e68

4.104.114.84.95
Last change on this file since de691e68 was de691e68, checked in by Jennifer Averett <Jennifer.Averett@…>, on 11/25/03 at 17:26:45

2003-11-25 Jennifer Averett <jennifer@…>

PR 519/filesystem

  • include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check write permissions in parent directory for file or directory delete
  • Property mode set to 100644
File size: 13.0 KB
RevLine 
[de691e68]12003-11-25      Jennifer Averett <jennifer@OARcorp.com>
2
3        PR 519/filesystem
4        * include/rtems/libio_.h, src/eval.c, src/rmdir.c, src/unlink.c: Check
5        write permissions in parent directory for file or directory delete
6
[bcb9ab43]72003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * include/rtems/cdefs.h: Use _RTEMS_CDEFS_H guards.
10
[6cb5bcd]112003-11-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * include/rtems/cdefs.h: New.
14        * Makefile.am: Completely reworked.
15
[42f22f84]162003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * src/config.h: Remove.
19        * src/Makefile.am: AM_CPPFLAGS += -I$(top_builddir).
20
[aab4664d]212003-10-22      Joel Sherrill <joel@OARcorp.com>
22
23        PR 511/filesystem
24        * src/malloc.c: Add deferred free and protect against C Program Heap
25        operations while in a dispatch disable critical section or ISR.
26
[6cff0f8]272003-10-02      Phil Torre <ptorre@zetron.com>
28
29        PR 504/rtems
30        * src/newlibc.c: Fix memory allocation of libc extension so it is
31        dispatch disabled safe See PR for detailed explanation.
32
[1f5a1afe]332003-09-26      Till Strauman <strauman@slac.stanford.edu>
34
35        PR 498/rtems
36        * src/printk.c: RTEMS printk() does not support the %i format which is
37        used by a lot of driver/BSP etc. code. The trivial patch allows %i/%I
38        as an alias for %d/%D.
39
[7bd88b54]402003-09-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        PR 489/rtems
43        * src/newlibc.c: Reflect struct Thread_Control_struct.libc_reent
44        having changed from void * to struct _reent*.
45
[65fd5ae]462003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * src/sync.c: Don't undef __STRICT_ANSI__.
49        Use struct _reent (struct reent doesn't exist)
50
[7ce9bacd]512003-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        PR 486/rtems
54        * src/newlib.c: Unconditionally include <stdio.h>
55
[0eae36c7]562003-09-04      Joel Sherrill <joel@OARcorp.com>
57
58        * include/chain.h, include/clockdrv.h, include/console.h,
59        include/iosupp.h, include/rtc.h, include/spurious.h,
60        include/timerdrv.h, include/vmeintr.h, include/motorola/mc68230.h,
61        include/rtems/libcsupport.h, include/rtems/libio.h,
62        include/rtems/libio_.h, include/rtems/termiostypes.h,
63        include/sys/termios.h, include/zilog/z8036.h, include/zilog/z8530.h,
64        include/zilog/z8536.h, src/__brk.c, src/__gettod.c, src/__sbrk.c,
65        src/__times.c, src/access.c, src/base_fs.c, src/cfgetispeed.c,
66        src/cfgetospeed.c, src/cfsetispeed.c, src/cfsetospeed.c, src/chdir.c,
67        src/chmod.c, src/chown.c, src/chroot.c, src/close.c, src/ctermid.c,
68        src/dup.c, src/dup2.c, src/eval.c, src/fchdir.c, src/fchmod.c,
69        src/fcntl.c, src/fdatasync.c, src/fpathconf.c,
70        src/fs_null_handlers.c, src/fstat.c, src/fsync.c, src/ftruncate.c,
71        src/getdents.c, src/getpwent.c, src/hosterr.c, src/ioctl.c,
72        src/isatty.c, src/libio.c, src/libio_sockets.c, src/link.c,
73        src/lseek.c, src/lstat.c, src/malloc.c, src/mallocfreespace.c,
74        src/mkdir.c, src/mkfifo.c, src/mknod.c, src/mount.c, src/newlibc.c,
75        src/no_libc.c, src/no_posix.c, src/open.c, src/pathconf.c,
76        src/pipe.c, src/privateenv.c, src/read.c, src/readlink.c,
77        src/rewinddir.c, src/rmdir.c, src/seekdir.c, src/stat.c,
78        src/symlink.c, src/sync.c, src/tcdrain.c, src/tcflow.c,
79        src/tcflush.c, src/tcgetattr.c, src/tcgetprgrp.c, src/tcsendbreak.c,
80        src/tcsetattr.c, src/tcsetpgrp.c, src/telldir.c, src/termios.c,
81        src/termiosinitialize.c, src/truncate.c, src/umask.c, src/unixlibc.c,
82        src/unlink.c, src/unmount.c, src/utime.c, src/write.c: URL for
83        license changed.
84
[d9c3805]852003-09-04      Joel Sherrill <joel@OARcorp.com>
86
87        PR 479/rtems_misc
88        * src/malloc.c: Per multiple standards realloc does not free the
89        original memory if the allocation of the requested larger block
90        fails.
91
[fdb0378]922003-09-02      Joel Sherrill <joel@OARcorp.com>
93
94        * src/open.c: Fix typo.
95
[a561f47b]962003-09-02      Joel Sherrill <joel@OARcorp.com>
97
98        * src/malloc.c: Remove test define left in.
99
[d5031cb]1002003-09-02      Ilya Alexeev <ilya@continuum.ru>
101
102        PR 472/filesystem
103        src/malloc.c: Need to include apimutex.h when MALLOC_STATS is defined.
104
[c5f52e9]1052003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        PR 449/rtems:
108        * src/getegid.c: New (Copied from ../posix/src).
109        * src/geteuid.c: New (Copied from ../posix/src).
110        * src/getgid.c: New (Copied from ../posix/src).
111        * src/getgroups.c: New (Copied from ../posix/src).
112        * src/getlogin.c: New (Copied from ../posix/src).
113        * src/getpgrp.c: New (Copied from ../posix/src).
114        * src/getpid.c: New (Copied from ../posix/src).
115        * src/getppid.c: New (Copied from ../posix/src).
116        * src/getuid.c: New (Copied from ../posix/src).
117        * src/setpgid.c: New (Copied from ../posix/src).
118        * src/setsid.c: New (Copied from ../posix/src).
119        * src/no_posix: Remove getpid and _getpid_r.
120        * Makefile.am: Reflect changes above.
121
[bed55af]1222003-08-14      Joel Sherrill <joel@OARcorp.com>
123
124        * Makefile.am: Add fileio to list of interactive tests.
[c5f52e9]125        * src/sync.c: New (Copied from ../posix/src). New file.
[bed55af]126
[1d4e666]1272003-08-05      Till Strauman <strauman@slac.stanford.edu>
128
129        PR 442/filesystem
130        * src/open.c: file never closed if ftruncate() fails in open()
131
[b5825ab]1322003-07-08      Joel Sherrill <joel@OARcorp.com>
133
134        PR 419/rtems
135        * src/termios.c: Removed warning.
136
[44c889a]1372003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: Remove (Merged-in into ../configure.ac)
140        * Makefile.am: DOC_FILES = src/TODO src/CASES,
141        Reflect having merged configure.ac into ../configure.ac.
142        * src/config.h: New.
143
[1f5d2ba]1442003-07-02      Chris Johns <cjohns@cybertec.com.au>
[8ebf2e4d]145
[1f5d2ba]146        * include/rtems/libio.h, src/termios.c: Patch by Chris Johns
147        <cjohns@cybertec.com.au> adding the rtems_termios_bufsize call.
148       
[3f4876a]1492003-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Conditionally install stdint.h/inttypes.h.
152        * configure.ac: Check for system-stdint.h/inttypes.h.
153
[fe661e4]1542003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        PR 409:
157        * include/stdint.h: Include rtems/stdint.h
158
[35e6bf7f]1592003-04-17      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
160
161        PR 399/rtems_misc
162        * src/termios.c: In canonical mode, when input is present in the
163        input buffer that contains an EOL character and some following
164        characters, a read call read data behind the EOL character, although
165        it should stop reading with the EOL character.
166
[ccb1a6ec]1672003-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * src/no_posix.c: include <reent.h> instead of <sys/reent.h>
170
[6020b4f]1712003-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        PR 389/rtems
174        * src/no_posix.c: Correct _kill_r() prototype and make it conditional
175        on newlib.
176
[10a82e7]1772003-04-03      Eri Valette <eric.valette@free.fr>
178
179        PR 381/core
180        * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR
181        to fix strange run-time problem where EIP was corrupted on pc386 BSP.
182
[34b5bdb6]1832003-03-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AC_CHECK_FUNCS(strlcpy strlcat).
186        * src/strlcat.c: New (extracted from pppd/utils.c).
187        * src/strlcpy.c: New (extracted from pppd/utils.c).
188        * Makefile.am: Add BSD_C_FILES, strlcat.c, strlcpy.c.
189
[9b353a5]1902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove AC_CONFIG_AUX_DIR.
193
[2932830b]1942003-02-20      Wolfram Wadepohl <W.Wadepohl@indumat.de>
195
196        PR 357/rtems_misc
197        * src/termios.c (rtems_termios_open):  Fixed code the incorrectly
198        checked that the wrong pointer during allocation was NULL.
199
[83eda9b]2002003-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * src/privateenv.c: Fix prototype for free_user_env.
203
[ccd81b60]2042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
207
[9b5c258]2082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: AC_PREREQ(2.57).
211
[2a09fb6e]2122003-02-06      Joel Sherrill <joel@OARcorp.com>
213
214        * include/sys/ioccom.h: Include <sys/types.h> not <machine/types.h> so
215        Linux port builds.
216
[f4f341b]2172003-02-05     Till Straumann  <strauman@slac.stanford.edu>
218
219        PR 340/filesystem
220        * src/fcntl.c: Add missing _fcntl_r assumed to exist by newlib.
221
[787449a9]2222003-02-05      Joel Sherrill <joel@OARcorp.com>
223
224        * include/sys/ioccom.h: Fix so not using internal RTEMS types in libc
225        code.
226
[97aaa2a]2272003-02-03      Joel Sherrill <joel@OARcorp.com>
228
229        PR 338/filesystem
230        * src/unixlibc.c: Side-effect of fixing reentrancy problem with
231        rtems_io_lookup_name() (API change).
232
[d90b74e]2332003-02-03     Till Straumann  <strauman@slac.stanford.edu>
234
235        PR 339/filesystem
236        * src/chroot.c: Fix violation of FS node object copy semantics.
237
[81df4984]2382003-01-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Eliminate OBJS.
241
[0b178f04]2422003-01-10      Joel Sherrill <joel@OARcorp.com>
243
244        * include/rtems/libio.h: Rename __dev_t to __rtems_dev_t to avoid
245        conflict with GNU/Linux header files.
246
[883129a]2472003-01-03     Till Straumann  <strauman@slac.stanford.edu>
248
249        * ChangeLog, base_fs.c, getpwent.c, privateenv.c
250        Per PR303, Fix violation of node_access copy syemantics
251
2522002-12-26     Till Straumann  <strauman@slac.stanford.edu
253
254        * src/fchdir.c: PR302 fix violation of FS node object copy semantics.
255
[83333e9]2562002-12-06      Joel Sherrill <joel@OARcorp.com>
257
258        * src/malloc.c: Fixed code that incorrected did a disable dispatch
259        instead of locking and unlocking the allocator mutex.
260
[c707861]2612002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Add various checks to enhance portability.
264        * src/termios.c: Reflect changes to configure.ac.
265
[7e476f0]2662002-12-02      Joel Sherrill <joel@OARcorp.com>
267
268        * include/rtems/libio.h: Internally use a union of an unsigned64
269        and major/minor device so we don't get into trouble shifting.
270        The h8300 seemed to be impossible to remove warnings otherwise.
271        Eventually the structure definition of a dev_t might be better anyway.
272        * include/sys/ioccom.h: Added casts to remove warnings on 16 bit
273        targets.
274
[9d721178]2752002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Cosmetical fixes.
278
[47c0220]2792002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Fix package name.
282
[6c39eca4]2832002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Check for sys/cdefs.h, Add NEED_SYS_CDEFS_H.
286        Add check for CHAR_BIT.
287        * Makefile.am: Conditionally install sys/cdefs.h iff using newlib or
288        if the host does not provide sys/cdefs.h (Fixes Linux/posix).
289
[f934a9d6]2902002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove -ansi -fasm.
293        Add checks to diagnose potential system header conflicts.
294        * Makefile.am: Unconditionally install sys/cdefs.h.
295
[4b533522]2962002-11-07      <strauman@slac.stanford.edu>
297
298        * src/mount.c: Per PR297, correct fs_mountme failure paths.
299
[b31106f6]3002002-11-01      Joel Sherrill <joel@OARcorp.com>
301
302        * ChangeLog: Corrected.
303
3042002-10-30      Eric Norum <eric.norum@usask.ca>
305
306        * src/printk.c: Add vprintk function for kernel printing
307        from routines which have already obtained the va_list pointer.
308
[df4b9d6]3092002-10-31      Joel Sherrill <joel@OARcorp.com>
310
311        * src/mallocfreespace.c: Corrected sense of status check to
312        match change inside RTEMS.
313        * src/newlibc.c: Removed warning.
314
[a1f1011]3152002-10-28      Joel Sherrill <joel@OARcorp.com>
316
317        * include/rtems/libio.h: Change rtems_filesystem_node_types_t from
318        enumeration to int to eliminate warnings when values are overridden.
319
[56a1ae36]3202002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
323
[4dfda3b]3242002-10-24      <strauman@slac.stanford.edu>
325
326        * src/eval.c: Per PR293, added freenode calls for evaluate
327          link failures.
328
[bf61751c]3292002-10-23      <strauman@slac.stanford.edu>
[4dfda3b]330
[bf61751c]331        * src/mount.c per PR290, add check for ops->node_type_h
332        * src/mknod.c per PR291, remove erroneous call to freenod
333
[f8cb04a5]3342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * .cvsignore: Reformat.
337        Add autom4te*cache.
338        Remove autom4te.cache.
339
[ed8c513]3402002-10-02      Eric Norum <eric.norum@usask.ca>
341
342        * src/getpwent.c: Per PR283, reimplement to address reentrancy problems.
343        * src/getgrent.c: Removed as functionality is now just a wrapper for
344        common routines in src/getpwent.c.
345        * Makefile.am: Reflect file removal.
346
[5d0b2f7]3472002-09-14      Joel Sherrill <joel@OARcorp.com>
348
349        * include/rtems/libio.h: Change rtems_filesystem_read_t and
350        rtems_filesystem_write_t to return ssize_t to match read(2)
351        and write(2) respectively.
352
[193fe690]3532002-09-14      Eric Norum <eric.norum@usask.ca>
354
355        * src/readdir_r.c: New file.
356        * Makefile.am: Reflect above.
357
[771e79d]3582002-08-12      Eric Norum <eric.norum@usask.ca>
359
360        * src/write.c (_write_r): Change prototype to match newlib's reent.h.
361
[5af0cf2f]3622002-07-30      Joel Sherrill <joel@OARcorp.com>
363
364        * include/sys/utime.h: Removed as file is now part of the RTEMS
365        newlib support.
366        * Makefile.am: Reflect above.
367        * include/rtems/termiostypes.h: Avoid use of __P.
[c8e972f]368
[eb5100b]3692002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use .$(OBJEXT) instead of .o.
372
[8b006a77]3732002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Eliminate LIBNAME. Use AM_CPPFLAGS instead of
376        INCLUDES (Upcoming automake standard).
377
[705a0701]3782002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: RTEMS_TOP(../..).
381
[2e2cf921]3822002-07-01      Joel Sherrill <joel@OARcorp.com>
383
384        * src/__times.c: Corrected from previous attempt to cleanup.
385
[8c746fe]3862002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Remove RTEMS_PROJECT_ROOT.
389
[b43314a]3902002-06-28      Joel Sherrill <joel@OARcorp.com>
391
392        * src/__times.c: Cleaned up comments, return more information,
393        and eliminated the fatal error on clock not set since it cannot
394        occur.
395
[da8f88a]3962002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
399        Add AC_PROG_RANLIB.
400
[b8ad66c]4012002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * Makefile.am: Merge src/Makefile.am.
404        * configure.ac: Reflect changes above.
405        * src/Makefile.am: Remove.
406
[8ed9f53]4072002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
410        Use ../aclocal.
411        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
412
[3fa500f]4132001-05-24      Joel Sherrill <joel@OARcorp.com>
414
415        * src/.cvsignore: New file.
416
Note: See TracBrowser for help on using the repository browser.