History log of /openbsd-current/usr.sbin/makefs/msdos/msdosfs_conv.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 11-Aug-2023 guenther

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@


Revision tags: OPENBSD_7_1_BASE OPENBSD_7_2_BASE OPENBSD_7_3_BASE
# 1.2 06-Oct-2021 deraadt

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.


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.1 18-Oct-2016 natano

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


# 1.2 06-Oct-2021 deraadt

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.


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.1 18-Oct-2016 natano

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


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 18-Oct-2016 natano

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