Author: kib
Date: Fri Jun 29 09:41:09 2012
New Revision: 237753
URL: http://svn.freebsd.org/changeset/base/237753

Log:
  MFC r237430:
  Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to
  timekeeping information.

Modified:
  stable/9/sys/amd64/include/elf.h
  stable/9/sys/arm/include/elf.h
  stable/9/sys/i386/include/elf.h
  stable/9/sys/ia64/include/elf.h
  stable/9/sys/mips/include/elf.h
  stable/9/sys/powerpc/include/elf.h
  stable/9/sys/sparc64/include/elf.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/include/elf.h
==============================================================================
--- stable/9/sys/amd64/include/elf.h    Fri Jun 29 09:17:49 2012        
(r237752)
+++ stable/9/sys/amd64/include/elf.h    Fri Jun 29 09:41:09 2012        
(r237753)
@@ -94,6 +94,7 @@ __ElfType(Auxinfo);
 #define        AT_NCPUS        19      /* Number of CPUs. */
 #define        AT_PAGESIZES    20      /* Pagesizes. */
 #define        AT_PAGESIZESLEN 21      /* Number of pagesizes. */
+#define        AT_TIMEKEEP     22      /* Pointer to timehands. */
 #define        AT_STACKPROT    23      /* Initial stack protection. */
 
 #define        AT_COUNT        24      /* Count of defined aux entry types. */

Modified: stable/9/sys/arm/include/elf.h
==============================================================================
--- stable/9/sys/arm/include/elf.h      Fri Jun 29 09:17:49 2012        
(r237752)
+++ stable/9/sys/arm/include/elf.h      Fri Jun 29 09:41:09 2012        
(r237753)
@@ -82,6 +82,7 @@ __ElfType(Auxinfo);
 #define        AT_NCPUS        19      /* Number of CPUs. */
 #define        AT_PAGESIZES    20      /* Pagesizes. */
 #define        AT_PAGESIZESLEN 21      /* Number of pagesizes. */
+#define        AT_TIMEKEEP     22      /* Pointer to timehands. */
 #define        AT_STACKPROT    23      /* Initial stack protection. */
 
 #define AT_COUNT        24      /* Count of defined aux entry types. */

Modified: stable/9/sys/i386/include/elf.h
==============================================================================
--- stable/9/sys/i386/include/elf.h     Fri Jun 29 09:17:49 2012        
(r237752)
+++ stable/9/sys/i386/include/elf.h     Fri Jun 29 09:41:09 2012        
(r237753)
@@ -96,6 +96,7 @@ __ElfType(Auxinfo);
 #define        AT_NCPUS        19      /* Number of CPUs. */
 #define        AT_PAGESIZES    20      /* Pagesizes. */
 #define        AT_PAGESIZESLEN 21      /* Number of pagesizes. */
+#define        AT_TIMEKEEP     22      /* Pointer to timehands. */
 #define        AT_STACKPROT    23      /* Initial stack protection. */
 
 #define        AT_COUNT        24      /* Count of defined aux entry types. */

Modified: stable/9/sys/ia64/include/elf.h
==============================================================================
--- stable/9/sys/ia64/include/elf.h     Fri Jun 29 09:17:49 2012        
(r237752)
+++ stable/9/sys/ia64/include/elf.h     Fri Jun 29 09:41:09 2012        
(r237753)
@@ -95,6 +95,7 @@ __ElfType(Auxinfo);
 #define        AT_NCPUS        19      /* Number of CPUs. */
 #define        AT_PAGESIZES    20      /* Pagesizes. */
 #define        AT_PAGESIZESLEN 21      /* Number of pagesizes. */
+#define        AT_TIMEKEEP     22      /* Pointer to timehands. */
 #define        AT_STACKPROT    23      /* Initial stack protection. */
 
 #define        AT_COUNT        24      /* Count of defined aux entry types. */

Modified: stable/9/sys/mips/include/elf.h
==============================================================================
--- stable/9/sys/mips/include/elf.h     Fri Jun 29 09:17:49 2012        
(r237752)
+++ stable/9/sys/mips/include/elf.h     Fri Jun 29 09:41:09 2012        
(r237753)
@@ -257,6 +257,7 @@ __ElfType(Auxinfo);
 #define        AT_NCPUS        19      /* Number of CPUs. */
 #define        AT_PAGESIZES    20      /* Pagesizes. */
 #define        AT_PAGESIZESLEN 21      /* Number of pagesizes. */
+#define        AT_TIMEKEEP     22      /* Pointer to timehands. */
 #define        AT_STACKPROT    23      /* Initial stack protection. */
 
 #define        AT_COUNT        24      /* Count of defined aux entry types. */

Modified: stable/9/sys/powerpc/include/elf.h
==============================================================================
--- stable/9/sys/powerpc/include/elf.h  Fri Jun 29 09:17:49 2012        
(r237752)
+++ stable/9/sys/powerpc/include/elf.h  Fri Jun 29 09:41:09 2012        
(r237753)
@@ -106,8 +106,9 @@ __ElfType(Auxinfo);
 #define        AT_PAGESIZES    18      /* Pagesizes. */
 #define        AT_PAGESIZESLEN 19      /* Number of pagesizes. */
 #define        AT_STACKPROT    21      /* Initial stack protection. */
+#define        AT_TIMEKEEP     22      /* Pointer to timehands. */
 
-#define        AT_COUNT        22      /* Count of defined aux entry types. */
+#define        AT_COUNT        23      /* Count of defined aux entry types. */
 
 /*
  * Relocation types.

Modified: stable/9/sys/sparc64/include/elf.h
==============================================================================
--- stable/9/sys/sparc64/include/elf.h  Fri Jun 29 09:17:49 2012        
(r237752)
+++ stable/9/sys/sparc64/include/elf.h  Fri Jun 29 09:41:09 2012        
(r237753)
@@ -90,6 +90,7 @@ __ElfType(Auxinfo);
 #define        AT_NCPUS        19      /* Number of CPUs. */
 #define        AT_PAGESIZES    20      /* Pagesizes. */
 #define        AT_PAGESIZESLEN 21      /* Number of pagesizes. */
+#define        AT_TIMEKEEP     22      /* Pointer to timehands. */
 #define        AT_STACKPROT    23      /* Initial stack protection. */
 
 #define        AT_COUNT        24      /* Count of defined aux entry types. */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to