aboutsummaryrefslogtreecommitdiff
path: root/miscutils/beep.c
AgeCommit message (Expand)Author
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2018-12-28config: update size informationDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-08beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-14beep: the -d option takes milliseconds not microsecondsNatanael Copa
2009-12-12randomconfig fixesDenys Vlasenko
2009-08-22beep: optimizeDenys Vlasenko
2009-08-21add config knob for default freq and lengthBernhard Reutner-Fischer
2009-08-21add simple beep appletBernhard Reutner-Fischer