Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0 |
|
#
a4bf5fb9 |
| 28-Apr-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Update to current version of head.
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
55fa734d |
| 04-Mar-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
ed(1): make WARNS=6 clean
Although argc and argv are never read after the longjmp is complete, gcc is not clever enough to see that and needlessly warns about it. So add volatile to silence the comp
ed(1): make WARNS=6 clean
Although argc and argv are never read after the longjmp is complete, gcc is not clever enough to see that and needlessly warns about it. So add volatile to silence the compiler.
Approved by: ed (the co-mentor, not ed(1))
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
ea7f7bde |
| 09-Dec-2007 |
Marius Strobl <marius@FreeBSD.org> |
Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case. This fixes its compilation if MK_OPENSSL == no and also obsoletes release/Makefile rev. 1.192. The latter isn't reverted though as s
Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case. This fixes its compilation if MK_OPENSSL == no and also obsoletes release/Makefile rev. 1.192. The latter isn't reverted though as support for the fixit floppy and the rest of the boot floppies is scheduled to be deorbited anyway.
Discussed with: kensmith
show more ...
|
#
0c0146f0 |
| 02-Jul-2007 |
Ken Smith <kensmith@FreeBSD.org> |
Don't include encryption features of ed(1) when building for the "rescue media" bundled with releases.
Suggested by: ru Approved by: re (hrs)
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
e1fe3dba |
| 17-Mar-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Bro
Reimplementation of world/kernel build options. For details, see:
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)
show more ...
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
a2161735 |
| 21-Dec-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
NOCRYPT -> NO_CRYPT
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
d37df47d |
| 06-Aug-2004 |
Colin Percival <cperciva@FreeBSD.org> |
Join the 21st century: Cryptography is no longer an optional component of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "
Join the 21st century: Cryptography is no longer an optional component 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
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
ebb9f0ef |
| 24-Jul-2003 |
Mark Murray <markm@FreeBSD.org> |
Don't check for the existance of src/crypto/ for building items that may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
|
#
8fe29a4f |
| 20-Jul-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
This code isn't WARNS=6 clean in the standard (crypto) case due to bugs in OpenSSL headers. I was testing in the wrong environmement: standalone build without crypto/ sources.
|
#
ff572a5e |
| 20-Jul-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Make this code WARNS=6 clean again (after GCC 3.1.1 import).
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
#
ce17762f |
| 29-Jun-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Unbreak NOCRYPT buildworld.
Reviewed by: markm
|
#
eac4bdcc |
| 13-Jun-2003 |
Mark Murray <markm@FreeBSD.org> |
Get this area compiling with the highest WARNS= that it works with. Obsolete WFORMAT= junk also removed where possible.
OK'ed by: obrien Tested on: sparc64, alpha, i386
|
#
8027fe39 |
| 08-Jun-2003 |
Mark Murray <markm@FreeBSD.org> |
Fix for the NO_OPENSSL case.
Reported by: Marius Strobl <marius@alchemy.franken.de>
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
eb338d36 |
| 02-Jun-2003 |
Mark Murray <markm@FreeBSD.org> |
Modernise. Use libcrypto for DES instead of libcipher.
|
#
7691f66a |
| 19-May-2003 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Retire the useless NOSECURE knob.
Approved by: re (scottl)
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
aa70e98b |
| 06-Dec-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
-lcipher is an installable library.
|
#
a7482907 |
| 04-Dec-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Default to WARNS=2. Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
|
#
a4616748 |
| 07-Aug-2001 |
Mike Barcroft <mike@FreeBSD.org> |
o Correctly define rcsid. o Add consts where appropriate. o Rename some variables that were shadowing global declarations. o Remove register storage-classes. o Make errmsg a const, so we can just set
o Correctly define rcsid. o Add consts where appropriate. o Rename some variables that were shadowing global declarations. o Remove register storage-classes. o Make errmsg a const, so we can just set error messages instead of using sprintf/strcpy. o Set WARNS=2
Reviewed by: bde, des
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
e1a456f0 |
| 29-Feb-2000 |
Mark Murray <markm@FreeBSD.org> |
Change DISTRIBUTION name to match reality.
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
2a456239 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6 |
|
#
8199f5c4 |
| 06-Mar-1998 |
Bruce Evans <bde@FreeBSD.org> |
Fixed existence test for secure sources (don't test for secure objects).
Fixed some formatting.
|
Revision tags: release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
#
b97fa2ef |
| 22-Feb-1997 |
Peter Wemm <peter@FreeBSD.org> |
Revert $FreeBSD$ to $Id$
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
#
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Make the long-awaited change from $Id$ to $FreeBSD$
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
Make the long-awaited change from $Id$ to $FreeBSD$
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.
show more ...
|
Revision tags: release/2.1.5_cvs, release/2.1.0_cvs |
|
#
afceae0c |
| 22-Oct-1995 |
Andrey A. Chernov <ache@FreeBSD.org> |
Wrong library was picked by ed
|
#
2f67cae6 |
| 03-Oct-1995 |
Mark Murray <markm@FreeBSD.org> |
Correctly build the secure ed(1) only if secure/ exists. Pointed out by: bde
|