Searched hist:e02f64d9b88ce33313755f4a94c46a7839a23f10 (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_abort2.c | e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
H A D | freebsd32_systrace_args.c | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
H A D | freebsd32_syscalls.c | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
H A D | freebsd32_syscall.h | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
H A D | freebsd32_proto.h | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
H A D | freebsd32_sysent.c | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|
/freebsd/sys/conf/ |
H A D | files | diff e02f64d9b88ce33313755f4a94c46a7839a23f10 Wed Nov 17 21:12:25 CET 2021 Brooks Davis <brooks@FreeBSD.org> freebsd32: add real abort2
Previously, the code would copy twice as many pointers as specified and print pairs of them a single 64-bit pointer.
abort2 doesn't return so make the return type void
freebsd32_abort2 is in it's own file with a 2-clause BSD license based on a discussion with Wojciech many years ago.
Reviewed by: kevans
|