Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH (r275765): clean up, add special case for + line | des | 2015-07-01 | 1 | -129/+127 |
| | |||||
* | This wasn't supposed to be in there - I committed the wrong patch. | eadler | 2012-11-15 | 1 | -1/+0 |
| | | | | Approved by: cperciva (implicit) | ||||
* | Add support for a -q flag. While here make the custom argument parsing | eadler | 2012-11-15 | 2 | -13/+30 |
| | | | | | | | | | use getopt instead of hacking on it more. This change also fixes the method of silencing the compiler warning about gfn being used uninitialized. Approved by: cperciva MFC after: 1 week | ||||
* | Be declarative about if an error has occured. | eadler | 2012-11-15 | 1 | -8/+8 |
| | | | | | | | | Fixes overflow on very large group files with lots of errors. This is unlikely to occur in practice. Approved by: cperciva MFC after: 1 week | ||||
* | Fix error code if file isn't readable. | eadler | 2012-11-15 | 1 | -1/+1 |
| | | | | | Approved by: cperciva MFC after: 1 week | ||||
* | Check the range of the gid | eadler | 2012-11-15 | 1 | -0/+15 |
| | | | | | Approved by: cperciva MFC after: 1 week | ||||
* | Reencode files to UTF-8. Drop CP1252 em-dash. | uqs | 2011-12-30 | 2 | -2/+2 |
| | |||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
| | |||||
* | Fix a bug introduced in revision 1.9 which causes chkgrp to coredump on | cperciva | 2005-08-25 | 1 | -5/+9 |
| | | | | | | | | certain corrupt files. Submitted by: liamfoy@dragonflybsd.org Reported by: Nikolay Kalev, via freebsd-current MFC after: 3 days | ||||
* | The check for invalid characters introduced in 1.9 incorrectly | roberto | 2005-08-04 | 1 | -1/+2 |
| | | | | | | | | | flags NIS entries as invalid. MFC6 candidate Submitted by: Bob Willcox <bob@immure.com> PR: bin/82325 (but I used the patch from Bob). | ||||
* | Markup fixes. | ru | 2005-06-14 | 1 | -3/+4 |
| | | | | Approved by: re (blanket) | ||||
* | - Add further functionality to check for invalid characters | roberto | 2005-05-26 | 2 | -11/+30 |
| | | | | | | | | | - Remove keyword 'continue' for more indepth error reporting on each line - WARNS 6 Clean Submitted by: Liam J. Foy <liamfoy@dragonflybsd.org> MFC after: 1 week | ||||
* | Sort sections. | ru | 2005-01-18 | 1 | -10/+10 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | I don't normally use my middle name, so remove it from attributions in | des | 2004-01-25 | 1 | -1/+1 |
| | | | | | man pages (though not from copyright notices). While I'm here, add email addresses where appropriate. | ||||
* | Warn if there is no newline at the end of the group file. | roam | 2003-06-06 | 1 | -0/+4 |
| | | | | | | | PR: 51256 Submitted by: Brian D Gallaway <bdg730@makserver0.usask.ca> Reviewed by: tjr, -audit Approved by: tjr | ||||
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+2 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -1/+2 |
| | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Use correct type of argument to fgetln. | mjacob | 2001-07-03 | 1 | -1/+2 |
| | | | | MFC after: 1 week | ||||
* | Constify, staticize and add a missing include; add WARNS?=2. | des | 2001-06-24 | 2 | -4/+7 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com> MFC after: 2 weeks | ||||
* | - 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 |
| | |||||
* | Spell the des's name correctly. | ru | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | match prototype | charnier | 2000-05-28 | 1 | -1/+1 |
| | |||||
* | A little more cosmetics. | ru | 2000-03-24 | 1 | -3/+8 |
| | |||||
* | Remove redundant SRCS. | ru | 2000-03-23 | 1 | -1/+0 |
| | |||||
* | A bit of cleanup. | ru | 2000-03-23 | 1 | -11/+15 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | add missing .El. | charnier | 1999-10-17 | 1 | -0/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Inserted missing .Bl in the FILES section. | des | 1998-07-14 | 1 | -1/+2 |
| | | | | Unknowingly pointed out by: Snob Art Genre <benedict@echonyc.com> | ||||
* | Add a FILES section which references /etc/group | des | 1998-05-31 | 1 | -1/+3 |
| | | | | Suggested by: Masafumi NAKANE <max@wide.ad.jp> | ||||
* | Typo police. '#ifndef lint' around CVS id. Don't use __progname in usage(). | des | 1998-05-27 | 2 | -15/+12 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Add chkgrp, a small utility for checking for syntax errors in group | des | 1998-05-24 | 3 | -0/+220 |
files. PR: bin/1387 Suggested-by: Giles Lean <giles@nemeton.com |