History log of /freebsd-10.1-release/usr.sbin/sa/usrdb.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 201227 29-Dec-2009 ed

ANSIfy almost all applications that use WARNS=6.

I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.


# 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.


# 169670 18-May-2007 dds

Add -U and -P options that allow the specification of the per-user
and per-process summary file location.
These make the program more flexible, and also make it possible to write
sane regression tests.


# 141638 10-Feb-2005 delphij

Full modernize cleanup:
- De-__P()
- constify where appropriate
- ANSI functions instead of K&R

Pointed out by: stefanf


# 114601 03-May-2003 obrien

Use __FBSDID over rcsid[]. Protect copyright[] where needed.


# 100107 15-Jul-2002 des

Get rid of %qd, and unbreak Alpha build.


# 90878 18-Feb-2002 imp

Fixed divots that I created when I moved prototypes of group_from_gid
and user_from_uid to grp.h and pwd.h. Update the man pages.

Submitted by: David Malone
Pointy hat to: imp


# 67642 26-Oct-2000 gallatin

fix unaligned access errors by copying untyped data to properly aligned
locals
PR: alpha/13912
obtained from: NetBSD
tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl>


# 61089 30-May-2000 ghelmer

Adjust the width of the first column in output from "sa -m" to match
the max length of user names.

PR: bin/10905
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49455 06-Aug-1999 bde

Fixed printf format errors. One of them fixes the garbage output for
sa -km reported in the PR.

PR: 4582


# 30425 15-Oct-1997 charnier

Add usage().


# 22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 13558 22-Jan-1996 mpp

Fix the -t option so that its output matches what the man
page says it prints. Also silence a few "cc -Wall" warnings.


# 8857 30-May-1995 rgrimes

Remove trailing whitespace.


# 3126 26-Sep-1994 dg

This commit was generated by cvs2svn to compensate for changes in r3125,
which included commits to RCS files with non-trunk default branches.


# 3125 26-Sep-1994 dg

Process accounting utility by Chris Demetriou.

Obtained from: NetBSD