-
e4d925b889
sed: support "-f -" idiom
Denys Vlasenko
2016-04-08 00:20:36 +02:00
-
d7d4750e1e
unrpm: clean up
Mike Frysinger
2016-04-04 01:39:17 -04:00
-
ee22fe8793
undeb: clean up
Mike Frysinger
2016-04-04 01:35:34 -04:00
-
ea1b44412a
syslogd: minor tweaks to text
Mike Frysinger
2016-04-04 01:28:32 -04:00
-
d63d77a7f0
kconfig/lxdialog: get ncurses CFLAGS with pkg-config
Bjørn Forsman
2014-09-14 12:57:50 +02:00
-
935fe68236
kbuild: Make scripts executable
Michal Marek
2014-08-20 16:02:59 +02:00
-
d35ba8b5ed
kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h
Yann E. MORIN
2013-03-22 23:12:16 +01:00
-
e62c715b3e
menuconfig: optionally use pkg-config to detect ncurses libs
Justin Lecher
2013-03-06 14:02:01 +01:00
-
f755430d79
menuconfig: fix extended colors ncurses support
Krzysztof Mazur
2012-10-08 18:18:22 +02:00
-
8c3f943410
kbuild: Fix gcc -x syntax
Jean Delvare
2012-10-02 16:42:36 +02:00
-
74f58ed48c
kconfig: fix check-lxdialog for DLL platforms
Yaakov Selkowitz
2012-06-12 19:05:15 -05:00
-
a0f24a06df
kconfig: check ncursesw headers first in check-lxdialog
Yaakov Selkowitz
2012-06-12 19:05:02 -05:00
-
f48bd92285
kconfig: fix menuconfig on debian lenny
Junio C Hamano
2010-09-18 19:25:32 -07:00
-
993dab7822
Revert "lxdialog: fix ncursesw include detection"
Mike Frysinger
2016-04-03 23:58:50 -04:00
-
b22061718d
find_applet_by_name: loop index should be signed
Ron Yorston
2016-04-03 22:29:35 +02:00
-
6aab9928de
whitespace and namespace cleanups
Denys Vlasenko
2016-04-03 22:24:51 +02:00
-
b068cf2a7e
ubirmvol: Implement -N switch for ubirmvol
Sven Eisenberg
2016-04-03 21:53:12 +02:00
-
cb92640998
ubirename: new applet
Sven Eisenberg
2016-04-03 20:12:03 +02:00
-
46b494635e
libbb: speed up error_msg functions
Denys Vlasenko
2016-04-03 16:55:03 +02:00
-
bc14f4d13d
main(): add a TODO about finding a use for _end[] area
Denys Vlasenko
2016-04-03 16:06:42 +02:00
-
056e1f558c
trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS
Denys Vlasenko
2016-04-03 15:38:53 +02:00
-
1cf68e3033
typo fix
Denys Vlasenko
2016-04-02 22:57:17 +02:00
-
a93e4fd376
find_applet_by_name: add an example of faster linear search code
Denys Vlasenko
2016-04-02 22:54:23 +02:00
-
8b0f459af7
nsenter,unshare: work around older header
Denys Vlasenko
2016-04-02 19:00:44 +02:00
-
b14374a5ba
sort: "-o FILE", not "-o", is the syntax
Denys Vlasenko
2016-04-02 18:20:26 +02:00
-
8220399173
nsenter,unshare: share common code; fix a bug of not closing all fds
Denys Vlasenko
2016-04-02 18:06:24 +02:00
-
c87e81f944
sort: help text does not need to say that -mST are supported but ignored
Denys Vlasenko
2016-04-02 17:39:50 +02:00
-
dd02a05e08
build system: finer-grained selection of search speedup table.
Denys Vlasenko
2016-04-02 15:18:26 +02:00
-
9f2f96edfa
unshare: remove stale comment
Denys Vlasenko
2016-04-02 04:44:39 +02:00
-
80c934a251
nsenter: new applet
Bartosz Golaszewski
2016-04-01 22:17:25 +02:00
-
c4199f22d0
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Denys Vlasenko
2016-04-01 22:12:44 +02:00
-
29b33b63d4
unshare: new applet
Bartosz Golaszewski
2016-04-01 19:41:13 +02:00
-
52977a7d60
Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init
Denys Vlasenko
2016-03-31 00:42:57 +02:00
-
a27dc33f97
make MKPASSWD a separate config option, not an automatic alias to cryptpw
Denys Vlasenko
2016-03-31 00:32:39 +02:00
-
f75a96d74c
udhcp: fix capitalization of two messages
Denys Vlasenko
2016-03-30 18:49:45 +02:00
-
16efe19128
dhcpd: string reuse
Denys Vlasenko
2016-03-30 18:44:52 +02:00
-
8f2e99c813
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-30 18:41:23 +02:00
-
80f0f1d712
setfiles: switch bb_info_msg to printf
Denys Vlasenko
2016-03-30 18:17:35 +02:00
-
2a17fbe88a
sulogin: use bb_error_msg instead of bb_info_msg; better message
Denys Vlasenko
2016-03-30 17:36:20 +02:00
-
32c08acba3
sulogin: remove suid paranoia code, explain why it's not necessary
Denys Vlasenko
2016-03-30 17:27:32 +02:00
-
8ac6effb02
sulogin: Dorp incorrect comment about suid-ness
Denys Vlasenko
2016-03-30 16:49:13 +02:00
-
c418f48d8d
fsck: use printf for message, not bb_info_msg
Denys Vlasenko
2016-03-30 16:30:24 +02:00
-
3b757f0798
mkfs_vfat: use bb_error_msg for logging, not bb_info_msg
Denys Vlasenko
2016-03-30 16:23:10 +02:00
-
cde1199e01
zcip: use bb_error_msg for logging, not bb_info_msg
Denys Vlasenko
2016-03-30 16:22:13 +02:00
-
066e76befe
Replace a few more bb_info_msg's by bb_error_msg or printf
Denys Vlasenko
2016-03-30 16:20:28 +02:00
-
76b680c7a8
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2016-03-30 16:04:37 +02:00
-
610c4c385b
applet_tables: save space by removing applet name offsets
Ron Yorston
2016-03-30 00:42:05 +02:00
-
9844d7e830
Revert "networking: properly initialize ipv6 scope id for printing it"
Denys Vlasenko
2016-03-29 19:27:00 +02:00
-
20dd499341
modprobe: skip non-.conf files only in subdirectories
Denys Vlasenko
2016-03-29 19:23:55 +02:00
-
31c984dd69
umount: build fix for older glibc
Denys Vlasenko
2016-03-28 22:23:33 +02:00
-
2fb63292f7
networking: properly initialize ipv6 scope id for printing it
Timo Teräs
2016-03-28 22:16:48 +02:00
-
73dfdda92e
grep: make errors other than "not found" result in exit code 2. Closes 8796
Denys Vlasenko
2016-03-28 22:12:09 +02:00
-
b9b7aa1910
ash_test: ignore generated files
Mike Frysinger
2016-03-22 18:15:24 -04:00
-
787972f60b
ash_test: printenv: fix missing includes
Mike Frysinger
2016-03-22 18:15:14 -04:00
-
3e3bfb896e
ash: fix corruption of ${#var} if $var contains UTF-8 characters
Ron Yorston
2016-03-18 11:29:19 +00:00
-
6701e91d84
wget: make -T timeout work on header reads too. Closes 8636
Denys Vlasenko
2016-03-17 15:58:16 +01:00
-
0d1b71e8e6
nmeter: reinstate and document -d-1
Denys Vlasenko
2016-03-15 17:54:17 +01:00
-
41b1e2c392
nmeter: remove undocumented %NNNd specifier
Denys Vlasenko
2016-03-15 16:13:23 +01:00
-
a63e2a8cb2
nmeter: simple code shrink here and there
Denys Vlasenko
2016-03-15 16:06:29 +01:00
-
8a26fda98c
nmeter: convert field list to bit list
Denys Vlasenko
2016-03-15 15:52:40 +01:00
-
99c71c9e80
nmeter: code shrink
Denys Vlasenko
2016-03-15 15:28:49 +01:00
-
e4de8c6316
nmeter: fix a bug with unterminated varargs
Denys Vlasenko
2016-03-15 15:22:42 +01:00
-
fd5a2b7b04
New example config: android_502_defconfig
Denys Vlasenko
2016-03-14 22:28:53 +01:00
-
23961b2fd3
more bionic fixes
Denys Vlasenko
2016-03-14 19:34:15 +01:00
-
dbb58a3879
fixes for problems found by bionic build
Denys Vlasenko
2016-03-14 18:23:33 +01:00
-
1b7c17391d
udhcpc: fix a warning in debug code
Denys Vlasenko
2016-03-11 00:26:58 +01:00
-
d474ffc682
udhcp: fix a SEGV on malformed RFC1035-encoded domain name
Denys Vlasenko
2016-03-10 11:47:58 +01:00
-
d2b820b540
renice: tweak help text
Denys Vlasenko
2016-03-07 15:21:54 +01:00
-
ea351b9742
ls: fix columnar output. Closes 8731
Denys Vlasenko
2016-03-06 17:53:11 +01:00
-
7849ccb61c
inotifyd: swap meaning of 'y' and 'm' events in help text. Closes 8726
Denys Vlasenko
2016-03-06 17:35:16 +01:00
-
86d9f60f3a
udhcpc: do not use -t NUM for counting "select" packets, use 3
Denys Vlasenko
2016-03-04 17:00:56 +01:00
-
aee7cd82be
ntpd: add experimental patch
Denys Vlasenko
2016-03-04 07:36:04 +01:00
-
c8641962e4
ntpd: if peer does not reply anymore, try re-resolving its hostname
Denys Vlasenko
2016-03-04 07:26:08 +01:00
-
f37f28199f
ntpd: do not use a peer more than once (say, if two peers resolve to the same IP)
Denys Vlasenko
2016-03-04 07:06:53 +01:00
-
4c48a64747
ntpd: more informative poll lowering message
Denys Vlasenko
2016-03-03 22:01:23 +01:00
-
35e063e1b9
ifupdowm: fix "warning: unused variable 'iface_list'"
Denys Vlasenko
2016-03-03 02:19:16 +01:00
-
abe8f7515a
dhcpc: Use client IP address as source address for DHCP renew/rebind messages
Hans Dedecker
2016-02-18 12:27:07 +01:00
-
ea2b71be66
udhcpd: keep expired leases at startup
Christian Lindeberg
2016-03-01 19:23:22 +01:00
-
e5aba88712
ifupdown: allow duplicate interface definitions
Nicolas Cavallari
2016-03-01 18:59:08 +01:00
-
352f79acbd
udhcpc: fix OPTION_6RD parsing (could overflow its malloced buffer)
Denys Vlasenko
2016-02-26 15:54:56 +01:00
-
5bec08cebd
udhcp: trivial shrink
Denys Vlasenko
2016-02-26 14:56:18 +01:00
-
5fa9fefddc
taskset: fix non-fancy cpuset printing on big-endian
Arnout Vandecappelle (Essensium/Mind)
2016-02-14 19:04:09 +01:00
-
03718bb274
ntpd: print packet delay in clock update message
Denys Vlasenko
2016-02-24 01:22:45 +01:00
-
3a5cc98902
modprobe: only parse files that end in .conf
Mike Frysinger
2016-02-12 23:26:51 -05:00
-
43e56639c6
build: add a sanitizer debug option
Mike Frysinger
2016-02-12 22:12:47 -05:00
-
8efcc9589b
networking: allow dot at the end of the domain name in dhcp response
Denys Vlasenko
2016-02-11 17:44:44 +01:00
-
29eae728e9
init: make the command-line rewrite optional
Nicolas Carrier
2016-02-04 12:18:01 +01:00
-
383201e725
ntpd: shorter message
Denys Vlasenko
2016-02-10 07:06:31 +01:00
-
fc47fcefb6
ntpd: step when |offset| > 1 sec, not 0.125 sec
Denys Vlasenko
2016-02-10 06:55:07 +01:00
-
f2c043acfc
busybox: fix uninitialized memory when displaying IPv6 addresses
Felix Fietkau
2016-01-18 12:07:35 +01:00
-
c30a5b1373
dd: support iflag=skip_bytes
Rafał Miłecki
2016-02-01 02:17:28 +01:00
-
40eea690c7
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01 01:36:05 +01:00
-
4a79224cfc
printf: short-circuit output when argument to %b includes \c
Ron Yorston
2016-01-31 22:22:25 +01:00
-
2a4bba3ce2
sed: make 's///w FILE' actually write to FILE. Closes 8251
Denys Vlasenko
2016-01-24 15:52:16 +01:00
-
eb5091070f
patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736
Denys Vlasenko
2016-01-23 05:13:15 +01:00
-
c7e47cf627
dos2unix: try to preserve ownership. closes 8311
Denys Vlasenko
2016-01-17 03:50:36 +01:00
-
ccf7f0e4d3
setsid: implement -c
Denys Vlasenko
2016-01-17 01:09:36 +01:00
-
6a70db85cf
truncate: use O_WRONLY|O_NONBLOCK
Mike Frysinger
2016-01-13 13:30:20 -05:00
-
e111a16404
truncate: always set mode when opening file to avoid fortify errors
Ari Sundholm
2016-01-04 15:40:37 +02:00
-
bae8f98633
login: add commented-out PAM double password avoidance from BZ 4003
Denys Vlasenko
2016-01-03 22:43:40 +01:00