NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/48518 CVS commit: src/sys/compat



The following reply was made to PR kern/48518; it has been noted by GNATS.

From: "Chuck Silvers" <chs%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48518 CVS commit: src/sys/compat
Date: Sun, 9 Feb 2014 16:41:43 +0000

 Module Name:   src
 Committed By:  chs
 Date:          Sun Feb  9 16:41:42 UTC 2014
 
 Modified Files:
        src/sys/compat/linux/arch/alpha: linux_exec.h
        src/sys/compat/linux/arch/arm: linux_exec.h
        src/sys/compat/linux/arch/i386: linux_exec.h
        src/sys/compat/linux/arch/m68k: linux_exec.h
        src/sys/compat/linux/arch/mips: linux_exec.h
        src/sys/compat/linux/arch/powerpc: linux_exec.h
        src/sys/compat/linux/common: linux_exec.h linux_exec_elf32.c
        src/sys/compat/linux32/arch/amd64: linux32_exec.h
        src/sys/compat/linux32/common: linux32_exec_elf32.c
 
 Log Message:
 account for the 16 bytes of AT_RANDOM data in the stack setup.  fixes PR 48518.
 use cprng_strong32() instead of random().  add AT_RANDOM support for linux32.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.11 -r1.12 src/sys/compat/linux/arch/alpha/linux_exec.h
 cvs rdiff -u -r1.8 -r1.9 src/sys/compat/linux/arch/arm/linux_exec.h
 cvs rdiff -u -r1.11 -r1.12 src/sys/compat/linux/arch/i386/linux_exec.h
 cvs rdiff -u -r1.10 -r1.11 src/sys/compat/linux/arch/m68k/linux_exec.h
 cvs rdiff -u -r1.14 -r1.15 src/sys/compat/linux/arch/mips/linux_exec.h
 cvs rdiff -u -r1.22 -r1.23 src/sys/compat/linux/arch/powerpc/linux_exec.h
 cvs rdiff -u -r1.49 -r1.50 src/sys/compat/linux/common/linux_exec.h
 cvs rdiff -u -r1.87 -r1.88 src/sys/compat/linux/common/linux_exec_elf32.c
 cvs rdiff -u -r1.4 -r1.5 src/sys/compat/linux32/arch/amd64/linux32_exec.h
 cvs rdiff -u -r1.13 -r1.14 src/sys/compat/linux32/common/linux32_exec_elf32.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index