source: rtems/c/src/lib/ChangeLog @ feead226

4.104.114.84.95
Last change on this file since feead226 was feead226, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/00 at 16:43:05

2000-11-09 Ralf Corsepius <corsepiu@…>

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