summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-09-04 04:42:12 +0000
committerdillon <dillon@FreeBSD.org>2002-09-04 04:42:12 +0000
commit469a54660c62e422b1cd51a6ad4f65086007b6bb (patch)
tree747ba528cab8645779f7f47a4b0e33e140dca2d6 /sys/netinet
parent8fddee78dba2678e0b3a99d5b964d1f541cb4f55 (diff)
downloadFreeBSD-src-469a54660c62e422b1cd51a6ad4f65086007b6bb.zip
FreeBSD-src-469a54660c62e422b1cd51a6ad4f65086007b6bb.tar.gz
Alright, fix the problems with the elf loader for the Alpha. It turns
out that there is no easy way to discern the difference between a text segment and a data segment through the read-only OR execute attribute in the elf segment header, so revert the algorithm to what it was before. Neither can we account for multiple data load segments in the vmspace structure (at least not without more work), due to assumptions obreak() makes in regards to the data start and data size fields. Retain RLIMIT_VMEM checking by using a local variable to track the total bytes of data being loaded. Reviewed by: peter X-MFC after: ASAP
Diffstat (limited to 'sys/netinet')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud