NetBSD/lib/libpuffs
pho f347108ede Use size_t in place of voff_t in puffs_setrootinfo(3)
Chuck Silvers pointed out that voff_t was also supposed to be
kernel-only. The correct type to use in userland would be off_t, but
since changing vsize_t to either voff_t or off_t is an ABI change on
32-bit platforms, we use size_t knowing that it is technically
incorrect.
2021-12-03 17:12:17 +00:00
..
Makefile
TODO
callcontext.c
creds.c
dispatcher.c cast to the proper enums for lint 2021-03-08 17:34:10 +00:00
flush.c
framebuf.c puffs(3): Replace realloc(x * y) with reallocarr 2021-10-30 10:34:18 +00:00
null.c Add missing double p and d for stopped and overriden accordingly. 2021-09-11 20:28:03 +00:00
opdump.c cast to the proper enums for lint 2021-03-08 17:34:10 +00:00
paths.c
pnode.c
puffs.3 Use size_t in place of voff_t in puffs_setrootinfo(3) 2021-12-03 17:12:17 +00:00
puffs.c Use size_t in place of voff_t in puffs_setrootinfo(3) 2021-12-03 17:12:17 +00:00
puffs.h Use size_t in place of voff_t in puffs_setrootinfo(3) 2021-12-03 17:12:17 +00:00
puffs_cc.3
puffs_cred.3
puffs_flush.3
puffs_framebuf.3
puffs_node.3 fix typos in puffs man pages. 2021-08-04 09:31:25 +00:00
puffs_ops.3 Avoid using register_t or vsize_t in <puffs.h> 2021-12-03 14:00:59 +00:00
puffs_path.3
puffs_priv.h
puffsdump.h
requests.c
shlib_version
subr.c
suspend.c