Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype. | stefanf | 2004-05-24 | 1 | -0/+1 |
| | | | | Approved by: das (mentor) | ||||
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 2 | -8/+4 |
| | |||||
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+3 |
| | |||||
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 1 | -3/+3 |
| | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs | ||||
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 1 | -9/+7 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 3 | -7/+7 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -6/+4 |
| | | | | | 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. | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+2 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -2/+0 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+3 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -2/+2 |
| | |||||
* | Don't call syslog() without a format string. | kris | 2000-07-12 | 1 | -2/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -10/+20 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
| | |||||
* | Darnit, that last commit was only supposed to change files in the | wpaul | 1998-06-04 | 1 | -2/+9 |
| | | | | | | | | | | | -current branch. I mistakenly checked out the 2.2.x rpc.ypxfrd into my -current working directory. No harm done, but I got really confused when I went to check out rpc.ypxfrd again and found the changes I wanted to make were already there. (I'm going to fix the other 2.2.x versions of the other programs in a minute.) Anyway: protect errno in the signal handler, in the -current version of rpc.ypxfrd this time. | ||||
* | Removed bogus dependencies of generated .c files on generated headers. | bde | 1998-05-10 | 1 | -3/+3 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -2/+2 |
| | |||||
* | Fixed `make -jN' for large N, as usual. | bde | 1998-03-06 | 1 | -2/+2 |
| | |||||
* | Use err(3). Remove multiply defined Id string. | charnier | 1997-10-13 | 3 | -29/+31 |
| | |||||
* | Back out unnecessary overly-paranoid paranoia test from here too; yp_access() | wpaul | 1997-04-28 | 1 | -12/+2 |
| | | | | does the right thing already. | ||||
* | Add extra paranoia test. In theory this doesn't really gain you anything, | wpaul | 1997-04-10 | 1 | -2/+12 |
| | | | | but the extra warning message could be useful. | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -3/+3 |
| | | | | posix standard on the topic. | ||||
* | Update to work under Lite2 includes | peter | 1997-03-11 | 1 | -2/+3 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 5 | -7/+7 |
| | |||||
* | Typos. | tg | 1997-02-05 | 1 | -3/+3 |
| | |||||
* | Sort cross references. | wosch | 1997-01-20 | 1 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 5 | -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. | ||||
* | Fixed DPADD. | bde | 1996-09-05 | 1 | -2/+3 |
| | |||||
* | Add checks for byte order and DB type mismatches. We ignore the | wpaul | 1996-07-04 | 1 | -2/+19 |
| | | | | | filename argument for now: it's really only useful for .dir/.pag-style ndbm databases, which we don't support anyway. | ||||
* | Take ypxfrd_xdr.c out of SRCS line here too. This program is also | wpaul | 1996-06-06 | 1 | -2/+2 |
| | | | | linked with librpcsvc. | ||||
* | Whoops: dragged along an extra copy of the protocol | wpaul | 1996-06-05 | 1 | -117/+0 |
| | | | | | definition file by mistake. This isn't needed so long as the one in include/rpcsvc is installed. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r16125, | wpaul | 1996-06-05 | 6 | -0/+767 |
which included commits to RCS files with non-trunk default branches. |