index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
beep.c
Age
Commit message (
Expand
)
Author
2020-11-29
libbb: introduce and use msleep()
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2018-12-28
config: update size information
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-19
Update remaining menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-08
beep: disallow FEATURE_BEEP_FREQ = 0 in configuration
Denys Vlasenko
2016-11-22
Convert all miscutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-03-30
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-03-14
beep: the -d option takes milliseconds not microseconds
Natanael Copa
2009-12-12
randomconfig fixes
Denys Vlasenko
2009-08-22
beep: optimize
Denys Vlasenko
2009-08-21
add config knob for default freq and length
Bernhard Reutner-Fischer
2009-08-21
add simple beep applet
Bernhard Reutner-Fischer