History log of /netbsd-current/usr.sbin/makefs/msdos/msdosfs_vfsops.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.11 27-Jan-2018 sevan

Need strings.h for ffs()


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 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.


Revision tags: netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.8 09-Jul-2014 maxv

branches: 1.8.2;
What a terrible use-after-free


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 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.12 23-Oct-2021 thorpej

Sanitize the symbol namespace. NFC.


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.11 27-Jan-2018 sevan

Need strings.h for ffs()


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 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.


Revision tags: netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.8 09-Jul-2014 maxv

branches: 1.8.2;
What a terrible use-after-free


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 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.11 27-Jan-2018 sevan

Need strings.h for ffs()


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.10 30-Jan-2016 mlelstv

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.


Revision tags: netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.8 09-Jul-2014 maxv

What a terrible use-after-free


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 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.


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.10 30-Jan-2016 mlelstv

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.


Revision tags: netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.8 09-Jul-2014 maxv

What a terrible use-after-free


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 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.