aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-07vi: failure to open file is not an error when initialising bufferRon Yorston1-7/+5
2015-01-07depmod: fix recent breakage in modules.dep generationDenys Vlasenko1-7/+13
2015-01-06libpwdgrp: line counting in error meesages is broken, remove itTito Ragusa1-3/+1
2015-01-05swaponoff: add support for -eRené Rhéaume1-5/+13
2015-01-05mpstat: code shrinkDenys Vlasenko1-6/+2
2015-01-05free: handle "cached" value tooGuillermo Rodriguez1-31/+46
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2015-01-05deleting unused ntpd_simple.cDenys Vlasenko1-1005/+0
2015-01-05libpwdgrp: fixes suggested by Tito, comment tweaksDenys Vlasenko1-13/+14
2015-01-04ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac1-19/+32
2015-01-04libpwdgrp: another code shrinkDenys Vlasenko1-38/+31
2015-01-04libpwdgrp: code shrinkDenys Vlasenko1-25/+16
2015-01-03libpwdgrp: getgrXXX: empty string is not a member name, do not store itDenys Vlasenko1-1/+4
2015-01-03fix a SEGV in previous commitDenys Vlasenko1-1/+1
2015-01-03libpwdgrp: fix counting of commas in group listDenys Vlasenko1-16/+18
2015-01-03libpwdgrp: store getXXnam result in a single malloc blockDenys Vlasenko1-26/+32
2015-01-03libpwdgrp: make db->def[] one byte shorterDenys Vlasenko1-6/+11
2015-01-03libpwdgrp: use a better estimate of max struct sizeDenys Vlasenko1-5/+4
2015-01-03libpwdgrp: reinstate Tito's optional atexit freeingDenys Vlasenko1-0/+15
2015-01-03libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)Denys Vlasenko1-57/+74
2015-01-03libpwdgrp: tweak comments, replace one xmalloc with xzallocDenys Vlasenko1-23/+17
2015-01-02libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko4-42/+41
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa5-1067/+359
2015-01-01modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko3-15/+12
2014-12-31Makefile: fix cscope targetBartosz Golaszewski2-18/+9
2014-12-29ash: fix a SEGV in ${#1}Denys Vlasenko1-9/+9
2014-12-25udhcpd: account for script delay in leaseJohn Schroeder1-1/+5
2014-12-24Start 1.24.0 development cycleDenys Vlasenko1-2/+2
2014-12-24Bump version to 1.23.01_23_0Denys Vlasenko1-1/+1
2014-12-24libbb: add sanity check in bb_arg_max()Denys Vlasenko1-1/+9
2014-12-22randomconfig fixesDenys Vlasenko4-7/+7
2014-12-22Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSPeter Kümmel1-0/+2
2014-12-21udhcpc: account for script run timeDenys Vlasenko1-1/+5
2014-12-18nanddump: don't show --bb in usage when disabledBaruch Siach1-1/+3
2014-12-17nandwrite: fix build when long options are disabledBaruch Siach1-3/+4
2014-12-15lineedit: don't block when looking for escape sequence in vi-modeRon Yorston1-1/+1
2014-12-11tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko1-38/+28
2014-12-10lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko1-2/+6
2014-12-10Config: select PLATFORM_LINUX if using sendfile()Bartosz Golaszewski1-0/+1
2014-12-10flashcp: change BUFSIZE to 4kJacob Kjaergaard1-1/+1
2014-12-07make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko1-1/+2
2014-12-07libarchive: add capability to unpack to mem.bufferDenys Vlasenko14-125/+241
2014-12-07Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko13-70/+70
2014-11-30man: do not mangle $MANPATH in memoryDenys Vlasenko1-3/+5
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski4-42/+71
2014-11-27man: accept a list of dirs in $MANPATHDenys Vlasenko1-37/+49
2014-11-26libbb: use ARG_MAX for bb_arg_max() only if it's 60k+Denys Vlasenko2-3/+6
2014-11-26bbunit: fix WANT_TIMING compilationDenys Vlasenko1-1/+1
2014-11-26gitignore: add testsuite/echo-neBartosz Golaszewski1-0/+1
2014-11-25udhcpd: if a lease from lease file coincides with a static one, ignore itDenys Vlasenko1-1/+13