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
/
procps
/
uptime.c
Age
Commit message (
Expand
)
Author
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-08-27
some portability fixes by rmh in Bug 395
Mike Frysinger
2004-04-06
Simplify, make formatting better match the procps version
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-03-09
Added some more '/* getopt not needed */' lines.
Mark Whitley
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-23
Fixed tiny typo.
Mark Whitley
2001-01-23
#define -> static const int. Also got rid of some big static buffers.
Mark Whitley
2001-01-18
Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to
Matt Kraai
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-07-19
Centralize handling of --help.
Matt Kraai
2000-07-19
Add usage messages for applets without them.
Matt Kraai
2000-06-26
Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in
Eric Andersen
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-04-13
Upates to include copyright 2000 to everything
Erik Andersen
2000-03-05
Oops. Forgot to add in uptime when I added uptime.
Erik Andersen