print variables ($v) in hex; make $<- re-read current file
[unix-history] / usr / src / sys / kern / sys_process.c
CommitLineData
9ce4de2d
BJ
1/* sys_process.c 5.1 82/07/15 */
2
3#include "../h/param.h"
4#include "../h/systm.h"
5#include "../h/dir.h"
6#include "../h/user.h"
7#include "../h/proc.h"
8#include "../h/inode.h"
9#include "../h/reg.h"
10#include "../h/text.h"
11#include "../h/seg.h"
12#include "../h/mtpr.h"
13#include "../h/pte.h"
14#include "../h/psl.h"
15#include "../h/vm.h"
16#include "../h/buf.h"
17#include "../h/vlimit.h"
18#include "../h/acct.h"
19