CVS commit: src/usr.sbin/makefs

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 15:57:56 UTC 2024 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c walk.c Log Message: Add an option to warn and error out for mtree missing entries. To generate a diff of this commit: cvs rdiff -u -r1.71

CVS commit: src/usr.sbin/makefs

2024-05-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 8 15:57:56 UTC 2024 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c walk.c Log Message: Add an option to warn and error out for mtree missing entries. To generate a diff of this commit: cvs rdiff -u -r1.71

CVS commit: src/usr.sbin/makefs

2024-04-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Apr 24 21:59:39 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: makefs: fix out-of-bounds fsnode count in fsnode_sort Found by running './makefs img.dat cd9660'. While here, apply more KNF. To generate a

CVS commit: src/usr.sbin/makefs

2024-04-24 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Apr 24 21:59:39 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: makefs: fix out-of-bounds fsnode count in fsnode_sort Found by running './makefs img.dat cd9660'. While here, apply more KNF. To generate a

CVS commit: src/usr.sbin/makefs

2024-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 24 14:23:37 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: use __func__ To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/makefs/walk.c Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2024-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 24 14:23:37 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: use __func__ To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/makefs/walk.c Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2024-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 24 14:02:39 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: make a separate sorting function and KNF (thanks rillig) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/usr.sbin/makefs

2024-04-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 24 14:02:39 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: make a separate sorting function and KNF (thanks rillig) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/usr.sbin/makefs

2024-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 23 22:18:56 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: pass lint, simplify To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/makefs/walk.c Please note that diffs are

CVS commit: src/usr.sbin/makefs

2024-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 23 22:18:56 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: pass lint, simplify To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/makefs/walk.c Please note that diffs are

CVS commit: src/usr.sbin/makefs

2024-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 23 22:12:48 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: makefs: Fix symlink permission bits Permission bits for symlinks are taken straight from `lstat()`. However, the actual bits presented to

CVS commit: src/usr.sbin/makefs

2024-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 23 22:12:48 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: makefs: Fix symlink permission bits Permission bits for symlinks are taken straight from `lstat()`. However, the actual bits presented to

CVS commit: src/usr.sbin/makefs

2024-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 23 22:12:16 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: makefs: Sort directory contents by name (Jan-Benedict Glaw) `makefs` inserts nodes into its internal data structures in the order as

CVS commit: src/usr.sbin/makefs

2024-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 23 22:12:16 UTC 2024 Modified Files: src/usr.sbin/makefs: walk.c Log Message: makefs: Sort directory contents by name (Jan-Benedict Glaw) `makefs` inserts nodes into its internal data structures in the order as

CVS commit: src/usr.sbin/makefs

2024-02-29 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Feb 29 08:13:52 UTC 2024 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: makefs/msdos: Fix broken [extra-directory ...] case "path + cur->name" is not same as "cur->root + cur->path + cur->name" for

CVS commit: src/usr.sbin/makefs

2024-02-29 Thread Tomohiro Kusumi
Module Name:src Committed By: tkusumi Date: Thu Feb 29 08:13:52 UTC 2024 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: makefs/msdos: Fix broken [extra-directory ...] case "path + cur->name" is not same as "cur->root + cur->path + cur->name" for

CVS commit: src/usr.sbin/makefs

2024-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 18 16:59:16 UTC 2024 Modified Files: src/usr.sbin/makefs: makefs.c makefs.h Log Message: Add an options pretty-printer, pass some lint. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/usr.sbin/makefs

2024-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 18 16:59:16 UTC 2024 Modified Files: src/usr.sbin/makefs: makefs.c makefs.h Log Message: Add an options pretty-printer, pass some lint. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/usr.sbin/makefs

2024-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 18 16:58:51 UTC 2024 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: PR/57945: Jan-Benedict Glaw: makefs: msdos filesystems with label not reproducible. When we specify a label, the volume label is used to

CVS commit: src/usr.sbin/makefs

2024-02-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 18 16:58:51 UTC 2024 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: PR/57945: Jan-Benedict Glaw: makefs: msdos filesystems with label not reproducible. When we specify a label, the volume label is used to

CVS commit: src/usr.sbin/makefs

2023-12-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Dec 28 12:13:56 UTC 2023 Modified Files: src/usr.sbin/makefs: cd9660.c ffs.c makefs.c msdos.c udf.c walk.c src/usr.sbin/makefs/cd9660: cd9660_debug.c cd9660_eltorito.c cd9660_write.c Log Message: Use

