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
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
newfs_extern.h
ufs_bmap.c
ufs_inode.h