aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko7-40/+40
2010-10-16modutils/*: move help bits into corresponding .c filesDenys Vlasenko6-21/+69
2010-10-16libbb/md5: code shrinkDenys Vlasenko2-23/+26
2010-10-15libbb/md5: small code shrinkDenys Vlasenko1-22/+26
2010-10-15modutils/*: move applet bits into corresponding *.c filesDenys Vlasenko7-21/+29
2010-10-15date: move applet and usage bits to date.cDenys Vlasenko3-73/+74
2010-10-13remove runit/runit_lib.cDenys Vlasenko7-342/+63
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko8-307/+315
2010-10-12tweaks to build system, mainly making menuconfig text and order clearerDenys Vlasenko6-38/+46
2010-10-11remove findutils/.gitignore, top-level one covers itDenys Vlasenko1-3/+0
2010-10-09tweak help textDenys Vlasenko4-4/+5
2010-10-08fix help text punctuationDenys Vlasenko1-1/+1
2010-10-07tweak usage textsDenys Vlasenko1-66/+69
2010-10-06dhcprelay: code shrink, and explain its workings a bit moreDenys Vlasenko1-71/+118
2010-10-05awk: code shrinkDenys Vlasenko1-43/+41
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2-8/+46
2010-10-05sendmail: fix assumption that headers should have a space after the colonVladimir Dronnikov1-4/+4
2010-10-05tune2fs: implement -c and -i optionsRichard Braun2-17/+35
2010-10-05*: whitespace fixesDenys Vlasenko3-3/+3
2010-10-04wc: add support for -mDenys Vlasenko2-28/+45
2010-10-04wc: preparatory patch, no logic changesDenys Vlasenko1-15/+16
2010-10-04man: add compatibility with man-dbDenys Vlasenko1-2/+7
2010-10-04ntpd: allow peer-less (standalone stratum 1 server) operationDenys Vlasenko1-2/+11
2010-10-04patch: tweaksRob Landley1-4/+6
2010-10-04hush: remove "doesn't support brace expansion" from config help textDenys Vlasenko1-2/+2
2010-10-03hush: remove brace expansion from TODO list in comments. No code changes.Denys Vlasenko1-4/+5
2010-10-03hush: small code shrinkDenys Vlasenko1-2/+6
2010-10-03hush: add brace expansion testcaseDenys Vlasenko2-0/+14
2010-10-03hush: implement brace expansionDenys Vlasenko1-5/+20
2010-10-03hush: preparatory patch, no code changesDenys Vlasenko1-25/+26
2010-10-02grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.Denys Vlasenko1-6/+9
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich10-13/+31
2010-10-01free: document newly added optionsDenys Vlasenko1-1/+1
2010-10-01free: add -b/k/m/g options; remove 4 TB limitation. +100 bytesDenys Vlasenko1-42/+56
2010-09-30halt/poweroff/reboot: unify help textDenys Vlasenko1-21/+21
2010-09-30deluser: use the same licensing template in the header as other files doDenys Vlasenko1-1/+1
2010-09-26acpid: add config file and map fileSouf Oued2-102/+218
2010-09-26udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES optionsVladislav Grishenko2-0/+6
2010-09-25style fix. no code chagesDenys Vlasenko1-1/+2
2010-09-25ash: fix signal and "set -e" interactionDenys Vlasenko5-6/+58
2010-09-25modprobe-simple; do not error out on "rmmod module" if module is unloaded okDenys Vlasenko1-12/+14
2010-09-24sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko1-7/+11
2010-09-23wget: flush output to network before receving replyNguyễn Thái Ngọc Duy1-0/+2