summaryrefslogtreecommitdiff
path: root/coreutils/chroot.c
Commit message (Expand)AuthorAgeFilesLines
* make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-041-1/+2
* config: do not use `a' quoting in help textsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+10
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+13
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-5/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-2/+2
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-6/+4
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1
* lpd: spool mode added by VladimirDenis Vlasenko2008-02-251-3/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-2/+3
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+1
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-15/+3
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-35/+15
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-4/+3
* Remove BB_SH define entirely.Matt Kraai2001-08-091-1/+1
* Fix up some silly messups with the debian packaging, and a dumb0_60_0Eric Andersen2001-08-021-6/+6
* Fix applet_name.Matt Kraai2001-05-171-0/+1
* Fix invocation of builtin shell to have proper argc and argv.Matt Kraai2001-05-171-1/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai2000-12-181-2/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* chroot can now call the builtin shellPavel Roskin2000-07-241-0/+5
* Extract usage information into a separate file.Matt Kraai2000-07-161-9/+0
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-4/+2
* This is a fix for chrootEric Andersen2000-06-021-8/+7
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-3/+5
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+9
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-28/+29
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+3
* More stuff.Eric Andersen1999-10-181-2/+1
* Latest and greatest.Eric Andersen1999-10-121-10/+10