aboutsummaryrefslogtreecommitdiff
path: root/devel/ElectricFence/files
Commit message (Collapse)AuthorAgeFilesLines
* Add two more patches found in the Linux wild. Would've beenMikhail Teterin2007-07-272-0/+38
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196391
* Add a patch found on RedHat mailing list. It is quite important,Mikhail Teterin2007-07-271-0/+28
| | | | | | | | | where size_t is wider than int... Bump PORTREVISION. Notes: svn path=/head/; revision=196386
* Preserve whitespace in the argument list. This can be tested by runningDag-Erling Smørgrav2007-04-221-1/+2
| | | | | | | | "ef.sh /bin/echo a\ \ b"; the correct output is "a b\n", but before this commit it would print "a b\n" instead. Notes: svn path=/head/; revision=190631
* Disable self-tests which fail on pointyhat due to differences inSam Lawrance2006-10-221-10/+38
| | | | | | | | | | expected signal delivery between 7.x host and 6.x jail. See patch comment for more info. Approved by: portmgr (kris) Notes: svn path=/head/; revision=175482
* Fix build on i386 -current.Sam Lawrance2006-02-011-1/+1
| | | | Notes: svn path=/head/; revision=154954
* Try to unbreak on amd64-CURRENT.Tilman Keskinoz2005-11-051-1/+1
| | | | | | | | Not sure, why suddently a differnt signal is triggered by the eftest program. Notes: svn path=/head/; revision=147405
* - Unbreak on non-std hardware: Use -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUSVolker Stolz2004-05-071-1/+1
| | | | | | | | | | | on all archs except alpha. - Pass CC through while here. PR: ports/65878 Submitted by: Tim Robbins Notes: svn path=/head/; revision=108602
* Disable printing version upon initialization.Max Khon2003-01-131-0/+12
| | | | | | | | This will allow using ElectricFence in multithreaded programs (programs linked with libc_r). Notes: svn path=/head/; revision=73058
* If a user has set the EF_ALIGNMENT, EF_PROTECT_BELOW or EF_PROTECT_FREEDavid E. O'Brien2001-05-251-12/+11
| | | | | | | | | | variables, this can cause the ElectricFence self test to fail. PR: 18259 Submitted by: Eoin Lawless <eoin@maths.tcd.ie> Notes: svn path=/head/; revision=43039
* Fix incompatiblities in the script.David E. O'Brien2001-05-031-0/+14
| | | | | | | Submitted by: Victoria E. Lease <vlease@floofy-skirts.org> Notes: svn path=/head/; revision=42199
* Update to version 2.2.2.David E. O'Brien2000-08-272-18/+43
| | | | Notes: svn path=/head/; revision=32015
* On page faults FreeBSD/Alpha gives SIGSEGV instead of SIGBUS.Steve Price1999-09-251-4/+8
| | | | Notes: svn path=/head/; revision=21933
* Should be one file per patch.David E. O'Brien1998-02-262-14/+13
| | | | Notes: svn path=/head/; revision=9948
* ElectricFence, the debugging malloc libraryJames Raynard1997-11-121-0/+24
Notes: svn path=/head/; revision=8597