index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
makefs
Age
Commit message (
Expand
)
Author
2023-01-07
ufs: fixed signed/unsigned bugs affecting large file systems
chs
2022-11-17
Restore backward compatibility of UFS2 with previous NetBSD releases by
chs
2022-10-26
fix various typos in comments and makefs README file.
andvar
2022-05-08
Revert, sorry this was not intended to be committed.
reinoud
2022-05-07
When creating disc images, keep the proposed size a multiple of the blockingnr
reinoud
2022-04-26
Avoid warning by clang of unused variable
reinoud
2022-04-26
Fix endian bug that resulted in UniqueIDs of 0 in file identifiers; note that
reinoud
2022-04-26
No need to use ceilf() when ceil() is already used
reinoud
2022-04-26
Fix endian bug in makefs for udf
reinoud
2022-04-10
makefs(8): Fix tool build -- no libutil DPADD if HOSTPROG.
riastradh
2022-04-09
makefs(8): Needs -lm for ceil in udf as a host tool too.
riastradh
2022-04-09
makefs(8): Nix trailing whitespace.
riastradh
2022-04-06
udf.c uses math library functions.
hauke
2022-04-06
makefs: fix some typos
wiz
2022-04-06
new sentence, new line
wiz
2022-04-06
Refactor and rewrite of newfs_udf(8) and makefs(8) (-t udf) with a shared
reinoud
2022-04-02
Avoid integer overflow on systems with 32bit disk addresses.
mlelstv
2022-03-06
Make sure daddr_t is a 64 bit type when building tools.
hgutch
2022-02-11
A component name is a counted string (cn_nameptr, cn_namelen),
hannken
2021-12-21
s/filname/filename/
andvar
2021-11-12
Explain cd9660 and udf exceptions on the rule that the default sectorsize is
reinoud
2021-10-23
Sanitize the symbol namespace. NFC.
thorpej
2021-10-23
Factor out the lookup results from struct denode.
hannken
2021-08-21
s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recomme...
andvar
2021-04-03
Add a -L option to follow all symbolic links. Useful if you have symlinks
simonb
2020-11-15
Add "efi" as a supported boot image type and derive the platform ID for
jmcneill
2020-11-10
rock_ridge_move_count is only incremented and can never be negative so change
reinoud
2020-09-06
add support for new GCC 9 warnings that may be too much to fix
mrg
2020-04-18
Remove unused variable (to fix the build)
martin
2020-04-18
Believe the datablocks predictor when determining if data on a node gets
reinoud
2020-04-04
Indent the makefs(8) options for UDF like the other filesystems described.
reinoud
2020-03-26
Fix the build, use %jd and (intmax_t) cast for big numbers, off_t
kre
2020-03-25
improve error messages.
christos
2019-11-06
Correct documentation of -m and -M.
christos
2019-10-18
s/initalize/initialize/ in comment or printf message.
msaitoh
2019-10-13
introduce some common variables for use in GCC warning disables:
mrg
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-03-28
Correctly mark the last El Torito section header.
nonaka
2018-01-27
Need strings.h for ffs()
sevan
2017-12-16
PR/52828: Mark Johnston: makefs UFS2 lazy inode initialization is buggy
christos
2017-11-09
Initialize boot_catalog_entry's entry_type properly.
nonaka
2017-04-14
leave the size alone and set the create_size to include the offset. It
christos
2017-04-14
Whitespace fixes.
wiz
2017-04-13
Explain the 's' image size better.
christos
2017-04-13
for consistency with ffs, don't count the offset into the size.
christos
2017-04-13
Fix error handling; msdosfs_wfile is supposed to return errno.
christos
2017-03-15
Change duplicate 'D' option to 'm'. From Ed Maste @ FreeBSD
christos
2017-02-16
allow 0 timestamp
christos
2017-02-16
need <sys/stat.h>
christos
[next]