oweals/busybox.git
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
2016-02-01 Felix Fietkaubusybox: fix uninitialized memory when displaying IPv6...
2016-02-01 Rafał Miłeckidd: support iflag=skip_bytes
2016-02-01 Kylie McClainFix compiling with musl's utmp stubs
2016-01-31 Ron Yorstonprintf: short-circuit output when argument to %b includ...
2016-01-24 Denys Vlasenkosed: make 's///w FILE' actually write to FILE. Closes...
2016-01-23 Denys Vlasenkopatch: correctly handle "patch FILE_TO_PATCH" form...
2016-01-17 Denys Vlasenkodos2unix: try to preserve ownership. closes 8311
2016-01-17 Denys Vlasenkosetsid: implement -c
2016-01-13 Mike Frysingertruncate: use O_WRONLY|O_NONBLOCK
2016-01-13 Ari Sundholmtruncate: always set mode when opening file to avoid...
2016-01-03 Denys Vlasenkologin: add commented-out PAM double password avoidance...
2016-01-02 Aaro Koskinennandwrite: implement -n (read/write without ecc)
2016-01-02 Ari Sundholmblkdiscard: new applet
2016-01-01 Cristian Ionescu... ash: suppress a compilation warning
2015-12-30 Denys Vlasenkomount: support "nofail" option. Closes 8551
2015-12-30 Denys Vlasenkoiproute: support "scope". Closes 8561
2015-12-18 Denys Vlasenkoswaponoff: fix compile-time warning
2015-12-18 Pascal Bachchpasswd: support -c argument and respect DEFAULT_PASSW...
2015-12-17 Ari Sundholminclude/platform.h: Remove extra #endif introduced...
2015-12-17 Chris RenshawResolve linker issues with Android API 21 (dprintf...
2015-12-16 Mike Frysingerblkid: add bcache support
2015-12-16 Mike Frysingerswapon/swapoff: refine the -e (ifexists) option
2015-12-01 Mike Frysingertrylink: include LDFLAGS when checking linkage
2015-11-06 Denys Vlasenkomodutils: fix build error with !DEPMOD
2015-11-05 Timo Teräsmodutils: merge module_entry and module_info to common
2015-11-04 Denys VlasenkoTODO file: remove mpstat, iostat, powertop - we have...
2015-11-04 Ron Yorstonash: add support for bash 'function' keyword
2015-11-04 Denys Vlasenkohush-misc/func_args1.tests: remove "UNFIXED BUG", it...
2015-11-04 Ron Yorstonash: copy function tests from hush testsuite
2015-11-01 Denys Vlasenkoi2c_tools: suppress "'blen' may be used uninitialized...
2015-11-01 Bartosz Golaszewskii2cdump: display the numeric value for block read ioctl...
2015-11-01 Bartosz Golaszewskii2cdump: bail-out if block read fails
2015-11-01 Bartosz Golaszewskii2cdump: use I2C block mode for the 'i' mode parameter
2015-11-01 Bartosz Golaszewskii2cdump: don't read block data in non-block modes
2015-11-01 Bartosz Golaszewskii2cdetect: coding style: add a space after 'for'
2015-11-01 Bartosz Golaszewskii2cdetect: fix address skipping in auto mode
2015-10-31 Natanael Copaifupdown: use -x hostname:NAME with udhcpc
2015-10-30 Denys Vlasenko[g]unzip: fix recent breakage.
2015-10-30 Ron Yorstonash: allow popredir to be called if the stack is empty
2015-10-30 Ron Yorstonash: fix EXEXEC status clobbering
2015-10-30 Ron Yorstonash: add tests for failures of the exec and command...
next