6 .Nd Make a dynamic binary resident
18 utility may be used to make a dynamic binary memory-resident.
20 by running the binary just past its DLL mmap's and relocation and then
21 making a copy of its vmspace.
22 The copy is registered in the kernel and later
23 exec's of the program will cause a copy of the copy to be used.
26 detects that it is running resident, it skips all initial library
27 loads (because they are already loaded).
29 Care must be taken when using this program.
30 It is recommended that you
31 delete all resident registrations when updating the system shared libraries
34 The following options are available:
35 .Bl -tag -width indent
37 List binaries that are currently memory-resident.
39 Force mode, even if the binary does not appear to be a dynamic binary.
40 This way you can run resident through statically compiled wrappers. The first
41 dynamic binary encountered in the exec chain will be operated on.
43 Delete a registration by id.
45 Delete a registration by program name.
46 If neither of the above two options are specified a new registration is created.
48 Delete all registrations in the kernel.
55 .Xr exec_sys_register 2 ,
60 program, its kernel supplement and this manual page were written by
61 .An Matthew Dillon Aq Mt dillon@backplane.com .