2001-07-22 |
Eric Andersen | Some patches to make dietlibc work... |
tree | commitdiff |
2001-07-19 |
Eric Andersen | Some adjustments, mostly from David McCullough <davidm... |
tree | commitdiff |
2001-07-19 |
Matt Kraai | Add a RELEASE_BB_BUFFER macro and use it to fix a memor... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | This is vodz' latest patch. Sorry it took so long... |
tree | commitdiff |
2001-07-06 |
Matt Kraai | Remove redundant initialization of lfile to reduce... |
tree | commitdiff |
2001-07-02 |
Eric Andersen | Per patch from vodz, change a couple of consts to defin... |
tree | commitdiff |
2001-06-26 |
Glenn L McGrath | Patch from Gennady Feldman |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Add xgethostbyname and herror_msg* functions. |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Per comment from Jim McQuillan <jam@mcquil.com>, don... |
tree | commitdiff |
2001-05-03 |
Eric Andersen | devfs does not support creation of regular files. ... |
tree | commitdiff |
2001-04-12 |
Matt Kraai | Use date -u instead of date --utc and consolidate versi... |
tree | commitdiff |
2001-04-09 |
Eric Andersen | Update how we detect if libc5 is in use. |
tree | commitdiff |
2001-04-05 |
Eric Andersen | Some cleanups/fixes for the syslogd circular buffer... |
tree | commitdiff |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
tree | commitdiff |
2001-03-29 |
Eric Andersen | Use daemon() to spawn syslogd and klogd daemons. |
tree | commitdiff |
2001-03-27 |
Mark Whitley | Applied patch from Gennady Feldman to fix a single... |
tree | commitdiff |
2001-03-23 |
Eric Andersen | -Wshadow tr fix from Jeff Garzik |
tree | commitdiff |
2001-03-23 |
Eric Andersen | -Wshadow logread fix from Jeff Garzik |
tree | commitdiff |
2001-03-21 |
Eric Andersen | A nice patch from Larry Doolittle that adds -Wshadow and |
tree | commitdiff |
2001-03-15 |
Mark Whitley | dos2unix logread.c |
tree | commitdiff |
2001-03-15 |
Eric Andersen | Move the warning msg after features.h gets pulled in. |
tree | commitdiff |
2001-03-14 |
Mark Whitley | Applied patch from Giulio Orsero to fix some preprocess... |
tree | commitdiff |
2001-03-14 |
Eric Andersen | Some updates for libc5 |
tree | commitdiff |
2001-03-12 |
Mark Whitley | Added some comment lines in the header indicating that... |
tree | commitdiff |
2001-03-12 |
Mark Whitley | Applied patch from Gennady Feldman to split up syslogd... |
tree | commitdiff |
2001-03-12 |
Mark Whitley | Applied patch from Gennady Feldman to use single-thread... |
tree | commitdiff |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
tree | commitdiff |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
tree | commitdiff |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
tree | commitdiff |
2001-01-25 |
Eric Andersen | Commit Larry Doolittle's buffers-on-stack/buffers-via... |
tree | commitdiff |
2001-01-23 |
Mark Whitley | #define -> static const int. Also got rid of some big... |
tree | commitdiff |
2001-01-03 |
Eric Andersen | Logger forgot to NULL terminate strings from stdin. |
tree | commitdiff |
2001-01-02 |
Matt Kraai | Log stdin when no message given and use getopt. |
tree | commitdiff |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
tree | commitdiff |
2000-12-11 |
Eric Andersen | Patch from larry doolittle to make sure we don't realloc |
tree | commitdiff |
2000-12-11 |
Matt Kraai | Keep unknown priorities from segfaulting. |
tree | commitdiff |
2000-12-11 |
Eric Andersen | Fix a thinko -- when REMOTE_LOG support is compiled in, |
tree | commitdiff |
2000-12-11 |
Eric Andersen | Fix the option parsing to use getopt, which seems to... |
tree | commitdiff |
2000-12-11 |
Eric Andersen | Patch from Larry Doolittle, fix up logging across multi... |
tree | commitdiff |
2000-12-11 |
Eric Andersen | Reverse logic so when network logging, it by default... |
tree | commitdiff |
2000-12-09 |
Eric Andersen | Some little cleanups from Larry Doolittle |
tree | commitdiff |
2000-12-08 |
Eric Andersen | Make no local logging a runtime option for network... |
tree | commitdiff |
2000-12-08 |
Eric Andersen | Patch from Gennady Feldman <gfeldman@mail.com> to make... |
tree | commitdiff |
2000-12-08 |
Eric Andersen | Patch from Matt Kraai to make logger log all arguments. |
tree | commitdiff |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-12-07 |
Matt Kraai | Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent... |
tree | commitdiff |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
tree | commitdiff |
2000-11-14 |
Eric Andersen | Remove the BSD advertising clause, and replace it with... |
tree | commitdiff |
2000-10-25 |
Matt Kraai | Clean up error handling and uses of TRUE/FALSE. |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-13 |
Pavel Roskin | Make syslogd ignore SIGCLD only if SIGCLD is defined... |
tree | commitdiff |
2000-09-12 |
Pavel Roskin | Typo fix: resolv -> resolve |
tree | commitdiff |
2000-08-20 |
Eric Andersen | syslogd was leaking processes that could forever busylo... |
tree | commitdiff |
2000-08-10 |
Eric Andersen | Some #include updates. |
tree | commitdiff |
2000-07-20 |
Eric Andersen | * syslogd can now log messages to a remote host --... |
tree | commitdiff |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
tree | commitdiff |
2000-07-14 |
Pavel Roskin | More fixes for "signed vs. unsigned" warnings. |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
tree | commitdiff |
2000-07-11 |
Eric Andersen | Forgot to commit these cleanups it seems. |
tree | commitdiff |
2000-07-10 |
Eric Andersen | Remove yet more kernel header dependancies. |
tree | commitdiff |
2000-07-09 |
Eric Andersen | More portability updates. Now compiles cleanly vs... |
tree | commitdiff |
2000-07-06 |
Eric Andersen | Turned some stuff into features that really are feature... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Make syslogd.c, init.c, and update.c compile error... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updated to compile and work with libc5. |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
tree | commitdiff |
2000-06-07 |
Pavel Roskin | Syslogd will not go to background if "-n" is given... |
tree | commitdiff |
2000-06-02 |
Eric Andersen | A number of additional fixed from Pavel Roskin, note... |
tree | commitdiff |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
tree | commitdiff |
2000-04-28 |
Erik Andersen | Latest and greatest. Some effort at libc5 (aiming... |
tree | commitdiff |
2000-04-21 |
Erik Andersen | More Doc updates. cmdedit and more termio fixes. |
tree | commitdiff |
2000-04-19 |
Erik Andersen | Add #include <sys/param.h> to syslogd. |
tree | commitdiff |
2000-04-19 |
Erik Andersen | Make the sys logger for so that concurrent logging... |
tree | commitdiff |
2000-04-18 |
Erik Andersen | More stuff |
tree | commitdiff |
2000-04-18 |
Erik Andersen | Updates |
tree | commitdiff |
2000-04-14 |
Erik Andersen | Fix a tar bug: tar removed leading '/'s for symlink... |
tree | commitdiff |
2000-04-14 |
Erik Andersen | Latest and greatest. Seems there is a bug. |
tree | commitdiff |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
tree | commitdiff |
2000-04-06 |
Erik Andersen | Some more minor updates to better use some gcc attributes. |
tree | commitdiff |
2000-04-04 |
Erik Andersen | minor changes to mount/umount to support-by-ignoring... |
tree | commitdiff |
2000-03-21 |
Erik Andersen | Hmm. Missed this change |
tree | commitdiff |
2000-02-18 |
Erik Andersen | Some updates for the day, |
tree | commitdiff |
2000-02-11 |
Erik Andersen | Updates |
tree | commitdiff |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
tree | commitdiff |
2000-02-07 |
Erik Andersen | device_open is common code -- moved into utility.c |
tree | commitdiff |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
tree | commitdiff |
2000-01-29 |
Erik Andersen | Clear up some ambiguity with old style assignments. |
tree | commitdiff |
2000-01-23 |
Erik Andersen | Some busybox updates. You no longer _have_ to put... |
tree | commitdiff |
2000-01-13 |
Erik Andersen | Bug fixes. |
tree | commitdiff |
2000-01-09 |
Erik Andersen | Fix a logger bug. |
tree | commitdiff |
2000-01-07 |
Erik Andersen | Trivial type fix. |
tree | commitdiff |
1999-12-16 |
Erik Andersen | Fix bugs in logger and syslogd. Add fbset. |
tree | commitdiff |
1999-12-10 |
Eric Andersen | Added poweroff (and adjusted init to use it). Inlined... |
tree | commitdiff |
1999-12-05 |
Eric Andersen | Stuf |
tree | commitdiff |
1999-12-05 |
Eric Andersen | syslogd and klogd work now. |
tree | commitdiff |
1999-12-03 |
Eric Andersen | Stuf |
tree | commitdiff |
1999-11-25 |
Eric Andersen | Stuf |
tree | commitdiff |
1999-11-25 |
Eric Andersen | Stuf |
tree | commitdiff |
1999-11-24 |
Eric Andersen | First draft |
tree | commitdiff |
|