Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Matt Kraai
|
b6ec78161d
Log all messages from a single connection, not just the first. Patch from
|
23 years ago |
Matt Kraai
|
c1cda4a609
Add a RELEASE_BB_BUFFER macro and use it to fix a memory leak in syslogd.c
|
23 years ago |
Eric Andersen
|
044228d5ec
This is vodz' latest patch. Sorry it took so long...
|
23 years ago |
Matt Kraai
|
c308847274
Remove redundant initialization of lfile to reduce executable size by
|
23 years ago |
Eric Andersen
|
22ecf049b6
Per patch from vodz, change a couple of consts to defines, since
|
23 years ago |
Glenn L McGrath
|
addabd6f16
Patch from Gennady Feldman
|
23 years ago |
Matt Kraai
|
c55b8d41c1
Add xgethostbyname and herror_msg* functions.
|
23 years ago |
Eric Andersen
|
238bc4090d
Per comment from Jim McQuillan <jam@mcquil.com>, don't log
|
23 years ago |
Eric Andersen
|
87d893c04b
devfs does not support creation of regular files. So change the
|
23 years ago |
Matt Kraai
|
6ba1a80c26
Use date -u instead of date --utc and consolidate version string.
|
24 years ago |
Eric Andersen
|
ea9065072c
Some cleanups/fixes for the syslogd circular buffer code
|
24 years ago |
Eric Andersen
|
e5c24dfd01
Use daemon() to spawn syslogd and klogd daemons.
|
24 years ago |
Mark Whitley
|
bff6b18bf9
Applied patch from Gennady Feldman to fix a single-threaded syslogd bug that
|
24 years ago |
Eric Andersen
|
f6aa13d403
-Wshadow tr fix from Jeff Garzik
|
24 years ago |
Eric Andersen
|
1ca20a7747
A nice patch from Larry Doolittle that adds -Wshadow and
|
24 years ago |
Mark Whitley
|
6bff9cc487
Added some comment lines in the header indicating that Gennady Feldman is the
|
24 years ago |
Mark Whitley
|
6317c4baf7
Applied patch from Gennady Feldman to split up syslogd.c into syslogd and
|
24 years ago |
Mark Whitley
|
1a49fc5e92
Applied patch from Gennady Feldman to use single-thread instead of forking.
|
24 years ago |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 years ago |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 years ago |
Matt Kraai
|
dd19c69904
Removed trailing \n from error_msg{,_and_die} messages.
|
24 years ago |
Eric Andersen
|
8ec10a9483
Fix up copyright msgs. Bump version to 0.49 in preparation for
|
24 years ago |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 years ago |
Eric Andersen
|
d35c21587a
Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.
|
24 years ago |
Mark Whitley
|
59ab025363
#define -> static const int. Also got rid of some big static buffers.
|
24 years ago |
Matt Kraai
|
1fa1adea2a
Change calls to error_msg.* and strerror to use perror_msg.*.
|
24 years ago |
Matt Kraai
|
5a964f9d0b
Keep unknown priorities from segfaulting.
|
24 years ago |
Eric Andersen
|
4ed17829ac
Fix a thinko -- when REMOTE_LOG support is compiled in,
|
24 years ago |
Eric Andersen
|
394cf22668
Fix the option parsing to use getopt, which seems to fix bug #1050
|
24 years ago |