Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2000 18:31:53 -0800 (PST)
From:      John Polstra <jdp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include dlfcn.h src/lib/libc/gen dllockinit.3 Makefile.inc dlfcn.c src/libexec/rtld-elf lockdflt.c Makefile debug.h rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c src/libexec/rtld-elf/i386 reloc.c
Message-ID:  <200001210231.SAA98454@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         2000/01/20 18:31:53 PST

  Modified files:        (Branch: RELENG_3)
    include              dlfcn.h 
    lib/libc/gen         Makefile.inc dlfcn.c 
    libexec/rtld-elf     Makefile debug.h rtld.c rtld.h 
    libexec/rtld-elf/alpha reloc.c 
    libexec/rtld-elf/i386 reloc.c 
  Added files:           (Branch: RELENG_3)
    lib/libc/gen         dllockinit.3 
    libexec/rtld-elf     lockdflt.c 
  Log:
  Sync with -current: add locking support to the dynamic linker.
  
  Revision  Changes    Path
  1.2.2.3   +8 -1      src/include/dlfcn.h
  1.50.2.4  +2 -2      src/lib/libc/gen/Makefile.inc
  1.2.2.2   +15 -1     src/lib/libc/gen/dlfcn.c
  1.4.2.6   +3 -3      src/libexec/rtld-elf/Makefile
  1.1.1.1.2.3 +10 -1     src/libexec/rtld-elf/debug.h
  1.13.2.21 +270 -88   src/libexec/rtld-elf/rtld.c
  1.5.2.6   +20 -4     src/libexec/rtld-elf/rtld.h
  1.3.2.7   +1 -10     src/libexec/rtld-elf/alpha/reloc.c
  1.1.2.5   +1 -10     src/libexec/rtld-elf/i386/reloc.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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