aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-24trim extra newlines in help textsDenys Vlasenko
2015-01-19modprobe: fix modprobe -r and parsing of /etc/modprobe.dNatanael Copa
2015-01-15modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)Denys Vlasenko
2015-01-15modprobe: fix recent breakage: modules.dep reading code needs to strip dirnameDenys Vlasenko
2015-01-11modprobe-small: code shrinkDenys Vlasenko
2015-01-11modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko
2015-01-11diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko
2015-01-07vi: fix reading of file after last lineRon Yorston
2015-01-07vi: failure to open file is not an error when initialising bufferRon Yorston
2015-01-07depmod: fix recent breakage in modules.dep generationDenys Vlasenko
2015-01-06libpwdgrp: line counting in error meesages is broken, remove itTito Ragusa
2015-01-05swaponoff: add support for -eRené Rhéaume
2015-01-05mpstat: code shrinkDenys Vlasenko
2015-01-05free: handle "cached" value tooGuillermo Rodriguez
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2015-01-05deleting unused ntpd_simple.cDenys Vlasenko
2015-01-05libpwdgrp: fixes suggested by Tito, comment tweaksDenys Vlasenko
2015-01-04ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac
2015-01-04libpwdgrp: another code shrinkDenys Vlasenko
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