CVS commit: src/sys/compat/linux/arch/i386

2016-07-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 13 15:59:54 UTC 2016 Modified Files: src/sys/compat/linux/arch/i386: linux_machdep.c Log Message: x86_alldisks can be NULL, so don't dereference it. Not tested, but obvious enough. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/linux/arch/i386

2015-12-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 8 21:27:50 UTC 2015 Modified Files: src/sys/compat/linux/arch/i386: linux_machdep.c Log Message: Fix DIOCGPARTINFO To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161

CVS commit: src/sys/compat/linux/arch/i386

2015-03-23 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Mar 23 07:30:15 UTC 2015 Modified Files: src/sys/compat/linux/arch/i386: syscalls.master Log Message: Fix inconsistent argument names To generate a diff of this commit: cvs rdiff -u -r1.119 -r1.120

CVS commit: src/sys/compat/linux/arch/i386

2015-03-23 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Mar 23 07:40:31 UTC 2015 Modified Files: src/sys/compat/linux/arch/i386: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c linux_systrace_args.c Log Message: Regen To generate a diff of this

CVS commit: src/sys/compat/linux/arch/i386

2014-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 21 16:58:42 UTC 2014 Modified Files: src/sys/compat/linux/arch/i386: linux_ptrace.c Log Message: fix leak To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/compat/linux/arch/i386/linux_ptrace.c

CVS commit: src/sys/compat/linux/arch/i386

2013-12-09 Thread David Laight
Module Name:src Committed By: dsl Date: Mon Dec 9 08:33:48 UTC 2013 Modified Files: src/sys/compat/linux/arch/i386: linux_machdep.c Log Message: Missing change to the fxsave structure rename To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154

CVS commit: src/sys/compat/linux/arch/i386

2011-03-29 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue Mar 29 20:10:32 UTC 2011 Modified Files: src/sys/compat/linux/arch/i386: linux_exec_machdep.c Log Message: tidy up include pathname to exclude undefined behaviour If the characters ', \, , //, or /* occur in the sequence

CVS commit: src/sys/compat/linux/arch/i386

2010-04-22 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Fri Apr 23 03:02:16 UTC 2010 Modified Files: src/sys/compat/linux/arch/i386: syscalls.master Log Message: add missing argument to clone(). the symptom of this was that pthread_join() would sometimes get stuck, such as in our mutex2

CVS commit: src/sys/compat/linux/arch/i386

2009-09-20 Thread Takahiro Kambe
Module Name:src Committed By: taca Date: Sun Sep 20 10:29:30 UTC 2009 Modified Files: src/sys/compat/linux/arch/i386: linux_exec_machdep.c Log Message: Trying to fix build problem. Thanks to joerg's advise. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/compat/linux/arch/i386

2009-04-23 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Apr 23 17:37:51 UTC 2009 Modified Files: src/sys/compat/linux/arch/i386: linux_machdep.c Log Message: Convert si_code value from native to linux. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144