Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-12 | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only ↵ | Bernhard Reutner-Fischer | |
__va_copy. | |||
2006-09-07 | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | |
2006-09-07 | fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && | Denis Vlasenko | |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | |
bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | |||
2006-09-07 | adding files missed in prev updates (forgot about svn add) | Denis Vlasenko | |