CVS commit: src/usr.sbin/makefs

2023-12-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Dec 28 12:13:56 UTC 2023 Modified Files: src/usr.sbin/makefs: cd9660.c ffs.c makefs.c msdos.c udf.c walk.c src/usr.sbin/makefs/cd9660: cd9660_debug.c cd9660_eltorito.c cd9660_write.c Log Message: Use

CVS commit: src/usr.sbin/makefs

2023-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 20 15:07:16 UTC 2023 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: Return a proper exit status on failure on creating msdosfs. No particular comment in PR bin/57752. Should be pulled up to netbsd-10 and

CVS commit: src/usr.sbin/makefs

2023-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 20 15:07:16 UTC 2023 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: Return a proper exit status on failure on creating msdosfs. No particular comment in PR bin/57752. Should be pulled up to netbsd-10 and

CVS commit: src/usr.sbin/makefs

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 23:05:51 UTC 2023 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Move date setting into cd9660_populate_iso_dir_record so there is no path that leaves it unset. >From FreeBSD

CVS commit: src/usr.sbin/makefs

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 23:05:51 UTC 2023 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Move date setting into cd9660_populate_iso_dir_record so there is no path that leaves it unset. >From FreeBSD

CVS commit: src/usr.sbin/makefs/cd9660

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 23:02:51 UTC 2023 Modified Files: src/usr.sbin/makefs/cd9660: iso9660_rrip.c Log Message: We previously attempted to emit Rock Ridge NM records only when the name represented by the Rock Ridge extensions would

CVS commit: src/usr.sbin/makefs/cd9660

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 23:00:02 UTC 2023 Modified Files: src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: The boot catalog pointer is a DWord, but we previously populated it via cd9660_bothendian_dword which overwrote four unused

CVS commit: src/usr.sbin/makefs/cd9660

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 23:00:02 UTC 2023 Modified Files: src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: The boot catalog pointer is a DWord, but we previously populated it via cd9660_bothendian_dword which overwrote four unused

CVS commit: src/usr.sbin/makefs/cd9660

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 22:58:14 UTC 2023 Modified Files: src/usr.sbin/makefs/cd9660: iso9660_rrip.h Log Message: See RRIP 4.1.4 Description of the "NM" System Use Entry for details. >From FreeBSD To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs/cd9660

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 22:58:14 UTC 2023 Modified Files: src/usr.sbin/makefs/cd9660: iso9660_rrip.h Log Message: See RRIP 4.1.4 Description of the "NM" System Use Entry for details. >From FreeBSD To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs/cd9660

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 22:56:41 UTC 2023 Modified Files: src/usr.sbin/makefs/cd9660: iso9660_rrip.c iso9660_rrip.h Log Message: The bit definitions for the TF_* timestamp bits (TF_MODIFY, etc.) were incorrect, and timestamps were written

CVS commit: src/usr.sbin/makefs/cd9660

2023-04-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 18 22:56:41 UTC 2023 Modified Files: src/usr.sbin/makefs/cd9660: iso9660_rrip.c iso9660_rrip.h Log Message: The bit definitions for the TF_* timestamp bits (TF_MODIFY, etc.) were incorrect, and timestamps were written

CVS commit: src/usr.sbin/makefs/ffs

2023-03-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Mar 14 10:36:07 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: In bwrite() if the write() returned -1, the associated errno was being used after a (possible) call to printf (only happens when debugging) and

CVS commit: src/usr.sbin/makefs/ffs

2023-03-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Mar 14 10:36:07 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: In bwrite() if the write() returned -1, the associated errno was being used after a (possible) call to printf (only happens when debugging) and

CVS commit: src/usr.sbin/makefs/ffs

2023-03-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Mar 14 09:25:13 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Use %zd to print ssize_t (%z[uxo] for size_t), rather than %jd (just like the other adjacent printfs do) Should fix i386 build. To generate

CVS commit: src/usr.sbin/makefs/ffs

2023-03-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Mar 14 09:25:13 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Use %zd to print ssize_t (%z[uxo] for size_t), rather than %jd (just like the other adjacent printfs do) Should fix i386 build. To generate

CVS commit: src/usr.sbin/makefs/ffs

2023-03-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 13 22:17:24 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: ffs_alloc.c ffs_balloc.c Log Message: Don't brelse() if bread() fails. The kernel does this for us. Our bread() implementation just exits on failure, but if

