Date: Tue, 4 Dec 2007 12:28:07 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c init_main.c kern_exec.c kern_mib.c src/sys/sys proc.h systm.h Message-ID: <200712041228.lB4CS7lr040507@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712041228.lB4CS7lr040507>
