oweals/busybox.git
2016-04-21 Denys Vlasenkolibbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer...
2016-04-21 Denys Vlasenkoudhcp: add setup_common_bufsiz() as needed
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-04-18 Denys Vlasenkounzip: shorter code for date/time generation
2016-04-17 Denys Vlasenkounzip: better match for "standard" unzip's output;...
2016-04-17 Denys Vlasenkounzip: fix percent overflow; show "stored" files properly
2016-04-17 Denys Vlasenkounzip: fix a case where we find wrong CDE. Closes 8821
2016-04-15 Ron Yorstonash: bash-compatible $'...' shouldn't expand in double...
2016-04-15 Ron YorstonRewrite iteration through applet names to save a few...
2016-04-07 Denys Vlasenkosed: support "-f -" idiom
2016-04-04 Mike Frysingerunrpm: clean up
2016-04-04 Mike Frysingerundeb: clean up
2016-04-04 Mike Frysingersyslogd: minor tweaks to text
2016-04-04 Bjørn Forsmankconfig/lxdialog: get ncurses CFLAGS with pkg-config
2016-04-04 Michal Marekkbuild: Make scripts executable
2016-04-04 Yann E. MORINkconfig/lxdialog: rationalise the include paths where...
2016-04-04 Justin Lechermenuconfig: optionally use pkg-config to detect ncurses...
2016-04-04 Krzysztof Mazurmenuconfig: fix extended colors ncurses support
2016-04-04 Jean Delvarekbuild: Fix gcc -x syntax
2016-04-04 Yaakov Selkowitzkconfig: fix check-lxdialog for DLL platforms
2016-04-04 Yaakov Selkowitzkconfig: check ncursesw headers first in check-lxdialog
2016-04-04 Junio C Hamanokconfig: fix menuconfig on debian lenny
2016-04-04 Mike FrysingerRevert "lxdialog: fix ncursesw include detection"
2016-04-03 Ron Yorstonfind_applet_by_name: loop index should be signed
2016-04-03 Denys Vlasenkowhitespace and namespace cleanups
2016-04-03 Sven Eisenbergubirmvol: Implement -N switch for ubirmvol
2016-04-03 Sven Eisenbergubirename: new applet
2016-04-03 Denys Vlasenkolibbb: speed up error_msg functions
2016-04-03 Denys Vlasenkomain(): add a TODO about finding a use for _end[] area
2016-04-03 Denys Vlasenkotrylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS
2016-04-02 Denys Vlasenkotypo fix
2016-04-02 Denys Vlasenkofind_applet_by_name: add an example of faster linear...
2016-04-02 Denys Vlasenkonsenter,unshare: work around older header
2016-04-02 Denys Vlasenkosort: "-o FILE", not "-o", is the syntax
2016-04-02 Denys Vlasenkonsenter,unshare: share common code; fix a bug of not...
2016-04-02 Denys Vlasenkosort: help text does not need to say that -mST are...
2016-04-02 Denys Vlasenkobuild system: finer-grained selection of search speedup...
2016-04-02 Denys Vlasenkounshare: remove stale comment
2016-04-01 Bartosz Golaszewskinsenter: new applet
2016-04-01 Denys Vlasenkolibbb: two new functions: wait_for_exitstatus(pid)...
2016-04-01 Bartosz Golaszewskiunshare: new applet
2016-03-30 Denys VlasenkoRename FEATURE_INITRD to LINUXRC and make it separate...
2016-03-30 Denys Vlasenkomake MKPASSWD a separate config option, not an automati...
2016-03-30 Denys Vlasenkoudhcp: fix capitalization of two messages
2016-03-30 Denys Vlasenkodhcpd: string reuse
2016-03-30 Denys Vlasenkoudhcp: get rid of bb_info_msg()
2016-03-30 Denys Vlasenkosetfiles: switch bb_info_msg to printf
2016-03-30 Denys Vlasenkosulogin: use bb_error_msg instead of bb_info_msg; bette...
2016-03-30 Denys Vlasenkosulogin: remove suid paranoia code, explain why it...
2016-03-30 Denys Vlasenkosulogin: Dorp incorrect comment about suid-ness
2016-03-30 Denys Vlasenkofsck: use printf for message, not bb_info_msg
2016-03-30 Denys Vlasenkomkfs_vfat: use bb_error_msg for logging, not bb_info_msg
2016-03-30 Denys Vlasenkozcip: use bb_error_msg for logging, not bb_info_msg
2016-03-30 Denys VlasenkoReplace a few more bb_info_msg's by bb_error_msg or...
2016-03-30 Denys VlasenkoUse bb_error_msg instead of bb_info_msg in all commente...
2016-03-29 Ron Yorstonapplet_tables: save space by removing applet name offsets
2016-03-29 Denys VlasenkoRevert "networking: properly initialize ipv6 scope...
2016-03-29 Denys Vlasenkomodprobe: skip non-.conf files only in subdirectories
2016-03-28 Denys Vlasenkoumount: build fix for older glibc
2016-03-28 Timo Teräsnetworking: properly initialize ipv6 scope id for print...
2016-03-28 Denys Vlasenkogrep: make errors other than "not found" result in...
2016-03-22 Mike Frysingerash_test: ignore generated files
2016-03-22 Mike Frysingerash_test: printenv: fix missing includes
2016-03-22 Ron Yorstonash: fix corruption of ${#var} if $var contains UTF...
2016-03-17 Denys Vlasenkowget: make -T timeout work on header reads too. Closes...
2016-03-15 Denys Vlasenkonmeter: reinstate and document -d-1
2016-03-15 Denys Vlasenkonmeter: remove undocumented %NNNd specifier
2016-03-15 Denys Vlasenkonmeter: simple code shrink here and there
2016-03-15 Denys Vlasenkonmeter: convert field list to bit list
2016-03-15 Denys Vlasenkonmeter: code shrink
2016-03-15 Denys Vlasenkonmeter: fix a bug with unterminated varargs
2016-03-14 Denys VlasenkoNew example config: android_502_defconfig
2016-03-14 Denys Vlasenkomore bionic fixes
2016-03-14 Denys Vlasenkofixes for problems found by bionic build
2016-03-10 Denys Vlasenkoudhcpc: fix a warning in debug code
2016-03-10 Denys Vlasenkoudhcp: fix a SEGV on malformed RFC1035-encoded domain...
2016-03-07 Denys Vlasenkorenice: tweak help text
2016-03-06 Denys Vlasenkols: fix columnar output. Closes 8731
2016-03-06 Denys Vlasenkoinotifyd: swap meaning of 'y' and 'm' events in help...
2016-03-04 Denys Vlasenkoudhcpc: do not use -t NUM for counting "select" packets...
2016-03-04 Denys Vlasenkontpd: add experimental patch
2016-03-04 Denys Vlasenkontpd: if peer does not reply anymore, try re-resolving...
2016-03-04 Denys Vlasenkontpd: do not use a peer more than once (say, if two...
2016-03-03 Denys Vlasenkontpd: more informative poll lowering message
2016-03-03 Denys Vlasenkoifupdowm: fix "warning: unused variable 'iface_list'"
2016-03-03 Hans Dedeckerdhcpc: Use client IP address as source address for...
2016-03-01 Christian Lindebergudhcpd: keep expired leases at startup
2016-03-01 Nicolas Cavallariifupdown: allow duplicate interface definitions
2016-02-26 Denys Vlasenkoudhcpc: fix OPTION_6RD parsing (could overflow its...
2016-02-26 Denys Vlasenkoudhcp: trivial shrink
2016-02-26 Arnout Vandecappelle... taskset: fix non-fancy cpuset printing on big-endian
2016-02-24 Denys Vlasenkontpd: print packet delay in clock update message
2016-02-13 Mike Frysingermodprobe: only parse files that end in .conf
2016-02-13 Mike Frysingerbuild: add a sanitizer debug option
2016-02-11 Denys Vlasenkonetworking: allow dot at the end of the domain name...
2016-02-11 Nicolas Carrierinit: make the command-line rewrite optional
2016-02-10 Denys Vlasenkontpd: shorter message
2016-02-10 Denys Vlasenkontpd: step when |offset| > 1 sec, not 0.125 sec
next