From owner-cvs-src@FreeBSD.ORG Fri Aug 29 13:09:31 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 445581065762; Fri, 29 Aug 2008 13:09:31 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF228FC1A; Fri, 29 Aug 2008 13:09:31 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7TD9VdK025723; Fri, 29 Aug 2008 13:09:31 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7TD9Vsh025722; Fri, 29 Aug 2008 13:09:31 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <200808291309.m7TD9Vsh025722@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Fri, 29 Aug 2008 13:09:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man9 Makefile redzone.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 13:09:31 -0000 emaste 2008-08-29 13:09:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man9 Makefile Added files: (Branch: RELENG_6) share/man/man9 redzone.9 Log: SVN rev 182443 on 2008-08-29 13:09:20Z by emaste MFC r155086 by pjd: Add buffer corruption protection (RedZone) for kernel's malloc(9). It detects both: buffer underflows and buffer overflows bugs at runtime (on free(9) and realloc(9)) and prints backtraces from where memory was allocated and from where it was freed. Revision Changes Path 1.260.2.13 +1 -0 src/share/man/man9/Makefile 1.1.6.1 +123 -0 src/share/man/man9/redzone.9 (new)