summaryrefslogtreecommitdiff
path: root/procps/uptime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* Change license statements (and clean up headers) on some of the files thatRob Landley2006-09-221-5/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-16/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* some portability fixes by rmh in Bug 395Mike Frysinger2005-08-271-1/+3
* Simplify, make formatting better match the procps versionEric Andersen2004-04-061-3/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-6/+6
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-3/+3
* Added some more '/* getopt not needed */' lines.Mark Whitley2001-03-091-0/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Fixed tiny typo.Mark Whitley2001-01-231-1/+1
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-1/+1
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-181-4/+4
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-1/+1
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Centralize handling of --help.Matt Kraai2000-07-191-3/+0
* Add usage messages for applets without them.Matt Kraai2000-07-191-0/+3
* Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries inEric Andersen2000-06-261-1/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
* Oops. Forgot to add in uptime when I added uptime.Erik Andersen2000-03-051-0/+73