Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10Update applet size estimatesDenys Vlasenko
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko
2021-01-04Fix klogd applet compilation on the FreeBSDAlex Samorukov
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-07-31klogd: code shrinkDenys Vlasenko
2018-07-31klogd: better help textDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko
2013-01-06klogd: handle multi-char log levelsPeter Korsgaard
2012-12-20CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-25syslogd,klogd: better help textDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-07klogd: fix the problem of delayed handling of ^C and SIGTERMDenys Vlasenko
2010-10-20klogd: do not log partial linesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-01klogd: make it work on non-linux systemsJeremie Koenig
2008-11-19klogd: fix small buglet in previous commitDenis Vlasenko
2008-11-19klogctl: fix a problem where we don't terminate read data with '\0'Denis Vlasenko
2008-10-04watchdog: WDIOC_SETTIMEOUT accepts seconds, not millisecondsDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-06klogd: make help text more understandableDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-24less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko
2008-02-17libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-11-16dmesg,klogd: make code more readableDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-26move everything to new NOMMU helpers, except udhcpDenis Vlasenko
2007-03-24NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko
2007-02-17klogd: code de-obfuscation with small code size reductionDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-09- shrink klogd a tiny bit.Bernhard Reutner-Fischer
2007-01-04klogd: small optimizationsDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-04getopt_ulflags -> getopt32.Denis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer