CVS commit: src/usr.sbin/makefs

2021-04-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 3 14:10:56 UTC 2021 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c makefs.h walk.c Log Message: Add a -L option to follow all symbolic links. Useful if you have symlinks in a makefs directory tree but want to

CVS commit: src/usr.sbin/makefs

2020-11-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 15 00:18:48 UTC 2020 Modified Files: src/usr.sbin/makefs: makefs.8 src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: Add "efi" as a supported boot image type and derive the platform ID for the

CVS commit: src/usr.sbin/makefs

2020-11-10 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Nov 10 20:48:29 UTC 2020 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: rock_ridge_move_count is only incremented and can never be negative so change %08i to %08u. This removes a warning when compiling with tools

CVS commit: src/usr.sbin/makefs

2020-04-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Apr 18 12:25:01 UTC 2020 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Remove unused variable (to fix the build) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/makefs/udf.c Please note

CVS commit: src/usr.sbin/makefs

2020-04-18 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Apr 18 09:45:45 UTC 2020 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Believe the datablocks predictor when determining if data on a node gets stored internal or not. Also make a note that the datablocks predictor

CVS commit: src/usr.sbin/makefs

2020-04-04 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Sat Apr 4 13:44:57 UTC 2020 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Indent the makefs(8) options for UDF like the other filesystems described. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

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

2020-03-25 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Mar 26 04:25:28 UTC 2020 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Fix the build, use %jd and (intmax_t) cast for big numbers, off_t and ptrdiff_t aren't always the same size. To generate a diff of this

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

2020-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 25 20:17:48 UTC 2020 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: improve error messages. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/makefs/ffs/mkfs.c Please note that

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

2018-03-28 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Wed Mar 28 06:48:55 UTC 2018 Modified Files: src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: Correctly mark the last El Torito section header. Pointed out by Benno Rice via DM. To generate a diff of this commit: cvs

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

2018-01-26 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Jan 27 02:07:33 UTC 2018 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vfsops.c Log Message: Need strings.h for ffs() To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/usr.sbin/makefs

2017-12-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 16 23:08:40 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: PR/52828: Mark Johnston: makefs UFS2 lazy inode initialization is buggy makefs(8) emulates UFS2 in performing lazy initialization of inode

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

2017-11-08 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Nov 9 01:28:06 UTC 2017 Modified Files: src/usr.sbin/makefs/cd9660: cd9660_eltorito.c Log Message: Initialize boot_catalog_entry's entry_type properly. This had been missing but the type was used in cd9660_setup_boot().

CVS commit: src/usr.sbin/makefs

2017-04-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 14 15:40:35 UTC 2017 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: leave the size alone and set the create_size to include the offset. It does not matter anyway, but it makes more sense this way. To

CVS commit: src/usr.sbin/makefs

2017-04-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Apr 14 07:09:43 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/makefs/makefs.8 Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2017-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 13 17:21:29 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Explain the 's' image size better. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/usr.sbin/makefs/makefs.8 Please

CVS commit: src/usr.sbin/makefs

2017-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 13 17:20:59 UTC 2017 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: for consistency with ffs, don't count the offset into the size. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

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

2017-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 13 17:10:12 UTC 2017 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Fix error handling; msdosfs_wfile is supposed to return errno. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.sbin/makefs

2017-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 15 15:33:54 UTC 2017 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Change duplicate 'D' option to 'm'. From Ed Maste @ FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/usr.sbin/makefs

2017-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 22:44:06 UTC 2017 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: allow 0 timestamp To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/makefs/msdos.c Please note that diffs are

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

2017-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 22:10:50 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: buf.h Log Message: need To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/makefs/ffs/buf.h Please note that diffs are not public

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

2017-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 19:11:13 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: buf.h Log Message: fix msdos reproducible builds! To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makefs/ffs/buf.h Please note

CVS commit: src/usr.sbin/makefs

2017-02-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 16 18:50:05 UTC 2017 Modified Files: src/usr.sbin/makefs: msdos.c src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: start fixing msdosfs for reproducible builds; does not work yet. To generate a diff of

CVS commit: src/usr.sbin/makefs

2017-02-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 12 14:45:09 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: file system police. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/makefs/makefs.8 Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2017-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 11 16:04:59 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: untorture language. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/makefs/makefs.8 Please note that diffs

CVS commit: src/usr.sbin/makefs

2017-02-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 11 15:32:51 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: mention timezone change for -T timestamp To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/makefs/makefs.8

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

2017-02-08 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 9 04:42:53 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: ffs_extern.h mkfs.c Log Message: Revert the part of mkfs.c 1.36 that "gutted the const" (while retaining the part that added a different one). That is,

CVS commit: src/usr.sbin/makefs

