freebsd-dev/sbin/newfs
Kirk McKusick 9fc5d538fc In preparation for adding inode check-hashes, clean up and
document the libufs interface for fetching and storing inodes.
The undocumented getino / putino interface has been replaced
with a new getinode / putinode interface.

Convert the utilities that had been using the undocumented
interface to use the new documented interface.

No functional change (as for now the libufs library does not
do inode check-hashes).

Reviewed by:  kib
Tested by:    Peter Holm
Sponsored by: Netflix
2018-11-13 21:40:56 +00:00
..
Makefile sbin: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:33:01 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mkfs.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
newfs.8 Bump date for today's commit. 2017-07-07 16:58:40 +00:00
newfs.c newfs: clean up warnings 2018-06-24 05:40:42 +00:00
newfs.h General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
ref.test
runtest01.sh
runtest00.sh