summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libarchive: open_zipped() does not need to check extensions for e.g. gzip1_22_stableDenys Vlasenko2014-10-211-12/+11
* lzop: add overflow checkDenys Vlasenko2014-10-212-0/+5
* Apply post-1.22.0 patches, bump version to 1.22.11_22_1Denys Vlasenko2014-01-206-5/+62
* Bump version to 1.22.01_22_0Denys Vlasenko2014-01-011-1/+1
* testsuite: remove forgotten debug hackDenys Vlasenko2013-12-311-1/+1
* fix failures found by randomconfig buildsDenys Vlasenko2013-12-317-13/+34
* testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko2013-12-312-6/+8
* adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko2013-12-201-2/+2
* testsuite: fix false positives for duDenys Vlasenko2013-12-202-0/+3
* build system: fix make gconfigDaniel Borca2013-12-191-1/+1
* sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler2013-12-181-1/+2
* hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev2013-12-171-2/+5
* 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