summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sa/db.c
Commit message (Collapse)AuthorAgeFilesLines
* In usr.sbin/sa/db.c, avoid warnings about assigning two const chardim2011-12-181-2/+2
| | | | | | arrays to non-const void pointers, by casting away const explicitly. MFC after: 1 week
* Ensure that the -s flag truncates the accounting data.grog2008-02-211-1/+1
| | | | | | | | This problem has only been reported on the amd64 platform. PR: bin/120293 Tested by: Callum Gibson MFC after: 2 weeks
* Fix a compiler warning by using a printf format matching the variablejb2007-11-171-1/+1
| | | | type.
* Increase precision of time values in the process accountingdds2007-05-221-0/+207
structure, while maintaining backward compatibility with legacy file and record formats.
OpenPOWER on IntegriCloud