Lines Matching refs:nofork
99 date - noexec. nofork candidate(needs to stop messing up env, free xasprintf result, not use xfuncs…
225 lspci - noexec. too rare to bother for nofork
226 lsscsi - noexec. too rare to bother for nofork
227 lsusb - noexec. too rare to bother for nofork
303 renice - noexec. nofork candidate(uses getpwnam, is that ok?)
317 runlevel - noexec. can be nofork if "endutxent()" is called unconditionally, but too rare to bother?
344 sleep - longterm. Could be nofork, if not the problem of "killall sleep" not killing it.
351 stat - noexec. nofork candidate(needs fewer allocs)
353 stty - noexec. nofork candidate: has no allocs or opens except xmove_fd(xopen("-F DEVICE"),STDIN). …
412 uptime - noexec. nofork candidate(is getutxent ok?)
413 users - noexec. nofork candidate(is getutxent ok?)
421 w - noexec. nofork candidate(is getutxent ok?)
428 who - noexec. nofork candidate(is getutxent ok?)