| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | WARNS=4, de-__P() | Alfred Perlstein | 2002-07-11 | 4 | -37/+39 | |
| | | | | | Notes: svn path=/head/; revision=99829 | |||||
| * | Fixed divots that I created when I moved prototypes of group_from_gid | Warner Losh | 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 Notes: svn path=/head/; revision=90878 | |||||
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -4/+2 | |
| | | | | | Notes: svn path=/head/; revision=81687 | |||||
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -3/+3 | |
| | | | | | Notes: svn path=/head/; revision=79755 | |||||
| * | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 | |
| | | | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816 | |||||
| * | Set the default manual section for usr.sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -1/+0 | |
| | | | | | Notes: svn path=/head/; revision=74532 | |||||
| * | Fix typo: seperate -> separate. | Jeroen Ruigrok van der Werven | 2001-02-06 | 1 | -1/+1 | |
| | | | | | | | | Seperate does not exist in the english language. Notes: svn path=/head/; revision=72091 | |||||
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 | |
| | | | | | Notes: svn path=/head/; revision=68965 | |||||
| * | fix unaligned access errors by copying untyped data to properly aligned | Andrew Gallatin | 2000-10-26 | 2 | -48/+48 | |
| | | | | | | | | | | | locals PR: alpha/13912 obtained from: NetBSD tested by: Marcin Gryszkalis <dagoon@rs.math.uni.lodz.pl> Notes: svn path=/head/; revision=67642 | |||||
| * | Adjust the width of the first column in output from "sa -m" to match | Guy Helmer | 2000-05-30 | 1 | -1/+2 | |
| | | | | | | | | | | | the max length of user names. PR: bin/10905 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=61089 | |||||
| * | Grammar fix: ``Different than'' should really be ``different from''. | Chris Costello | 2000-01-29 | 1 | -1/+1 | |
| | | | | | Notes: svn path=/head/; revision=56783 | |||||
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 7 | -7/+7 | |
| | | | | | Notes: svn path=/head/; revision=50479 | |||||
| * | Fixed printf format errors. One of them fixes the garbage output for | Bruce Evans | 1999-08-06 | 1 | -5/+5 | |
| | | | | | | | | | | sa -km reported in the PR. PR: 4582 Notes: svn path=/head/; revision=49455 | |||||
| * | Initialize exit code so that the program exits with code 0 on success. | Jean-Marc Zucconi | 1999-05-22 | 1 | -2/+2 | |
| | | | | | | | | | PR: bin/10904 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=47416 | |||||
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-23 | 1 | -2/+2 | |
| | | | | | Notes: svn path=/head/; revision=34809 | |||||
| * | Add usage(). | Philippe Charnier | 1997-10-15 | 4 | -24/+35 | |
| | | | | | Notes: svn path=/head/; revision=30425 | |||||
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 7 | -7/+7 | |
| | | | | | Notes: svn path=/head/; revision=22997 | |||||
| * | Sort cross references. | Wolfram Schneider | 1997-01-20 | 1 | -3/+3 | |
| | | | | | Notes: svn path=/head/; revision=21880 | |||||
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 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. Notes: svn path=/head/; revision=21673 | |||||
| * | delete doubled words, e.g.: "the the" -> "the" | Wolfram Schneider | 1996-10-05 | 1 | -2/+2 | |
| | | | | | Notes: svn path=/head/; revision=18718 | |||||
| * | Correct some man page cross references and file location references. | Mike Pritchard | 1996-04-07 | 1 | -2/+2 | |
| | | | | | Notes: svn path=/head/; revision=15082 | |||||
| * | Fix the -t option so that its output matches what the man | Mike Pritchard | 1996-01-22 | 3 | -8/+10 | |
| | | | | | | | | page says it prints. Also silence a few "cc -Wall" warnings. Notes: svn path=/head/; revision=13558 | |||||
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 3 | -11/+11 | |
| | | | | | Notes: svn path=/head/; revision=8857 | |||||
| * | Local changes - manual page extension, and minor man page changes | David Greenman | 1994-09-26 | 2 | -11/+5 | |
| | | | | | Notes: svn path=/head/; revision=3128 | |||||
| * | Process accounting utility by Chris Demetriou. | David Greenman | 1994-09-26 | 7 | -0/+1630 | |
| Obtained from: NetBSD Notes: svn path=/vendor/NetBSD/dist/; revision=3125 | ||||||
