2001-07-23 |
Matt Kraai | Add support for devfs device names. |
tree | commitdiff |
2001-07-22 |
Eric Andersen | Some patches to make dietlibc work... |
tree | commitdiff |
2001-07-05 |
Eric Andersen | Be extra extra careful about what we dereference. |
tree | commitdiff |
2001-06-12 |
Matt Kraai | Only use a login shell when it will run on a console. |
tree | commitdiff |
2001-06-03 |
Matt Kraai | Loop forever instead of exiting. |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
tree | commitdiff |
2001-05-18 |
Matt Kraai | Changed snprintf copies to use strncpy at the suggestio... |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
tree | commitdiff |
2001-04-23 |
Eric Andersen | A patch from Marc Karasek and Kanoj (kernel serial... |
tree | commitdiff |
2001-04-12 |
Matt Kraai | Fix comment. |
tree | commitdiff |
2001-04-09 |
Eric Andersen | "I will always compile before I commit" x 100 |
tree | commitdiff |
2001-04-09 |
Eric Andersen | Update how we detect if libc5 is in use. |
tree | commitdiff |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
tree | commitdiff |
2001-04-03 |
Eric Andersen | A patch from Matt Kraai that adds a new 'shutdown'... |
tree | commitdiff |
2001-03-21 |
Eric Andersen | A nice patch from Larry Doolittle that adds -Wshadow and |
tree | commitdiff |
2001-03-20 |
Eric Andersen | Fix up command line munging in init. Postpone the... |
tree | commitdiff |
2001-03-16 |
Eric Andersen | A patch from Andreas Neuhaus to be especially careful... |
tree | commitdiff |
2001-03-15 |
Eric Andersen | A better fix. Read nextPtr before mem gets freed. |
tree | commitdiff |
2001-03-15 |
Eric Andersen | Prevent init from potentially using already freed memor... |
tree | commitdiff |
2001-03-14 |
Eric Andersen | Fix init so that checking for terminal devices is delay... |
tree | commitdiff |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
tree | commitdiff |
2001-03-04 |
Eric Andersen | Patch from Vladimir to make sure PATH is set correctly. |
tree | commitdiff |
2001-02-23 |
Eric Andersen | I should be more careful... |
tree | commitdiff |
2001-02-22 |
Eric Andersen | Add in kent robotti's updated dos2unix.c |
tree | commitdiff |
2001-02-22 |
Eric Andersen | Make init compile when DEBUG_INIT is enabled |
tree | commitdiff |
2001-02-22 |
Eric Andersen | Revert my change to do extra termType checking. That... |
tree | commitdiff |
2001-02-20 |
Eric Andersen | Commit a patch from Erik Gustavsson <cyrano@algonet... |
tree | commitdiff |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
tree | commitdiff |
2001-02-17 |
Eric Andersen | Throw out the obsolete INIT_CHROOT junk |
tree | commitdiff |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
tree | commitdiff |
2001-02-01 |
Eric Andersen | Apply a patch from Larry Doolittle to add "-all" and... |
tree | commitdiff |
2001-01-31 |
Eric Andersen | Patch from Vladimir N. Oleynik to simplify/cleanup... |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
tree | commitdiff |
2001-01-25 |
Eric Andersen | Add in Larry's CUSTOMIZED_BANNER patchlet, and let... |
tree | commitdiff |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
tree | commitdiff |
2000-12-13 |
Eric Andersen | A couple of updates to fix some minor cross compiling... |
tree | commitdiff |
2000-12-12 |
Eric Andersen | Cleanup for proper compilation with uClibc. |
tree | commitdiff |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-12-06 |
Eric Andersen | Close but #1071... |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-21 |
Eric Andersen | Hard code the name of init. |
tree | commitdiff |
2000-09-15 |
Pavel Roskin | Don't suppress output of umount and swapoff - it is... |
tree | commitdiff |
2000-09-14 |
Pavel Roskin | For "askfirst" don't just read one char from stdin, |
tree | commitdiff |
2000-09-14 |
Eric Andersen | Add in a patch from robotti@metconnect.com and Chip... |
tree | commitdiff |
2000-09-13 |
Eric Andersen | Ensure forked processes always are on a controlling... |
tree | commitdiff |
2000-09-10 |
Eric Andersen | Make init handle current 2.4.x sysinfo behavior |
tree | commitdiff |
2000-09-05 |
Eric Andersen | Set environment variable to make ash happy. ash is... |
tree | commitdiff |
2000-07-19 |
Matt Kraai | Centralize handling of --help. |
tree | commitdiff |
2000-07-19 |
Matt Kraai | Add usage messages for applets without them. |
tree | commitdiff |
2000-07-17 |
Pavel Roskin | New message added to messages.c: full_version |
tree | commitdiff |
2000-07-14 |
Pavel Roskin | Fixed a warning about missing initializer |
tree | commitdiff |
2000-07-12 |
Matt Kraai | Use global applet_name instead of local versions. |
tree | commitdiff |
2000-07-11 |
Eric Andersen | Forgot to commit these cleanups it seems. |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Remove yet more kernel header dependancies. |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Remove the problematic CTRLCHAR macro. |
tree | commitdiff |
2000-07-08 |
Eric Andersen | Update files to reduce dependance on kernel version... |
tree | commitdiff |
2000-07-07 |
Eric Andersen | Fix for bug #1003 -- BusyBox should now poweroff when... |
tree | commitdiff |
2000-07-06 |
Eric Andersen | Fixed backspace and delete so they work properly again... |
tree | commitdiff |
2000-07-06 |
Eric Andersen | Change order. |
tree | commitdiff |
2000-07-06 |
Eric Andersen | a few minor cleanups. |
tree | commitdiff |
2000-07-04 |
Eric Andersen | * Fix to init.c from Stuart Menefy <Stuart.Menefy@st... |
tree | commitdiff |
2000-06-28 |
Eric Andersen | Better cross libc support. |
tree | commitdiff |
2000-06-26 |
Eric Andersen | Updates to handle Linux 2.4.0 kernels (kludged around... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Make syslogd.c, init.c, and update.c compile error... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
tree | commitdiff |
2000-05-31 |
Eric Andersen | Minor doc fix. Added several bugs to the todo list... |
tree | commitdiff |
2000-05-19 |
Erik Andersen | More libc portability updates, add in the website ... |
tree | commitdiff |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
tree | commitdiff |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
tree | commitdiff |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
tree | commitdiff |
2000-04-07 |
Erik Andersen | Patch to make killall actually kill all PIDs with the... |
tree | commitdiff |
2000-04-06 |
Erik Andersen | Some more minor updates to better use some gcc attributes. |
tree | commitdiff |
2000-04-04 |
Erik Andersen | Minor structural change to allow core dumping(or not... |
tree | commitdiff |
2000-04-04 |
Erik Andersen | minor changes to mount/umount to support-by-ignoring... |
tree | commitdiff |
2000-03-23 |
Erik Andersen | My latest ramblings. |
tree | commitdiff |
2000-03-20 |
Erik Andersen | Fix bug in memory total checking. |
tree | commitdiff |
2000-03-19 |
Erik Andersen | Adjust the termio settings, and don't use octal since it |
tree | commitdiff |
2000-03-07 |
Erik Andersen | Fix bugs related to finding PIDs. |
tree | commitdiff |
2000-03-07 |
Erik Andersen | Add a #define to make init extra quiet on boot. |
tree | commitdiff |
2000-03-07 |
Erik Andersen | Wrote killall. |
tree | commitdiff |
2000-03-04 |
Erik Andersen | A few updates (including the cp fix the Craig has been... |
tree | commitdiff |
2000-02-24 |
Erik Andersen | Minor tweak to argv[0] handling for linuxrc |
tree | commitdiff |
2000-02-21 |
Erik Andersen | Removed proc dependancies for init and free (which... |
tree | commitdiff |
2000-02-21 |
Erik Andersen | Minor update for handling TERM with serial consoles. |
tree | commitdiff |
2000-02-18 |
Erik Andersen | Some updates for the day, |
tree | commitdiff |
2000-02-09 |
Erik Andersen | Fix stupid typos -- thanks to Taketoshi Sano <kgh12351... |
tree | commitdiff |
2000-02-09 |
Erik Andersen | Fix a possible /linuxrc crash. |
tree | commitdiff |
2000-02-09 |
Erik Andersen | Fixed the init problem where it wouldn't unmount filesy... |
tree | commitdiff |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
tree | commitdiff |
2000-02-07 |
Erik Andersen | device_open is common code -- moved into utility.c |
tree | commitdiff |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
tree | commitdiff |
2000-01-29 |
Erik Andersen | Clear up some ambiguity with old style assignments. |
tree | commitdiff |
2000-01-29 |
Erik Andersen | Minor change. init now uses dup2. |
tree | commitdiff |
2000-01-27 |
Erik Andersen | Fixed ls formatting for 8 char user names. |
tree | commitdiff |
2000-01-26 |
Erik Andersen | mount and umount could leak loop device allocations... |
tree | commitdiff |
2000-01-25 |
Erik Andersen | Some busybox updates. See the changelog for details... |
tree | commitdiff |
2000-01-23 |
Erik Andersen | Some busybox updates. You no longer _have_ to put... |
tree | commitdiff |
2000-01-15 |
Erik Andersen | Sync up busybox with the latest and greatest. This... |
tree | commitdiff |
2000-01-13 |
Erik Andersen | Bug fixes. |
tree | commitdiff |
2000-01-08 |
Erik Andersen | Possible fixes... |
tree | commitdiff |
next |