aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-17adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa3-21/+27
2014-01-13examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788Denys Vlasenko2-14/+22
2014-01-13docs: tweak keep_data_small.txtDenys Vlasenko1-1/+9
2014-01-10tar: tighten up pax header validity checkDenys Vlasenko1-1/+3
2014-01-10fakeidentd: simplify ndelay manipulationsDenys Vlasenko1-10/+9
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn2-5/+5
2014-01-10lineedit: fix trivial build failureDenys Vlasenko1-0/+2
2014-01-10libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko1-12/+11
2014-01-10build system: fix non-portable sed constructs.Matthias Andree1-2/+12
2014-01-09fixlet for the previous commit #2Denys Vlasenko1-4/+3
2014-01-09fixlet for the previous commitDenys Vlasenko1-1/+1
2014-01-09networking: explain isrv_run() APIDenys Vlasenko1-1/+26
2014-01-09fakeidentd: fix use-after-freeRyan Mallon1-13/+12
2014-01-09chown: fix help textDenys Vlasenko1-1/+1
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko2-1/+42
2014-01-09ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko1-16/+3
2014-01-09build system: "make hosttools" doesn't exist, remove it from "make help"Denys Vlasenko1-4/+0
2014-01-09build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2-2/+2
2014-01-08ntpd: adjust last packet's recv time after a stepDenys Vlasenko1-0/+2
2014-01-08libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko1-0/+5
2014-01-08Another FreeBSD fix from Matthias AndreeDenys Vlasenko1-3/+12
2014-01-07ash: in bash compat mode, always export $SHLVLDenys Vlasenko1-1/+1
2014-01-07grep: fix two bugs with -wDenys Vlasenko2-3/+37
2014-01-07platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko1-5/+12
2014-01-01Start 1.23.0 development cycleDenys Vlasenko1-2/+2
2014-01-01Bump version to 1.22.01_22_0Denys Vlasenko1-1/+1
2013-12-31testsuite: remove forgotten debug hackDenys Vlasenko1-1/+1
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko7-13/+34
2013-12-31testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko2-6/+8
2013-12-20adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko1-2/+2
2013-12-20testsuite: fix false positives for duDenys Vlasenko2-0/+3
2013-12-19build system: fix make gconfigDaniel Borca1-1/+1
2013-12-18sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler1-1/+2
2013-12-17hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev1-2/+5
2013-12-17wget: user-friendly fallback to httpLauri Kasanen1-5/+12
2013-12-16kill[all[5]]: code shrinkDenys Vlasenko1-20/+18
2013-12-16killall5: return 2 if no processes got killedUros Vampl1-1/+4
2013-12-16do not fail build if MAXSYMLINKS isn't definedMichael Tokarev1-0/+6
2013-12-16expand: use printable_string instead of hard-coding implementationMichael Tokarev1-10/+3
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko1-7/+39
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko1-2/+14
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko1-4/+9
2013-12-04ntpd: promote log level 3 to productionDenys Vlasenko1-45/+54
2013-12-04ntpd: let user know if spike was detectedDenys Vlasenko1-4/+7
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
2013-11-29chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2-5/+3
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca1-3/+16
2013-11-28dpkg-deb: cosmetic correction to usage textDaniel Borca1-1/+1
2013-11-28sed: code shrinkDenys Vlasenko1-28/+21