summaryrefslogtreecommitdiff
path: root/logger.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
| | | | | a release. Update the website with release details. -Erik
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
| | | | | | | 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
* Logger forgot to NULL terminate strings from stdin.Eric Andersen2001-01-031-1/+1
|
* Log stdin when no message given and use getopt.Matt Kraai2001-01-021-38/+17
|
* Patch from larry doolittle to make sure we don't reallocEric Andersen2000-12-111-0/+1
| | | | a pointer that was not yet malloced mem.
* Some little cleanups from Larry DoolittleEric Andersen2000-12-091-1/+1
|
* Patch from Matt Kraai to make logger log all arguments.Eric Andersen2000-12-081-3/+12
|
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-3/+3
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad formatMatt Kraai2000-12-071-1/+1
| | | | strings from being passed to syslog(3).
* Remove the BSD advertising clause, and replace it with a link to howEric Andersen2000-11-141-0/+43
| | | | the advertising clause has been retroactivly declared null and void.
* Clean up error handling and uses of TRUE/FALSE.Matt Kraai2000-10-251-14/+8
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Some #include updates.Eric Andersen2000-08-101-1/+0
| | | | -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-14/+0
|
* More fixes for "signed vs. unsigned" warnings.Pavel Roskin2000-07-141-1/+2
|
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-3/+3
|
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-2/+2
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-96/+95
| | | | -Erik
* Clear up some ambiguity with old style assignments.Erik Andersen2000-01-291-1/+1
| | | | -Erik
* Some busybox updates. You no longer _have_ to put a "-" in front of tarErik Andersen2000-01-231-38/+21
| | | | | | | 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
* Fix a logger bug.Erik Andersen2000-01-091-1/+1
| | | | -Erik
* Trivial type fix.Erik Andersen2000-01-071-2/+1
| | | | -Erik
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-161-5/+4
| | | | -Erik
* StufEric Andersen1999-11-251-8/+18
|
* StufEric Andersen1999-11-251-0/+186