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

4.104.114.84.95
Last change on this file since bde7e18e was bde7e18e, checked in by Joel Sherrill <joel.sherrill@…>, on 11/20/00 at 13:29:21

2000-11-20 Dmitry Kargapolov <dk@…>

  • libc/mount.c: Make sure there is space allocated for a device name in the mount table entry.
  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[2d5748f]1
[bde7e18e]22000-11-20       Dmitry Kargapolov <dk@gentex.ru>
3
4        * libc/mount.c: Make sure there is space allocated for a device name
5        in the mount table entry.
6
72000-11-17      Jennifer Averret <jennifer@OARcorp.com>
8
9        * libc/mount.c (search_mt_for_mount_point): Deleted routine.
10        * libc/mount.c (Is_node_fs_root): Replacement for above that
11        accounts for the imaginary root node being returned by the
12        filesystem evaluation routine.
13        * libc/unmount.c (unmount): Account for imaginary root node
14        being returned and improved variable names to clarify code.
15        * libc/unmount.c (file_systems_below_this_mountpoint):  Body of
16        routine replaced to account for imaginary root node being returned.
17
[5dc2b66d]182000-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * libc/libio.c: Special treatment of O_NDELAY for Cygwin.
21
[feead226]222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
25
[a314d3b4]262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
29
[3ba74c73]302000-11-01      Joel Sherrill <joel@OARcorp.com>
31
32        * configure.in: Added include/rtems subdirectory.
33
342000-11-01      Joel Sherrill <joel@OARcorp.com>
35
36        * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am,
37        libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c,
38        libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c,
39        libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c,
40        libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c,
41        libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c,
42        libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c,
43        libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c,
44        libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c,
45        libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c,
46        libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c,
47        libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c,
48        libc/utime.c, libc/write.c:
49        assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved
50        from libc to lib/include/rtems and now must be referenced as
51        <rtems/XXX.h>. 
52        * include/rtems/Makefile.am, include/rtems/.cvsignore: New file.
53        * include/rtems/assoc.h, include/rtems/error.h,
54        include/rtems/libcsupport.h, include/rtems/libio.h,
55        include/rtems/libio_.h: New/moved files.
56
[2d5748f]572000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.in: Remove bogus cfg_subdirs.
60        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
61        Switch to GNU canonicalization.
[7b0001f7]62   
632000-10-24      Joel Sherrill <joel@OARcorp.com>
64
65        * libc/ioman.c: Moved to libfs.
66        * libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
67        * libc/base_fs.c: Removed include of imfs.h and reworded comment
68        to avoid being IMFS specific.
69        * libc/libio.h: Removed prototype of IMFS_ops since it should
70        not be in this file.
71        * libc/mount.c: Removed IMFS specific configuration information.
72        * libc/unmount.c: Removed include of imfs.h and reworded comment
73        to avoid being IMFS specific.
[e94ad1fe]74
[bfac6a7]752000-10-18      Chris Johns <ccj@acm.org>
76
77        * libfs created.
78        * libc/deviceio.c, libc/imfs_getchild.c, libc/imfs_readlink.c,
79        libc/imfs.h, libc/imfs_gtkn.c, libc/imfs_rmnod.c, libc/imfs_chown.c,
80        libc/imfs_handlers_device.c, libc/imfs_stat.c, libc/imfs_creat.c,
81        libc/imfs_handlers_directory.c, libc/imfs_symlink.c, libc/imfs_debug.c,
82        libc/imfs_handlers_link.c, libc/imfs_unixstub.c, libc/imfs_directory.c,
83        libc/imfs_handlers_memfile.c, libc/imfs_unlink.c, libc/imfs_eval.c,
84        libc/imfs_init.c, libc/imfs_unmount.c, libc/imfs_fchmod.c,
85        libc/imfs_initsupp.c, libc/imfs_utime.c, libc/imfs_fcntl.c,
86        libc/imfs_link.c, libc/memfile.c, libc/imfs_fdatasync.c,
87        libc/imfs_mknod.c, libc/miniimfs_init.c, libc/imfs_free.c,
88        libc/imfs_mount.c, libc/imfs_fsunmount.c, libc/imfs_ntype.c:
89        Moved to libfs/src/imfs.
90        * Makefile.am: Modified to reflect above.
91
[3815a2b]922000-10-18      Joel Sherrill <joel@OARcorp.com>
93
94        * libc/Makefile.am: Added mallocfreespace.c.
95        * libc/mallocfreespace.c: New file based on work by Nick Simon
96        <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
97        * libc/libcsupport.h: Added prototype for malloc_free_space().
98
[e3250b3]992000-10-18      Joel Sherrill <joel@OARcorp.com>
100
101        * libc/fcntl.c: Do not require every filesystem to have an fcntl()
102        handler.  Most fcntl() operations can be performed with no
103        filesystem support.
104        * ChangeLog: Corrected comment.
105
[9c3fa30]1062000-09-28      Joel Sherrill <joel@OARcorp.com>
107
108        * libc/libio.h (rtems_filesystem_file_handlers_r,
109        rtems_filesystem_operations_table): Added _h to all structure
110        fields to indicate they are "handlers".
111        * libc/libio_.h, libc/chdir.c, libc/chmod.c, libc/chown.c,
112        libc/close.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c,
113        libc/fcntl.c, libc/fdatasync.c, libc/fstat.c, libc/fsync.c,
114        libc/ftruncate.c, libc/getdents.c, libc/imfs_eval.c,
115        libc/imfs_unlink.c, libc/ioctl.c, libc/ioman.c, libc/link.c,
116        libc/lseek.c, libc/mknod.c, libc/mount.c, libc/open.c, libc/read.c,
117        libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c,
118        libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c:
119        Modified to reflect above name change.
120
[fb327db3]1212000-09-22      Joel Sherrill <joel@OARcorp.com>
122
123        * libc/newlibc.c: Removed _A29K specific ifdef.
124
[9c48256]1252000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: Cleanup comments.
128
[9eb89a1e]1292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * libc/Makefile.am: Include compile.am
132
[5a9a5ec]1332000-09-05      Joel Sherrill <joel@OARcorp.com>
134
135        * libio.c: Added O_NONBLOCK to list of flags.
136
[51f21b2]1372000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.in: Remove libcpu and libbsp
140        * Makefile.am: Remove libcpu and libbsp
141
[1a3b281]1422000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * libc/fs_null_handlers.c: Added missing rmnod entry.
145
[662678d1]1462000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * libc/isatty.c, libc/imfs_handlers_directory.c, libc/creat.c,
149        libc/imfs_directory.c: Fixed style issues.
150
[dd19c0b]1512000-08-11  Chris Johns <ccj@acm.org>
152
153        * libc/chmod.c: Return ENOTSUP if filesystem does not have handler.
154        * libc/eval.c: Ditto.
155        * libc/fcntl.c: Ditto.
156        * libc/fsync.c: Ditto.
157        * libc/ioctl.c: Ditto.
158        * libc/ioman.c: Ditto.
159        * libc/link.c: Ditto.
160        * libc/mknod.c: Ditto.
161        * libc/symlink.c: Ditto.
162        * libc/libio.h(rtems_filesystem_dev_major_t): New macro.
[e3250b3]163        * libc/libio.h(rtems_filesystem_dev_minor_t): New macro.
164        * libc/memfile.c: Deleted assert.  Added code to properly handle
[dd19c0b]165        appending to a file.
166
[e94ad1fe]1672000-08-10      Joel Sherrill <joel@OARcorp.com>
168
169        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.