History log of /openbsd/usr.sbin/makefs/msdos/msdosfs_vnops.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 502e0f15 11-Aug-2023 guenther <guenther@openbsd.org>

msdosfs_times() doesn't need to copy timespecs onto the stack: just
mark unix2dostime()'s first argument as a pointer to const and skip
the copies.

ok millert@


# 4874b543 06-Oct-2021 deraadt <deraadt@openbsd.org>

annotate all required sys/param.h uses with what they bring into scope,
and delete all others. use PATH_MAX and other standardized symbols instead
of prehistoric kernel-only names, create local MINI

annotate all required sys/param.h uses with what they bring into scope,
and delete all others. use PATH_MAX and other standardized symbols instead
of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where
required, and directly include standard userland .h files as required.

show more ...


# 8b94819b 17-Dec-2016 krw <krw@openbsd.org>

While here nuke some more annoying whitespace nits.


# bb19b730 22-Oct-2016 natano <natano@openbsd.org>

Dedup msdosfs/{bootsect.h,bpb.h}.


# 72290da1 18-Oct-2016 natano <natano@openbsd.org>

Merge fs/msdosfs/ and newfs_msdos/ into msdos/.


# 4af638d7 17-Oct-2016 tedu <tedu@openbsd.org>

mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
collisions with the kernel structures of the same name.
caught one bug where the wrong header was being included.


# bee0c138 16-Oct-2016 tedu <tedu@openbsd.org>

we're not going to be using kauth_creds


# 9a86cdb6 16-Oct-2016 natano <natano@openbsd.org>

Add OpenBSD RCS tags; reminded by tb


# 800675fd 16-Oct-2016 natano <natano@openbsd.org>

Replace fs/msdosfs/{msdosfs_conv.c,direntry.h} with stripped-down
versions from our own tree. This allows to remove the clock_subr.c
tentacle.


# 6163fc9c 16-Oct-2016 natano <natano@openbsd.org>

Import makefs - a tool to create filesystem images from a directory.

This is a rough port of the NetBSD tool with some features removed we
don't need. It compiles, but I don't promise anything more.

Import makefs - a tool to create filesystem images from a directory.

This is a rough port of the NetBSD tool with some features removed we
don't need. It compiles, but I don't promise anything more. Importing
now, so we can hack on it in tree.

The supported filesystem types are: cd9660, ffs and msdosfs.

ok deraadt

show more ...