2017-02-08 Thread Christos Zoulas
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, don't pay attention to the user

CVS commit: src/usr.sbin/makefs

2017-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 21:27:26 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: stampst.st_ion consistent treatment (non-zero vs zero instead of testing == 1) To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

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

2017-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 16:00:30 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: gut const for now. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/makefs/ffs/mkfs.c Please note that diffs

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

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 04:08:53 UTC 2017 Modified Files: src/usr.sbin/makefs/ffs: mkfs.c Log Message: Don't store random (from ASLR) pointers into the superblock. Should be the last (famous last words) problem with reproducible builds!

CVS commit: src/usr.sbin/makefs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 02:23:45 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: no, this is wrong. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/makefs/ffs.c Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2017-02-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 8 02:20:35 UTC 2017 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: zero out the superblock so that it does not contain random stuff in the spare fields. To generate a diff of this commit: cvs rdiff -u -r1.66

CVS commit: src/usr.sbin/makefs

2017-01-24 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue Jan 24 11:22:43 UTC 2017 Modified Files: src/usr.sbin/makefs: cd9660.c makefs.8 src/usr.sbin/makefs/cd9660: cd9660_eltorito.c cd9660_eltorito.h Log Message: makefs(8): add cd9660 eltorito-alt-boot option for EFI boot.

CVS commit: src/usr.sbin/makefs

2017-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 11 13:47:27 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Document msdos-specific options directly. >From jmc@OpenBSD. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/usr.sbin/makefs

2017-01-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 11 13:44:24 UTC 2017 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Some changes and sorting based on diff sent from jmc@OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

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

2017-01-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Jan 10 04:27:02 UTC 2017 Modified Files: src/usr.sbin/makefs/chfs: chfs_mkfs.c Log Message: Include missing header for write(2) read(2) close(2) These functions are undefined after switch to new zlib. To generate a diff of

CVS commit: src/usr.sbin/makefs

2016-11-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 25 23:02:45 UTC 2016 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: PR/51652: Sevan Janiyan: makefs dies due to segmentation fault Don't dereference NULL when running out of nodes during rename. To

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

2016-06-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jun 24 19:24:11 UTC 2016 Modified Files: src/usr.sbin/makefs/ffs: buf.c ffs_alloc.c mkfs.c Log Message: tidy up error messages To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/makefs/ffs/buf.c

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

2016-03-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 7 15:58:05 UTC 2016 Modified Files: src/usr.sbin/makefs/chfs: chfs_mkfs.c Log Message: PR/50911: David Binderman: Optimize memset To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.sbin/makefs

2015-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 24 15:52:37 UTC 2015 Modified Files: src/usr.sbin/makefs: cd9660.c cd9660.h src/usr.sbin/makefs/cd9660: cd9660_strings.c src/usr.sbin/makefs/ffs: buf.c Log Message: little size_t/ssize_t... To generate

CVS commit: src/usr.sbin/makefs

2015-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 21 00:58:08 UTC 2015 Modified Files: src/usr.sbin/makefs: ffs.c src/usr.sbin/makefs/ffs: mkfs.c newfs_extern.h Log Message: more deterministic ffs for reproducible builds. To generate a diff of this commit:

CVS commit: src/usr.sbin/makefs

2015-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 21 03:19:17 UTC 2015 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Fix some more MKREPRO issues in cdrom creation. Now amd64 passes MKREPRO. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/usr.sbin/makefs

2015-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 20 22:54:44 UTC 2015 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: Add timestamp support to the ffs image creation; needed for in kernel memory images MKREPRO. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/makefs

2015-11-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 27 15:10:32 UTC 2015 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: Don't pass garbage to parsedate, but do use the return value. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/usr.sbin/makefs

2015-11-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Nov 25 16:32:00 UTC 2015 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: "file system" as two words. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/makefs/makefs.8 Please note that diffs

CVS commit: src/usr.sbin/makefs

2015-11-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Nov 25 16:32:20 UTC 2015 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: Sort options in usage to match man page order. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/makefs/makefs.c

CVS commit: src/usr.sbin/makefs

2015-11-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 25 00:48:49 UTC 2015 Modified Files: src/usr.sbin/makefs: cd9660.c makefs.8 makefs.c makefs.h walk.c Log Message: Provide a -T option to set timestamps to a consistent value for MKREPRO To generate a diff of this

CVS commit: src/usr.sbin/makefs

2015-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 16 16:40:02 UTC 2015 Modified Files: src/usr.sbin/makefs: msdos.c msdos.h Log Message: remove clause 3. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/makefs/msdos.c cvs rdiff -u -r1.2

CVS commit: src/usr.sbin/makefs

2015-06-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 17 01:05:41 UTC 2015 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: more error normalization To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/makefs/cd9660.c Please note that

