OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sbin
/
mount_qemufwcfg
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
mount_qemufwcfg
History log of
/src/sbin/mount_qemufwcfg/Makefile
Revision
Date
Author
Comments
1.5
04-Dec-2021
pho
librefuse: Preparation of a proper API versioning; no more #ifdef woes in user code
The goal is to fully support FUSE API version 3.0 while maintaining
API/ABI compatibility with code written for 2.6 (or even older).
* <fuse.h> now emits a compiler warning if it's included without
defining FUSE_USE_VERSION. It had been silently defaulted to the
latest supported version prior to this change. This is permissive
compared to the original FUSE, as it emits an error instead.
* <fuse.h> now emits a warning if FUSE_USE_VERSION is higher than what
can be provided.
* Added a macro FUSE_MAKE_VERSION(maj, min). It was missing from
librefuse <fuse.h>.
No actual API updates have been made (yet).
1.4
03-Oct-2018
jmcneill
Add libpuffs (fixes sun2 build)
1.3
28-Nov-2017
wiz
branches: 1.3.2; 1.3.4;
Install qemufwcfg(4) and mount_qemufwcfg(8).
1.2
26-Nov-2017
christos
cleanup, knf, remove debugging printf, homebrew alloc macros, types.
1.1
25-Nov-2017
jmcneill
Add virtual filesystem for QEMU Firmware Configuration interface.
1.3.4.1
10-Jun-2019
christos
Sync with HEAD
1.3.2.1
20-Oct-2018
pgoyette
Sync with head
Indexes created Thu Oct 23 22:10:10 GMT 2025