Mercurial > ecos
view packages/fs/rom/current/ChangeLog @ 196:9b55e9c69693
Merge from eCos master repository on 2001-11-23-15:32:03-GMT
| author | jlarmour |
|---|---|
| date | Fri, 23 Nov 2001 17:12:52 +0000 |
| parents | 678094f34118 |
| children | e0c0827131d1 |
line wrap: on
line source
2001-11-23 Jonathan Larmour <jlarmour@redhat.com> * cdl/romfs.cdl (CYGTST_ROMFS_BUILD_TESTS): Try gcc and cc if $HOST_CC doesn't exist or has a problem. 2001-11-22 Jesper Skov <jskov@redhat.com> * cdl/romfs.cdl: Use HOST_CC instead of 'cc'. 2001-10-17 Drew Moseley <dmoseley@redhat.com> 2001-10-17 Jonathan Larmour <jlarmour@redhat.com> * support/mk_romfs.c: Open input files in binary mode (for cygwin). * cdl/romfs.cdl: Work around cygwin path problems by copying files into build tree. 2001-07-20 Jonathan Larmour <jlarmour@redhat.com> * tests/fileio1.c (main): Get this to actually pass! Remove kernel dependency. * cdl/fileio.cdl: Get CDL dependencies better. Don't use fixed base address. Make test building an option. Build mk_romfs and use it to construct a test romfs. * support/mk_romfs.c: fix trivial typo * tests/testromfs: Directory hierarchy added for constructing test ROMFS. 2001-07-13 Richard Panton (richard.panton@3glab.com) * support/mk_romfs.c: Convert between host FS file modes and eCos ones. 2000-10-25 Richard Panton (richard.panton@3glab.com) * cdl/romfs.cdl: * src/romfs.c: * support/mk_romfs.c: * tests/fileio1.c: A sample ROM filesystem implementation //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
