summaryrefslogtreecommitdiff
path: root/chroot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
| | | | | a release. Update the website with release details. -Erik
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* 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
| | | | compliant with the style guide. Everybody rebuild your tags file!
* 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
| | | | -Erik
* 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
| | | | | | | | | | - Fixed error message when the command is not specified (possibly crash on libc5 systems!) - Debugging output removed - Using fatalError() whenever appropriate Regards, Pavel Roskin
* 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
| | | | -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+9
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-28/+29
| | | | -Erik
* Updates to usage, and made tar work.Eric Andersen1999-11-101-1/+1
| | | | -Erik
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+3
|
* More stuff.Eric Andersen1999-10-181-2/+1
| | | | -Erik
* Latest and greatest.Eric Andersen1999-10-121-10/+10
| | | | -Erik
* More stuff works.Eric Andersen1999-10-051-20/+53
| | | | -Erik
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+32