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
/
date.c
Age
Commit message (
Expand
)
Author
2001-05-23
Patch from larry to fix some grammar errors.
Eric Andersen
2001-05-16
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
Matt Kraai
2001-04-25
Move messages.c to libbb. Make each string in messages.c be its own .o file.
Eric Andersen
2001-03-09
A cleanup patch from Jeff Garzik to static-ify a number of
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-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-11-29
Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close
Eric Andersen
2000-11-17
"I will always compile before I commit."
Eric Andersen
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-08-10
Some #include updates.
Eric Andersen
2000-07-17
The result of getopt() is "int" and should be treated as such
Pavel Roskin
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>
Eric Andersen
2000-07-12
Always report the applet name when doing error reporting.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-06
Fix 'date -u'
Eric Andersen
2000-05-16
Some updates for better portability.
Erik Andersen
2000-04-21
More Doc updates. cmdedit and more termio fixes.
Erik Andersen
2000-03-24
The new tar for busybox is now done, and works just fine
Erik Andersen
2000-03-23
My latest ramblings.
Erik Andersen
2000-03-21
* all mallocs now use xmalloc (and so are OOM error safe), and
Erik Andersen
2000-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-07
A few minor updates. ;-)
Erik Andersen
2000-01-29
Clear up some ambiguity with old style assignments.
Erik Andersen
1999-11-10
Updates to usage, and made tar work.
Eric Andersen
1999-10-20
Fixed up copyright notices and such
Eric Andersen
1999-10-19
Added sfdisk. Ststic-ified a bunch of stuff.
Eric Andersen
1999-10-18
More stuff.
Eric Andersen
1999-10-12
Latest and greatest.
Eric Andersen
1999-10-06
latest and greatest.
Eric Andersen
1999-10-05
Initial revision
Eric Andersen