| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Increasing WARNS seems to have broken compilation of this utility.
Instead of lowering WARNS, just fix to code to compile properly.
Submitted by: <bf2006a yahoo com>
Tested by: bms
Notes:
svn path=/head/; revision=189169
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The function pow() in libmp(3) clashes with pow(3) in libm. We could
rename this single function, but we can just take the same approach as
the Solaris folks did, which is to prefix all function names with mp_.
libmp(3) isn't really popular nowadays. I suspect not a single
application in ports depends on it. There's still a chance, so I've
increased the SHLIB_MAJOR and __FreeBSD_version.
Reviewed by: deischen, rdivacky
Notes:
svn path=/head/; revision=189092
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=156813
|
|
|
|
| |
Notes:
svn path=/head/; revision=146466
|
|
|
|
| |
Notes:
svn path=/head/; revision=141482
|
|
|
|
| |
Notes:
svn path=/head/; revision=141481
|
|
|
|
| |
Notes:
svn path=/head/; revision=141480
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=137675
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=133196
|
|
|
|
| |
Notes:
svn path=/head/; revision=124664
|
|
|
|
| |
Notes:
svn path=/head/; revision=99970
|
|
|
|
| |
Notes:
svn path=/head/; revision=95633
|
|
|
|
| |
Notes:
svn path=/head/; revision=95632
|
|
|
|
| |
Notes:
svn path=/head/; revision=92921
|
|
|
|
|
|
|
| |
help the GCC3 transition and CURRENT in general.
Notes:
svn path=/head/; revision=90415
|
|
|
|
| |
Notes:
svn path=/head/; revision=87238
|
|
|
|
| |
Notes:
svn path=/head/; revision=87207
|
|
|
|
|
|
|
| |
Turn on YP (NIS) while I'm about it.
Notes:
svn path=/head/; revision=87204
|
|
|
|
|
|
|
| |
Fixed some style bugs (mainly disorder).
Notes:
svn path=/head/; revision=80628
|
|
|
|
|
|
|
| |
henchmen.
Notes:
svn path=/head/; revision=80530
|
|
|
|
| |
Notes:
svn path=/head/; revision=79755
|
|
|
|
|
|
|
| |
Idea from: Theo de Raadt <deraadt@openbsd.org>
Notes:
svn path=/head/; revision=79452
|
|
|
|
| |
Notes:
svn path=/head/; revision=74848
|
|
|
|
|
|
|
|
|
| |
(random() or arc4random())
Reviewed by: bde
Notes:
svn path=/head/; revision=73563
|
|
|
|
| |
Notes:
svn path=/head/; revision=68963
|
|
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=48792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=40301
|
|
|
|
|
|
|
| |
to get the proper one.
Notes:
svn path=/head/; revision=33647
|
|
|
|
| |
Notes:
svn path=/head/; revision=31779
|
|
|
|
|
|
|
| |
Rewrote man page in mdoc format.
Notes:
svn path=/head/; revision=27754
|
|
This is the program used to generate new Secure RPC public and secret
key pairs.
Notes:
svn path=/cvs2svn/branches/WPAUL/dist/; revision=26238
|