summaryrefslogtreecommitdiff
path: root/coreutils/who.c
Commit message (Expand)AuthorAgeFilesLines
* *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
* config: update size informationDenys Vlasenko2018-12-281-3/+3
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-3/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* users,w,who,uptime,renice: make NOEXECDenys Vlasenko2017-08-071-4/+4
* config: deindent all help textsDenys Vlasenko2017-07-211-15/+15
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-3/+3
* fix errors found with make_single_applets.shDenys Vlasenko2017-04-121-2/+3
* w: new applet, alias to "who -H"Denys Vlasenko2017-04-111-4/+44
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-0/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+4
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-4/+4
* who: fix typo in help textDenys Vlasenko2012-04-181-1/+1
* who,less: tweaked help textDenys Vlasenko2012-04-171-0/+1
* users: new applet.Tito Ragusa2011-08-091-28/+62
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+7
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-1/+0
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-1/+1
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-16/+28
* remove a few superfluous includesDenis Vlasenko2008-11-251-1/+0
* libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko2008-07-091-1/+5
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* - add note about SUSv3 missing options.Bernhard Reutner-Fischer2007-11-161-1/+2
* who: add -a (by Tito)Denis Vlasenko2007-11-161-4/+4
* who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko2007-11-131-3/+1
* who: fix wrong date/time field sizeDenis Vlasenko2007-11-111-2/+3
* 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
* who: stop using static buffer, small size optimizationsDenis Vlasenko2007-03-071-17/+25
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* mostly style fixesDenis Vlasenko2006-11-011-1/+1
* whitespace cleanupDenis Vlasenko2006-09-171-3/+3
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+3
* Make some 64 bit warnings go away on x86-64.Rob Landley2006-06-191-8/+7
* Cleanup patch from tito.Rob Landley2006-03-121-40/+37
* Size reduction by Tito.Rob Landley2006-03-111-22/+7
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* just whitespaceTim Riker2006-01-251-32/+32
* cast the time pointer so gcc stops warning over nothingMike Frysinger2005-04-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-17/+17
* Major coreutils update.Manuel Novoa III2003-03-191-4/+2
* Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen2002-04-261-0/+85