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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"