NetBSD/usr.sbin/makefs/ffs
kre fd13ea68e6 In bwrite() if the write() returned -1, the associated errno was
being used after a (possible) call to printf (only happens when
debugging) and a certain call to free() (via brelse()).
Make a copy, and use that instead.
2023-03-14 10:36:06 +00:00
..
Makefile.inc
buf.c In bwrite() if the write() returned -1, the associated errno was 2023-03-14 10:36:06 +00:00
buf.h Make sure daddr_t is a 64 bit type when building tools. 2022-03-06 08:31:54 +00:00
ffs_alloc.c Don't brelse() if bread() fails. The kernel does this for us. Our bread() 2023-03-13 22:17:24 +00:00
ffs_balloc.c Don't brelse() if bread() fails. The kernel does this for us. Our bread() 2023-03-13 22:17:24 +00:00
ffs_extern.h ufs: fixed signed/unsigned bugs affecting large file systems 2023-01-07 19:41:29 +00:00
mkfs.c ufs: fixed signed/unsigned bugs affecting large file systems 2023-01-07 19:41:29 +00:00
namespace.h Make sure daddr_t is a 64 bit type when building tools. 2022-03-06 08:31:54 +00:00
newfs_extern.h Make sure daddr_t is a 64 bit type when building tools. 2022-03-06 08:31:54 +00:00
ufs_bmap.c makefs(8): Nix trailing whitespace. 2022-04-09 10:05:35 +00:00
ufs_inode.h