NetBSD/sbin/mount_portal
kre fe6f1f01c1 PR bin/54222
Don't use portal_node_reclaim() inappropriately.   It frees data we
did not allocate, but which might have been allocated by someone else.

While here, various other cleanups (avoid losing fd's if fork fails,
don't compose mangled st_mode S_IFMT values - puffs or's in what it
thinks is correct to the value we set, one case I saw was producing
0110600 for the mode, the 011 isn't any defined type at all - I'd
never seen ls print a '?' as the first char of ls -l output before!

This is still not really correct, but is I believe, better than before.
2019-05-23 11:13:17 +00:00
..
examples Minor and non-functional enhancements in mount_portal(8) 2017-05-09 23:26:49 +00:00
Makefile Minor and non-functional enhancements in mount_portal(8) 2017-05-09 23:26:49 +00:00
activate.c
conf.c Better handling of comments in portal.conf ... # now only introduces 2019-05-23 04:34:25 +00:00
mount_portal.8 Remove superfluous Pp. 2019-05-23 09:15:45 +00:00
pathnames.h
portal.conf
portald.h
pt_conf.c Minor and non-functional enhancements in mount_portal(8) 2017-05-09 23:26:49 +00:00
pt_file.c PR bin/54222 2019-05-23 11:13:17 +00:00
pt_filter.c
pt_tcp.c
puffs_portal.c PR bin/54222 2019-05-23 11:13:17 +00:00