2016-04-17 |
Denys Vlasenko | unzip: fix percent overflow; show "stored" files properly |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Denys Vlasenko | unzip: fix a case where we find wrong CDE. Closes 8821 |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ron Yorston | ash: bash-compatible $'...' shouldn't expand in double... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ron Yorston | Rewrite iteration through applet names to save a few... |
commit | commitdiff | tree | snapshot |
2016-04-07 |
Denys Vlasenko | sed: support "-f -" idiom |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Mike Frysinger | unrpm: clean up |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Mike Frysinger | undeb: clean up |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Mike Frysinger | syslogd: minor tweaks to text |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Bjørn Forsman | kconfig/lxdialog: get ncurses CFLAGS with pkg-config |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Michal Marek | kbuild: Make scripts executable |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Yann E. MORIN | kconfig/lxdialog: rationalise the include paths where... |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Justin Lecher | menuconfig: optionally use pkg-config to detect ncurses... |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Krzysztof Mazur | menuconfig: fix extended colors ncurses support |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Jean Delvare | kbuild: Fix gcc -x syntax |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Yaakov Selkowitz | kconfig: fix check-lxdialog for DLL platforms |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Yaakov Selkowitz | kconfig: check ncursesw headers first in check-lxdialog |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Junio C Hamano | kconfig: fix menuconfig on debian lenny |
commit | commitdiff | tree | snapshot |
2016-04-04 |
Mike Frysinger | Revert "lxdialog: fix ncursesw include detection" |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Ron Yorston | find_applet_by_name: loop index should be signed |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Denys Vlasenko | whitespace and namespace cleanups |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Sven Eisenberg | ubirmvol: Implement -N switch for ubirmvol |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Sven Eisenberg | ubirename: new applet |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Denys Vlasenko | libbb: speed up error_msg functions |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Denys Vlasenko | main(): add a TODO about finding a use for _end[] area |
commit | commitdiff | tree | snapshot |
2016-04-03 |
Denys Vlasenko | trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | find_applet_by_name: add an example of faster linear... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | nsenter,unshare: work around older header |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | sort: "-o FILE", not "-o", is the syntax |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | nsenter,unshare: share common code; fix a bug of not... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | sort: help text does not need to say that -mST are... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | build system: finer-grained selection of search speedup... |
commit | commitdiff | tree | snapshot |
2016-04-02 |
Denys Vlasenko | unshare: remove stale comment |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Bartosz Golaszewski | nsenter: new applet |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Denys Vlasenko | libbb: two new functions: wait_for_exitstatus(pid)... |
commit | commitdiff | tree | snapshot |
2016-04-01 |
Bartosz Golaszewski | unshare: new applet |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | Rename FEATURE_INITRD to LINUXRC and make it separate... |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | make MKPASSWD a separate config option, not an automati... |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | udhcp: fix capitalization of two messages |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | dhcpd: string reuse |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | udhcp: get rid of bb_info_msg() |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | setfiles: switch bb_info_msg to printf |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | sulogin: use bb_error_msg instead of bb_info_msg; bette... |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | sulogin: remove suid paranoia code, explain why it... |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | sulogin: Dorp incorrect comment about suid-ness |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | fsck: use printf for message, not bb_info_msg |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | mkfs_vfat: use bb_error_msg for logging, not bb_info_msg |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | zcip: use bb_error_msg for logging, not bb_info_msg |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | Replace a few more bb_info_msg's by bb_error_msg or... |
commit | commitdiff | tree | snapshot |
2016-03-30 |
Denys Vlasenko | Use bb_error_msg instead of bb_info_msg in all commente... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Ron Yorston | applet_tables: save space by removing applet name offsets |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Denys Vlasenko | Revert "networking: properly initialize ipv6 scope... |
commit | commitdiff | tree | snapshot |
2016-03-29 |
Denys Vlasenko | modprobe: skip non-.conf files only in subdirectories |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Denys Vlasenko | umount: build fix for older glibc |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Timo Teräs | networking: properly initialize ipv6 scope id for print... |
commit | commitdiff | tree | snapshot |
2016-03-28 |
Denys Vlasenko | grep: make errors other than "not found" result in... |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Mike Frysinger | ash_test: ignore generated files |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Mike Frysinger | ash_test: printenv: fix missing includes |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Ron Yorston | ash: fix corruption of ${#var} if $var contains UTF... |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Denys Vlasenko | wget: make -T timeout work on header reads too. Closes... |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Denys Vlasenko | nmeter: reinstate and document -d-1 |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Denys Vlasenko | nmeter: remove undocumented %NNNd specifier |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Denys Vlasenko | nmeter: simple code shrink here and there |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Denys Vlasenko | nmeter: convert field list to bit list |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Denys Vlasenko | nmeter: code shrink |
commit | commitdiff | tree | snapshot |
2016-03-15 |
Denys Vlasenko | nmeter: fix a bug with unterminated varargs |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Denys Vlasenko | New example config: android_502_defconfig |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Denys Vlasenko | more bionic fixes |
commit | commitdiff | tree | snapshot |
2016-03-14 |
Denys Vlasenko | fixes for problems found by bionic build |
commit | commitdiff | tree | snapshot |
2016-03-10 |
Denys Vlasenko | udhcpc: fix a warning in debug code |
commit | commitdiff | tree | snapshot |
2016-03-10 |
Denys Vlasenko | udhcp: fix a SEGV on malformed RFC1035-encoded domain... |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Denys Vlasenko | renice: tweak help text |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Denys Vlasenko | ls: fix columnar output. Closes 8731 |
commit | commitdiff | tree | snapshot |
2016-03-06 |
Denys Vlasenko | inotifyd: swap meaning of 'y' and 'm' events in help... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Denys Vlasenko | udhcpc: do not use -t NUM for counting "select" packets... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Denys Vlasenko | ntpd: add experimental patch |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Denys Vlasenko | ntpd: if peer does not reply anymore, try re-resolving... |
commit | commitdiff | tree | snapshot |
2016-03-04 |
Denys Vlasenko | ntpd: do not use a peer more than once (say, if two... |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Denys Vlasenko | ntpd: more informative poll lowering message |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Denys Vlasenko | ifupdowm: fix "warning: unused variable 'iface_list'" |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Hans Dedecker | dhcpc: Use client IP address as source address for... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Christian Lindeberg | udhcpd: keep expired leases at startup |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Nicolas Cavallari | ifupdown: allow duplicate interface definitions |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Denys Vlasenko | udhcpc: fix OPTION_6RD parsing (could overflow its... |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Denys Vlasenko | udhcp: trivial shrink |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Arnout Vandecappelle... | taskset: fix non-fancy cpuset printing on big-endian |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Denys Vlasenko | ntpd: print packet delay in clock update message |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Mike Frysinger | modprobe: only parse files that end in .conf |
commit | commitdiff | tree | snapshot |
2016-02-13 |
Mike Frysinger | build: add a sanitizer debug option |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Denys Vlasenko | networking: allow dot at the end of the domain name... |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Nicolas Carrier | init: make the command-line rewrite optional |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Denys Vlasenko | ntpd: shorter message |
commit | commitdiff | tree | snapshot |
2016-02-10 |
Denys Vlasenko | ntpd: step when |offset| > 1 sec, not 0.125 sec |
commit | commitdiff | tree | snapshot |
2016-02-01 |
Felix Fietkau | busybox: fix uninitialized memory when displaying IPv6... |
commit | commitdiff | tree | snapshot |
2016-02-01 |
Rafał Miłecki | dd: support iflag=skip_bytes |
commit | commitdiff | tree | snapshot |
2016-02-01 |
Kylie McClain | Fix compiling with musl's utmp stubs |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Ron Yorston | printf: short-circuit output when argument to %b includ... |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Denys Vlasenko | sed: make 's///w FILE' actually write to FILE. Closes... |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Denys Vlasenko | patch: correctly handle "patch FILE_TO_PATCH" form... |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Denys Vlasenko | dos2unix: try to preserve ownership. closes 8311 |
commit | commitdiff | tree | snapshot |
next |