History log of /freebsd-9.3-release/usr.sbin/sa/db.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 229242 01-Jan-2012 dim

MFC r228681:

In usr.sbin/sa/db.c, avoid warnings about assigning two const char
arrays to non-const void pointers, by casting away const explicitly.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 176433 21-Feb-2008 grog

Ensure that the -s flag truncates the accounting data.

This problem has only been reported on the amd64 platform.

PR: bin/120293
Tested by: Callum Gibson
MFC after: 2 weeks


# 173711 17-Nov-2007 jb

Fix a compiler warning by using a printf format matching the variable
type.


# 169857 22-May-2007 dds

Increase precision of time values in the process accounting
structure, while maintaining backward compatibility with legacy
file and record formats.