lp:busybox
- Get this branch:
- bzr branch lp:busybox
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://busybox.net/busybox.git.
Last successful import was .
Recent revisions
- 18040. By Vda-linux
-
eject: fix missing -s option in trivial usage
Fixes missing [-s] option in trivial usage section of `eject --help`
function old new delta
packed_usage 35125 35127 +2Signed-off-by: Nir Lichtman <email address hidden>
Signed-off-by: Denys Vlasenko <email address hidden> - 18039. By Vda-linux
-
dd: fix overflow for very large count/seek/skip values
function old new delta
xatoull_range_sfx - 49 +49
dd_main 1607 1640 +33
bb_banner 47 46 -1
-------------- ------- ------- ------- ------- ------- ------- ------- ------- ------- -
(add/remove: 1/0 grow/shrink: 1/1 up/down: 82/-1) Total: 81 bytesSigned-off-by: Sertonix <email address hidden>
Signed-off-by: Denys Vlasenko <email address hidden> - 18038. By Vda-linux
-
pgrep/pkill: fix -x to also match comm field
When running `pgrep -x example` against a process `/bin/example --arg`,
BusyBox fails to match, while GNU pgrep succeeds. The reason is that the
comparison is done only against the full argv[0] rather than comm. This
patch changes pgrep -x to also try /proc/[pid]/comm for exact matching.function old new delta
pgrep_main 681 670 -11Signed-off-by: Paulius Zaleckas <email address hidden>
Signed-off-by: Denys Vlasenko <email address hidden> - 18037. By Vda-linux
-
ls: restore functionality of --color
Since commit 551bfdb97 (ls: implement -q, fix -w0, reduce startup
time) the '--color' option behaves as though the default argument
'always' had been specified.This is due to an explicit short option for '--color' being given,
but without specifying that an argument is expected.function old new delta
.rodata 106027 106029 +2Signed-off-by: Ron Yorston <email address hidden>
Signed-off-by: Denys Vlasenko <email address hidden> - 18036. By Vda-linux
-
lineedit: fix PS1='\W' for root directory
'\W' in PS1 returned an empty string for the root directory. bash
displays '/' in similar circumstances.Avoid returning an empty string for the directory.
function old new delta
parse_and_put_prompt 873 883 +10 Signed-off-by: Ron Yorston <email address hidden>
Signed-off-by: Denys Vlasenko <email address hidden> - 18035. By Vda-linux
-
last: fix ignoring the first login entry
The first login entry is ignored if a log file contains more than one
entry. To fix it, do not break the while loop if the offset is zero.Signed-off-by: Dmitry Klochkov <email address hidden>
Signed-off-by: Denys Vlasenko <email address hidden> - 18034. By Vda-linux
-
busybox: optional --version support
function old new delta
busybox_main 695 734 +39Signed-off-by: Denys Vlasenko <email address hidden>
- 18033. By Vda-linux
-
ntpd: set tmx.maxerror properly - avoid STA_UNSYNC
function old new delta
update_local_clock 872 951 +79Signed-off-by: Denys Vlasenko <email address hidden>
- 18032. By Vda-linux
-
nsenter,unshare: don't use xvfork_
parent_ waits_and_ exits() , it SEGVs on ppc64le Signed-off-by: Denys Vlasenko <email address hidden>
- 18031. By Vda-linux
-
cp: fix `cp -aT` overwriting symlink to directories
busybox cp refuses to overwrite another symlink to a directory due to
an incorrect stat() call that should be lstat(). When using -T, we want
to consider the target argument directly without resolving symlinks.function old new delta
cp_main 496 514 +18Signed-off-by: Dominique Martinet <email address hidden>
Signed-off-by: Denys Vlasenko <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)