cvs commit: src/libexec/rtld-elf rtld.c src/usr.bin/kdump kdump.c

John Baldwin jhb at FreeBSD.org
Tue Jan 9 17:50:06 UTC 2007


jhb         2007-01-09 17:50:05 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
    usr.bin/kdump        kdump.c 
  Log:
  Add various utrace's for use with ktrace to the ELF runtime linker.  To
  activate the traces, set the LD_UTRACE (or LD_32_UTRACE) environment
  variable.  This also includes code in kdump(8) to parse the traces.
  
  Reviewed by:    kan, jdp
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.120     +67 -0     src/libexec/rtld-elf/rtld.c
  1.34      +107 -0    src/usr.bin/kdump/kdump.c


More information about the cvs-src mailing list