#
ec5d1d82 |
| 28-Dec-2023 |
tsutsui <tsutsui@NetBSD.org> |
Use EXIT_SUCCESS and EXIT_FAILURE where appropriate per style guide.
|
#
945e1caa |
| 07-May-2022 |
reinoud <reinoud@NetBSD.org> |
When creating disc images, keep the proposed size a multiple of the blockingnr for good measure; this prevents possible burning/copying issues on packet media.
|
#
5823a2ad |
| 26-Apr-2022 |
reinoud <reinoud@NetBSD.org> |
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 since we don't use extended attribute files or stream dir
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 since we don't use extended attribute files or stream directories.
show more ...
|
#
ecbc9e51 |
| 26-Apr-2022 |
reinoud <reinoud@NetBSD.org> |
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 the file descriptor (fe/efe) its 64 bits long.
|
#
7906b5d4 |
| 26-Apr-2022 |
reinoud <reinoud@NetBSD.org> |
No need to use ceilf() when ceil() is already used
|
#
1cb1a07c |
| 26-Apr-2022 |
reinoud <reinoud@NetBSD.org> |
Fix endian bug in makefs for udf
|
#
bf2ad724 |
| 09-Apr-2022 |
riastradh <riastradh@NetBSD.org> |
makefs(8): Nix trailing whitespace.
Computed by machine, eyeballed by hand, so to speak.
|
#
374cb9be |
| 06-Apr-2022 |
wiz <wiz@NetBSD.org> |
makefs: fix some typos
|
#
8f4e1cd9 |
| 06-Apr-2022 |
reinoud <reinoud@NetBSD.org> |
Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a shared section for fsck_udf(8).
Newfs_udf and makefs support predefined disc image profiles, harddisc partitions (disklabel and wed
Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a shared section for fsck_udf(8).
Newfs_udf and makefs support predefined disc image profiles, harddisc partitions (disklabel and wedges on all generic block devices) and all optical media types on CD/DVD/BD writers.
Newfs_udf and makefs now also support formatting of UDF 2.50 with a metadata partition.
show more ...
|
#
16e91b5f |
| 21-Aug-2021 |
andvar <andvar@NetBSD.org> |
s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/
|
#
05a29173 |
| 18-Apr-2020 |
martin <martin@NetBSD.org> |
Remove unused variable (to fix the build)
|
#
93d5858e |
| 18-Apr-2020 |
reinoud <reinoud@NetBSD.org> |
Believe the datablocks predictor when determining if data on a node gets stored internal or not. Also make a note that the datablocks predictor takes NO extended attributes stored in the node into ac
Believe the datablocks predictor when determining if data on a node gets stored internal or not. Also make a note that the datablocks predictor takes NO extended attributes stored in the node into account
In rare cases it could lead to confusion where the predictor would say it wouldn't fit internally when it could just have fitted. This would trigger the assertion. Now it will on rare accasions create a datablock even though it might have fitted.
show more ...
|
#
fbffadb9 |
| 03-Feb-2019 |
mrg <mrg@NetBSD.org> |
- add or adjust /* FALLTHROUGH */ where appropriate - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
|
#
683c28c5 |
| 08-Feb-2017 |
christos <christos@NetBSD.org> |
If we are using a timestamp from the command line, don't pay attention to the user timezone, use UTC instead (for reproducible builds).
|
#
8ee626c9 |
| 16-Jun-2015 |
christos <christos@NetBSD.org> |
improve error messages (remove \n, use __func__, etc)
|
#
0850b0cc |
| 19-Dec-2013 |
joerg <joerg@NetBSD.org> |
long_ad is a mix of struct and union, so use memset to initialise in the one place it is used.
|
#
1985c705 |
| 19-Dec-2013 |
christos <christos@NetBSD.org> |
initialize dummy_ref
|
#
0a77b69a |
| 19-Oct-2013 |
christos <christos@NetBSD.org> |
fix unused variable warnings.
|
#
36f0ae60 |
| 14-Aug-2013 |
jmcneill <jmcneill@NetBSD.org> |
when building as a tool, only use struct tm tm_gmtoff if HAVE_STRUCT_TM_TM_GMTOFF is defined -- fixes cygwin build
|
#
857cc1af |
| 09-Aug-2013 |
reinoud <reinoud@NetBSD.org> |
Fix possible 32 bit issues. In practice hard to reach but better be safe than sorry.
|
#
a5f25cf5 |
| 09-Aug-2013 |
reinoud <reinoud@NetBSD.org> |
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.
While here, also fix compilation errors he@ discovered w
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.
While here, also fix compilation errors he@ discovered while compiling on NetBSD/vax.
show more ...
|
#
254934d2 |
| 06-Aug-2013 |
reinoud <reinoud@NetBSD.org> |
Switch back program version to the version of the newfs_udf/makefs code.
While here, visit the 80 columns police :)
|
#
c55e926f |
| 06-Aug-2013 |
reinoud <reinoud@NetBSD.org> |
Add minimum UDF version specification to makefs(8) -t udf.
|
#
a1f170f5 |
| 06-Aug-2013 |
reinoud <reinoud@NetBSD.org> |
Allow for the logical volume label to be specified as well as the physical volume label. Also allow the volumeset name to be specified if desired. The syntax follows the newfs_udf(8) syntax.
|
#
f7be5947 |
| 06-Aug-2013 |
reinoud <reinoud@NetBSD.org> |
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 the -s size argument would be overriden by the calcul
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 the -s size argument would be overriden by the calculated size.
show more ...
|