Searched hist:234352 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_dummy.cdiff 234352 Mon Apr 16 19:30:25 MDT 2012 jkim - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
but GNU libc used it without checking its kernel version, e. g., Fedora 10.
- Move pipe(2) implementation for Linuxulator from MD files to MI file,
sys/compat/linux/linux_file.c. There is no MD code for this syscall at all.
- Correct an argument type for pipe() from l_ulong * to l_int *. Probably
this was the source of MI/MD confusion.

Reviewed by: emulation
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_dummy.cdiff 234352 Mon Apr 16 19:30:25 MDT 2012 jkim - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
but GNU libc used it without checking its kernel version, e. g., Fedora 10.
- Move pipe(2) implementation for Linuxulator from MD files to MI file,
sys/compat/linux/linux_file.c. There is no MD code for this syscall at all.
- Correct an argument type for pipe() from l_ulong * to l_int *. Probably
this was the source of MI/MD confusion.

Reviewed by: emulation
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_file.cdiff 234352 Mon Apr 16 19:30:25 MDT 2012 jkim - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
but GNU libc used it without checking its kernel version, e. g., Fedora 10.
- Move pipe(2) implementation for Linuxulator from MD files to MI file,
sys/compat/linux/linux_file.c. There is no MD code for this syscall at all.
- Correct an argument type for pipe() from l_ulong * to l_int *. Probably
this was the source of MI/MD confusion.

Reviewed by: emulation
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.cdiff 234352 Mon Apr 16 19:30:25 MDT 2012 jkim - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27
but GNU libc used it without checking its kernel version, e. g., Fedora 10.
- Move pipe(2) implementation for Linuxulator from MD files to MI file,
sys/compat/linux/linux_file.c. There is no MD code for this syscall at all.
- Correct an argument type for pipe() from l_ulong * to l_int *. Probably
this was the source of MI/MD confusion.

Reviewed by: emulation

Completed in 219 milliseconds