Deleted Added
full compact
subr_witness.c (71560) subr_witness.c (71576)
1/*-
2 * Copyright (c) 1998 Berkeley Software Design, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * from BSDI $Id: mutex_witness.c,v 1.1.2.20 2000/04/27 03:10:27 cp Exp $
29 * and BSDI $Id: synch_machdep.c,v 2.3.2.39 2000/04/27 03:10:25 cp Exp $
1/*-
2 * Copyright (c) 1998 Berkeley Software Design, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * from BSDI $Id: mutex_witness.c,v 1.1.2.20 2000/04/27 03:10:27 cp Exp $
29 * and BSDI $Id: synch_machdep.c,v 2.3.2.39 2000/04/27 03:10:25 cp Exp $
30 * $FreeBSD: head/sys/kern/subr_witness.c 71560 2001-01-24 10:57:01Z jhb $
30 * $FreeBSD: head/sys/kern/subr_witness.c 71576 2001-01-24 12:35:55Z jasone $
31 */
32
33/*
34 * Main Entry: witness
35 * Pronunciation: 'wit-n&s
36 * Function: noun
37 * Etymology: Middle English witnesse, from Old English witnes knowledge,
38 * testimony, witness, from 2wit

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

1094 "sched lock",
1095#ifdef __i386__
1096 "clk",
1097#endif
1098 "callout",
1099 /*
1100 * leaf locks
1101 */
31 */
32
33/*
34 * Main Entry: witness
35 * Pronunciation: 'wit-n&s
36 * Function: noun
37 * Etymology: Middle English witnesse, from Old English witnes knowledge,
38 * testimony, witness, from 2wit

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

1094 "sched lock",
1095#ifdef __i386__
1096 "clk",
1097#endif
1098 "callout",
1099 /*
1100 * leaf locks
1101 */
1102#ifdef __i386__
1103 "ap boot",
1104 "imen",
1105#endif
1106 "com",
1107 "smp rendezvous",
1102 NULL
1103};
1104
1105static char *order_list[] = {
1106 "Giant", "uidinfo hash", "uidinfo struct", NULL,
1107 "Giant", "proctree", "allproc", "process lock", NULL,
1108 NULL
1109};

--- 678 unchanged lines hidden ---
1108 NULL
1109};
1110
1111static char *order_list[] = {
1112 "Giant", "uidinfo hash", "uidinfo struct", NULL,
1113 "Giant", "proctree", "allproc", "process lock", NULL,
1114 NULL
1115};

--- 678 unchanged lines hidden ---