Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | libbb: reduce number of *error_msg[_and_die].c files by four | Denys Vlasenko | 2010-07-04 | 1 | -3/+20 |
| | | | | | | No code changes. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Exclude syslog code if FEATURE_SYSLOG is not set | Nguyễn Thái Ngọc Duy | 2010-04-09 | 1 | -2/+7 |
| | | | | | | | syslog.h and syslog(...) may not exist in such configuration Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | function old new delta buffer_fill_and_print 179 196 +17 fflush_all - 9 +9 spawn 87 92 +5 rtcwake_main 455 453 -2 ... alarm_intr 93 84 -9 readcmd 1072 1062 -10 bb_ask 345 333 -12 more_main 845 832 -13 flush_stdout_stderr 42 23 -19 xfflush_stdout 27 - -27 flush_stderr 30 - -30 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 2/50 up/down: 31/-397) Total: -366 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | libbb: prevent resursion on malloc failure | Denys Vlasenko | 2009-08-01 | 1 | -16/+25 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -2/+2 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | perror_nomsg: don't print extra colon | Denis Vlasenko | 2007-12-22 | 1 | -2/+4 |
| | | | | | losetup: print name of loop device in error messages | ||||
* | httpd shring and logging update, part 1 or 7 | Denis Vlasenko | 2007-08-17 | 1 | -26/+100 |
| | | | | | | | | | | | | | text data bss dec hex filename 9836 0 0 9836 266c busybox.t1/networking/httpd.o.orig 9724 0 0 9724 25fc busybox.t2/networking/httpd.o 9657 0 0 9657 25b9 busybox.t3/networking/httpd.o 9342 0 0 9342 247e busybox.t4/networking/httpd.o 9342 0 0 9342 247e busybox.t5/networking/httpd.o 9262 0 0 9262 242e busybox.t6/networking/httpd.o 9283 0 0 9283 2443 busybox.t7/networking/httpd.o 9334 0 0 9334 2476 busybox.t8/networking/httpd.o | ||||
* | verror_msg: don't printf(NULL) | Denis Vlasenko | 2007-05-29 | 1 | -3/+8 |
| | |||||
* | random small shrinkage and elimination of statics | Denis Vlasenko | 2007-04-07 | 1 | -1/+1 |
| | |||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | losetup: getopt_ulflags'ification + small fix for perror_nomsg | Denis Vlasenko | 2006-09-22 | 1 | -1/+3 |
| | |||||
* | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only ↵ | Bernhard Reutner-Fischer | 2006-09-12 | 1 | -5/+1 |
| | | | | __va_copy. | ||||
* | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | 2006-09-07 | 1 | -2/+3 |
| | |||||
* | fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && | Denis Vlasenko | 2006-09-07 | 1 | -1/+1 |
| | |||||
* | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | 2006-09-07 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -4/+30 |
| | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. | ||||
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -23/+1 |
| | | | | - use shorter boilerplate while at it | ||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -1/+1 |
| | |||||
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -7/+1 |
| | | | | -Erik | ||||
* | Move applet_name declaration from busybox.h to libbb.h. | Matt Kraai | 2001-04-24 | 1 | -2/+0 |
| | |||||
* | Split error messages into separate files. | Eric Andersen | 2001-03-19 | 1 | -0/+51 |
Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik |