cvs commit: src/sys/kern imgact_elf.c init_main.c kern_exec.c kern_mib.c src/sys/sys proc.h systm.h

Konstantin Belousov kib at FreeBSD.org
Tue Dec 4 04:28:08 PST 2007


kib         2007-12-04 12:28:07 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             imgact_elf.c init_main.c kern_exec.c 
                         kern_mib.c 
    sys/sys              proc.h systm.h 
  Log:
  Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.
  The value is read into the p_osrel member of the struct proc. p_osrel
  is set to 0 for the binaries without the note.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.182     +43 -3     src/sys/kern/imgact_elf.c
  1.288     +2 -1      src/sys/kern/init_main.c
  1.312     +1 -0      src/sys/kern/kern_exec.c
  1.85      +0 -1      src/sys/kern/kern_mib.c
  1.496     +2 -0      src/sys/sys/proc.h
  1.262     +1 -0      src/sys/sys/systm.h


More information about the cvs-all mailing list