config: more tweaks
[oweals/busybox.git] / coreutils / chroot.c
2017-08-04 Denys Vlasenkomake 17 state-changing execing applets (ex: "nice PROG...
2017-08-02 Denys Vlasenkoconfig: do not use `a' quoting in help texts
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2012-03-07 Denys Vlasenkolibbb: make xchroot do a chdir("/") after chroot
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2008-02-25 Denis Vlasenkolpd: spool mode added by Vladimir
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-02-06 Denis VlasenkoEXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-09 Matt KraaiRemove BB_SH define entirely.
2001-08-02 Eric AndersenFix up some silly messups with the debian packaging... 0_60_0
2001-05-17 Matt KraaiFix applet_name.
2001-05-17 Matt KraaiFix invocation of builtin shell to have proper argc...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-24 Pavel Roskinchroot can now call the builtin shell
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-06-02 Eric AndersenThis is a fix for chroot
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-18 Eric AndersenMore stuff.
1999-10-12 Eric AndersenLatest and greatest.
1999-10-05 Eric AndersenMore stuff works.
1999-10-05 Eric AndersenInitial revision 0_29alpha2