index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
update.c
Age
Commit message (
Expand
)
Author
2001-08-02
Latest patch from vodz. Adds a check for divide by zero in the posix
Eric Andersen
2001-07-19
Some adjustments, mostly from David McCullough <davidm@lineo.com> to
Eric Andersen
2001-04-09
Update how we detect if libc5 is in use.
Eric Andersen
2001-04-05
A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-28
Fixes to allow compilation on systems with glibc 2.1.92
Pavel Roskin
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-20
Converted option parsing to getopt(). Also added some explanatory comments.
Mark Whitley
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-11
Forgot to commit these cleanups it seems.
Eric Andersen
2000-07-10
Remove yet more kernel header dependancies.
Eric Andersen
2000-06-19
Make syslogd.c, init.c, and update.c compile error/warning free under both li...
Eric Andersen
2000-05-12
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-04-28
Fix stupid bugs. update was segfaulting. mknod minor # was always 0
Erik Andersen
2000-04-17
More updates to the docs, and fixes to sync things with the docs.
Erik Andersen
2000-03-04
A few updates (including the cp fix the Craig has been looking for)
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
1999-10-20
Fixed up copyright notices and such
Eric Andersen
1999-10-18
More stuff
Eric Andersen
1999-10-05
Initial revision
Eric Andersen