Denys Vlasenko
|
f4f6e5144b
libbb: exec_login_shell() - new function
|
4 gadi atpakaļ |
Denys Vlasenko
|
0622416fec
libbb: code shrink in exec_shell()
|
4 gadi atpakaļ |
Denys Vlasenko
|
2075aa93e0
libbb: rename run_shell() to exec_shell()
|
4 gadi atpakaļ |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 gadi atpakaļ |
Denys Vlasenko
|
95f7953f2c
do not use `a' quoting style in comments
|
7 gadi atpakaļ |
Denys Vlasenko
|
79e2598c48
su: expand help; simplify passing of -c CMD to run_shell()
|
8 gadi atpakaļ |
Ladislav Michl
|
a73b87e934
*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup
|
14 gadi atpakaļ |
Denys Vlasenko
|
41ddd9f606
*: make exec failure message more consistent
|
14 gadi atpakaļ |
Denys Vlasenko
|
651a2697f7
*: merge some common strings
|
14 gadi atpakaļ |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 gadi atpakaļ |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 gadi atpakaļ |
Denis Vlasenko
|
818322b9b1
*: kill bb_get_last_path_component, replace with two functions
|
17 gadi atpakaļ |
Denis Vlasenko
|
976690afe0
run_shell: code shrink for selinux
|
17 gadi atpakaļ |
Denis Vlasenko
|
fad2b86c9e
use "glibc errno" trick not only for ash, but for entire busybox
|
17 gadi atpakaļ |
Denis Vlasenko
|
797b4d210d
run_shell.c: style fix
|
18 gadi atpakaļ |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 gadi atpakaļ |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 gadi atpakaļ |
"Vladimir N. Oleynik"
|
39a841cecf
change interface to bb_xasprintf() - more perfect for me.
|
19 gadi atpakaļ |
Rob Landley
|
60158cb93e
A patch from Takeharu KATO to update/fix SE-Linux support.
|
19 gadi atpakaļ |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 gadi atpakaļ |
Eric Andersen
|
9e48045e45
Patch from Russell Coker:
|
21 gadi atpakaļ |
Glenn L McGrath
|
393183dccc
Vodz, last_patch_86
|
21 gadi atpakaļ |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 gadi atpakaļ |
Robert Griebl
|
d378c3149c
Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
|
22 gadi atpakaļ |
Eric Andersen
|
27f64e1f4e
Port over the last of the tinylogin applets
|
22 gadi atpakaļ |