Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-21libarchive: open_zipped() does not need to check extensions for e.g. gzip1_22_stableDenys Vlasenko
2014-10-21lzop: add overflow checkDenys Vlasenko
2014-01-20Apply post-1.22.0 patches, bump version to 1.22.11_22_1Denys Vlasenko
2014-01-01Bump version to 1.22.01_22_0Denys Vlasenko
2014-01-01testsuite: remove forgotten debug hackDenys Vlasenko
2014-01-01fix failures found by randomconfig buildsDenys Vlasenko
2013-12-31testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko
2013-12-20adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko
2013-12-20testsuite: fix false positives for duDenys Vlasenko
2013-12-19build system: fix make gconfigDaniel Borca
2013-12-18sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler
2013-12-17hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev
2013-12-17wget: user-friendly fallback to httpLauri Kasanen
2013-12-16kill[all[5]]: code shrinkDenys Vlasenko
2013-12-16killall5: return 2 if no processes got killedUros Vampl
2013-12-16do not fail build if MAXSYMLINKS isn't definedMichael Tokarev
2013-12-16expand: use printable_string instead of hard-coding implementationMichael Tokarev
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko
2013-12-04ntpd: promote log level 3 to productionDenys Vlasenko
2013-12-04ntpd: let user know if spike was detectedDenys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-11-29chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca
2013-11-28dpkg-deb: cosmetic correction to usage textDaniel Borca
2013-11-28sed: code shrinkDenys Vlasenko
2013-11-28sed: open input files sequentially to avoid EMFILEDenys Vlasenko
2013-11-28hush: typo fixes in commentsDenys Vlasenko
2013-11-27platform: strchrnul is missing if __APPLE__Daniel Borca
2013-11-26build system: use od -b instead of od -t x1Denys Vlasenko
2013-11-26init: halt on SIGPWR tooBogdan Purcareata
2013-11-26libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko
2013-11-26devfsd: remove static variableDenys Vlasenko
2013-11-26build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko
2013-11-26logread: flush output. closes 6710Denys Vlasenko
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko
2013-11-20rfkill: use new-style config/kbuild/appletDenys Vlasenko
2013-11-19tar: prevent empty file to be treated as valid tarballDenys Vlasenko
2013-11-19fix a copy/paste error in last tar testcase nameDenys Vlasenko
2013-11-19tar: add a testcase for previous commitDenys Vlasenko
2013-11-19tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-19comment tweakDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko