003 File Manager
Current Path:
/usr/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc
usr
/
src
/
cddl
/
contrib
/
opensolaris
/
cmd
/
dtrace
/
test
/
tst
/
common
/
proc
/
📁
..
📄
tst.create.ksh
(1.42 KB)
📄
tst.discard.ksh
(1.6 KB)
📄
tst.exec.ksh
(1.52 KB)
📄
tst.execfail.ENOENT.ksh
(1.7 KB)
📄
tst.execfail.ksh
(1.94 KB)
📄
tst.exitcore.c
(958 B)
📄
tst.exitcore.ksh
(2.17 KB)
📄
tst.exitexit.ksh
(1.45 KB)
📄
tst.exitkilled.ksh
(1.59 KB)
📄
tst.signal.ksh
(1.82 KB)
📄
tst.sigwait.c
(1.92 KB)
📄
tst.sigwait.d
(1.12 KB)
📄
tst.startexit.ksh
(1.66 KB)
Editing: tst.exitcore.c
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. * See the License for the specific language governing permissions * and limitations under the License. * * When distributing Covered Code, include this CDDL HEADER in each * file and include the License file at usr/src/OPENSOLARIS.LICENSE. * If applicable, add the following below this CDDL HEADER, with the * fields enclosed by brackets "[]" replaced with your own identifying * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END */ /* * Copyright 2017 Mark Johnston <markj@FreeBSD.org> */ #include <unistd.h> int main(void) { for (;;) sleep(1); return (0); }
Upload File
Create Folder