pexec

execute a program from standard input
git clone git://git.2f30.org/pexec
Log | Files | Refs

DateCommit messageAuthorFiles+-
2018-03-23 15:57Use sizeof(buf) instead of BUFSIZsin1+1-1
2018-03-23 15:56Move pexec code into its own functionsin1+29-21
2018-03-23 13:32Bump to 0.1sin1+1-1
2018-03-23 13:29Change examplesin1+1-1
2018-03-23 12:12Name memfd region according to argv[0]sin1+1-1
2018-03-23 12:09Print usage for unknown optionssin1+2-0
2018-03-23 12:04Forgot sys/stat.hsin1+1-0
2018-03-23 11:56Chmod fd to 0755, makes it work on grsec kernelssin1+3-0
2018-03-23 11:52Add -i to clear environment before execsin3+68-13
2018-03-23 11:48Add an envp argument to pexec()sin1+4-5
2018-03-23 11:38Add Makefilesin1+35-0
2018-03-23 11:33Fixup argument passingsin1+1-1
2018-03-23 11:20Initial commitsin1+113-0