Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
| | | | | Also add some missing $FreeBSD$ to keep svn happy. | ||||
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Support shadow.byname and shadow.byuid maps, protecting them by | brian | 2009-06-25 | 1 | -0/+1 |
| | | | | | | | | | | insisting on privileged port access. Include /var/yp/Makefile.local if it exists and suggest using it to override /var/yp/Makefile behaviour. Approved by: re (kib) MFC after: 3 weeks | ||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -1/+1 |
| | |||||
* | Stop gcc warnings | peter | 2003-10-26 | 1 | -1/+1 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
| | |||||
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
| | |||||
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | ansification and constification: s{\s+__P\((\(.*?\))\)}{$1}g; s{\(\s+}{\(}g; s{\s+\)}{\)}g; s{\s+,}{,}g; s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g; s{return ([^\(].*?);}{return ($1);}g; s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g; s{\s+$}{\n};g Also add $FreeBSD$ where needed. MFC after: 1 week | ||||
* | yp(4) -> yp(8). | ru | 2002-01-14 | 1 | -1/+1 |
| | | | | PR: docs/30797 | ||||
* | WARNS=2 fixes | markm | 2001-12-11 | 2 | -14/+15 |
| | | | | | | | | | | __FBSDID() additions some include file sorting. Some Makefile sorting. WARNS?=2 is not added to the Makefile, because it is going to be default for usr.bin/ NO_WERROR is set because there are rpc*.h file issues. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Add #include <string.h> to get prototypes. | jb | 1998-02-20 | 1 | -1/+2 |
| | |||||
* | Use err(3). Add Xreferences. Delay the compute of default domain. | charnier | 1997-08-29 | 2 | -24/+23 |
| | | | | Obtained from: OpenBSD | ||||
* | Add an alias for master.passwd -> master.passwd.byname to the list | peter | 1997-07-12 | 1 | -0/+1 |
| | | | | of convenience map aliases. | ||||
* | Treat no match as a failure. This is the normal behaviour on SunOS. | tegge | 1997-06-25 | 1 | -0/+1 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Correct a bunch of man page cross references and generally | mpp | 1996-02-11 | 1 | -2/+2 |
| | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. | ||||
* | Fix a bunch of spelling errors in a bunch of man pages. | mpp | 1996-01-30 | 1 | -2/+2 |
| | |||||
* | Submitted by: Sebastian Strollo <seb@erix.ericsson.se> | wpaul | 1995-03-25 | 1 | -1/+1 |
| | | | | Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr. | ||||
* | Move more YP user programs over. | wollman | 1994-08-08 | 3 | -0/+211 |