aboutsummaryrefslogtreecommitdiff
path: root/procps/uptime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-291-1/+0
* Fix non-Linux buildsSamuel Thibault2022-11-291-0/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* uptime: add -s supportDenys Vlasenko2018-08-031-6/+24
* users,w,who,uptime,renice: make NOEXECDenys Vlasenko2017-08-071-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-3/+4
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-3/+3
* uptime: more compatible outputDenys Vlasenko2011-08-101-20/+20
* uptime: add config flag to allow displaying the number of users currently log...Pere Orga2011-08-091-4/+31
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-0/+4
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+9
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: 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