aboutsummaryrefslogtreecommitdiff
path: root/init.c
AgeCommit message (Expand)Author
2000-07-17New message added to messages.c: full_versionPavel Roskin
2000-07-14Fixed a warning about missing initializerPavel Roskin
2000-07-12Use global applet_name instead of local versions.Matt Kraai
2000-07-11Forgot to commit these cleanups it seems.Eric Andersen
2000-07-10Remove yet more kernel header dependancies.Eric Andersen
2000-07-10Remove the problematic CTRLCHAR macro.Eric Andersen
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen
2000-07-07Fix for bug #1003 -- BusyBox should now poweroff when asked toEric Andersen
2000-07-06Fixed backspace and delete so they work properly again -- brokenEric Andersen
2000-07-06Change order.Eric Andersen
2000-07-06a few minor cleanups.Eric Andersen
2000-07-04* Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so thatEric Andersen
2000-06-28Better cross libc support.Eric Andersen
2000-06-26Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen
2000-06-19Make syslogd.c, init.c, and update.c compile error/warning free under both li...Eric Andersen
2000-05-31Minor doc fix. Added several bugs to the todo list. Fixed the way initEric Andersen
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-04-06Some more minor updates to better use some gcc attributes.Erik Andersen
2000-04-04Minor structural change to allow core dumping(or not) from initErik Andersen
2000-04-04minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-03-20Fix bug in memory total checking.Erik Andersen
2000-03-19Adjust the termio settings, and don't use octal since itErik Andersen
2000-03-07Fix bugs related to finding PIDs.Erik Andersen
2000-03-07Add a #define to make init extra quiet on boot.Erik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-24Minor tweak to argv[0] handling for linuxrcErik Andersen
2000-02-21Removed proc dependancies for init and free (which maintaining exactlyErik Andersen
2000-02-21Minor update for handling TERM with serial consoles.Erik Andersen
2000-02-18Some updates for the day,Erik Andersen
2000-02-09Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp>Erik Andersen
2000-02-09Fix a possible /linuxrc crash.Erik Andersen
2000-02-09Fixed the init problem where it wouldn't unmount filesystemsErik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
2000-02-07device_open is common code -- moved into utility.cErik Andersen
2000-02-07A few minor updates. ;-)Erik Andersen
2000-01-29Clear up some ambiguity with old style assignments.Erik Andersen
2000-01-29Minor change. init now uses dup2.Erik Andersen
2000-01-27Fixed ls formatting for 8 char user names.Erik Andersen
2000-01-26mount and umount could leak loop device allocations causing the system toErik Andersen
2000-01-25Some busybox updates. See the changelog for details if you care.Erik Andersen
2000-01-23Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen
2000-01-15Sync up busybox with the latest and greatest. This is not stuff forErik Andersen
2000-01-13Bug fixes.Erik Andersen
2000-01-08Possible fixes...Erik Andersen
2000-01-07Remove some leftover debug noise.Erik Andersen
2000-01-07More minor fixes.Erik Andersen