aboutsummaryrefslogtreecommitdiff
path: root/miscutils/beep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* libbb: introduce and use msleep()Denys Vlasenko2020-11-291-2/+2
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update remaining menuconfig items with approximate applet sizesDenys Vlasenko2017-07-191-1/+1
* beep: disallow FEATURE_BEEP_FREQ = 0 in configurationDenys Vlasenko2017-07-081-1/+1
* Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-0/+22
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* beep: the -d option takes milliseconds not microsecondsNatanael Copa2010-03-141-2/+2
* randomconfig fixesDenys Vlasenko2009-12-121-2/+4
* beep: optimizeDenys Vlasenko2009-08-221-67/+55
* add config knob for default freq and lengthBernhard Reutner-Fischer2009-08-211-2/+10
* add simple beep appletBernhard Reutner-Fischer2009-08-211-0/+119