Searched hist:a107d8aac915c953c658426eb0d15c5067dafa60 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/compat/ia32/ |
H A D | ia32_signal.h | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/amd64/ia32/ |
H A D | ia32_signal.c | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/sys/ |
H A D | imgact.h | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
H A D | sysent.h | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/arm/arm/ |
H A D | machdep.c | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/i386/i386/ |
H A D | machdep.c | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb diff a107d8aac915c953c658426eb0d15c5067dafa60 Thu Mar 25 15:24:00 CET 2010 Nathan Whitehorn <nwhitehorn@FreeBSD.org> Change the arguments of exec_setregs() so that it receives a pointer to the image_params struct instead of several members of that struct individually. This makes it easier to expand its arguments in the future without touching all platforms.
Reviewed by: jhb
|