History log of /freebsd-10.0-release/usr.sbin/sa/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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


228681 18-Dec-2011 dim

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

MFC after: 1 week


208028 13-May-2010 uqs

mdoc: move remaining sections into consistent order

This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.

Found by: mdocml lint run
Reviewed by: ru


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


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.


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.


169863 22-May-2007 dds

Set .PATH before referring to the corresponding sources.


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.


168456 07-Apr-2007 dds

Fix the output of percentage figures, which mistakenly were
the corresponding ratios.

PR: bin/111329
MFC after: 10 days


141851 13-Feb-2005 ru

Expand contractions.


141638 10-Feb-2005 delphij

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

Pointed out by: stefanf


141603 10-Feb-2005 delphij

Code cleanup:
- Prefer modern declaration of functions
- WARNS?= 4 -> 6


140442 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


131500 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


124830 22-Jan-2004 grehan

Userland signed char fixes for PPC build. Problems were using a char
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>

Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe


114601 03-May-2003 obrien

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


113091 04-Apr-2003 obrien

style.Makefile(5)


100107 15-Jul-2002 des

Get rid of %qd, and unbreak Alpha build.


99968 14-Jul-2002 charnier

The .Nm utility


99829 11-Jul-2002 alfred

WARNS=4, de-__P()


90878 19-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


81687 15-Aug-2001 ru

mdoc(7) police: utilize the new .Ex macro.


79755 15-Jul-2001 dd

Remove whitespace at EOL.


74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


72091 06-Feb-2001 asmodai

Fix typo: seperate -> separate.

Seperate does not exist in the english language.


68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


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>


56783 29-Jan-2000 chris

Grammar fix: ``Different than'' should really be ``different from''.


50479 28-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


47416 22-May-1999 jmz

Initialize exit code so that the program exits with code 0 on success.

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


34809 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


30425 15-Oct-1997 charnier

Add usage().


22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21880 20-Jan-1997 wosch

Sort cross references.


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.


18718 05-Oct-1996 wosch

delete doubled words, e.g.: "the the" -> "the"


15082 07-Apr-1996 mpp

Correct some man page cross references and file location references.


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.


3128 26-Sep-1994 dg

Local changes - manual page extension, and minor man page changes


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.