hush/init
Denis Vlasenko 35fb512728 PID should be stored in pid_t, not int or long.
find_pid_by_name() was returning 0 or -1 in last array element,
but -1 was never checked. We can use just 0 intead.
2006-11-01 09:16:49 +00:00
..
Config.in build system overhaul 2006-10-05 10:17:08 +00:00
halt.c PID should be stored in pid_t, not int or long. 2006-11-01 09:16:49 +00:00
init_shared.c bb_applet_name -> applet_name 2006-10-03 21:00:43 +00:00
init_shared.h - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00
init.c reshuffle libbb.h contents so that order of decls makes sense 2006-10-27 09:05:02 +00:00
Kbuild build system overhaul 2006-10-05 10:17:08 +00:00
mesg.c - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00