Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The .Nm utility | charnier | 2002-07-06 | 1 | -2/+3 |
| | |||||
* | o __P removal | imp | 2002-02-07 | 6 | -105/+69 |
| | | | | | o register removal o use new style prototypes and function definitions | ||||
* | Lock down with WFORMAT?=1, with overrides in the subdirectories which | kris | 2002-02-04 | 1 | -0/+2 |
| | | | | are not yet warning-clean. Tested on i386 and alpha. | ||||
* | - 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 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -5/+5 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-20 | 1 | -5/+5 |
| | |||||
* | Constify | kris | 2000-11-27 | 1 | -2/+2 |
| | |||||
* | Correct definition of MAXHOSTNAMELEN in ifdef'ed out code. | kris | 2000-11-26 | 1 | -1/+3 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | L_SET -> SEEK_SET | kris | 2000-11-19 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD | ||||
* | Format string paranoia | kris | 2000-11-19 | 1 | -1/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 1 | -0/+1 |
| | | | | <time.h>). | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 8 | -8/+8 |
| | |||||
* | Ensure that things returned by gethostname() and | brian | 1999-04-07 | 2 | -5/+5 |
| | | | | | | | | | | friends are terminated and allow for a maximum host name length of MAXHOSTNAMELEN - 1. Put parenthesis around sizeof args. Make some variables static. Fix telnetd -u (broken by my last commit) Prompted by: bde | ||||
* | Remove no longer needed FreeBSD specific code. | steve | 1998-07-20 | 1 | -6/+1 |
| | | | | | | PR: 5497 Submitted by: Jacob Bohn Lorensen <jacob@jblhome.ping.mk> Obtained from: OpenBSD (indirectly it seems so just to be safe) | ||||
* | Add usage(), rcsids. | charnier | 1997-11-24 | 7 | -16/+43 |
| | |||||
* | Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset, | steve | 1997-06-29 | 6 | -56/+56 |
| | | | | index -> strchr, and rindex -> strrchr. | ||||
* | Merge conflicts and make this compile -Wall clean. | steve | 1997-06-29 | 12 | -131/+45 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27074, | steve | 1997-06-29 | 7 | -129/+147 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of NetBSD's rbootd version 19970629 | steve | 1997-06-29 | 12 | -235/+193 |
| | | |||||
* | | Show the real revision date and not the date that this | steve | 1997-06-23 | 1 | -2/+2 |
| | | | | | | | | manpage is being viewed. | ||||
* | | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | | | | | posix standard on the topic. | ||||
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 5 | -5/+5 |
| | | |||||
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Fix up programs which expect <net/if.h> to include <sys/time.h> to instead | wollman | 1996-12-10 | 1 | -1/+2 |
| | | | | | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. | ||||
* | | add forgotten $Id$ | wosch | 1996-09-22 | 5 | -0/+5 |
| | | |||||
* | | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -2/+1 |
| | | | | | | | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. | ||||
* | | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-08-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 3 | -3/+3 |
| | | |||||
* | | Update to new make macros and disable Kerberos because we haven't got it | wollman | 1994-08-05 | 1 | -1/+1 |
| | | | | | | | | set up right yet. | ||||
* | | Disable afterinstall rule as it is broken when you have CVS files around. | rgrimes | 1994-05-30 | 1 | -1/+2 |
|/ | | | | | Reviewed by: Submitted by: | ||||
* | BSD 4.4 Lite Libexec Sources | rgrimes | 1994-05-27 | 12 | -0/+3271 |