cvs commit: src/sys/kern link_elf.c
Xin LI
delphij at FreeBSD.org
Thu Oct 6 11:57:13 PDT 2005
delphij 2005-10-06 18:57:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern link_elf.c
Log:
MFC 1.82:
| Revert the previous change for two reasons: (1) If vm_map_find() succeeds
| but vm_map_wire() fails, then a vm object, vm map entries, and kernel_map
| free space is leaked and (2) unwiring is handled automatically by
| vm_map_remove().
|
| Suggested by: tegge
|
| Revision Changes Path
| 1.82 +10 -17 src/sys/kern/link_elf.c
Approved by: re (scottl)
Revision Changes Path
1.81.8.1 +10 -17 src/sys/kern/link_elf.c
More information about the cvs-src
mailing list