commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd ./NEWS isofs/ChangeLog isofs/Makefile isof...


From: Marcus Brinkmann
Subject: hurd ./NEWS isofs/ChangeLog isofs/Makefile isof...
Date: Sun, 29 Sep 2002 16:58:35 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Marcus Brinkmann <address@hidden>       02/09/29 16:58:34

Modified files:
        .              : NEWS 
        isofs          : ChangeLog Makefile main.c 
        doc            : ChangeLog hurd.texi 

Log message:
        doc/
        2002-09-29  Marcus Brinkmann  <address@hidden>
        
        * hurd.texi (Translators): Change isofs to iso9660fs
        (ISO-9660 CD-ROM FS): Likewise.
        
        isofs/
        2002-09-29  Marcus Brinkmann  <address@hidden>
        
        * Makefile (target): Change to iso9660fs.
        * main.c (diskfs_server_name): Change to iso9660fs.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/NEWS.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/isofs/ChangeLog.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/isofs/Makefile.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/isofs/main.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/doc/ChangeLog.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/doc/hurd.texi.diff?tr1=1.23&tr2=1.24&r1=text&r2=text

Patches:
Index: hurd/NEWS
diff -c hurd/NEWS:1.9 hurd/NEWS:1.10
*** hurd/NEWS:1.9       Thu Aug 22 17:14:22 2002
--- hurd/NEWS   Sun Sep 29 16:58:34 2002
***************
*** 32,40 ****
  ioctls now.
  
  The Hurd can now access CD-ROMs containing an ISO9660 file format with
! the new isofs translator. Rock Ridge extensions are supported, as well
! as some GNU extensions to store GNU specific file system attributes in
! such filesystems.
  
  Two new translators, hello and hello-mt, illustrate how to implement
  simple trivfs based filesystems in the Hurd.
--- 32,40 ----
  ioctls now.
  
  The Hurd can now access CD-ROMs containing an ISO9660 file format with
! the new iso9660fs translator. Rock Ridge extensions are supported, as
! well as some GNU extensions to store GNU specific file system
! attributes in such filesystems.
  
  Two new translators, hello and hello-mt, illustrate how to implement
  simple trivfs based filesystems in the Hurd.
Index: hurd/doc/ChangeLog
diff -c hurd/doc/ChangeLog:1.20 hurd/doc/ChangeLog:1.21
*** hurd/doc/ChangeLog:1.20     Fri Apr 19 23:11:42 2002
--- hurd/doc/ChangeLog  Sun Sep 29 16:58:34 2002
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-09-29  Marcus Brinkmann  <address@hidden>
+ 
+       * hurd.texi (Translators): Change isofs to iso9660fs
+       (ISO-9660 CD-ROM FS): Likewise.
+ 
  2002-04-20  Marcus Brinkmann  <address@hidden>
  
        * hurd.texi: Fix section nesting in last change.
Index: hurd/doc/hurd.texi
diff -c hurd/doc/hurd.texi:1.23 hurd/doc/hurd.texi:1.24
*** hurd/doc/hurd.texi:1.23     Fri Apr 19 23:11:42 2002
--- hurd/doc/hurd.texi  Sun Sep 29 16:58:34 2002
***************
*** 2067,2073 ****
  @itemize @bullet
  @item
  Disk-based filesystem formats, such as @code{ext2fs}, @code{ufs}, and
! @code{isofs} (@pxref{Stored Filesystems}).
  
  @item
  Network filesystems, such as @code{nfs} and @code{ftpfs}
--- 2067,2073 ----
  @itemize @bullet
  @item
  Disk-based filesystem formats, such as @code{ext2fs}, @code{ufs}, and
! @code{iso9660fs} (@pxref{Stored Filesystems}).
  
  @item
  Network filesystems, such as @code{nfs} and @code{ftpfs}
***************
*** 3725,3731 ****
  
  @node ISO-9660 CD-ROM FS
  @section ISO-9660 CD-ROM FS
! @pindex isofs
  
  FIXME: finish
  
--- 3725,3731 ----
  
  @node ISO-9660 CD-ROM FS
  @section ISO-9660 CD-ROM FS
! @pindex iso9660fs
  
  FIXME: finish
  
Index: hurd/isofs/ChangeLog
diff -c hurd/isofs/ChangeLog:1.35 hurd/isofs/ChangeLog:1.36
*** hurd/isofs/ChangeLog:1.35   Tue Aug  6 08:33:17 2002
--- hurd/isofs/ChangeLog        Sun Sep 29 16:58:34 2002
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-09-29  Marcus Brinkmann  <address@hidden>
+ 
+       * Makefile (target): Change to iso9660fs.
+       * main.c (diskfs_server_name): Change to iso9660fs.
+ 
  2002-08-06  Marcus Brinkmann  <address@hidden>
  
        * inode.c (use_file_start_id): Use file_start for directories, so
Index: hurd/isofs/Makefile
diff -c hurd/isofs/Makefile:1.5 hurd/isofs/Makefile:1.6
*** hurd/isofs/Makefile:1.5     Wed Jul 26 08:03:46 2000
--- hurd/isofs/Makefile Sun Sep 29 16:58:34 2002
***************
*** 18,24 ****
  dir := isofs
  makemode := server
  
! target = isofs
  SRCS = inode.c main.c lookup.c pager.c rr.c
  LCLHDRS = iso9660.h isofs.h rr.h 
  DIST_FILES = EXTENSIONS
--- 18,24 ----
  dir := isofs
  makemode := server
  
! target = iso9660fs
  SRCS = inode.c main.c lookup.c pager.c rr.c
  LCLHDRS = iso9660.h isofs.h rr.h 
  DIST_FILES = EXTENSIONS
Index: hurd/isofs/main.c
diff -c hurd/isofs/main.c:1.6 hurd/isofs/main.c:1.7
*** hurd/isofs/main.c:1.6       Wed May  8 06:08:00 2002
--- hurd/isofs/main.c   Sun Sep 29 16:58:34 2002
***************
*** 30,36 ****
  struct store_parsed *store_parsed = 0;
  char *diskfs_disk_name = 0;
  
! char *diskfs_server_name = "isofs";
  char *diskfs_server_version = HURD_VERSION;
  char *diskfs_extra_version = "GNU Hurd";
  int diskfs_synchronous = 0;
--- 30,36 ----
  struct store_parsed *store_parsed = 0;
  char *diskfs_disk_name = 0;
  
! char *diskfs_server_name = "iso9660fs";
  char *diskfs_server_version = HURD_VERSION;
  char *diskfs_extra_version = "GNU Hurd";
  int diskfs_synchronous = 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]