Age | Commit message (Expand) | Author |
2016-04-03 | kbuild: Fix gcc -x syntax | Jean Delvare |
2016-04-03 | kconfig: fix check-lxdialog for DLL platforms | Yaakov Selkowitz |
2016-04-03 | kconfig: check ncursesw headers first in check-lxdialog | Yaakov Selkowitz |
2016-04-03 | kconfig: fix menuconfig on debian lenny | Junio C Hamano |
2016-04-03 | Revert "lxdialog: fix ncursesw include detection" | Mike Frysinger |
2016-04-03 | find_applet_by_name: loop index should be signed | Ron Yorston |
2016-04-03 | whitespace and namespace cleanups | Denys Vlasenko |
2016-04-03 | ubirmvol: Implement -N switch for ubirmvol | Sven Eisenberg |
2016-04-03 | ubirename: new applet | Sven Eisenberg |
2016-04-03 | libbb: speed up error_msg functions | Denys Vlasenko |
2016-04-03 | main(): add a TODO about finding a use for _end[] area | Denys Vlasenko |
2016-04-03 | trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS | Denys Vlasenko |
2016-04-02 | typo fix | Denys Vlasenko |
2016-04-02 | find_applet_by_name: add an example of faster linear search code | Denys Vlasenko |
2016-04-02 | nsenter,unshare: work around older header | Denys Vlasenko |
2016-04-02 | sort: "-o FILE", not "-o", is the syntax | Denys Vlasenko |
2016-04-02 | nsenter,unshare: share common code; fix a bug of not closing all fds | Denys Vlasenko |
2016-04-02 | sort: help text does not need to say that -mST are supported but ignored | Denys Vlasenko |
2016-04-02 | build system: finer-grained selection of search speedup table. | Denys Vlasenko |
2016-04-02 | unshare: remove stale comment | Denys Vlasenko |
2016-04-01 | nsenter: new applet | Bartosz Golaszewski |
2016-04-01 | libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd) | Denys Vlasenko |
2016-04-01 | unshare: new applet | Bartosz Golaszewski |
2016-03-31 | Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init | Denys Vlasenko |
2016-03-31 | make MKPASSWD a separate config option, not an automatic alias to cryptpw | Denys Vlasenko |
2016-03-30 | udhcp: fix capitalization of two messages | Denys Vlasenko |
2016-03-30 | dhcpd: string reuse | Denys Vlasenko |
2016-03-30 | udhcp: get rid of bb_info_msg() | Denys Vlasenko |
2016-03-30 | setfiles: switch bb_info_msg to printf | Denys Vlasenko |
2016-03-30 | sulogin: use bb_error_msg instead of bb_info_msg; better message | Denys Vlasenko |
2016-03-30 | sulogin: remove suid paranoia code, explain why it's not necessary | Denys Vlasenko |
2016-03-30 | sulogin: Dorp incorrect comment about suid-ness | Denys Vlasenko |
2016-03-30 | fsck: use printf for message, not bb_info_msg | Denys Vlasenko |
2016-03-30 | mkfs_vfat: use bb_error_msg for logging, not bb_info_msg | Denys Vlasenko |
2016-03-30 | zcip: use bb_error_msg for logging, not bb_info_msg | Denys Vlasenko |
2016-03-30 | Replace a few more bb_info_msg's by bb_error_msg or printf | Denys Vlasenko |
2016-03-30 | Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts | Denys Vlasenko |
2016-03-30 | applet_tables: save space by removing applet name offsets | Ron Yorston |
2016-03-29 | Revert "networking: properly initialize ipv6 scope id for printing it" | Denys Vlasenko |
2016-03-29 | modprobe: skip non-.conf files only in subdirectories | Denys Vlasenko |
2016-03-28 | umount: build fix for older glibc | Denys Vlasenko |
2016-03-28 | networking: properly initialize ipv6 scope id for printing it | Timo Teräs |
2016-03-28 | grep: make errors other than "not found" result in exit code 2. Closes 8796 | Denys Vlasenko |
2016-03-22 | ash_test: ignore generated files | Mike Frysinger |
2016-03-22 | ash_test: printenv: fix missing includes | Mike Frysinger |
2016-03-22 | ash: fix corruption of ${#var} if $var contains UTF-8 characters | Ron Yorston |
2016-03-17 | wget: make -T timeout work on header reads too. Closes 8636 | Denys Vlasenko |
2016-03-15 | nmeter: reinstate and document -d-1 | Denys Vlasenko |
2016-03-15 | nmeter: remove undocumented %NNNd specifier | Denys Vlasenko |
2016-03-15 | nmeter: simple code shrink here and there | Denys Vlasenko |