Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 18:24:13 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf libmap.c src/share/man/man5 libmap.conf.5
Message-ID:  <200405240124.i4O1OD3N045611@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405240124.i4O1OD3N045611>