susestudio / helphelp

Help generator
MIT License
1 stars 0 forks source link

Kernel#system calls avoid shell #10

Closed roman-neuhauser closed 11 years ago

roman-neuhauser commented 11 years ago

Kernel#system calls avoid shell

Kernel#system calls are done with a list of arguments instead of a single string. this way the code ends up using fork/exec instead.

bear454 commented 11 years ago

Would you mind updating this to use Cheetah?