History log of /netbsd/usr.sbin/makefs/msdos/msdosfs_vfsops.c (Results 1 – 13 of 13)
Revision Date Author Comments
# bdae6c9d 09-Apr-2022 riastradh <riastradh@NetBSD.org>

makefs(8): Nix trailing whitespace.

Computed by machine, eyeballed by hand, so to speak.


# 94e6dd9c 23-Oct-2021 thorpej <thorpej@NetBSD.org>

Sanitize the symbol namespace. NFC.


# 6836045c 27-Jan-2018 sevan <sevan@NetBSD.org>

Need strings.h for ffs()


# ffdc44f9 30-Jan-2016 mlelstv <mlelstv@NetBSD.org>

Add support to msdosfs and makefs to generate correct Unicode (UCS-2) directory
entries from UTF8 encoded file names.


# 65f3ce18 29-Mar-2015 agc <agc@NetBSD.org>

Make the userland signature and uses of bread() match the kernel ones,
after the removal of the cred argument.


# 25495aa6 09-Jul-2014 maxv <maxv@NetBSD.org>

What a terrible use-after-free


# aa895709 30-Jan-2013 christos <christos@NetBSD.org>

- 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.


# 05049245 28-Jan-2013 christos <christos@NetBSD.org>

- 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 us

- 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

show more ...


# 0a62dad6 27-Jan-2013 christos <christos@NetBSD.org>

This works well enough to populate plain files in the root dir. creating
directories fails.


# ea55dc22 27-Jan-2013 christos <christos@NetBSD.org>

fixed directory entry allocation. Now the file data remains and is currently
broken.


# b15bb7c8 26-Jan-2013 christos <christos@NetBSD.org>

make this cross-compile friendly.


# 53e9ccf8 26-Jan-2013 christos <christos@NetBSD.org>

add debugging, fix warnings.


# 0fc61e3e 26-Jan-2013 christos <christos@NetBSD.org>

add more msdos stuff.