Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/24/2007 20:35:37
Module Name:	src
Committed By:	christos
Date:		Sun Jun 24 20:35:37 UTC 2007

Modified Files:
	src/libexec/ld.elf_so: sysident.h
	src/sys/kern: exec_elf32.c kern_pax.c
	src/sys/sys: exec.h exec_elf.h pax.h
	src/usr.sbin/paxctl: paxctl.c

Log Message:
Use an elf note to handle pax arguments. This is a temporary solution to
avoid wasting OS flag bits. In the future we'll probably use fileassoc to
achieve this (once there is a way to make fileassoc persistent) or in the
shorter term libelf, so that we can add and remove the note on demand instead
of burning bits on each binary. Of course since this is a tool, this means
that we'll need to think about how to handle libelf...


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/libexec/ld.elf_so/sysident.h
cvs rdiff -r1.123 -r1.124 src/sys/kern/exec_elf32.c
cvs rdiff -r1.15 -r1.16 src/sys/kern/kern_pax.c
cvs rdiff -r1.116 -r1.117 src/sys/sys/exec.h
cvs rdiff -r1.89 -r1.90 src/sys/sys/exec_elf.h
cvs rdiff -r1.8 -r1.9 src/sys/sys/pax.h
cvs rdiff -r1.1 -r1.2 src/usr.sbin/paxctl/paxctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.