aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-10Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski
2014-12-10flashcp: change BUFSIZE to 4kJacob Kjaergaard
2014-12-07make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko
2014-11-30man: do not mangle $MANPATH in memoryDenys Vlasenko
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski
2014-11-27man: accept a list of dirs in $MANPATHDenys Vlasenko
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko
2014-11-26bbunit: fix WANT_TIMING compilationDenys Vlasenko
2014-11-26gitignore: add testsuite/echo-neBartosz Golaszewski
2014-11-25udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko
2014-11-21init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko
2014-11-20modprobe,rmmod: reject module names with slashesDenys Vlasenko
2014-11-20typo fix in commentDenys Vlasenko
2014-11-18ash,hush: do not segfault on $((2**63 / -1))Denys Vlasenko
2014-11-17ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko
2014-11-17iproute: support onelink route option and print route flagsMichael Tokarev
2014-11-17exit with 127 if appled name wasn't found - it's more POSIXyDenys Vlasenko
2014-11-04zcip: Add environment variable for overriding log functionalityMichel Stam
2014-10-30zcip: allow our own class B range to be used for ZeroConfMichel Stam
2014-10-30udhcpd: add option for tweaking arppingMichel Stam
2014-10-05ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar
2014-10-05sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko
2014-10-02ntpd: don't stay at short polling intervalMiroslav Lichvar
2014-10-02getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko
2014-09-27ntpd: be less eager to use shorter poll intervalsDenys Vlasenko
2014-09-25ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko
2014-09-24install: fix help textDenys Vlasenko
2014-09-24ntpd: split out poll adjusting codeMiroslav Lichvar
2014-09-24ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar
2014-09-24install: implement -t DIRAaro Koskinen
2014-09-23less: make -E workAaro Koskinen
2014-09-22less: trivial code shrinkDenys Vlasenko
2014-09-22less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko
2014-09-21less: disable "suppress empty wraparound" optimizationDenys Vlasenko
2014-09-20df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm
2014-09-18false: make "false --help" exit with 1Denys Vlasenko
2014-09-17df: implement -T optionAri Sundholm
2014-09-16sed: fix a buglet in s///NUM handlingDenys Vlasenko
2014-09-15ftpd: make LIST command show dotfiles tooDenys Vlasenko
2014-09-15vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko
2014-09-08mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko
2014-09-08ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko
2014-09-08ash: factor out ASH_HELP config optionDenys Vlasenko
2014-09-05find: support -perm /BITS. Closes 7340Denys Vlasenko
2014-09-04tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko
2014-09-03tftpd: support full 512-byte requestsDenys Vlasenko
2014-08-31taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko
2014-08-28grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko