summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2015-10-11randconfig fixDenys Vlasenko1-1/+2
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer9-52/+56
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko7-56/+134
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2008-07-11taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko3-15/+39
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-01ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko9-13/+45
2008-06-01- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer5-22/+19
2008-05-25last: code shrinkDenis Vlasenko2-19/+20
2008-05-22- not sure but i may have had the shutdown-time wrong and no records to verifyBernhard Reutner-Fischer1-1/+1
2008-05-22- untangle the implementation of the small and huge last appletsBernhard Reutner-Fischer4-12/+22
2008-05-22last: make its output more like "standard" last (aka "fancy last").Denis Vlasenko1-7/+40
2008-05-22last: optional alternative sysv-like implementationDenis Vlasenko4-2/+307
2008-05-17last: style fixesDenis Vlasenko1-5/+10
2008-05-05- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer1-1/+1
2008-03-17brctl: eliminate stray data objectDenis Vlasenko6-58/+85
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
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-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko17-35/+49
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2006-05-26- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).Bernhard Reutner-Fischer5-13/+33
2006-04-16use more boiler plate GPL noticesMike Frysinger7-40/+11
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-31protect potential overflow for x86_64"Vladimir N. Oleynik"1-2/+3
2006-01-30make certain we dereference the pointer as a time_t, esp on x86_64Eric Andersen1-1/+1
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-08-08Implement a minimalist 'last' which allows the LEAF project toEric Andersen6-93/+120