CVS commit: src/usr.sbin/makefs

2015-03-28 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Sun Mar 29 05:52:59 UTC 2015 Modified Files: src/usr.sbin/makefs/ffs: buf.c buf.h ffs_alloc.c ffs_balloc.c src/usr.sbin/makefs/msdos: msdosfs_denode.c msdosfs_vfsops.c msdosfs_vnops.c Log Message: Make the

CVS commit: src/usr.sbin/makefs

2015-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 12 19:50:25 UTC 2015 Modified Files: src/usr.sbin/makefs: ffs.c Log Message: PR/49559: Christian Brueffer: Fix typo maxbpf instead of maxbpg. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/usr.sbin/makefs

2015-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 12 19:50:47 UTC 2015 Modified Files: src/usr.sbin/makefs: README Log Message: reflect reality about filesystems supported. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makefs/README Please

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

2014-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 9 06:04:16 UTC 2014 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vfsops.c Log Message: What a terrible use-after-free To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2014-05-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri May 30 13:14:48 UTC 2014 Modified Files: src/usr.sbin/makefs/cd9660: iso9660_rrip.c Log Message: PR kern/48852 (which should have been bin/ in retrospect): apply patch from Thomas Schmitt to fix rockridge encoding of device

CVS commit: src/usr.sbin/makefs

2013-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 19 22:10:03 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: initialize dummy_ref To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/makefs/udf.c Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2013-12-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Dec 19 23:00:50 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: long_ad is a mix of struct and union, so use memset to initialise in the one place it is used. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/makefs

2013-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 24 14:01:01 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Now that tools/compat/compat_defs.h defones __USE, there's no need to treat the tools build as a special case. To generate a diff of this

CVS commit: src/usr.sbin/makefs

2013-10-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 19 20:49:22 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: avoid using __USE() in the tools version of this. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/makefs/cd9660.c

CVS commit: src/usr.sbin/makefs

2013-08-14 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Aug 14 10:16:04 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: when building as a tool, only use struct tm tm_gmtoff if HAVE_STRUCT_TM_TM_GMTOFF is defined -- fixes cygwin build To generate a diff of

CVS commit: src/usr.sbin/makefs

2013-08-09 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Aug 9 11:29:44 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Oops, used size_t when off_t was meant. This results in the 4G file size modulation seen on 32 bit machines due to size_t being 32 bit there.

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 08:24:56 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Fix assert() on allocation type by masking it with the flag allocation bit mask. Fixes internal allocation writing in nodes with

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 09:32:23 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Implement auto-setting of sector size and disc size when specifying -oT=devtype to one of the supported disk types. While here, also fix where

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 09:43:41 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Update makefs(8) man page to reflect the selection of default sector and disc sizes based on the disc type. To generate a diff of this

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 6 12:12:51 UTC 2013 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.49 -r1.50 src/usr.sbin/makefs/makefs.8 Please note that diffs are

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 12:19:34 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 udf.c Log Message: Allow for the logical volume label to be specified as well as the physical volume label. Also allow the volumeset name to be specified

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Aug 6 12:47:21 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 udf.c Log Message: Add minimum UDF version specification to makefs(8) -t udf. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/usr.sbin/makefs

2013-08-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Aug 6 20:16:54 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: New sentence, new line. Use one list instead of two consecutive ones. Add .El to end list. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/makefs

