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 |
2016-01-17 |
Denys Vlasenko | setsid: implement -c |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Mike Frysinger | truncate: use O_WRONLY|O_NONBLOCK |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Ari Sundholm | truncate: always set mode when opening file to avoid... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Denys Vlasenko | login: add commented-out PAM double password avoidance... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Aaro Koskinen | nandwrite: implement -n (read/write without ecc) |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Ari Sundholm | blkdiscard: new applet |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Cristian Ionescu... | ash: suppress a compilation warning |
commit | commitdiff | tree | snapshot |
2015-12-30 |
Denys Vlasenko | mount: support "nofail" option. Closes 8551 |
commit | commitdiff | tree | snapshot |
2015-12-30 |
Denys Vlasenko | iproute: support "scope". Closes 8561 |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Denys Vlasenko | swaponoff: fix compile-time warning |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Pascal Bach | chpasswd: support -c argument and respect DEFAULT_PASSW... |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Ari Sundholm | include/platform.h: Remove extra #endif introduced... |
commit | commitdiff | tree | snapshot |
2015-12-17 |
Chris Renshaw | Resolve linker issues with Android API 21 (dprintf... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Mike Frysinger | blkid: add bcache support |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Mike Frysinger | swapon/swapoff: refine the -e (ifexists) option |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Mike Frysinger | trylink: include LDFLAGS when checking linkage |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Denys Vlasenko | modutils: fix build error with !DEPMOD |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Timo Teräs | modutils: merge module_entry and module_info to common |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Denys Vlasenko | TODO file: remove mpstat, iostat, powertop - we have... |
commit | commitdiff | tree | snapshot |
2015-11-04 |
Ron Yorston | ash: add support for bash 'function' keyword |
commit | commitdiff | tree | snapshot |
next |