Home | History | Annotate | Download | only in v7fs
History log of /src/sys/fs/v7fs/v7fs_datablock.c
RevisionDateAuthorComments
 1.5  14-Aug-2011  apb Rename all static functions to have "v7fs_" prefix. Fixes a problem
in the tools build, where the static link() and unlink() functions
conflicted with those declared in <unistd.h>.
 1.4  18-Jul-2011  apb In sources that get compiled into the tools version of makefs, add:

#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif

This should fix cross-build problems, but I can't really test
that now, so I am not re-enabling the inclusion of v7fs support
in makefs.
 1.3  16-Jul-2011  uch export v7fs_datablock_addr for makefs
 1.2  13-Jul-2011  uch When filesize is zero, correctly return V7FS_ITERATOR_END
 1.1  27-Jun-2011  uch 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8).

RSS XML Feed