Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
| | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) | ||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -2/+2 |
| | |||||
* | Avoid usage of implicit int. | stefanf | 2005-02-07 | 1 | -1/+2 |
| | |||||
* | Include <stdlib.h> for exit(). | stefanf | 2005-02-07 | 1 | -0/+1 |
| | |||||
* | Add a prototype for localupdate(). | stefanf | 2005-02-07 | 1 | -0/+1 |
| | |||||
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -0/+2 |
| | | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks | ||||
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |
| | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 | ||||
* | Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution. | ru | 2004-01-18 | 1 | -0/+1 |
| | |||||
* | The .Nm utility | charnier | 2002-07-14 | 1 | -4/+6 |
| | |||||
* | ANSIfy, VCS inclusions and some very minor style. | markm | 2002-04-28 | 3 | -55/+36 |
| | |||||
* | Minor reorder for style. | markm | 2002-04-28 | 1 | -1/+1 |
| | |||||
* | remove __P | imp | 2002-03-22 | 4 | -11/+11 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Turn on WARNS=2. this compiles cleanly. | markm | 2001-12-02 | 1 | -0/+1 |
| | |||||
* | Style. Use __P() macro (Yuk!). | markm | 2001-12-02 | 1 | -5/+5 |
| | |||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 5 | -34/+81 |
| | | | | Turn on YP (NIS) while I'm about it. | ||||
* | Fixed bitrot in DPADD in previous commit. | bde | 2001-07-30 | 1 | -7/+5 |
| | | | | Fixed some style bugs (mainly disorder). | ||||
* | Enable the new libmp in the build, and disable libgmp and its | dd | 2001-07-29 | 1 | -1/+1 |
| | | | | henchmen. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -6/+6 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+1 |
| | |||||
* | Switch from using rand() or random() to a stronger, more appropriate PRNG | kris | 2001-03-05 | 1 | -10/+1 |
| | | | | | | (random() or arc4random()) Reviewed by: bde | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Calls one or more of malloc(), warn(), err(), syslog(), execlp() or | des | 1998-10-13 | 1 | -5/+1 |
| | | | | | | | | | | | execvp() in the child branch of a vfork(). Changed to use fork() instead. Some of these (mv, find, apply, xargs) might benefit greatly from being rewritten to use vfork() properly. PR: Loosely related to bin/8252 Approved by: jkh and bde | ||||
* | Replace incomplete malloc prototype with #include <stdlib.h> | jb | 1998-02-20 | 1 | -2/+2 |
| | | | | to get the proper one. | ||||
* | Fixed DPADD. | bde | 1997-12-16 | 1 | -2/+3 |
| | |||||
* | Add usage(), use err(3). | charnier | 1997-07-29 | 4 | -72/+76 |
| | | | | Rewrote man page in mdoc format. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r26238, | wpaul | 1997-05-28 | 5 | -0/+796 |
which included commits to RCS files with non-trunk default branches. |