source: rtems/c/src/lib/ChangeLog @ 3ba74c73

4.104.114.84.95
Last change on this file since 3ba74c73 was 3ba74c73, checked in by Joel Sherrill <joel.sherrill@…>, on 11/01/00 at 21:08:14

2000-11-01 Joel Sherrill <joel@…>

  • include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am, libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c, libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c, libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c, libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c, libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c, libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c, libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c, libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c, libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>.
  • include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
  • include/rtems/assoc.h, include/rtems/error.h, include/rtems/libcsupport.h, include/rtems/libio.h, include/rtems/libio_.h: New/moved files.
  • Property mode set to 100644
File size: 5.3 KB
Line 
1
22000-11-01      Joel Sherrill <joel@OARcorp.com>
3
4        * configure.in: Added include/rtems subdirectory.
5
62000-11-01      Joel Sherrill <joel@OARcorp.com>
7
8        * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am,
9        libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c,
10        libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c,
11        libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c,
12        libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c,
13        libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c,
14        libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c,
15        libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c,
16        libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c,
17        libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c,
18        libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c,
19        libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c,
20        libc/utime.c, libc/write.c:
21        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
22        from libc to lib/include/rtems and now must be referenced as
23        <rtems/XXX.h>. 
24        * include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
25        * include/rtems/assoc.h, include/rtems/error.h,
26        include/rtems/libcsupport.h, include/rtems/libio.h,
27        include/rtems/libio_.h: New/moved files.
28
292000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.in: Remove bogus cfg_subdirs.
32        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
33        Switch to GNU canonicalization.
34   
352000-10-24      Joel Sherrill <joel@OARcorp.com>
36
37        * libc/ioman.c: Moved to libfs.
38        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
39        * libc/base_fs.c: Removed include of imfs.h and reworded comment
40        to avoid being IMFS specific.
41        * libc/libio.h: Removed prototype of IMFS_ops since it should
42        not be in this file.
43        * libc/mount.c: Removed IMFS specific configuration information.
44        * libc/unmount.c: Removed include of imfs.h and reworded comment
45        to avoid being IMFS specific.
46
472000-10-18      Chris Johns <ccj@acm.org>
48
49        * libfs created.
50        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
51        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
52        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
53        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
54        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
55        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
56        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
57        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
58        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
59        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
60        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
61        Moved to libfs/src/imfs.
62        * Makefile.am: Modified to reflect above.
63
642000-10-18      Joel Sherrill <joel@OARcorp.com>
65
66        * libc/Makefile.am: Added mallocfreespace.c.
67        * libc/mallocfreespace.c: New file based on work by Nick Simon
68        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
69        * libc/libcsupport.h: Added prototype for malloc_free_space().
70
712000-10-18      Joel Sherrill <joel@OARcorp.com>
72
73        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
74        handler.  Most fcntl() operations can be performed with no
75        filesystem support.
76        * ChangeLog: Corrected comment.
77
782000-09-28      Joel Sherrill <joel@OARcorp.com>
79
80        * libc/libio.h (rtems_filesystem_file_handlers_r,
81        rtems_filesystem_operations_table): Added _h to all structure
82        fields to indicate they are "handlers".
83        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
84        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
85        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
86        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
87        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
88        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
89        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
90        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
91        Modified to reflect above name change.
92
932000-09-22      Joel Sherrill <joel@OARcorp.com>
94
95        * libc/newlibc.c: Removed _A29K specific ifdef.
96
972000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.in: Cleanup comments.
100
1012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * libc/Makefile.am: Include compile.am
104
1052000-09-05      Joel Sherrill <joel@OARcorp.com>
106
107        * libio.c: Added O_NONBLOCK to list of flags.
108
1092000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Remove libcpu and libbsp
112        * Makefile.am: Remove libcpu and libbsp
113
1142000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * libc/fs_null_handlers.c: Added missing rmnod entry.
117
1182000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
121        libc/imfs_directory.c: Fixed style issues.
122
1232000-08-11  Chris Johns <ccj@acm.org>
124
125        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
126        * libc/eval.c: Ditto.
127        * libc/fcntl.c: Ditto.
128        * libc/fsync.c: Ditto.
129        * libc/ioctl.c: Ditto.
130        * libc/ioman.c: Ditto.
131        * libc/link.c: Ditto.
132        * libc/mknod.c: Ditto.
133        * libc/symlink.c: Ditto.
134        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
135        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
136        * libc/memfile.c: Deleted assert.  Added code to properly handle
137        appending to a file.
138
1392000-08-10      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.