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

4.104.114.84.95
Last change on this file since 3eec211 was 5dc2b66d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/10/00 at 14:23:46

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

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