aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * wget: user-friendly fallback to httpLauri Kasanen2013-12-171-5/+12
| * kill[all[5]]: code shrinkDenys Vlasenko2013-12-161-20/+18
| * killall5: return 2 if no processes got killedUros Vampl2013-12-161-1/+4
| * do not fail build if MAXSYMLINKS isn't definedMichael Tokarev2013-12-161-0/+6
| * expand: use printable_string instead of hard-coding implementationMichael Tokarev2013-12-161-10/+3
| * ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko2013-12-081-7/+39
| * ntpd: do not invalidate datapoints after stepDenys Vlasenko2013-12-071-2/+14
| * ntpd: comment out "spike detection" codeDenys Vlasenko2013-12-041-4/+9
| * ntpd: promote log level 3 to productionDenys Vlasenko2013-12-041-45/+54
| * ntpd: let user know if spike was detectedDenys Vlasenko2013-12-041-4/+7
| * Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-2918-37/+37
| * fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-2920-39/+25
| * chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2013-11-292-5/+3
| * ping: try SOCK_DGRAM if no root privilegesDaniel Borca2013-11-281-3/+16
| * dpkg-deb: cosmetic correction to usage textDaniel Borca2013-11-281-1/+1
| * sed: code shrinkDenys Vlasenko2013-11-281-28/+21
| * sed: open input files sequentially to avoid EMFILEDenys Vlasenko2013-11-282-27/+36
| * hush: typo fixes in commentsDenys Vlasenko2013-11-281-2/+2
| * platform: strchrnul is missing if __APPLE__Daniel Borca2013-11-271-1/+1
| * build system: use od -b instead of od -t x1Denys Vlasenko2013-11-262-8/+8
| * init: halt on SIGPWR tooBogdan Purcareata2013-11-261-3/+4
| * libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko2013-11-261-0/+48
| * devfsd: remove static variableDenys Vlasenko2013-11-261-9/+11
| * build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko2013-11-261-5/+5
| * logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko2013-11-261-4/+9
| * logread: flush output. closes 6710Denys Vlasenko2013-11-261-0/+1
| * awk: fix a bug in argc counting in recent changeDenys Vlasenko2013-11-212-9/+21
| * rfkill: use new-style config/kbuild/appletDenys Vlasenko2013-11-204-14/+17
| * tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-192-3/+35
| * fix a copy/paste error in last tar testcase nameDenys Vlasenko2013-11-191-2/+1
| * tar: add a testcase for previous commitDenys Vlasenko2013-11-191-0/+12
| * tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-192-9/+10
| * libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-194-10/+15
| * comment tweakDenys Vlasenko2013-11-191-1/+1
| * sulogin: use common password-checking routine.Denys Vlasenko2013-11-196-47/+26
| * archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-1413-353/+349
| * archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-144-8/+8
| * archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-1412-20/+15
| * archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-1413-26/+35
| * switch editors/* to embedded-in-source kbuild systemDenys Vlasenko2013-11-137-53/+61
| * awk: optionally support -e AWK_PROGSven-Göran Bergh2013-11-124-42/+84
| * fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko2013-11-124-21/+22
| * udhcp: add PXELINUX config file option (code 209) definitionJeremy Kerr2013-11-122-2/+5
| * fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko2013-11-121-1/+2
| * fix bashisms in testsuite/Michael Tokarev2013-11-104-14/+12
| * fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer2013-11-101-5/+5
| * fstrim: Indicate failure on errorBernhard Reutner-Fischer2013-11-101-1/+2
| * fstrim: -17bBernhard Reutner-Fischer2013-11-091-8/+5
| * fstrim: New appletMalek Degachi2013-11-094-0/+120
| * ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer2013-11-081-1/+4