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
/
coreutils
/
who.c
Age
Commit message (
Expand
)
Author
2010-04-05
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2010-04-04
who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H
Denys Vlasenko
2008-11-25
remove a few superfluous includes
Denis Vlasenko
2008-07-09
libbb: use improved xmalloc_read() from modprobe-small
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-11-16
- add note about SUSv3 missing options.
Bernhard Reutner-Fischer
2007-11-16
who: add -a (by Tito)
Denis Vlasenko
2007-11-13
who: code shrink by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-11-11
who: fix wrong date/time field size
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-03-07
who: stop using static buffer, small size optimizations
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-11-01
mostly style fixes
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-06-19
Make some 64 bit warnings go away on x86-64.
Rob Landley
2006-03-12
Cleanup patch from tito.
Rob Landley
2006-03-11
Size reduction by Tito.
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-04-23
cast the time pointer so gcc stops warning over nothing
Mike Frysinger
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-04-26
Add the who applet, supplied by Da Chen <dchen@ayrnetworks.com>
Eric Andersen