CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/10 15:19:14
Modified files:
usr.bin/env : env.c
Log message:
env(1) is obviously a program falling into pledge "stdio exec". It
does stdio, and it does a raw execve(). It is so obvious. It gets
only _exit(2), kbind(2), and 46 system calls -- over half of which
are deeply gutted in their functionality to only serve narrow libc
needs for "stdio (includes malloc)". the other 161 system calls kill it.