2013-08-05 Thread Reinoud Zandijk
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 src/usr.sbin/makefs/udf: Makefile.inc Log Message: Implement `makefs

CVS commit: src/usr.sbin/makefs

2013-08-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 5 14:50:32 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Sort. Improve table formatting. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/makefs/makefs.8 Please note that

CVS commit: src/usr.sbin/makefs

2013-08-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Aug 5 16:43:46 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Log Message: Make memset() usage consequent in using the right types To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/makefs/udf.c

CVS commit: src/usr.sbin/makefs

2013-08-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Aug 5 18:44:16 UTC 2013 Modified Files: src/usr.sbin/makefs: udf.c Added Files: src/usr.sbin/makefs/udf: cdio_mmc_structs.h Log Message: Revert joergs patch and make it compile in both the normal as in the tools

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

2013-08-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Aug 5 18:45:00 UTC 2013 Modified Files: src/usr.sbin/makefs/udf: Makefile.inc Log Message: Cleanup makefile for makefs To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/makefs/udf/Makefile.inc

CVS commit: src/usr.sbin/makefs

2013-08-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Mon Aug 5 18:49:58 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: Note that i added the UDF support to makefs(8) and bump data To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/usr.sbin/makefs

2013-02-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 2 20:42:02 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c makefs.h src/usr.sbin/makefs/ffs: buf.c Log Message: add and document offset. To generate a diff of this commit: cvs rdiff -u -r1.43

CVS commit: src/usr.sbin/makefs

2013-02-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 3 03:21:21 UTC 2013 Modified Files: src/usr.sbin/makefs: ffs.c msdos.c src/usr.sbin/makefs/ffs: buf.c mkfs.c Log Message: - more changes to make -O work - fix err* calls. To generate a diff of this commit:

CVS commit: src/usr.sbin/makefs

2013-02-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 3 06:16:53 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 makefs.c makefs.h walk.c Log Message: add a replace flag so we can overlay exiting files when we merge directories. To generate a diff of this commit:

CVS commit: src/usr.sbin/makefs

2013-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 1 14:00:33 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: while it is studly to play with token pasting, passing directly the type is a lot more readable. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs

2013-02-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 1 14:02:17 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: remove bogus err. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/makefs/makefs.c Please note that diffs are

CVS commit: src/usr.sbin/makefs

2013-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 31 14:56:32 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: the allow options are 8 bits wide. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/makefs/cd9660.c Please

CVS commit: src/usr.sbin/makefs

2013-01-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 31 15:15:15 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: macroize to make it more type-safe. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/makefs/cd9660.c Please

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

2013-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 17:29:05 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c buf.h Log Message: buf is generic; it has nothing to do with ffs and will eventually be moved. gc sectorize. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs

2013-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 17:29:25 UTC 2013 Modified Files: src/usr.sbin/makefs: ffs.c msdos.c Log Message: gc global sectorsize. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/makefs/ffs.c cvs rdiff -u -r1.11

CVS commit: src/usr.sbin/makefs

2013-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 19:19:20 UTC 2013 Modified Files: src/usr.sbin/makefs: ffs.c makefs.h msdos.c src/usr.sbin/makefs/ffs: buf.c buf.h ffs_alloc.c ffs_balloc.c ufs_inode.h src/usr.sbin/makefs/msdos:

CVS commit: src/usr.sbin/makefs

2013-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 14:09:48 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: Allow options without values meaning the empty string for string options and = 1 to numerics. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs

2013-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 15:52:26 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c cd9660.h chfs.c ffs.c makefs.c makefs.h v7fs.c Log Message: make everything use the generic options parser. To generate a diff of this

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

2013-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 19:45:47 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: workaround for gcc/vax To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.sbin/makefs

2013-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 21:54:19 UTC 2013 Modified Files: src/usr.sbin/makefs: msdos.c Log Message: add missing arguments. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/makefs/msdos.c Please note that diffs

CVS commit: src/usr.sbin/makefs

2013-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 30 02:53:54 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: use val not var To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/makefs/makefs.c Please note that diffs are

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

2013-01-28 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Jan 28 10:16:35 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Do not use *bp after freeing it in brelse. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/makefs/ffs/buf.c

CVS commit: src/usr.sbin/makefs

2013-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 01:05:57 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: handle some of the options by the generic parser. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/makefs

2013-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 01:06:15 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: deal with options that don't have a single letter argument. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.sbin/makefs

2013-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 29 01:52:05 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.8 Log Message: mention me To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/makefs/makefs.8 Please note that diffs are not

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

2013-01-27 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Jan 27 10:07:23 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Allow this to compile on 32bit architectures. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2013-01-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 27 12:25:13 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: Make it compile on 32bit AND 64bit archs. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/makefs

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 14:07:12 UTC 2013 Modified Files: src/usr.sbin/makefs: makefs.c Log Message: fix single letter parsing. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/makefs/makefs.c Please note that

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

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 14:10:04 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.c Log Message: Don't print the pointers in debugging, it is not useful. zero all memory To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

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

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 14:10:22 UTC 2013 Modified Files: src/usr.sbin/makefs/ffs: buf.h Log Message: zero memory To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/ffs/buf.h Please note that diffs are not

CVS commit: src/usr.sbin/makefs

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 15:35:45 UTC 2013 Modified Files: src/usr.sbin/makefs: msdos.c src/usr.sbin/makefs/msdos: msdosfs_vfsops.c msdosfs_vnops.c Log Message: fixed directory entry allocation. Now the file data remains and is

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

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 16:03:16 UTC 2013 Modified Files: src/usr.sbin/makefs/msdos: msdosfs_vnops.c Log Message: the max msdos file size is less than size_t so don't bother checking against it. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/makefs

2013-01-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 27 20:05:47 UTC 2013 Modified Files: src/usr.sbin/makefs: Makefile ffs.c msdos.c src/usr.sbin/makefs/ffs: buf.c buf.h ffs_alloc.c ffs_balloc.c src/usr.sbin/makefs/msdos: msdosfs_vfsops.c msdosfs_vnops.c

  1   2   >