2016-04-24 |
Denys Vlasenko | flock: merge spawn_and_wait() code patchs for -c and... |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Denys Vlasenko | flock: fix -c; improve error handling of fork+exec |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Szabolcs Nagy | ip: fix problem on mips64 n64 big endian musl systems |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Denys Vlasenko | sed: understand \n,\r and \t in i and a commands. Close... |
commit | commitdiff | tree | snapshot |
2016-04-24 |
Denys Vlasenko | generate_BUFSIZ.sh: yet another tweak |
commit | commitdiff | tree | snapshot |
2016-04-22 |
Denys Vlasenko | *: slap on a few ALIGN1/2s where appropriate |
commit | commitdiff | tree | snapshot |
2016-04-22 |
Denys Vlasenko | scripts/trylink: document DATA_SEGMENT_ALIGN() hack |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big... |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | build system: fix generate_BUFSIZ.sh to not alternate... |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | libbb: constify *bb_common_bufsiz1 (if it is compiled... |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer... |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | udhcp: add setup_common_bufsiz() as needed |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | *: hopefully all setup_common_bufsiz() are in place |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | *: add most of the required setup_common_bufsiz() calls |
commit | commitdiff | tree | snapshot |
2016-04-21 |
Denys Vlasenko | libbb: make bb_common_bufsiz1 1 kbyte, add capability... |
commit | commitdiff | tree | snapshot |
2016-04-18 |
Denys Vlasenko | unzip: shorter code for date/time generation |
commit | commitdiff | tree | snapshot |
2016-04-17 |
Denys Vlasenko | unzip: better match for "standard" unzip's output;... |
commit | commitdiff | tree | snapshot |
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 |
next |