- 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
- 5dadd49 runsv: robustify signal handling - SIGTERM to child between vfork and exec could mess things up by Denys Vlasenko · 3 years, 6 months ago
- 92d84c4 Fix klogd applet compilation on the FreeBSD by Alex Samorukov · 4 years ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 5059653 do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- c16ae46 klogd: code shrink by Denys Vlasenko · 6 years ago
- e807351 klogd: better help text by Denys Vlasenko · 6 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 40eea69 Fix compiling with musl's utmp stubs by Kylie McClain · 9 years ago
- d34f300 sysklogd/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
- d189b59 klogd: handle multi-char log levels by Peter Korsgaard · 12 years ago
- 12677ac CONFIG_PID_FILE_PATH: new configuration option for pidfile paths by Anthony G. Basile · 12 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- aeab42e syslogd,klogd: better help text by Denys Vlasenko · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 8b6b472 klogd: fix the problem of delayed handling of ^C and SIGTERM by Denys Vlasenko · 14 years ago
- 0016bce klogd: do not log partial lines by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 63c2e7e klogd: make it work on non-linux systems by Jeremie Koenig · 14 years ago
- 58a8891 klogd: fix small buglet in previous commit by Denis Vlasenko · 16 years ago
- 2e7dc5d klogctl: fix a problem where we don't terminate read data with '\0' by Denis Vlasenko · 16 years ago
- 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 7bdf0c8 klogd: make help text more understandable by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
- 7e3a5f5 dmesg,klogd: make code more readable by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
- 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
- c84520d klogd: code de-obfuscation with small code size reduction by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 8fc4011 - shrink klogd a tiny bit. by Bernhard Reutner-Fischer · 18 years ago
- e428e9d klogd: small optimizations (btw, I looked into syslogd... that's frightening!) by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 595159f - shrink klogd a bit by Bernhard Reutner-Fischer · 19 years ago
- c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 570f655 Cleanup patch from tito: migrate option parsing to the bb_ functions and fix by Rob Landley · 19 years ago
- 12ed333 Part of patch from William Barsse, fixes a problem with unescaped %. by Glenn L McGrath · 20 years ago
- 0373cf1 Do not mess with the console logging level unless asked to do so. -Erik by Eric Andersen · 20 years ago
- 36adca8 Patch from Bastian Blank: by Eric Andersen · 20 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
- 68d4a85 Fixup bugs in last patch by Eric Andersen · 21 years ago
- 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
- 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 6ed7759 Update email address for Gennady Feldman <gena01@gena01.com> by Glenn L McGrath · 22 years ago
- e1ad672 add the -c option, modified version of a patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 06c35da patch from John Hall <john.hall@optionexist.co.uk> to change the by Eric Andersen · 22 years ago
- 9fef17d Run through indent, fix comments by Glenn L McGrath · 22 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 6ba1a80 Use date -u instead of date --utc and consolidate version string. by Matt Kraai · 24 years ago
- e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
- e5c24df Use daemon() to spawn syslogd and klogd daemons. -Erik by Eric Andersen · 24 years ago
- c319601 Some updates for libc5 by Eric Andersen · 24 years ago
- 6bff9cc Added some comment lines in the header indicating that Gennady Feldman is the by Mark Whitley · 24 years ago
- 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 24 years ago