Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include stdlib.h to get exit()'s prototype. | obrien | 2003-06-02 | 1 | -0/+1 |
| | |||||
* | Port to TI/RPC and/or IPV6. | alfred | 2002-07-15 | 1 | -20/+28 |
| | | | | Submitted by: Jean-Luc Richier <Jean-Luc.Richier@imag.fr> | ||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -4/+6 |
| | |||||
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 1 | -5/+6 |
| | | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs | ||||
* | o __P removal | imp | 2002-02-07 | 2 | -23/+11 |
| | | | | | o use new style prototypes and function definitions o signal handlers need an argument. Mark it unused. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | - Backout botched attempt to intoduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for libexec/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
| | |||||
* | Make these programs compile and work correctly now that /usr/include/rpcsvc | wpaul | 1998-01-19 | 1 | -11/+19 |
| | | | | | | has been ANSI-fied. Pointed out by: bde | ||||
* | Remove unused #includes and make it compile again with -DDEBUG. Use syslog() | charnier | 1998-01-07 | 2 | -12/+10 |
| | | | | instead of errx() when being a daemon. | ||||
* | Use err(3). -Wall cleaning. cosmetics in man page. | charnier | 1997-11-26 | 3 | -23/+30 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 4 | -4/+4 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 4 | -4/+4 |
| | | | | | | | | 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. | ||||
* | Sort cross references. | wosch | 1997-01-13 | 1 | -2/+2 |
| | |||||
* | Correct the ancient paths here in case someone ever uncomments this again. | jkh | 1996-11-05 | 1 | -3/+3 |
| | |||||
* | Comment out the XIDLE extension stuff, it breaks make world on systems | torstenb | 1996-11-04 | 1 | -5/+5 |
| | | | | with Xinside's CDE installed | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -17/+17 |
| | |||||
* | Make two variables static so that the compiler warnings are | ats | 1994-11-18 | 1 | -3/+3 |
| | | | | | vanishing. As far as i know rpc.rusersd is single_threaded, so this shouldn't be a problem. | ||||
* | Reviewed by: Roger Holst roger@first.gmd.de | ats | 1994-11-18 | 1 | -1/+2 |
| | | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rusersd can run under inetd. | ||||
* | __386BSD__ -> __FreeBSD__ | jkh | 1994-11-04 | 1 | -2/+2 |
| | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? | ||||
* | rusersd from FreeBSD 1.1.5.1 | csgr | 1994-08-28 | 4 | -0/+578 |
Reviewed by: geoff. Submitted by: John Brezak |