index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
switch_root.c
Age
Commit message (
Expand
)
Author
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-12-15
switch_root: more clear error messages
Denys Vlasenko
2009-07-08
move libc related stuff out of platform.h
Denys Vlasenko
2009-06-17
switch_root: allow /init to be a symlink; add doc (thanks Rob!)
Denys Vlasenko
2009-04-21
switch_root: move misplaced comment
Denis Vlasenko
2009-04-21
switch_root: improve behavior on error; improve help text
Denis Vlasenko
2009-04-21
switch_root: print errno on failure
Denis Vlasenko
2008-07-11
switch_root: shrink
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-02-25
lpd: spool mode added by Vladimir
Denis Vlasenko
2008-02-13
switch_root: stop at first non-option. Closes bug 1425.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-18
switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2006-11-01
mostly style fixes
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-06-15
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-05-10
Shut up the warning "implicit declaration of strlen".
Rob Landley
2006-03-21
Fix missing copyright and license notice.
Rob Landley
2006-03-20
Use lstat() instead of stat so /init being a symlink doesn't screw people up.
Rob Landley
2006-02-14
Fix off by one error. (I know I had a reason for doing that, but I have _no_
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-12-20
Fix chroot, leave console alone if -c not specified, and yank debug code.
Rob Landley
2005-10-27
Add a switch_root utility (like kconfig's utils/run_init.c, although not
Rob Landley