NetBSD-Bugs archive

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

PR/44673 CVS commit: src/sys/kern



The following reply was made to PR port-amd64/44673; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44673 CVS commit: src/sys/kern
Date: Thu, 3 Mar 2011 23:25:58 -0500

 Module Name:   src
 Committed By:  christos
 Date:          Fri Mar  4 04:25:58 UTC 2011
 
 Modified Files:
        src/sys/kern: exec_subr.c
 
 Log Message:
 PR/44673: Arna Clauson: Latest MAXSSIZ bump broke netbsd32 emulation on amd64.
 - Use MAXSSIZ32 instead of MAXSSIZ for 32 bit binaries
 - Default MAXXSIZ32 to a quarter of MAXSSIZ (good enough?)
 - Add debugging
 XXX: Note that:
        - sparc32 MAXSSIZ is larger than sparc64 MAXSSIZ
        - sparc64 MAXSSIZ32 != sparc32 MAXSSIZ
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.67 -r1.68 src/sys/kern/exec_subr.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