Date: Thu, 6 Dec 2007 14:19:43 +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: <200712061419.lB6EJhPZ062108@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2007-12-06 14:19:43 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/kern imgact_elf.c init_main.c kern_exec.c
kern_mib.c
sys/sys proc.h systm.h
Log:
MFC
rev 1.182 of src/sys/kern/imgact_elf.c
rev 1.288 of src/sys/kern/init_main.c
rev 1.312 of src/sys/kern/kern_exec.c
rev 1.85 of src/sys/kern/kern_mib.c
rev 1.496 of src/sys/sys/proc.h
rev 1.262 of src/sys/sys/systm.h
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.
Approved by: re (kensmith)
Revision Changes Path
1.178.2.2 +43 -3 src/sys/kern/imgact_elf.c
1.283.2.1 +2 -1 src/sys/kern/init_main.c
1.308.2.1 +1 -0 src/sys/kern/kern_exec.c
1.84.2.1 +0 -1 src/sys/kern/kern_mib.c
1.491.2.1 +2 -0 src/sys/sys/proc.h
1.260.2.1 +1 -0 src/sys/sys/systm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712061419.lB6EJhPZ062108>
