CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/06/06 05:02:05
Modified files:
net/ii : Makefile
Added files:
net/ii/patches : sslpatch-ii_c ucspipatch-ii_c
Log message:
- Fix channel use after freeing in main loop
(spotted the hard way by Ray Lai)
patch from upstream git
- Add pledge(2) to ii(1)
stdio rpath wpath cpath dpath: ii(1) will create directory
structure and fifos on demand (when joining a new channel for
example)
inet net: required for tcpopen(), but pledge(2) is used after
tcpopen() call. ucspi flavor doesn't need "inet dns" since
that ucspi backend take care of network capabilities of ii(1).
diff from ray with tweaks from me and semarie.
OK semarie ray