aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * depmod: simple memory optimizationDenys Vlasenko2015-01-242-11/+14
| * trim extra newlines in help textsDenys Vlasenko2015-01-244-5/+6
| * modprobe: fix modprobe -r and parsing of /etc/modprobe.dNatanael Copa2015-01-191-1/+1
| * modprobe: fix "modprobe devname:snd/timer" case (alias with a slash)Denys Vlasenko2015-01-151-4/+9
| * modprobe: fix recent breakage: modules.dep reading code needs to strip dirnameDenys Vlasenko2015-01-151-4/+10
| * modprobe-small: code shrinkDenys Vlasenko2015-01-111-12/+9
| * modprobe-small: fix recent breakage: modprobe -r was using full pathDenys Vlasenko2015-01-111-9/+10
| * diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2015-01-112-1/+13
| * vi: fix reading of file after last lineRon Yorston2015-01-071-1/+5
| * vi: failure to open file is not an error when initialising bufferRon Yorston2015-01-071-7/+5
| * depmod: fix recent breakage in modules.dep generationDenys Vlasenko2015-01-071-7/+13
| * libpwdgrp: line counting in error meesages is broken, remove itTito Ragusa2015-01-061-3/+1
| * swaponoff: add support for -eRené Rhéaume2015-01-051-5/+13
| * mpstat: code shrinkDenys Vlasenko2015-01-051-6/+2
| * free: handle "cached" value tooGuillermo Rodriguez2015-01-051-31/+46
| * libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-055-16/+20
| * deleting unused ntpd_simple.cDenys Vlasenko2015-01-051-1005/+0
| * libpwdgrp: fixes suggested by Tito, comment tweaksDenys Vlasenko2015-01-051-13/+14
| * ntpd: relicense ntpd applet to ISC-style licenseAdam Tkac2015-01-041-19/+32
| * libpwdgrp: another code shrinkDenys Vlasenko2015-01-041-38/+31
| * libpwdgrp: code shrinkDenys Vlasenko2015-01-041-25/+16
| * libpwdgrp: getgrXXX: empty string is not a member name, do not store itDenys Vlasenko2015-01-031-1/+4
| * fix a SEGV in previous commitDenys Vlasenko2015-01-031-1/+1
| * libpwdgrp: fix counting of commas in group listDenys Vlasenko2015-01-031-16/+18
| * libpwdgrp: store getXXnam result in a single malloc blockDenys Vlasenko2015-01-031-26/+32
| * libpwdgrp: make db->def[] one byte shorterDenys Vlasenko2015-01-031-6/+11
| * libpwdgrp: use a better estimate of max struct sizeDenys Vlasenko2015-01-031-5/+4
| * libpwdgrp: reinstate Tito's optional atexit freeingDenys Vlasenko2015-01-031-0/+15
| * libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf)Denys Vlasenko2015-01-031-57/+74
| * libpwdgrp: tweak comments, replace one xmalloc with xzallocDenys Vlasenko2015-01-031-23/+17
| * libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s...Denys Vlasenko2015-01-024-42/+41
| * libpwdgrp: rewritten to use malloced implementationTito Ragusa2015-01-025-1067/+359
| * modprobe: revert checking for /, stop doing basename() on modprobe argsDenys Vlasenko2015-01-013-15/+12
| * Makefile: fix cscope targetBartosz Golaszewski2014-12-312-18/+9
| * ash: fix a SEGV in ${#1}Denys Vlasenko2014-12-291-9/+9
| * udhcpd: account for script delay in leaseJohn Schroeder2014-12-251-1/+5
| * Start 1.24.0 development cycleDenys Vlasenko2014-12-241-2/+2
* | ar: fix modification of existing archivesRon Yorston2015-03-041-1/+15
* | Enable logname in mingw32 configurationRon Yorston2015-02-273-3/+21
* | Make uid/gid handling more consistentRon Yorston2015-02-262-20/+61
* | Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-239-14/+31
|\|
| * 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
* | Fix error: conflicting types for ‘pid_t’ with mingw64Tony Kelman2015-01-221-0/+4