index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
last.c
Age
Commit message (
Expand
)
Author
2010-04-05
telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363
Denys Vlasenko
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2008-07-11
taskset: fix some careless code in both fancy and non-fancy cases.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-01
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-05-25
last: code shrink
Denis Vlasenko
2008-05-22
- not sure but i may have had the shutdown-time wrong and no records to verify
Bernhard Reutner-Fischer
2008-05-22
- untangle the implementation of the small and huge last applets
Bernhard Reutner-Fischer
2008-05-22
last: make its output more like "standard" last (aka "fancy last").
Denis Vlasenko
2008-05-22
last: optional alternative sysv-like implementation
Denis Vlasenko
2008-05-17
last: style fixes
Denis Vlasenko
2008-05-05
- fix strncmp'ing "runlevel". (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-03-17
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-21
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-10-26
remove bb_printf and the like
Denis Vlasenko
2006-09-22
Change license statements (and clean up headers) on some of the files that
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-03
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-26
- introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).
Bernhard Reutner-Fischer
2006-04-16
use more boiler plate GPL notices
Mike Frysinger
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-31
protect potential overflow for x86_64
"Vladimir N. Oleynik"
2006-01-30
make certain we dereference the pointer as a time_t, esp on x86_64
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-08-08
Implement a minimalist 'last' which allows the LEAF project to
Eric Andersen