don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / init.c
2001-06-12 Matt KraaiOnly use a login shell when it will run on a console.
2001-06-03 Matt KraaiLoop forever instead of exiting.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-18 Matt KraaiChanged snprintf copies to use strncpy at the suggestio...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-23 Eric AndersenA patch from Marc Karasek and Kanoj (kernel serial...
2001-04-12 Matt KraaiFix comment.
2001-04-09 Eric Andersen"I will always compile before I commit" x 100
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-03 Eric AndersenA patch from Matt Kraai that adds a new 'shutdown'...
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-20 Eric AndersenFix up command line munging in init. Postpone the...
2001-03-16 Eric AndersenA patch from Andreas Neuhaus to be especially careful...
2001-03-15 Eric AndersenA better fix. Read nextPtr before mem gets freed.
2001-03-15 Eric AndersenPrevent init from potentially using already freed memor...
2001-03-14 Eric AndersenFix init so that checking for terminal devices is delay...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-04 Eric AndersenPatch from Vladimir to make sure PATH is set correctly.
2001-02-23 Eric AndersenI should be more careful...
2001-02-22 Eric AndersenAdd in kent robotti's updated dos2unix.c
2001-02-22 Eric AndersenMake init compile when DEBUG_INIT is enabled
2001-02-22 Eric AndersenRevert my change to do extra termType checking. That...
2001-02-20 Eric AndersenCommit a patch from Erik Gustavsson <cyrano@algonet...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-17 Eric AndersenThrow out the obsolete INIT_CHROOT junk
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-31 Eric AndersenPatch from Vladimir N. Oleynik to simplify/cleanup...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenAdd in Larry's CUSTOMIZED_BANNER patchlet, and let...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-13 Eric AndersenA couple of updates to fix some minor cross compiling...
2000-12-12 Eric AndersenCleanup for proper compilation with uClibc.
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-06 Eric AndersenClose but #1071...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-21 Eric AndersenHard code the name of init.
2000-09-15 Pavel RoskinDon't suppress output of umount and swapoff - it is...
2000-09-14 Pavel RoskinFor "askfirst" don't just read one char from stdin,
2000-09-14 Eric AndersenAdd in a patch from robotti@metconnect.com and Chip...
2000-09-13 Eric AndersenEnsure forked processes always are on a controlling...
2000-09-10 Eric AndersenMake init handle current 2.4.x sysinfo behavior
2000-09-05 Eric AndersenSet environment variable to make ash happy. ash is...
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-14 Pavel RoskinFixed a warning about missing initializer
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-11 Eric AndersenForgot to commit these cleanups it seems.
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Eric AndersenRemove the problematic CTRLCHAR macro.
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-07 Eric AndersenFix for bug #1003 -- BusyBox should now poweroff when...
2000-07-06 Eric AndersenFixed backspace and delete so they work properly again...
2000-07-06 Eric AndersenChange order.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-04 Eric Andersen* Fix to init.c from Stuart Menefy <Stuart.Menefy@st...
2000-06-28 Eric AndersenBetter cross libc support.
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-19 Eric AndersenMake syslogd.c, init.c, and update.c compile error...
2000-05-31 Eric AndersenMinor doc fix. Added several bugs to the todo list...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-06 Erik AndersenSome more minor updates to better use some gcc attributes.
2000-04-04 Erik AndersenMinor structural change to allow core dumping(or not...
2000-04-04 Erik Andersenminor changes to mount/umount to support-by-ignoring...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-20 Erik AndersenFix bug in memory total checking.
2000-03-19 Erik AndersenAdjust the termio settings, and don't use octal since it
2000-03-07 Erik AndersenFix bugs related to finding PIDs.
2000-03-07 Erik AndersenAdd a #define to make init extra quiet on boot.
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-24 Erik AndersenMinor tweak to argv[0] handling for linuxrc
2000-02-21 Erik AndersenRemoved proc dependancies for init and free (which...
2000-02-21 Erik AndersenMinor update for handling TERM with serial consoles.
2000-02-18 Erik AndersenSome updates for the day,
2000-02-09 Erik AndersenFix stupid typos -- thanks to Taketoshi Sano <kgh12351...
2000-02-09 Erik AndersenFix a possible /linuxrc crash.
2000-02-09 Erik AndersenFixed the init problem where it wouldn't unmount filesy...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik Andersendevice_open is common code -- moved into utility.c
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
2000-01-29 Erik AndersenMinor change. init now uses dup2.
2000-01-27 Erik AndersenFixed ls formatting for 8 char user names.
2000-01-26 Erik Andersenmount and umount could leak loop device allocations...
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-23 Erik AndersenSome busybox updates. You no longer _have_ to put...
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik AndersenBug fixes.
2000-01-08 Erik AndersenPossible fixes...
2000-01-07 Erik AndersenRemove some leftover debug noise.
2000-01-07 Erik AndersenMore minor fixes.
2000-01-07 Erik AndersenInit is now even more perfect then before.
2000-01-07 Erik AndersenInit is now _more_ perfect then before.
2000-01-06 Erik Anderseninittab is now perfect. The universe will now submit...
2000-01-05 Erik AndersenThe latest and greatest. init basically works, though...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-30 Erik AndersenFirst pass inittab parser written
next