summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifplugd: move linux header inclusion after userspace headersbaserock/1.23.2-openwrtJohn Spencer2015-06-191-4/+5
* Add miscutils/lock.c networking/netmsg.cRichard Dale2015-06-162-0/+200
* Fix bash path in scripts to be /bin/bashRichard Dale2015-06-162-2/+2
* ash fix a regression in handling local variablesRichard Dale2015-06-163-5/+24
* fix find regressionRichard Dale2015-06-161-4/+2
* libbb make unicode printableRichard Dale2015-06-161-3/+1
* arping missing includesRichard Dale2015-06-161-0/+2
* date k flagRichard Dale2015-06-161-3/+34
* telnetd intrRichard Dale2015-06-161-0/+1
* ntpd delayed resolveRichard Dale2015-06-161-2/+23
* add lock utilRichard Dale2015-06-163-0/+8
* add netmsg utilRichard Dale2015-06-163-0/+8
* udhcpc src ip rebindRichard Dale2015-06-161-6/+6
* udhcpc renew no deconfigRichard Dale2015-06-161-1/+0
* udhcpc changed ifindexRichard Dale2015-06-161-0/+6
* udhcpc reduce msgsRichard Dale2015-06-161-0/+2
* mconf missing sigwinchRichard Dale2015-06-161-0/+4
* remove uclibc rpc checkRichard Dale2015-06-161-3/+0
* no static libgccRichard Dale2015-06-161-1/+1
* gen build files bashRichard Dale2015-06-161-1/+1
* trylink bashRichard Dale2015-06-161-1/+1
* resource h includeRichard Dale2015-06-161-0/+1
* Apply post-1.23.1 patches, bump version to 1.23.21_23_21_23_stableDenys Vlasenko2015-03-235-84/+150
* Apply post-1.23.0 patches, bump version to 1.23.11_23_1Denys Vlasenko2015-01-278-56/+71
* Bump version to 1.23.01_23_0Denys Vlasenko2014-12-241-1/+1
* libbb: add sanity check in bb_arg_max()Denys Vlasenko2014-12-241-1/+9
* randomconfig fixesDenys Vlasenko2014-12-224-7/+7
* Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel2014-12-221-0/+2
* udhcpc: account for script run timeDenys Vlasenko2014-12-211-1/+5
* nanddump: don't show --bb in usage when disabledBaruch Siach2014-12-181-1/+3
* nandwrite: fix build when long options are disabledBaruch Siach2014-12-171-3/+4
* lineedit: don't block when looking for escape sequence in vi-modeRon Yorston2014-12-151-1/+1
* tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko2014-12-111-38/+28
* lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko2014-12-101-2/+6
* Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski2014-12-101-0/+1
* flashcp: change BUFSIZE to 4kJacob Kjaergaard2014-12-101-1/+1
* make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko2014-12-071-1/+2
* libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-0714-125/+241
* Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-0713-70/+70
* man: do not mangle $MANPATH in memoryDenys Vlasenko2014-11-301-3/+5
* libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski2014-11-274-42/+71
* man: accept a list of dirs in $MANPATHDenys Vlasenko2014-11-271-37/+49
* libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2014-11-262-3/+6
* bbunit: fix WANT_TIMING compilationDenys Vlasenko2014-11-261-1/+1
* gitignore: add testsuite/echo-neBartosz Golaszewski2014-11-261-0/+1
* udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko2014-11-251-1/+13
* init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko2014-11-211-20/+30
* modprobe,rmmod: reject module names with slashesDenys Vlasenko2014-11-201-0/+11
* typo fix in commentDenys Vlasenko2014-11-201-1/+1
* ash,hush: do not segfault on $((2**63 / -1))Denys Vlasenko2014-11-181-4/+23