1 | |
---|
2 | 2000-10-18 Joel Sherrill <joel@OARcorp.com> |
---|
3 | |
---|
4 | * libc/Makefile.am: Added mallocfreespace.c. |
---|
5 | * libc/mallocfreespace.c: New file based on work by Nick Simon |
---|
6 | <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c. |
---|
7 | * libc/libcsupport.h: Added prototype for malloc_free_space(). |
---|
8 | |
---|
9 | 2000-10-18 Joel Sherrill <joel@OARcorp.com> |
---|
10 | |
---|
11 | * libc/fcntl.c: Do not require every filesystem to have an fcntl() |
---|
12 | handler. Most fcntl() operations can be performed with no |
---|
13 | filesystem support. |
---|
14 | * ChangeLog: Corrected comment. |
---|
15 | |
---|
16 | 2000-09-28 Joel Sherrill <joel@OARcorp.com> |
---|
17 | |
---|
18 | * libc/libio.h (rtems_filesystem_file_handlers_r, |
---|
19 | rtems_filesystem_operations_table): Added _h to all structure |
---|
20 | fields to indicate they are "handlers". |
---|
21 | * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c, |
---|
22 | libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c, |
---|
23 | libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c, |
---|
24 | libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c, |
---|
25 | libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c, |
---|
26 | libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c, |
---|
27 | libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c, |
---|
28 | libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c: |
---|
29 | Modified to reflect above name change. |
---|
30 | |
---|
31 | 2000-09-22 Joel Sherrill <joel@OARcorp.com> |
---|
32 | |
---|
33 | * libc/newlibc.c: Removed _A29K specific ifdef. |
---|
34 | |
---|
35 | 2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
36 | |
---|
37 | * configure.in: Cleanup comments. |
---|
38 | |
---|
39 | 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
40 | |
---|
41 | * libc/Makefile.am: Include compile.am |
---|
42 | |
---|
43 | 2000-09-05 Joel Sherrill <joel@OARcorp.com> |
---|
44 | |
---|
45 | * libio.c: Added O_NONBLOCK to list of flags. |
---|
46 | |
---|
47 | 2000-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
48 | |
---|
49 | * configure.in: Remove libcpu and libbsp |
---|
50 | * Makefile.am: Remove libcpu and libbsp |
---|
51 | |
---|
52 | 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
53 | |
---|
54 | * libc/fs_null_handlers.c: Added missing rmnod entry. |
---|
55 | |
---|
56 | 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> |
---|
57 | |
---|
58 | * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c, |
---|
59 | libc/imfs_directory.c: Fixed style issues. |
---|
60 | |
---|
61 | 2000-08-11 Chris Johns <ccj@acm.org> |
---|
62 | |
---|
63 | * libc/chmod.c: Return ENOTSUP if filesystem does not have handler. |
---|
64 | * libc/eval.c: Ditto. |
---|
65 | * libc/fcntl.c: Ditto. |
---|
66 | * libc/fsync.c: Ditto. |
---|
67 | * libc/ioctl.c: Ditto. |
---|
68 | * libc/ioman.c: Ditto. |
---|
69 | * libc/link.c: Ditto. |
---|
70 | * libc/mknod.c: Ditto. |
---|
71 | * libc/symlink.c: Ditto. |
---|
72 | * libc/libio.h(rtems_filesystem_dev_major_t): New macro. |
---|
73 | * libc/libio.h(rtems_filesystem_dev_minor_t): New macro. |
---|
74 | * libc/memfile.c: Deleted assert. Added code to properly handle |
---|
75 | appending to a file. |
---|
76 | |
---|
77 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
78 | |
---|
79 | * ChangeLog: New file. |
---|