summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/fexec.c
AgeCommit message (Expand)Author
2003-09-23reset values when malloc fails.christos
2003-09-23Add some free()s in error cases.wiz
2003-09-23Get rid of lots of system(3) (partly via vsystem) calls.wiz
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-08-25Fix error in memory handling.tron
2003-08-25Add a new library function fcexec() which allows to run a command aftertron
2003-08-24Add a new utility function which use vfork(2) and exec(2) directly insteadtron