aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logger.c
AgeCommit message (Collapse)Author
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
2001-01-03Logger forgot to NULL terminate strings from stdin.Eric Andersen
2001-01-02Log stdin when no message given and use getopt.Matt Kraai
2000-12-11Patch from larry doolittle to make sure we don't reallocEric Andersen
a pointer that was not yet malloced mem.
2000-12-09Some little cleanups from Larry DoolittleEric Andersen
2000-12-08Patch from Matt Kraai to make logger log all arguments.Eric Andersen
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
compliant with the style guide. Everybody rebuild your tags file!
2000-12-07Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad formatMatt Kraai
strings from being passed to syslog(3).
2000-11-14Remove the BSD advertising clause, and replace it with a link to howEric Andersen
the advertising clause has been retroactivly declared null and void.
2000-10-25Clean up error handling and uses of TRUE/FALSE.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
-Erik
2000-08-10Some #include updates.Eric Andersen
-Erik
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14More fixes for "signed vs. unsigned" warnings.Pavel Roskin
2000-07-14Use errorMsg rather than fprintf.Matt Kraai
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
-Erik
2000-02-08Some formatting updates (ran the code through indent)Erik Andersen
-Erik
2000-01-29Clear up some ambiguity with old style assignments.Erik Andersen
-Erik
2000-01-23Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen
options, logger is better behaved and has a "-t" option now. init now supports the kernel chroot patch, so you can chroot to a new device and umount the old root. -Erik
2000-01-09Fix a logger bug.Erik Andersen
-Erik
2000-01-07Trivial type fix.Erik Andersen
-Erik
1999-12-16Fix bugs in logger and syslogd. Add fbset.Erik Andersen
-Erik
1999-11-25StufEric Andersen
1999-11-25StufEric Andersen