FreshPorts -- The Place For Ports Sat, 17 May 2008 5:20 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
ElectricFence 2.2.2_2 devel on this many watch lists=16 search for ports that depend on this port
Debugging malloc() that uses the VM hardware to detect buffer overruns

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


Electric Fence is a different kind of malloc() debugger. It uses the virtual
memory hardware of your system to detect when software overruns the boundaries
of a malloc() buffer. It will also detect any accesses of memory that has
been released by free(). Because it uses the VM hardware for detection,
Electric Fence stops your program on the first instruction that causes
a bounds violation. It's then trivial to use a debugger to display the
offending statement.

It will probably port to any ANSI/POSIX system that provides mmap(), and
mprotect(), as long as mprotect() has the capability to turn off all access
to a memory page, and mmap() can use /dev/zero or the MAP_ANONYMOUS flag
to create virtual memory pages.

Complete information on the use of Electric Fence is in the manual page
efence(3).
CVSWeb : Sources : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/devel/ElectricFence/ && make install clean
To add the package: pkg_add -r electricfence


Configuration Options
     No options to configure

Master Sites:
http://packetstormsecurity.nl/UNIX/misc/
http://packetstorm.troop218.org/UNIX/misc/
http://packetstorm.linuxsecurity.com/UNIX/misc/
http://packetstorm.digital-network.net/UNIX/misc/
http://packetstorm.icx.fr/UNIX/misc/
http://packetstorm.security-guide.de/UNIX/misc/
http://packetstormsecurity.org.pk/UNIX/misc/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
27 Jul 2007 14:31:55
Original commit files touched by this commit  2.2.2_2
mi search for other commits by this committer
Add two more patches found in the Linux wild. Would've been
better to be downloading them, but, strangely enough, they
don't seem available in the raw source -- only in the pretty-fied
HTML :-(

Of the two remaining once, the ElectricFence-2.2.2-madvise.patch
is currently causing me unexplained crashes, and the
ElectricFence-2.2.2-pthread.patch does not seem to matter for us,
because we don't USE_SEMAPHORE:

http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-madvise.patch.html
http://www.filewatcher.com/p/ElectricFence-2.2.2-19.src.rpm.38696/ElectricFence-2.2.2-pthread.patch.html
27 Jul 2007 14:00:52
Original commit files touched by this commit  2.2.2_2
mi search for other commits by this committer
Add a patch found on RedHat mailing list. It is quite important,
where size_t is wider than int...

Bump PORTREVISION.
22 Apr 2007 13:25:44
Original commit files touched by this commit  2.2.2_1
des search for other commits by this committer
Preserve whitespace in the argument list.  This can be tested by running
"ef.sh /bin/echo a\ \ b"; the correct output is "a  b\n", but before this
commit it would print "a b\n" instead.
22 Oct 2006 05:56:07
Original commit files touched by this commit  2.2.2
lawrance search for other commits by this committer
Disable self-tests which fail on pointyhat due to differences in
expected signal delivery between 7.x host and 6.x jail.  See patch
comment for more info.

Approved by:    portmgr (kris)
14 Aug 2006 23:55:18
Original commit files touched by this commit  2.2.2
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
01 Feb 2006 01:36:43
Original commit files touched by this commit  2.2.2
lawrance search for other commits by this committer
Fix build on i386 -current.
24 Nov 2005 15:40:04
Original commit files touched by this commit  2.2.2
pav search for other commits by this committer
- Add some SHA256 checksums
05 Nov 2005 18:35:06
Original commit files touched by this commit  2.2.2
arved search for other commits by this committer
Try to unbreak on amd64-CURRENT.
Not sure, why suddently a differnt signal is triggered by the eftest
program.
16 Oct 2005 16:12:31
Original commit files touched by this commit  2.2.2
vs search for other commits by this committer
- Prune MASTER_SITES: this particular flavour is no longer available from
perens.com
- Nuke 3-line plist while here

Noticed by: fenner's magical distfile survey
07 May 2004 09:31:14
Original commit files touched by this commit  2.2.2
vs search for other commits by this committer
- Unbreak on non-std hardware: Use -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS
   on all archs except alpha.
- Pass CC through while here.

PR:             ports/65878
Submitted by:   Tim Robbins
29 Jan 2004 07:24:56
Original commit files touched by this commit  2.2.2
trevor search for other commits by this committer
SIZEify.
24 Dec 2003 09:27:51
Original commit files touched by this commit  2.2.2
linimon search for other commits by this committer
Per bento logs, mark as broken on the 64-bit architectures.
02 Mar 2003 16:40:15
Original commit files touched by this commit  2.2.2
naddy search for other commits by this committer
Update master sites.

PR:             48827
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
20 Feb 2003 17:07:10
Original commit files touched by this commit  2.2.2
knu search for other commits by this committer
De-pkg-comment.
13 Jan 2003 17:25:37
Original commit files touched by this commit  2.2.2
fjoe search for other commits by this committer
Disable printing version upon initialization.
This will allow using ElectricFence in multithreaded programs
(programs linked with libc_r).
16 Mar 2002 17:25:07
Original commit files touched by this commit  2.2.2
obrien search for other commits by this committer
Fix bad reference.

PR:             35977
Submitted by:   Slaven Rezic <slaven.rezic@berlin.de>
25 May 2001 12:00:21
files touched by this commit
obrien search for other commits by this committer
If a user has set the EF_ALIGNMENT, EF_PROTECT_BELOW or EF_PROTECT_FREE  
variables, this can cause the ElectricFence self test to fail.    
03 May 2001 10:34:57
files touched by this commit
obrien search for other commits by this committer
Fix incompatiblities in the script.    
28 Feb 2001 10:22:59
files touched by this commit
obrien search for other commits by this committer
Install the shared lib version and ef wrapper script.    
22 Nov 2000 00:17:18
files touched by this commit
obrien search for other commits by this committer
Add $FreeBSD$'s which help me in problem reports.    
08 Oct 2000 03:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
22 Sep 2000 12:30:31
files touched by this commit
kris search for other commits by this committer
Correct PLIST    
27 Aug 2000 03:34:16
files touched by this commit
obrien search for other commits by this committer
Update to version 2.2.2.    

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.362 seconds.