CVS commit: src/usr.sbin/makefs/ffs

2023-03-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 13 22:17:24 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: ffs_alloc.c ffs_balloc.c Log Message: Don't brelse() if bread() fails. The kernel does this for us. Our bread() implementation just exits on failure, but if

CVS commit: src/usr.sbin/makefs/ffs

2023-03-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 13 22:10:30 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: modernize; release bpp and set it to NULL as the kernel does even if we never return here. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/makefs/ffs

2023-03-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 13 22:10:30 UTC 2023 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: modernize; release bpp and set it to NULL as the kernel does even if we never return here. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/makefs

2022-05-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun May 8 21:29:20 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h Log Message: Revert, sorry this was not intended to be committed. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/makefs

2022-05-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sun May 8 21:29:20 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h Log Message: Revert, sorry this was not intended to be committed. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/makefs

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:54:02 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h udf.c Log Message: When creating disc images, keep the proposed size a multiple of the blockingnr for good measure; this prevents possible

CVS commit: src/usr.sbin/makefs

2022-05-07 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat May 7 08:54:02 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.h udf.c Log Message: When creating disc images, keep the proposed size a multiple of the blockingnr for good measure; this prevents possible

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 15:18:08 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Avoid warning by clang of unused variable While here, use the computated obj_size even though it's always the same as its information length

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 15:18:08 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Avoid warning by clang of unused variable While here, use the computated obj_size even though it's always the same as its information length

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 14:59:37 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix endian bug that resulted in UniqueIDs of 0 in file identifiers; note that the the unique ID in a longad stored in a FID is 32 bit where in

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 14:59:37 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix endian bug that resulted in UniqueIDs of 0 in file identifiers; note that the the unique ID in a longad stored in a FID is 32 bit where in

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 13:27:24 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: No need to use ceilf() when ceil() is already used To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/makefs/udf.c

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 13:27:24 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: No need to use ceilf() when ceil() is already used To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/makefs/udf.c

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 13:26:30 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix endian bug in makefs for udf To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/makefs/udf.c Please note that

CVS commit: src/usr.sbin/makefs

2022-04-26 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Apr 26 13:26:30 UTC 2022 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix endian bug in makefs for udf To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/makefs/udf.c Please note that

CVS commit: src/usr.sbin/makefs/udf

2022-04-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 10 09:22:35 UTC 2022 Modified Files: src/usr.sbin/makefs/udf: Makefile.inc Log Message: makefs(8): Fix tool build -- no libutil DPADD if HOSTPROG. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/makefs/udf

2022-04-10 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Apr 10 09:22:35 UTC 2022 Modified Files: src/usr.sbin/makefs/udf: Makefile.inc Log Message: makefs(8): Fix tool build -- no libutil DPADD if HOSTPROG. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/makefs

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 14:38:47 UTC 2022 Modified Files: src/usr.sbin/makefs: Makefile Log Message: makefs(8): Needs -lm for ceil in udf as a host tool too. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/usr.sbin/makefs

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 14:38:47 UTC 2022 Modified Files: src/usr.sbin/makefs: Makefile Log Message: makefs(8): Needs -lm for ceil in udf as a host tool too. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/usr.sbin/makefs

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 10:05:35 UTC 2022 Modified Files: src/usr.sbin/makefs: chfs.c ffs.c makefs.c makefs.h msdos.c udf.c walk.c src/usr.sbin/makefs/cd9660: cd9660_archimedes.c cd9660_archimedes.h

CVS commit: src/usr.sbin/makefs

2022-04-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Apr 9 10:05:35 UTC 2022 Modified Files: src/usr.sbin/makefs: chfs.c ffs.c makefs.c makefs.h msdos.c udf.c walk.c src/usr.sbin/makefs/cd9660: cd9660_archimedes.c cd9660_archimedes.h

CVS commit: src/usr.sbin/makefs

2022-04-06 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Wed Apr 6 22:25:00 UTC 2022 Modified Files: src/usr.sbin/makefs: Makefile Log Message: udf.c uses math library functions. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/makefs/Makefile Please note

CVS commit: src/usr.sbin/makefs

2022-04-06 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Wed Apr 6 22:25:00 UTC 2022 Modified Files: src/usr.sbin/makefs: Makefile Log Message: udf.c uses math library functions. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/makefs/Makefile Please note

CVS commit: src/usr.sbin/makefs

