aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
* fakeidentd: simplify ndelay manipulationsDenys Vlasenko2014-01-101-10/+9
* tail: adjust help/usage textsCristian Ionescu-Idbohrn2014-01-102-5/+5
* lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
* libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
* build system: fix non-portable sed constructs.Matthias Andree2014-01-101-2/+12
* fixlet for the previous commit #2Denys Vlasenko2014-01-091-4/+3
* fixlet for the previous commitDenys Vlasenko2014-01-091-1/+1
* networking: explain isrv_run() APIDenys Vlasenko2014-01-091-1/+26
* fakeidentd: fix use-after-freeRyan Mallon2014-01-091-13/+12
* chown: fix help textDenys Vlasenko2014-01-091-1/+1
* find: fix a regression introduced with -HLP supportDenys Vlasenko2014-01-092-1/+42
* ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko2014-01-091-16/+3
* build system: "make hosttools" doesn't exist, remove it from "make help"Denys Vlasenko2014-01-091-4/+0
* build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2014-01-092-2/+2
* ntpd: adjust last packet's recv time after a stepDenys Vlasenko2014-01-081-0/+2
* libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko2014-01-081-0/+5
* Another FreeBSD fix from Matthias AndreeDenys Vlasenko2014-01-081-3/+12
* ash: in bash compat mode, always export $SHLVLDenys Vlasenko2014-01-071-1/+1
* grep: fix two bugs with -wDenys Vlasenko2014-01-072-3/+37
* platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko2014-01-071-5/+12
* Start 1.23.0 development cycleDenys Vlasenko2014-01-011-2/+2
* 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