Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that the -s flag truncates the accounting data. | grog | 2008-02-21 | 1 | -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 variable | jb | 2007-11-17 | 1 | -1/+1 |
| | | | | type. | ||||
* | Set .PATH before referring to the corresponding sources. | dds | 2007-05-22 | 1 | -2/+2 |
| | |||||
* | Increase precision of time values in the process accounting | dds | 2007-05-22 | 6 | -296/+406 |
| | | | | | structure, while maintaining backward compatibility with legacy file and record formats. | ||||
* | Add -U and -P options that allow the specification of the per-user | dds | 2007-05-18 | 5 | -7/+32 |
| | | | | | | and per-process summary file location. These make the program more flexible, and also make it possible to write sane regression tests. | ||||
* | Fix the output of percentage figures, which mistakenly were | dds | 2007-04-07 | 1 | -9/+12 |
| | | | | | | | the corresponding ratios. PR: bin/111329 MFC after: 10 days | ||||
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Full modernize cleanup: | delphij | 2005-02-10 | 3 | -37/+20 |
| | | | | | | | | - De-__P() - constify where appropriate - ANSI functions instead of K&R Pointed out by: stefanf | ||||
* | Code cleanup: | delphij | 2005-02-10 | 2 | -3/+2 |
| | | | | | - Prefer modern declaration of functions - WARNS?= 4 -> 6 | ||||
* | Sort sections. | ru | 2005-01-18 | 1 | -9/+9 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -11/+22 |
| | |||||
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 1 | -2/+1 |
| | | | | | | | | | 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 | ||||
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 3 | -13/+8 |
| | |||||
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+2 |
| | |||||
* | Get rid of %qd, and unbreak Alpha build. | des | 2002-07-15 | 3 | -11/+16 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -2/+3 |
| | |||||
* | WARNS=4, de-__P() | alfred | 2002-07-11 | 4 | -37/+39 |
| | |||||
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 1 | -0/+1 |
| | | | | | | | and user_from_uid to grp.h and pwd.h. Update the man pages. Submitted by: David Malone Pointy hat to: imp | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -4/+2 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | Seperate does not exist in the english language. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | fix unaligned access errors by copying untyped data to properly aligned | gallatin | 2000-10-26 | 2 | -48/+48 |
| | | | | | | | locals PR: alpha/13912 obtained from: NetBSD tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl> | ||||
* | Adjust the width of the first column in output from "sa -m" to match | ghelmer | 2000-05-30 | 1 | -1/+2 |
| | | | | | | | the max length of user names. PR: bin/10905 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> | ||||
* | Grammar fix: ``Different than'' should really be ``different from''. | chris | 2000-01-29 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 7 | -7/+7 |
| | |||||
* | Fixed printf format errors. One of them fixes the garbage output for | bde | 1999-08-06 | 1 | -5/+5 |
| | | | | | | sa -km reported in the PR. PR: 4582 | ||||
* | Initialize exit code so that the program exits with code 0 on success. | jmz | 1999-05-22 | 1 | -2/+2 |
| | | | | | PR: bin/10904 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Add usage(). | charnier | 1997-10-15 | 4 | -24/+35 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 7 | -7/+7 |
| | |||||
* | Sort cross references. | wosch | 1997-01-20 | 1 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 7 | -7/+7 |
| | | | | | | | | 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. | ||||
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+2 |
| | |||||
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -2/+2 |
| | |||||
* | Fix the -t option so that its output matches what the man | mpp | 1996-01-22 | 3 | -8/+10 |
| | | | | page says it prints. Also silence a few "cc -Wall" warnings. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -11/+11 |
| | |||||
* | Local changes - manual page extension, and minor man page changes | dg | 1994-09-26 | 2 | -11/+5 |
| | |||||
* | Process accounting utility by Chris Demetriou. | dg | 1994-09-26 | 7 | -0/+1630 |
Obtained from: NetBSD |