2022-04-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 6 13:44:25 UTC 2022 Modified Files: src/usr.sbin/makefs: ffs.c udf.c walk.c Log Message: makefs: fix some typos To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.23

CVS commit: src/usr.sbin/makefs

2022-04-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 6 13:44:25 UTC 2022 Modified Files: src/usr.sbin/makefs: ffs.c udf.c walk.c Log Message: makefs: fix some typos To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.23

CVS commit: src/usr.sbin/makefs

2022-04-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 6 13:39:06 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: new sentence, new line To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/usr.sbin/makefs/makefs.8 Please note that diffs are

CVS commit: src/usr.sbin/makefs

2022-04-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 6 13:39:06 UTC 2022 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: new sentence, new line To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/usr.sbin/makefs/makefs.8 Please note that diffs are

CVS commit: src/usr.sbin/makefs/ffs

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:16:49 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Avoid integer overflow on systems with 32bit disk addresses. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/makefs/ffs

2022-04-02 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 2 19:16:49 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Avoid integer overflow on systems with 32bit disk addresses. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

Re: CVS commit: src/usr.sbin/makefs/ffs

2022-03-07 Thread Izumi Tsutsui
> Module Name: src > Committed By: hgutch > Date: Sun Mar 6 08:31:54 UTC 2022 > > Modified Files: > src/usr.sbin/makefs/ffs: buf.h newfs_extern.h > Added Files: > src/usr.sbin/makefs/ffs: namespace.h > > Log Message: > Make sure daddr_t is a 64 bit type when building tools.

CVS commit: src/usr.sbin/makefs/ffs

