Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-23 | logread: add forgotten INIT_G(); | Denis Vlasenko | |
2007-11-23 | logread: eliminate usage of data/bss | Denis Vlasenko | |
ifup: don't remove virtual iface prefixes (eth0:0) function old new delta shbuf 4 - -4 SMrup 6 - -6 SMrdn 12 - -12 static.label_buf 20 4 -16 get_var 158 140 -18 ------------------------------------------------------------------------------ (add/remove: 0/3 grow/shrink: 0/2 up/down: 0/-56) Total: -56 bytes text data bss dec hex filename 783501 962 9260 793723 c1c7b busybox_old 783483 942 9244 793669 c1c45 busybox_unstripped | |||
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | |
EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | |||
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | |
(add/remove: 0/0 grow/shrink: 12/131 up/down: 91/-727) Total: -636 bytes text data bss dec hex filename 773469 1058 11092 785619 bfcd3 busybox_old 772644 1058 11092 784794 bf99a busybox_unstripped | |||
2007-08-12 | syslogd,logread: get rid of head pointer, fix logread bug in the process | Denis Vlasenko | |
function old new delta logread_main 450 462 +12 syslogd_main 1246 1252 +6 shbuf - 4 +4 buf 34 30 -4 packed_usage 22729 22724 -5 log_locally 957 767 -190 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/3 up/down: 22/-199) Total: -177 bytes text data bss dec hex filename 773886 1116 11316 786318 bff8e busybox_old 773714 1116 11316 786146 bfee2 busybox_unstripped | |||
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko | |
*: s/include "busybox.h"/include "libbb.h" | |||
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-10 | code shrinkage by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | |
2007-01-04 | new libbb func: xmalloc_realpath (+ use it where makes sense) | Denis Vlasenko | |
syslogd, logread: add debugging code (disabled) syslogs: drastically smaller bss; fix "-C n" behaviour | |||
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | |
(the e2fsprogs directory is too twisty and evil to easily fix, but I plan to rewrite it anyway so I'll just bump that up in priority a bit). | |||
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" | |
2006-06-01 | - shrink logread a bit. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 862 26 188 1076 434 logread.o.orig 825 26 188 1039 40f logread.o | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-12-12 | Flush output to log promptly (bug 389). | Rob Landley | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2003-12-19 | Patch from Fillod Stephane: | Eric Andersen | |
You will find in the attached file "syslog.patch" a patch which adds config options to set at compile time the size of the circular buffer, and some documentation update. | |||
2003-09-26 | Patch from Fillod Stephane | Glenn L McGrath | |
Add follow mode to logread, ala "tail -f /var/log/messages" Note: output to a slow serial terminal can have side effects on syslog because of the semaphore. In such case, define RC_LOGREAD. | |||
2003-07-22 | Remove remaining libc5 support code | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-12-12 | Update email address for Gennady Feldman <gena01@gena01.com> | Glenn L McGrath | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik | |||
2001-04-09 | Update how we detect if libc5 is in use. | Eric Andersen | |
-Erik | |||
2001-03-23 | -Wshadow logread fix from Jeff Garzik | Eric Andersen | |
2001-03-15 | dos2unix logread.c | Mark Whitley | |
2001-03-15 | Move the warning msg after features.h gets pulled in. | Eric Andersen | |
-Erik | |||
2001-03-14 | Applied patch from Giulio Orsero to fix some preprocessor bugs. | Mark Whitley | |
2001-03-14 | Some updates for libc5 | Eric Andersen | |
2001-03-12 | Added some comment lines in the header indicating that Gennady Feldman is the | Mark Whitley | |
maintainer of these three applets. | |||
2001-03-12 | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | |
klogd (as it should be). |