aboutsummaryrefslogtreecommitdiff
path: root/coreutils/chroot.c
AgeCommit message (Expand)Author
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-08-02config: do not use `a' quoting in help textsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-04-21switch_root: improve behavior on error; improve help textDenis Vlasenko
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-08-09Remove BB_SH define entirely.Matt Kraai
2001-08-02Fix up some silly messups with the debian packaging, and a dumbEric Andersen
2001-05-17Fix applet_name.Matt Kraai
2001-05-17Fix invocation of builtin shell to have proper argc and argv.Matt Kraai
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-07-24chroot can now call the builtin shellPavel Roskin
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-12Always report the applet name when doing error reporting.Matt Kraai
2000-06-02This is a fix for chrootEric Andersen
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
1999-11-10Updates to usage, and made tar work.Eric Andersen
1999-10-20Fixed up copyright notices and suchEric Andersen
1999-10-18More stuff.Eric Andersen
1999-10-12Latest and greatest.Eric Andersen