Home | History | Annotate | Download | only in msdos
History log of /src/usr.sbin/makefs/msdos/msdosfs_vfsops.c
RevisionDateAuthorComments
 1.13  09-Apr-2022  riastradh makefs(8): Nix trailing whitespace.

Computed by machine, eyeballed by hand, so to speak.
 1.12  23-Oct-2021  thorpej Sanitize the symbol namespace. NFC.
 1.11  27-Jan-2018  sevan Need strings.h for ffs()
 1.10  30-Jan-2016  mlelstv branches: 1.10.8;
Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
entries from UTF8 encoded file names.
 1.9  29-Mar-2015  agc Make the userland signature and uses of bread() match the kernel ones,
after the removal of the cred argument.
 1.8  09-Jul-2014  maxv branches: 1.8.2;
What a terrible use-after-free
 1.7  30-Jan-2013  christos branches: 1.7.4; 1.7.8; 1.7.10;
- don't abuse vp->fs to mean struct fs for ffs and struct msdos_opts;
make it always fsinfo_t and change void * to that.
- kill unused structure members.
 1.6  28-Jan-2013  christos - use emalloc and friends
- kill a bunch of global variables, more work to be done here
- homogenize option parsing. more work for cd9660
- use the new options parsing code to print an fs-specific usage
 1.5  27-Jan-2013  christos This works well enough to populate plain files in the root dir. creating
directories fails.
 1.4  27-Jan-2013  christos fixed directory entry allocation. Now the file data remains and is currently
broken.
 1.3  26-Jan-2013  christos make this cross-compile friendly.
 1.2  26-Jan-2013  christos add debugging, fix warnings.
 1.1  26-Jan-2013  christos add more msdos stuff.
 1.7.10.2  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.7.10.1  30-Jan-2013  yamt file msdosfs_vfsops.c was added on branch yamt-pagecache on 2014-05-22 11:43:05 +0000
 1.7.8.1  10-Aug-2014  tls Rebase.
 1.7.4.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.4.2  25-Feb-2013  tls resync with head
 1.7.4.1  30-Jan-2013  tls file msdosfs_vfsops.c was added on branch tls-maxphys on 2013-02-25 00:30:45 +0000
 1.8.2.1  19-Feb-2018  snj Pull up following revision(s) (requested by sevan in ticket #1558):
sys/fs/msdosfs/msdosfs_fat.c: 1.32
usr.sbin/makefs/msdos/msdosfs_vfsops.c: 1.11
Need strings.h for ffs()
--
Need strings.h for ffs()
Resolves implict declaration warning of ffs() when building tools via
build.sh
 1.10.8.1  04-Feb-2018  martin Pull up following revision(s) (requested by sevan in ticket #518):
sys/fs/msdosfs/msdosfs_fat.c: revision 1.32
usr.sbin/makefs/msdos/msdosfs_vfsops.c: revision 1.11
Need strings.h for ffs()
Need strings.h for ffs()
Resolves implict declaration warning of ffs() when building tools via
build.sh

RSS XML Feed