gcore.c (77892acd6a212004322f705c3e997f13179bfe55) | gcore.c (6e547eabb804d199d43ff88ef8ed3dff8cfa61c0) |
---|---|
1/*- 2 * Copyright (c) 1992, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 43 unchanged lines hidden (view full) --- 52 * Most recently, hacked beyond recognition for 4.4BSD by Steven McCanne, 53 * Lawrence Berkeley Laboratory. 54 * 55 * Portions of this software were developed by the Computer Systems 56 * Engineering group at Lawrence Berkeley Laboratory under DARPA 57 * contract BG 91-66 and contributed to Berkeley. 58 */ 59#include <sys/param.h> | 1/*- 2 * Copyright (c) 1992, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 43 unchanged lines hidden (view full) --- 52 * Most recently, hacked beyond recognition for 4.4BSD by Steven McCanne, 53 * Lawrence Berkeley Laboratory. 54 * 55 * Portions of this software were developed by the Computer Systems 56 * Engineering group at Lawrence Berkeley Laboratory under DARPA 57 * contract BG 91-66 and contributed to Berkeley. 58 */ 59#include <sys/param.h> |
60#include <sys/lock.h> |
|
60#include <sys/time.h> 61#include <sys/stat.h> 62#include <sys/proc.h> 63#include <sys/user.h> 64#include <sys/sysctl.h> 65 66#include <machine/vmparam.h> 67 --- 270 unchanged lines hidden --- | 61#include <sys/time.h> 62#include <sys/stat.h> 63#include <sys/proc.h> 64#include <sys/user.h> 65#include <sys/sysctl.h> 66 67#include <machine/vmparam.h> 68 --- 270 unchanged lines hidden --- |