index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ac
/
ac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port ac(8) to utmpx.
ed
2010-01-13
1
-102
/
+69
*
Add a check for wtmp records which have invalid values for ut_time. Wtmp
gad
2004-03-08
1
-12
/
+64
*
Add a debug-statement from NetBSD, and then rework all debug-statements
gad
2004-03-08
1
-9
/
+82
*
Minor style(9) fixes. remove a register keyword, correct two indents.
gad
2004-03-03
1
-3
/
+3
*
Convert K&R-style routine definitions to C89 style, partially to reduce
gad
2004-03-03
1
-33
/
+13
*
Remove unused #includes. Eliminate castings by using size_t instead of int.
charnier
2002-10-17
1
-8
/
+4
*
Fix indentation broken in previous __P removal.
alfred
2002-07-11
1
-14
/
+14
*
de-__P()
alfred
2002-07-11
1
-13
/
+13
*
Fixed some world breakage caused by not updating clients when <timeconv.h>
bde
2002-07-08
1
-0
/
+1
*
I've been meaning to do this for a while. Add an underscore to the
dillon
2002-01-19
1
-2
/
+2
*
localtime() was being called with an int-pointer due to recent utmp
dillon
2001-10-29
1
-2
/
+4
*
Fix logic error resulting in incorrect calculation of login time
jon
2001-08-05
1
-2
/
+2
*
Replace strncpy -> strlcpy
kris
2001-07-24
1
-6
/
+3
*
Constify and set WARNS=2.
dd
2001-06-24
1
-4
/
+4
*
Use nl_langinfo instead of %Ef
ache
2001-03-21
1
-2
/
+7
*
Use %Ef instead of hardcoded %b %e
ache
2000-06-22
1
-1
/
+1
*
err -> errx for malloc failure
charnier
1999-10-12
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Back out previous commit. Allowing `-' as a pseudonym for /dev/stdin is
sheldonh
1999-07-02
1
-14
/
+6
*
Allow the use of `-' as an argument to the -w option so that standard
sheldonh
1999-06-30
1
-6
/
+14
*
/var/log/wtmp entries for ptys are treated differently in ac, since
phk
1998-07-02
1
-3
/
+3
*
Give correct times with old wtmp files.
steve
1998-05-25
1
-2
/
+3
*
Style in rcsid, sort #include.
charnier
1997-09-01
1
-4
/
+5
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add setlocale LC_TIME
ache
1995-10-26
1
-1
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-19
/
+19
*
strncmp use wrong utmp name size
ache
1994-11-14
1
-2
/
+2
*
ac(8) utility, brought over from FreeBSD 1.1.5.
dg
1994-09-26
1
-0
/
+557