Commit Graph

51 Commits

Author SHA1 Message Date
lukem
0a94f4f077 use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
drochner
41e3b9d2f4 The previous changes were not sufficient, we need more kvm reads. 1997-10-20 18:12:56 +00:00
drochner
c111d4e6c2 make compile after NFS (struct nfsnode) changes 1997-10-20 17:32:51 +00:00
mrg
ca2afdd453 fix compile warnings on the alpha. 1997-10-19 09:39:35 +00:00
lukem
c355b33f75 deprecate register 1997-10-18 11:06:52 +00:00
lukem
aef4182020 WARNSify 1997-10-17 12:16:54 +00:00
mrg
d8bc5f0aa6 merge lite-2 1997-10-17 06:34:19 +00:00
thorpej
6b7bb49adb There hasn't been machine-dependent code in pstat since the introduction
of the kernel tty list; garbage-collect -D${MACHINE}.
1997-07-14 08:33:35 +00:00
kleink
8c011ed85f Fix list_swap() argument order; from Dan Winship <danw@mit.edu> in PR bin/3856. 1997-07-13 02:23:40 +00:00
mrg
4a5d7f4d75 bring mrg-vm-swap2 onto mainilne. 1997-06-12 15:03:43 +00:00
bouyer
558f2d0ebe Make this compile again, and add support for ext2fs.
Also 2 ufs->ffs conversions in pstat.8.
1997-06-12 07:45:28 +00:00
mikel
5f77ad2313 indicate more clearly that [Tfstv] options are mutually exclusive;
fixes PR misc/2655.
1997-06-05 06:14:16 +00:00
pk
7c7220b290 Macros take no more than nine arguments. 1997-05-28 22:03:34 +00:00
pk
29afaac55f Display VDIROP vnode flag (so we're congruent with the man page). 1997-05-28 19:26:52 +00:00
cgd
26902ec586 recognize MNT_NOCOREDUMP and print the 'nocoredump' flag for file
systems which have MNT_NOCOREDUMP set.
1996-10-23 22:50:05 +00:00
cgd
8b3e8678eb add support for recognizing a bunch of flags which are in <sys/mount.h>
but which were never added to pstat -v: UNION, ASYNC, DEFEXPORTED,
EXPORTANON, EXKERB.  Also, sort according to the apparent local style
(order in mount.h, rather than alphabetical).
1996-10-23 22:19:23 +00:00
cgd
60da050b90 fix session pointer field width: make it two characters wider.
(The alpha will use all 8 chars.)
NOTE: use of (addr & ~KERNBASE) is VERY bogus.
1996-06-03 19:00:23 +00:00
cgd
6b52790dd2 warnx() already outputs newline; warnings for undefined symbols don't
need an extra one.
1996-06-03 18:50:26 +00:00
pk
ef8fa9414c Fix formatting errors.
Also: `PGRP' => 'PGID'; and update `SESS' and `PGID' descriptions.
1996-06-02 21:47:41 +00:00
mrg
a16f5e70fa some minor fixes/additions. 1996-05-31 04:07:20 +00:00
cgd
02bcd4f0c5 fix minor bogons (pastos) in last change 1996-05-31 00:29:59 +00:00
cgd
56aad3355b update documentation of what's in the DISC field output by pstat -t 1996-05-31 00:27:19 +00:00
cgd
f73f528c42 add case for STRIPDISC to the tty discipline printing code, so that
ttys running Metricom Wireless IP have their discipline printed nicely.
1996-05-31 00:09:38 +00:00
mrg
d3124e1c38 remove unnecessary test. 1996-05-30 23:33:16 +00:00
mrg
0fae2c6fbd oops. print pstat -t header. 1996-05-30 08:08:27 +00:00
mrg
956fd533da use new ttylist to get tty stats. 1996-05-30 05:45:45 +00:00
cgd
eeee976759 handle the VISTTY vnode flag with the same letter ('I') that BSDI used.
Update the documentation of the vnode flags so that it lists only (and all)
of the flags understood by the program.  (The documentation is likely in need
of more cleanup.)
1996-05-02 00:13:08 +00:00
pk
ca9e50f43b Don't get distracted into kernel space.
Understand MNT_ROOTFS flag.
1996-04-30 00:41:51 +00:00
cgd
3afcb7a849 fix for new NFS include files. (checked with fvdl.) 1996-02-21 02:27:57 +00:00
thorpej
484fdbba2d New-style RCS ids. 1996-01-11 06:33:32 +00:00
pk
c6cd235738 Fix typo and make some enum. lists more compact (James Jegers; PR#592). 1996-01-06 23:25:51 +00:00
jtc
2fc14be1c2 merge in change accidently made to 1.1 release branch 1996-01-04 18:28:00 +00:00
jtc
21908ddbd5 merge in changes from 1.1 release branch 1995-11-28 19:43:04 +00:00
jtc
1bd0165884 iostat is in section 8; PR #1533 1995-09-27 19:46:12 +00:00
jtc
14381bce93 vmstat is in section 8; PR #1532 1995-09-27 19:45:07 +00:00
ragge
f525d4b280 Cleaned up an old #ifdef vax. 1995-08-24 19:58:07 +00:00
cgd
a8973a1752 specify precision, not minimum field width. pointed out by John Kohl 1995-06-22 11:15:14 +00:00
cgd
3d113b326b don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated 1995-06-18 10:58:06 +00:00
jtc
ae0b9c2010 KERNEL -> _KERNEL 1995-03-28 17:18:59 +00:00
chopps
25064b259a dd support for mfc serial ports.. 1995-03-02 03:57:39 +00:00
mycroft
9843f45605 Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS
differently.
1995-01-18 06:19:49 +00:00
mycroft
07871af1af Add `-k' option, per Matt Green.
Put the description of the `-n' option in the table, where it belongs.  Also,
fix the formatting of the table for consistency with the other man pages.
Document the BLOCKSIZE environment variable.
1995-01-15 07:08:55 +00:00
mycroft
975c7373da Make the usage string match the man page. 1995-01-04 05:35:47 +00:00
pk
a2e52c42e2 Define `MAN'. 1994-12-25 12:22:03 +00:00
mycroft
ad02d27da0 Update to match include files. 1994-08-31 03:48:18 +00:00
chopps
258211d43c update for amiga (should also enable hp300 specific stuff for them too).
from rhealey@kas.helios.mn.org (Rob Healey)
1994-06-22 05:38:22 +00:00
chopps
8900daa76e update for amiga (should also enable hp300 specific stuff for them too). 1994-06-22 05:38:20 +00:00
cgd
0d538f0821 undo local changes relating to new FS code 1994-06-13 15:09:06 +00:00
deraadt
b4b9d760cc netbsd-ify & repair tty code 1994-05-16 06:44:00 +00:00
cgd
4ef6083efa clean up import. rcsids, notdef a bunch of things that don't yet work, etc.
generates a *lot* of warnings (from vnode.h) at compile time, but these
will go away "soon."
1994-05-13 21:47:55 +00:00