| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: you don't need to use enclose macros for blocks of text. | ru | 2001-04-04 | 1 | -1/+1 |
* | Note that the -v option is not supported. Don't remove the actual | dd | 2001-03-29 | 1 | -0/+2 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+1 |
* | mdoc(7) police: Change -filled displays (which just happen | ru | 2001-02-07 | 1 | -1/+1 |
* | mdoc(7) police: compact a few lists for better output. | ru | 2001-01-17 | 1 | -24/+25 |
* | Ooops, the -M and -N flags were already documented, though not very clearly. | ben | 2001-01-16 | 1 | -10/+0 |
* | document -M and -N flags. | ben | 2001-01-16 | 1 | -0/+7 |
* | update to the current set of mnt_, ufs_ and nfs_ flags | assar | 2000-12-30 | 2 | -21/+67 |
* | Use the MACRO API to <sys/queue.h>. | phk | 2000-12-30 | 1 | -4/+4 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -5/+5 |
* | Constify | kris | 2000-11-27 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Don't report TABLDISC - it "doesn't happen(TM)" | peter | 2000-01-29 | 1 | -3/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Add extra columns for printing longer device name. | charnier | 1999-12-05 | 1 | -3/+3 |
* | Merge fprintf and exit into errx. | charnier | 1999-11-27 | 2 | -4/+6 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | VALIASED doesn't exist any more. | phk | 1999-08-26 | 1 | -3/+1 |
* | Add support for picking up ttys with sysctl(kern.ttys). | phk | 1999-08-08 | 1 | -62/+12 |
* | Tidy up references to <sys/rlist.h> and support for the old swap management | peter | 1999-05-11 | 1 | -2/+1 |
* | Fix formatting bug with [NFS swap] vs /dev/DEVNAME | dillon | 1999-01-22 | 1 | -3/+3 |
* | Make pstat use new kvm_getswapinfo() libkvm call. | dillon | 1999-01-22 | 1 | -344/+77 |
* | Update pstat -s to handle both old and new swapper. | dillon | 1999-01-21 | 2 | -76/+290 |
* | Increased column widths for tty input watermark fields so that watermarks | bde | 1998-08-19 | 1 | -9/+10 |
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -8/+8 |
* | Set the input and output buffer sizes and the input buffer watermarks | bde | 1998-03-07 | 1 | -4/+6 |
* | VVMIO -> VOBJBUF as in pstat.c. | bde | 1998-01-17 | 1 | -2/+2 |
* | Make pstat.c compile, since in the new kernel code, VVMIO doesn't | dyson | 1998-01-06 | 1 | -2/+2 |
* | Reviewed by: various. | julian | 1997-11-12 | 1 | -1/+3 |
* | "Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since | dg | 1997-10-19 | 1 | -2/+6 |
* | Use err(3). Add usage(). | charnier | 1997-10-09 | 2 | -28/+37 |
* | Update to include some of the newer vnode flags and remove some stale ones. | peter | 1997-08-30 | 2 | -9/+25 |
* | Previous commit to remove -I/sys broke 'make world', miscfs/union/*.h is | peter | 1997-07-15 | 1 | -0/+1 |
* | Remove -I/sys | guido | 1997-07-13 | 1 | -1/+0 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |
* | Removed `#define KERNEL'. This was a hack-around for nfs.h being broken | bde | 1997-03-29 | 1 | -4/+0 |
* | - update MNT_* flags to match lite2 properly. get rid of old #if 0 flags | peter | 1997-03-25 | 1 | -22/+9 |
* | Merge Lite2 changes | peter | 1997-03-11 | 2 | -153/+120 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix a typo, putput --> output. | alex | 1996-10-27 | 1 | -2/+2 |
* | Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed to | joerg | 1996-10-20 | 1 | -3/+7 |
* | Include <fcntl.h> so that this doesn't depend on the KERNEL version | bde | 1996-09-29 | 1 | -0/+1 |
* | Use the .Bx macro where appropriate. | mpp | 1996-08-23 | 1 | -2/+3 |
* | Document the -i backward compatibility option (same as -v). | mpp | 1996-07-03 | 1 | -2/+6 |
* | Enable the -M and -N options of swapinfo, as advertised in the usage line. | smpatel | 1996-05-29 | 1 | -1/+1 |
* | Properly free up resources allocated in swapmode(). This is not quite | jkh | 1996-05-09 | 1 | -0/+2 |
* | Mention swapinfo as .Nm, so it will be referenced by mkwhatis. | joerg | 1996-04-17 | 1 | -2/+3 |