aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-04libpwdgrp: code shrinkDenys Vlasenko
2015-01-03libpwdgrp: getgrXXX: empty string is not a member name, do not store itDenys Vlasenko
2015-01-03fix a SEGV in previous commitDenys Vlasenko
2015-01-03libpwdgrp: fix counting of commas in group listDenys Vlasenko
2015-01-03libpwdgrp: store getXXnam result in a single malloc blockDenys Vlasenko
2015-01-03libpwdgrp: make db->def[] one byte shorterDenys Vlasenko
2015-01-03libpwdgrp: use a better estimate of max struct sizeDenys Vlasenko
2015-01-03libpwdgrp: reinstate Tito's optional atexit freeingDenys Vlasenko
2015-01-03libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)Denys Vlasenko
2015-01-03libpwdgrp: tweak comments, replace one xmalloc with xzallocDenys Vlasenko
2015-01-02libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa
2015-01-01modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko
2014-12-31Makefile: fix cscope targetBartosz Golaszewski
2014-12-29ash: fix a SEGV in ${#1}Denys Vlasenko
2014-12-25udhcpd: account for script delay in leaseJohn Schroeder
2014-12-24Start 1.24.0 development cycleDenys Vlasenko
2014-12-24Bump version to 1.23.0Denys Vlasenko
2014-12-24libbb: add sanity check in bb_arg_max()Denys Vlasenko
2014-12-22randomconfig fixesDenys Vlasenko
2014-12-22Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel
2014-12-21udhcpc: account for script run timeDenys Vlasenko
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach
2014-12-15lineedit: don't block when looking for escape sequence in vi-modeRon Yorston
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko
2014-12-10lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko
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