aboutsummaryrefslogtreecommitdiff
path: root/coreutils/who.c
AgeCommit message (Expand)Author
2018-12-28config: update size informationDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07users,w,who,uptime,renice: make NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-12fix errors found with make_single_applets.shDenys Vlasenko
2017-04-11w: new applet, alias to "who -H"Denys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2012-04-18who: fix typo in help textDenys Vlasenko
2012-04-17who,less: tweaked help textDenys Vlasenko
2011-08-09users: new applet.Tito Ragusa
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko
2008-11-25remove a few superfluous includesDenis Vlasenko
2008-07-09libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-11-16- add note about SUSv3 missing options.Bernhard Reutner-Fischer
2007-11-16who: add -a (by Tito)Denis Vlasenko
2007-11-13who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-11-11who: fix wrong date/time field sizeDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-07who: stop using static buffer, small size optimizationsDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-11-01mostly style fixesDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"
2006-06-19Make some 64 bit warnings go away on x86-64.Rob Landley
2006-03-12Cleanup patch from tito.Rob Landley
2006-03-11Size reduction by Tito.Rob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-25just whitespaceTim Riker
2005-04-23cast the time pointer so gcc stops warning over nothingMike Frysinger
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-04-26Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen