Module Name:src
Committed By: riastradh
Date: Tue Jun 20 15:22:15 UTC 2023
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_machdep.c
Log Message:
linux32_rt_sendsig: Memset zero before copyout.
Not sure if there's any padding here, but it's a pretty big
structu
Module Name:src
Committed By: riastradh
Date: Tue Jun 20 15:22:15 UTC 2023
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_machdep.c
Log Message:
linux32_rt_sendsig: Memset zero before copyout.
Not sure if there's any padding here, but it's a pretty big
structu
Module Name:src
Committed By: riastradh
Date: Sun Apr 9 12:29:26 UTC 2023
Modified Files:
src/sys/compat/linux32/arch/aarch64: linux32_exec_machdep.c
Log Message:
compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: riastradh
Date: Sun Apr 9 12:29:26 UTC 2023
Modified Files:
src/sys/compat/linux32/arch/aarch64: linux32_exec_machdep.c
Log Message:
compat_linux32: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: ryo
Date: Fri Dec 3 09:20:23 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/aarch64: linux32_machdep.c
Log Message:
Fixed a bug in sigreturn that sigmask was not restored.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
Module Name:src
Committed By: ryo
Date: Fri Dec 3 09:20:23 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/aarch64: linux32_machdep.c
Log Message:
Fixed a bug in sigreturn that sigmask was not restored.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
Module Name:src
Committed By: ryo
Date: Sat Nov 27 21:15:53 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/aarch64: linux32_syscall.h
linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c
linux32_systrace_args.c
src/sys/compat/linux
Module Name:src
Committed By: ryo
Date: Sat Nov 27 21:15:53 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/aarch64: linux32_syscall.h
linux32_syscallargs.h linux32_syscalls.c linux32_sysent.c
linux32_systrace_args.c
src/sys/compat/linux
Module Name:src
Committed By: ryo
Date: Sat Nov 27 21:15:07 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/aarch64: syscalls.master
src/sys/compat/linux32/arch/amd64: syscalls.master
src/sys/compat/linux32/common: linux32_signal.h linux32_types.h
Module Name:src
Committed By: ryo
Date: Sat Nov 27 21:15:07 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/aarch64: syscalls.master
src/sys/compat/linux32/arch/amd64: syscalls.master
src/sys/compat/linux32/common: linux32_signal.h linux32_types.h
Module Name:src
Committed By: ryo
Date: Fri Nov 26 19:28:37 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_termios.c
Log Message:
The changes on compat/linux/common/linux_termios.c should also
be applied to compat/linux32/common/linux_termios.c, and reduce
Module Name:src
Committed By: ryo
Date: Fri Nov 26 19:28:37 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_termios.c
Log Message:
The changes on compat/linux/common/linux_termios.c should also
be applied to compat/linux32/common/linux_termios.c, and reduce
Module Name:src
Committed By: christos
Date: Fri Nov 26 13:32:38 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_signal.c
Log Message:
Remove #error, fixes the build. I don't understand why this would not work
on big endian. We use this construct to convert
Module Name:src
Committed By: christos
Date: Fri Nov 26 13:32:38 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_signal.c
Log Message:
Remove #error, fixes the build. I don't understand why this would not work
on big endian. We use this construct to convert
Module Name:src
Committed By: ryo
Date: Thu Nov 25 02:48:00 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_exec.h
src/sys/compat/linux32/common: linux32_exec_elf32.c
Log Message:
Extra arguments for AT_HWCAP and AT_PLATFORM are now passed when
Module Name:src
Committed By: ryo
Date: Thu Nov 25 02:48:00 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_exec.h
src/sys/compat/linux32/common: linux32_exec_elf32.c
Log Message:
Extra arguments for AT_HWCAP and AT_PLATFORM are now passed when
Module Name:src
Committed By: ryo
Date: Thu Nov 25 02:38:56 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_exec.h
src/sys/compat/linux32/common: linux32_mod.c
Log Message:
The default name of the `exec_setup_stack' function for linux32 should b
Module Name:src
Committed By: ryo
Date: Thu Nov 25 02:38:56 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_exec.h
src/sys/compat/linux32/common: linux32_mod.c
Log Message:
The default name of the `exec_setup_stack' function for linux32 should b
Module Name:src
Committed By: ryo
Date: Thu Nov 25 02:35:00 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_fcntl.c
Added Files:
src/sys/compat/linux32/arch/amd64: linux32_fcntl.h
src/sys/compat/linux32/common: linux32_fcntl.h
Log Message:
-
Module Name:src
Committed By: ryo
Date: Thu Nov 25 02:35:00 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_fcntl.c
Added Files:
src/sys/compat/linux32/arch/amd64: linux32_fcntl.h
src/sys/compat/linux32/common: linux32_fcntl.h
Log Message:
-
Module Name:src
Committed By: thorpej
Date: Sun Sep 19 22:32:45 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_misc.c
Log Message:
Remove redundant linux32_to_native_timespec() prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/
Module Name:src
Committed By: thorpej
Date: Sun Sep 19 22:32:45 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_misc.c
Log Message:
Remove redundant linux32_to_native_timespec() prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/
Module Name:src
Committed By: thorpej
Date: Sun Sep 19 22:30:28 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_siginfo.h
src/sys/compat/linux32/common: linux32_signal.c
Added Files:
src/sys/compat/linux32/common: linux32_sigevent.h
Log
Module Name:src
Committed By: thorpej
Date: Sun Sep 19 22:30:28 UTC 2021
Modified Files:
src/sys/compat/linux32/arch/amd64: linux32_siginfo.h
src/sys/compat/linux32/common: linux32_signal.c
Added Files:
src/sys/compat/linux32/common: linux32_sigevent.h
Log
Module Name:src
Committed By: thorpej
Date: Sun Sep 19 22:09:32 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_sched.h
Log Message:
G/C some unused (and unnecessary) definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/compat/
Module Name:src
Committed By: thorpej
Date: Sun Sep 19 22:09:32 UTC 2021
Modified Files:
src/sys/compat/linux32/common: linux32_sched.h
Log Message:
G/C some unused (and unnecessary) definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/compat/
Module Name:src
Committed By: maxv
Date: Fri Aug 23 13:49:12 UTC 2019
Modified Files:
src/sys/compat/linux32/common: linux32_misc.c
Log Message:
Hum, don't forget the 'pid' argument, otherwise we're not gonna go very
far.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: maxv
Date: Fri Aug 23 13:49:12 UTC 2019
Modified Files:
src/sys/compat/linux32/common: linux32_misc.c
Log Message:
Hum, don't forget the 'pid' argument, otherwise we're not gonna go very
far.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: maxv
Date: Fri Aug 23 12:49:59 UTC 2019
Modified Files:
src/sys/compat/linux32/common: linux32_ioctl.c
Log Message:
Put the printf under DEBUG_LINUX.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/linux32/common
Module Name:src
Committed By: maxv
Date: Fri Aug 23 12:49:59 UTC 2019
Modified Files:
src/sys/compat/linux32/common: linux32_ioctl.c
Log Message:
Put the printf under DEBUG_LINUX.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/linux32/common
On Mon, Nov 16, 2009 at 03:05:43PM +0100, Christoph Egger wrote:
> > Log Message:
> > Follow up commit to fix breakage that somehow passed by the compiler.
>
> Better, but still doesn't build:
Full build.sh -m amd64 release from fresh tree finished.
Aka "I can't reproduce"
Joerg
Joerg Sonnenberger wrote:
> Module Name: src
> Committed By: joerg
> Date: Mon Nov 16 13:32:40 UTC 2009
>
> Modified Files:
> src/sys/compat/linux32/common: linux32_ipc.h linux32_ipccall.c
>
> Log Message:
> Follow up commit to fix breakage that somehow passed by the compiler.
Bet
Joerg Sonnenberger wrote:
> Module Name: src
> Committed By: joerg
> Date: Mon Nov 16 08:49:32 UTC 2009
>
> Modified Files:
> src/sys/compat/linux32/common: linux32_ipc.h linux32_ipccall.c
>
> Log Message:
> Add SYSVMSG support for linux32.
>
>
> To generate a diff of this commit
33 matches
Mail list logo