1 .\" $DragonFly: src/usr.sbin/resident/resident.8,v 1.5 2007/05/12 07:21:51 swildner Exp $
8 .Nd Make a dynamic binary resident.
20 utility may be used to make a dynamic binary memory-resident.
22 by running the binary just past its DLL mmap's and relocation and then
23 making a copy of its vmspace.
24 The copy is registered in the kernel and later
25 exec's of the program will cause a copy of the copy to be used.
28 detects that it is running resident, it skips all initial library
29 loads (because they are already loaded).
31 Care must be taken when using this program.
32 It is recommended that you
33 delete all resident registrations when updating the system shared libraries
36 The following options are available:
37 .Bl -tag -width indent
39 List binaries that are currently memory-resident.
41 Force mode, even if the binary does not appear to be a dynamic binary.
42 This way you can run resident through statically compiled wrappers. The first
43 dynamic binary encountered in the exec chain will be operated on.
45 Delete a registration by id.
47 Delete a registration by program name.
48 If neither of the above two options are specified a new registration is created.
50 Delete all registrations in the kernel.
61 program, its kernel supplement and this manual page was written by
62 .An Matthew Dillon Aq dillon@backplane.com .