CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/11/08 10:23:22

Modified files:
        sys/kern       : exec_subr.c vfs_subr.c 
        sys/uvm        : uvm_extern.h uvm_vnode.c uvm_vnode.h 

Log message:
Move allocation of "mmap descriptors" (UVM vnode) into uvn_attach().

Reduce waste of memory by limiting the association of such descriptors to
vnodes that are effectively mmap(2)'d.

Tested by sthen@, ok kettenis@

Reply via email to