Deleted Added
full compact
powerpc64-freebsd.c (192943) powerpc64-freebsd.c (204977)
1/*
2 * Copyright 2006 Peter Grehan <grehan@freebsd.org>
1/*
2 * Copyright 2006 Peter Grehan <grehan@freebsd.org>
3 * Copryight 2005 Orlando Bassotto <orlando@break.net>
4 * Copryight 1998 Sean Eric Fagan
3 * Copyright 2005 Orlando Bassotto <orlando@break.net>
4 * Copyright 1998 Sean Eric Fagan
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the

--- 9 unchanged lines hidden (view full) ---

22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#ifndef lint
29static const char rcsid[] =
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the

--- 9 unchanged lines hidden (view full) ---

22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 */
27
28#ifndef lint
29static const char rcsid[] =
30 "$FreeBSD: head/usr.bin/truss/powerpc-fbsd.c 192943 2009-05-28 00:38:24Z delphij $";
30 "$FreeBSD: head/usr.bin/truss/powerpc-fbsd.c 204977 2010-03-10 20:31:30Z imp $";
31#endif /* not lint */
32
33/*
34 * FreeBSD/powerpc-specific system call handling. This is probably the most
35 * complex part of the entire truss program, although I've got lots of
36 * it handled relatively cleanly now. The system call names are generated
37 * automatically, thanks to /usr/src/sys/kern/syscalls.master. The
38 * names used for the various structures are confusing, I sadly admit.

--- 300 unchanged lines hidden ---
31#endif /* not lint */
32
33/*
34 * FreeBSD/powerpc-specific system call handling. This is probably the most
35 * complex part of the entire truss program, although I've got lots of
36 * it handled relatively cleanly now. The system call names are generated
37 * automatically, thanks to /usr/src/sys/kern/syscalls.master. The
38 * names used for the various structures are confusing, I sadly admit.

--- 300 unchanged lines hidden ---