Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
0687a5b496a05cbc06f3bcdc517a2e6cabc535df
/
util-linux
/
switch_root.c
0687a5b
libbb: make xchroot do a chdir("/") after chroot
by Denys Vlasenko
· 13 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
cb37637
switch_root: more clear error messages
by Denys Vlasenko
· 15 years ago
da49f58
move libc related stuff out of platform.h
by Denys Vlasenko
· 15 years ago
a5bdbe1
switch_root: allow /init to be a symlink; add doc (thanks Rob!)
by Denys Vlasenko
· 15 years ago
e6b10ef
switch_root: move misplaced comment
by Denis Vlasenko
· 16 years ago
f9d4fc3
switch_root: improve behavior on error; improve help text
by Denis Vlasenko
· 16 years ago
0ad8234
switch_root: print errno on failure
by Denis Vlasenko
· 16 years ago
39acf45
switch_root: shrink
by Denis Vlasenko
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
77ad97f
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
394eebe
lpd: spool mode added by Vladimir
by Denis Vlasenko
· 17 years ago
6dd03f0
switch_root: stop at first non-option. Closes bug 1425.
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
3ace9fa
switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.
by Denis Vlasenko
· 18 years ago
51742f4
style fixes. No code changes
by Denis Vlasenko
· 18 years ago
50f7f44
bb_full_fd_action: remove potential xmalloc from NOFORK path
by Denis Vlasenko
· 18 years ago
febe3c4
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
by Bernhard Reutner-Fischer
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
b6aae0f
preparatory patch for -Wwrite-strings #2
by Denis Vlasenko
· 18 years ago
9225854
mostly style fixes
by Denis Vlasenko
· 18 years ago
e1a0d48
message string changes, mostly for consistency, also -32 bytes in .rodata
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
e9a7a62
Change license statements (and clean up headers) on some of the files that
by Rob Landley
· 18 years ago
63fc1a9
Standardize on the vi editing directives being on the first line.
by "Robert P. J. Day"
· 18 years ago
22d26fc
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
by Rob Landley
· 18 years ago
094b9f7
Shut up the warning "implicit declaration of strlen".
by Rob Landley
· 19 years ago
3ea05d3
Fix missing copyright and license notice.
by Rob Landley
· 19 years ago
e2b428c
Use lstat() instead of stat so /init being a symlink doesn't screw people up.
by Rob Landley
· 19 years ago
d05981e
Fix off by one error. (I know I had a reason for doing that, but I have _no_
by Rob Landley
· 19 years ago
c1ef7bd
just whitespace
by Tim Riker
· 19 years ago
5d84c23
Fix chroot, leave console alone if -c not specified, and yank debug code.
by Rob Landley
· 19 years ago
0f34a82
Add a switch_root utility (like kconfig's utils/run_init.c, although not
by Rob Landley
· 19 years ago