Age | Commit message (Expand) | Author |
2022-11-29 | Remove "select PLATFORM_LINUX" | Denys Vlasenko |
2022-11-29 | Fix non-Linux builds | Samuel Thibault |
2021-06-05 | runsv: robustify signal handling - SIGTERM to child between vfork and exec co... | Denys Vlasenko |
2021-01-04 | Fix klogd applet compilation on the FreeBSD | Alex Samorukov |
2020-08-13 | build system: drop PLATFORM_LINUX | Ron Yorston |
2019-07-02 | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne |
2019-03-17 | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings | Denys Vlasenko |
2018-12-28 | config: update size information | Denys Vlasenko |
2018-07-31 | klogd: code shrink | Denys Vlasenko |
2018-07-31 | klogd: better help text | Denys Vlasenko |
2017-07-21 | config: deindent all help texts | Denys Vlasenko |
2017-07-18 | Update menuconfig items with approximate applet sizes | Denys Vlasenko |
2016-04-21 | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2016-02-01 | Fix compiling with musl's utmp stubs | Kylie McClain |
2015-10-18 | sysklogd/*: convert to new-style "one file" applets | Denys Vlasenko |
2013-01-05 | klogd: handle multi-char log levels | Peter Korsgaard |
2012-12-19 | CONFIG_PID_FILE_PATH: new configuration option for pidfile paths | Anthony G. Basile |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-25 | syslogd,klogd: better help text | Denys Vlasenko |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2011-03-07 | klogd: fix the problem of delayed handling of ^C and SIGTERM | Denys Vlasenko |
2010-10-19 | klogd: do not log partial lines | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-01 | klogd: make it work on non-linux systems | Jeremie Koenig |
2008-11-19 | klogd: fix small buglet in previous commit | Denis Vlasenko |
2008-11-19 | klogctl: fix a problem where we don't terminate read data with '\0' | Denis Vlasenko |
2008-10-04 | watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-06 | klogd: make help text more understandable | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-24 | less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) | Denis Vlasenko |
2008-02-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer |
2007-11-16 | dmesg,klogd: make code more readable | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-06-13 | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-03-26 | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko |
2007-03-24 | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko |
2007-02-17 | klogd: code de-obfuscation with small code size reduction | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-09 | - shrink klogd a tiny bit. | Bernhard Reutner-Fischer |
2007-01-04 | klogd: small optimizations | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-31 | - shrink klogd a bit | Bernhard Reutner-Fischer |