cvs commit: src/libexec/rtld-elf libmap.c src/share/man/man5 libmap.conf.5

Matthew N. Dodd mdodd at FreeBSD.org
Sun May 23 18:24:22 PDT 2004


mdodd       2004/05/23 18:24:13 PDT

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     libmap.c 
    share/man/man5       libmap.conf.5 
  Log:
  Support basename and path based constrained matches.
  
  eg:
          [foo]
          ...
  
          matches any executable 'foo'
  
          [/usr/bin/foo/]
          ...
  
          matches any executable under the directory /usr/bin/foo/
  
  Exact matches continue to function as before.
  
  PR:              bin/66769
  Submitted-by:    Dan Nelson
  
  Revision  Changes    Path
  1.12      +29 -1     src/libexec/rtld-elf/libmap.c
  1.6       +42 -14    src/share/man/man5/libmap.conf.5


More information about the cvs-all mailing list