Home | History | Annotate | only in /src/usr.sbin/makefs/v7fs
History log of /src/usr.sbin/makefs/v7fs
RevisionDateAuthorComments
 1.5 23-Jan-2013  christos don't reuse the same variables
 1.4 19-Jul-2011  joerg branches: 1.4.2; 1.4.8;
Allow cross-compiling from Linux
 1.3 18-Jul-2011  tron Define "USE_V7FS" in the makefile of the directory with the actual source.
 1.2 18-Jul-2011  tron Don't include v7fs support into tool version of makefs because it
breaks the build.
 1.1 18-Jul-2011  uch v7fs(7th edition(V7) file system) support.
 1.4.8.1 25-Feb-2013  tls resync with head
 1.4.2.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3 19-Apr-2012  christos WARNS=5
 1.2 10-Aug-2011  uch branches: 1.2.2;
newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.
 1.1 18-Jul-2011  uch v7fs(7th edition(V7) file system) support.
 1.2.2.1 23-May-2012  yamt sync with head.
 1.4 11-Feb-2022  hannken A component name is a counted string (cn_nameptr, cn_namelen),
not a zero terminated string cn_nameptr.

Change the following operations to work with counted strings:

v7fs_file_lookup_by_name()
v7fs_file_allocate()
v7fs_file_deallocate()
v7fs_directory_add_entry()
v7fs_directory_remove_entry()
v7fs_file_rename()
v7fs_file_link()
v7fs_dirent_filename()

Adapt all vnode operations with component names as argument.
 1.3 10-Aug-2011  uch newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.
 1.2 18-Jul-2011  tron Fix broken error check found by GCC 4.5.
 1.1 18-Jul-2011  uch v7fs(7th edition(V7) file system) support.

RSS XML Feed