NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43817 CVS commit: src/sys/kern



The following reply was made to PR kern/43817; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43817 CVS commit: src/sys/kern
Date: Tue, 7 Sep 2010 21:32:03 +0000

 Module Name:   src
 Committed By:  joerg
 Date:          Tue Sep  7 21:32:03 UTC 2010
 
 Modified Files:
        src/sys/kern: exec_elf.c
 
 Log Message:
 Remember the end of the last text segment and set up a fake data segment
 if size 0 and starting after the text segments, if no data segment was
 found. Unbreaks sbrk on platforms where all loaded segments are
 executable (PR 43817). The cast of executable segments after data
 segments is left out for now.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.24 -r1.25 src/sys/kern/exec_elf.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index