2022-03-06 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Mar 6 08:31:54 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: buf.h newfs_extern.h Added Files: src/usr.sbin/makefs/ffs: namespace.h Log Message: Make sure daddr_t is a 64 bit type when building tools. (see also

CVS commit: src/usr.sbin/makefs/ffs

2022-03-06 Thread Harold Gutch
Module Name:src Committed By: hgutch Date: Sun Mar 6 08:31:54 UTC 2022 Modified Files: src/usr.sbin/makefs/ffs: buf.h newfs_extern.h Added Files: src/usr.sbin/makefs/ffs: namespace.h Log Message: Make sure daddr_t is a 64 bit type when building tools. (see also

CVS commit: src/usr.sbin/makefs

2021-12-21 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 21 21:28:31 UTC 2021 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: s/filname/filename/ To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/makefs/cd9660.c Please note that diffs are

CVS commit: src/usr.sbin/makefs

2021-12-21 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Tue Dec 21 21:28:31 UTC 2021 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: s/filname/filename/ To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/makefs/cd9660.c Please note that diffs are

CVS commit: src/usr.sbin/makefs

2021-11-11 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Nov 12 07:41:55 UTC 2021 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Explain cd9660 and udf exceptions on the rule that the default sectorsize is 512. To generate a diff of this commit: cvs rdiff -u -r1.67

CVS commit: src/usr.sbin/makefs

2021-11-11 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Nov 12 07:41:55 UTC 2021 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Explain cd9660 and udf exceptions on the rule that the default sectorsize is 512. To generate a diff of this commit: cvs rdiff -u -r1.67

CVS commit: src/usr.sbin/makefs

2019-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 6 21:04:23 UTC 2019 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Correct documentation of -m and -M. >From Ed Maste @ FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/usr.sbin/makefs

2019-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 6 21:04:23 UTC 2019 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Correct documentation of -m and -M. >From Ed Maste @ FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

Re: CVS commit: src/usr.sbin/makefs

2017-02-11 Thread Christos Zoulas
In article <28149.1486810...@splode.eterna.com.au>, matthew green wrote: >"Christos Zoulas" writes: >> Module Name: src >> Committed By:christos >> Date:Wed Feb 8 21:33:12 UTC 2017 >> >> Modified Files: >> src/usr.sbin/makefs: udf.c >>

re: CVS commit: src/usr.sbin/makefs

2017-02-11 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Wed Feb 8 21:33:12 UTC 2017 > > Modified Files: > src/usr.sbin/makefs: udf.c > src/usr.sbin/makefs/cd9660: cd9660_conversion.c > > Log Message: > If we are using a timestamp from the command line,

Re: CVS commit: src/usr.sbin/makefs

2013-08-07 Thread David Young
On Mon, Aug 05, 2013 at 02:41:57PM +, Reinoud Zandijk wrote: Module Name: src Committed By: reinoud Date: Mon Aug 5 14:41:57 UTC 2013 Modified Files: src/usr.sbin/makefs: Makefile makefs.8 makefs.c makefs.h Added Files: src/usr.sbin/makefs: udf.c

Re: CVS commit: src/usr.sbin/makefs/ffs

2012-04-23 Thread Christos Zoulas
On Apr 23, 9:05pm, dholland-sourcechan...@netbsd.org (David Holland) wrote: -- Subject: Re: CVS commit: src/usr.sbin/makefs/ffs | On Mon, Apr 23, 2012 at 05:04:45PM -0400, Christos Zoulas wrote: | | I was wondering if maybe ino_t isn't reliable for tools... | | Looks like

Re: CVS commit: src/usr.sbin/makefs

2011-07-18 Thread UCHIYAMA Yasushi
From: Matthias Scheler t...@netbsd.org Subject: CVS commit: src/usr.sbin/makefs Date: Mon, 18 Jul 2011 22:52:37 + Module Name: src Committed By: tron Date: Mon Jul 18 22:52:37 UTC 2011 Modified Files: src/usr.sbin/makefs: Makefile makefs.c makefs.h Log Message: Re

Re: CVS commit: src/usr.sbin/makefs

2011-05-29 Thread Izumi Tsutsui
I think the problem is that the final ISO9660 output including embeded MD boot fs and partition maps still has to be iso9660 compliant. There is no public space to store MD parameters for postprocessing in output image, ... Could the extra parameters be put into a file within the image?

Re: CVS commit: src/usr.sbin/makefs

2011-05-25 Thread David Laight
On Tue, May 24, 2011 at 11:01:42PM +0900, Izumi Tsutsui wrote: On Tue, May 24, 2011 at 09:52:18PM +0900, Izumi Tsutsui wrote: It looks mandatory to make makefs(8) handle partition maps for CD images. I'm not sure I understand exactly what you mean and why makefs is the right tool here.

Re: CVS commit: src/usr.sbin/makefs

2011-05-24 Thread Martin Husemann
Is this enough to replace mkisofs when building macppc releases? Or are there more hfs/hybrid things missing? I tend to like the sunlabel(8) approach better (a manipulation that neither fits fdisk nor makefs) - but I don't understand the macppc side to know if this is realy similar. Martin

Re: CVS commit: src/usr.sbin/makefs

2011-05-24 Thread Izumi Tsutsui
Is this enough to replace mkisofs when building macppc releases? Or are there more hfs/hybrid things missing? FreeBSD seems to have HFS image file: http://www.freebsd.org/cgi/cvsweb.cgi/src/release/powerpc/hfs-boot.bz2.uu so I'm afraid we still needs some tool to create HFS which has at least

Re: CVS commit: src/usr.sbin/makefs

2011-05-24 Thread Martin Husemann
On Tue, May 24, 2011 at 09:52:18PM +0900, Izumi Tsutsui wrote: It looks mandatory to make makefs(8) handle partition maps for CD images. I'm not sure I understand exactly what you mean and why makefs is the right tool here. Postprocessing the image is fine (I'm sure you know how sgimips works

Re: CVS commit: src/usr.sbin/makefs

2011-05-24 Thread Martin Husemann
On Tue, May 24, 2011 at 11:01:42PM +0900, Izumi Tsutsui wrote: On sgimips case, sgimipscd.iso has SGI specific format and it can't be mounted by non-SGI machines, IIRC. (while we can mount hybrid mac68kcd.iso and macppccd.iso on i386) Indeed, and in this case I think support by an additional

Re: CVS commit: src/usr.sbin/makefs

2011-05-24 Thread Izumi Tsutsui
Ok, so this differs from both sparc64 and sgimips significantly. Now, what is the purpose of the change starting this thread if it only does the minor step but leaves out the complex one that realy fits well into makefs? Hmm. Now I've checked macppccd.iso and FreeBSD's hfs-boot, and it seems

Re: CVS commit: src/usr.sbin/makefs

2011-05-23 Thread Christos Zoulas
In article 20110523141313.gp20...@ojctech.com, David Young dyo...@pobox.com wrote: On Sun, May 22, 2011 at 05:51:40PM -0400, Christos Zoulas wrote: Module Name: src Committed By:christos Date:Sun May 22 21:51:40 UTC 2011 Modified Files: src/usr.sbin/makefs: