summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko76-929/+950
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2012-04-18who: fix typo in help textDenys Vlasenko1-1/+1
2012-04-17who,less: tweaked help textDenys Vlasenko2-7/+7
2011-08-09users: new applet.Tito Ragusa2-35/+62
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga67-1055/+1070
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko7-159/+117
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko3-19/+32
2008-11-25remove a few superfluous includesDenis Vlasenko4-4/+0
2008-07-09libbb: use improved xmalloc_read() from modprobe-smallDenis Vlasenko5-126/+63
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-11-16- add note about SUSv3 missing options.Bernhard Reutner-Fischer1-1/+2
2007-11-16who: add -a (by Tito)Denis Vlasenko2-6/+8
2007-11-13who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko1-3/+1
2007-11-11who: fix wrong date/time field sizeDenis Vlasenko1-2/+3
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-07who: stop using static buffer, small size optimizationsDenis Vlasenko1-17/+25
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-01mostly style fixesDenis Vlasenko12-161/+156
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-06-19Make some 64 bit warnings go away on x86-64.Rob Landley6-61/+25
2006-03-12Cleanup patch from tito.Rob Landley1-40/+37
2006-03-11Size reduction by Tito.Rob Landley1-22/+7
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-04-23cast the time pointer so gcc stops warning over nothingMike Frysinger1-1/+1
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-04-26Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>Eric Andersen3-2/+98