freebsd-dev/usr.sbin/makefs
Alex Richardson ba2cfa80e1 Fix makefs bootstrap after d485c77f20
The makefs msdosfs code includes fs/msdosfs/denode.h which directly uses
struct buf from <sys/buf.h> rather than the makefs struct m_buf.
To work around this problem provide a local denode.h that includes
ffs/buf.h and defines buf as an alias for m_buf.

Reviewed By:	kib, emaste
Differential Revision: https://reviews.freebsd.org/D28835
2021-02-22 17:55:45 +00:00
..
cd9660 Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
ffs Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
msdos Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
sys Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
tests Revert r362390, those tests are fixed by r362418 2020-06-23 19:14:38 +00:00
cd9660.c
cd9660.h Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
ffs.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
ffs.h
Makefile Fix makefs bootstrap on macOS after D25563 2020-08-25 13:30:24 +00:00
Makefile.depend
makefs.8 makefs: connect cd9660 El Torito EFI boot image system type 2020-09-17 19:41:10 +00:00
makefs.c
makefs.h Fix -Wpointer-sign warnings in makefs and mkimg 2021-01-07 09:26:21 +00:00
msdos.c Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
msdos.h Fix makefs bootstrap after d485c77f20 2021-02-22 17:55:45 +00:00
mtree.c usr.sbin/makefs: fix use-after-free in read_mtree_keywords() 2021-02-10 15:24:25 +00:00
walk.c