Eric Andersen
|
e76c3b08e1
|
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
shadowed variables. Move (almost) all syscalls to libbb/syscalls.c, so I can
handle them sanely and all at once.
-Erik
|
2001-04-05 03:14:39 +00:00 |
|
Eric Andersen
|
b2e3e9b0c9
|
Seems that stupid libc5 doesn't implement daemon(), so conditionally
inclde that here.
-Erik
|
2001-04-04 19:25:57 +00:00 |
|
Matt Kraai
|
d98e574d41
|
Patch bass ackwards behavior of hr flag.
|
2001-03-28 20:10:25 +00:00 |
|
Eric Andersen
|
b183dfad2d
|
Split error messages into separate files.
Update libbb.h, per suggestion from Vladimir, to include __attribute__((format
(printf ...))) stuff
-Erik
|
2001-03-19 19:24:06 +00:00 |
|
Eric Andersen
|
aad1a88c76
|
Convert utility.c into libbb.a. It is now a whole pile of .c
files. Clean up the resulting damage and fix up the makefile.
-Erik
|
2001-03-16 22:47:14 +00:00 |
|