hush/procps
Eric Andersen b24d65659f If find_pid_by_name() had an error, it was returning -1, but storing
that into a pid_t, which is unsigned on a number archs.  Furthermore,
find_pid_by_name() would _never_ return an error if the intended proces
was "init", but instead would return 1, meaning we would fail to work
on 2.4.x kernels running an initrd...
 -Erik
2001-12-06 14:52:32 +00:00
..
config.in config.in features patch from Giulio Orsero <giulioo@pobox.com> 2001-11-10 09:53:23 +00:00
free.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
kill.c If find_pid_by_name() had an error, it was returning -1, but storing 2001-12-06 14:52:32 +00:00
Makefile Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
pidof.c If find_pid_by_name() had an error, it was returning -1, but storing 2001-12-06 14:52:32 +00:00
ps.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00
renice.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
uptime.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00