index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
ed
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.
marius
2007-12-09
1
-1
/
+1
*
Don't include encryption features of ed(1) when building for the
kensmith
2007-07-02
1
-0
/
+2
*
Reimplementation of world/kernel build options. For details, see:
ru
2006-03-17
1
-1
/
+3
*
NOCRYPT -> NO_CRYPT
ru
2004-12-21
1
-1
/
+1
*
Join the 21st century: Cryptography is no longer an optional component
cperciva
2004-08-06
1
-1
/
+0
*
Don't check for the existance of src/crypto/ for building items that
markm
2003-07-24
1
-1
/
+1
*
This code isn't WARNS=6 clean in the standard (crypto) case
ru
2003-07-20
1
-0
/
+1
*
Make this code WARNS=6 clean again (after GCC 3.1.1 import).
ru
2003-07-20
1
-1
/
+0
*
Unbreak NOCRYPT buildworld.
ru
2003-06-29
1
-1
/
+1
*
Get this area compiling with the highest WARNS= that it works with.
markm
2003-06-13
1
-0
/
+1
*
Fix for the NO_OPENSSL case.
markm
2003-06-08
1
-1
/
+1
*
Modernise. Use libcrypto for DES instead of libcipher.
markm
2003-06-02
1
-2
/
+2
*
Retire the useless NOSECURE knob.
des
2003-05-19
1
-1
/
+1
*
-lcipher is an installable library.
ru
2001-12-06
1
-2
/
+2
*
Default to WARNS=2. Binary builds that cannot handle this must explicitly
obrien
2001-12-04
1
-1
/
+0
*
o Correctly define rcsid.
mike
2001-08-06
1
-0
/
+1
*
Change DISTRIBUTION name to match reality.
markm
2000-02-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Fixed existence test for secure sources (don't test for secure objects).
bde
1998-03-06
1
-4
/
+4
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Wrong library was picked by ed
ache
1995-10-22
1
-3
/
+3
*
Correctly build the secure ed(1) only if secure/ exists.
markm
1995-10-03
1
-2
/
+2
*
Use the same make technique as passwd and xntpd for the secure ed(1). This
markm
1995-10-01
1
-2
/
+9
*
src/bin/ed will never build DES encumbered ed again. That is the job
jkh
1994-12-18
1
-7
/
+1
*
Don't check existence of -lcrypt to decide if DES is employed,
phk
1994-10-29
1
-2
/
+2
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
use umask 077 for buffer file
alm
1994-03-23
1
-1
/
+1
*
Fixed range address bug: 1,2, == 2,2 not 2,.
alm
1994-02-01
1
-7
/
+3
*
added (unsiged) cast to avoid int overflow
alm
1993-08-09
1
-1
/
+1
*
Remove -I${.CURDIR}, as we now use system's regex.h
conklin
1993-08-02
1
-1
/
+1
*
Use system's posix compliant regex library (GNU regex for now).
conklin
1993-08-02
1
-3
/
+5
*
Libcrypt upgrade
nate
1993-07-20
1
-1
/
+8
*
POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).
alm
1993-06-18
1
-0
/
+7