Deleted Added
full compact
procfs_dbregs.c (73906) procfs_dbregs.c (74914)
1/*-
2 * Copyright (c) 1999 Brian Scott Dean, brdean@unx.sas.com.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Jan-Simon Pendry under the following copyrights and conditions:
7 *
8 * Copyright (c) 1993 Jan-Simon Pendry

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

35 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
40 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
41 * SUCH DAMAGE.
42 *
1/*-
2 * Copyright (c) 1999 Brian Scott Dean, brdean@unx.sas.com.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Jan-Simon Pendry under the following copyrights and conditions:
7 *
8 * Copyright (c) 1993 Jan-Simon Pendry

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

35 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
40 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
41 * SUCH DAMAGE.
42 *
43 * $FreeBSD: head/sys/fs/procfs/procfs_dbregs.c 73906 2001-03-07 02:07:56Z jhb $
43 * $FreeBSD: head/sys/fs/procfs/procfs_dbregs.c 74914 2001-03-28 09:17:56Z jhb $
44 */
45
46#include <sys/param.h>
47#include <sys/proc.h>
48#include <sys/vnode.h>
44 */
45
46#include <sys/param.h>
47#include <sys/proc.h>
48#include <sys/vnode.h>
49#include <sys/systm.h>
49#include <machine/reg.h>
50#include <miscfs/procfs/procfs.h>
51#include <vm/vm.h>
52
53int
54procfs_dodbregs(curp, p, pfs, uio)
55 struct proc *curp;
56 struct proc *p;

--- 49 unchanged lines hidden ---
50#include <machine/reg.h>
51#include <miscfs/procfs/procfs.h>
52#include <vm/vm.h>
53
54int
55procfs_dodbregs(curp, p, pfs, uio)
56 struct proc *curp;
57 struct proc *p;

--- 49 unchanged lines hidden ---