CVS commit: src/sys/compat/irix

2009-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 05:34:16 UTC 2009 Modified Files: src/sys/compat/irix: irix_fcntl.c Log Message: Use uintptr_t instead of int when munging fcntl flags, which are pointer-sized integers. Now builds in a 64-bit world, might even work :

CVS commit: src/sys/compat/irix

2009-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 31 05:36:23 UTC 2009 Modified Files: src/sys/compat/irix: irix_kmem.c Log Message: Use uintptr_t instead of uint32_t as an intermediate stage when casting from off_t to a pointer. This way it compiles in a 64-bit world.

CVS commit: src/sys/compat/irix

2010-02-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Feb 15 09:39:01 UTC 2010 Modified Files: src/sys/compat/irix: irix_signal.c Log Message: typo in comment To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/compat/irix/irix_signal.c Please note that dif

CVS commit: src/sys/compat/irix

2010-06-12 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Sun Jun 13 04:08:49 UTC 2010 Modified Files: src/sys/compat/irix: irix_exec.c Log Message: remove an unnecessary check of PK_MARKER To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/compat/irix/irix_exec.c Ple

CVS commit: src/sys/compat/irix

2009-06-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 28 09:50:57 UTC 2009 Modified Files: src/sys/compat/irix: irix_fcntl.c Log Message: pad -> PAD, to follow src/sys/kern/makesyscalls.sh rev 1.87. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/comp

CVS commit: src/sys/compat/irix

2009-11-28 Thread David Laight
Module Name:src Committed By: dsl Date: Sat Nov 28 20:09:56 UTC 2009 Modified Files: src/sys/compat/irix: irix_sysmp.c Log Message: Set irm->bufmem = uvmexp.filepages; as suggested in PR/30408 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/compat/i

CVS commit: src/sys/compat/irix

2011-02-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Feb 20 08:08:57 UTC 2011 Modified Files: src/sys/compat/irix: irix_exec.c irix_prctl.c irix_signal.c Log Message: Deal with mips trapframe changes. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/compat/i