| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 1 | -2/+2 |
| * | Userland part of nfs client/server split and cleanup. | Peter Wemm | 2001-09-18 | 2 | -14/+2 |
| * | SECURITY: Drop `setgid kmem' bit as early as possible. | Ruslan Ermilov | 2001-08-31 | 1 | -0/+1 |
| * | Fix the third argument to sysctlbyname() to be of the type size_t * | Thomas Moestl | 2001-07-30 | 1 | -1/+2 |
| * | Perform a major cleanup of the usr.sbin Makefiles. | David E. O'Brien | 2001-07-20 | 1 | -4/+5 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | Make the '-tn' flag combination print the major/minor numbers of the | Dima Dorfman | 2001-07-04 | 1 | -1/+1 |
| * | Nuke unused variables. | Dima Dorfman | 2001-06-24 | 1 | -1/+0 |
| * | Don't call printf without a format string (harmless in this case). | Dima Dorfman | 2001-06-17 | 1 | -2/+2 |
| * | Fix a grammar bogon and removed whitespace at EOL. | Jens Schweikhardt | 2001-06-03 | 1 | -8/+8 |
| * | Remove vestiges of MFS. | Ruslan Ermilov | 2001-06-01 | 2 | -5/+3 |
| * | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 2 | -2/+1 |
| * | Unbreak world, IN_SHLOCK/IN_EXLOCK haven't existed in a while and | Alfred Perlstein | 2001-05-09 | 2 | -18/+0 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Include necessary header files, in preparation for fixing breakage in | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | mdoc(7) police: you don't need to use enclose macros for blocks of text. | Ruslan Ermilov | 2001-04-04 | 1 | -1/+1 |
| * | Note that the -v option is not supported. Don't remove the actual | Dima Dorfman | 2001-03-29 | 1 | -0/+2 |
| * | - Backout botched attempt to introduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -0/+1 |
| * | Set the default manual section for usr.sbin/ to 8. | Ruslan Ermilov | 2001-03-20 | 1 | -1/+1 |
| * | mdoc(7) police: Change -filled displays (which just happen | Ruslan Ermilov | 2001-02-07 | 1 | -1/+1 |
| * | mdoc(7) police: compact a few lists for better output. | Ruslan Ermilov | 2001-01-17 | 1 | -24/+25 |
| * | Ooops, the -M and -N flags were already documented, though not very clearly. | Ben Smithurst | 2001-01-16 | 1 | -10/+0 |
| * | document -M and -N flags. | Ben Smithurst | 2001-01-16 | 1 | -0/+7 |
| * | update to the current set of mnt_, ufs_ and nfs_ flags | Assar Westerlund | 2000-12-30 | 2 | -21/+67 |
| * | Use the MACRO API to <sys/queue.h>. | Poul-Henning Kamp | 2000-12-30 | 1 | -4/+4 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-27 | 1 | -5/+5 |
| * | Constify | Kris Kennaway | 2000-11-27 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -2/+2 |
| * | Don't report TABLDISC - it "doesn't happen(TM)" | Peter Wemm | 2000-01-29 | 1 | -3/+0 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | Add extra columns for printing longer device name. | Philippe Charnier | 1999-12-05 | 1 | -3/+3 |
| * | Merge fprintf and exit into errx. | Philippe Charnier | 1999-11-27 | 2 | -4/+6 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -3/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | VALIASED doesn't exist any more. | Poul-Henning Kamp | 1999-08-26 | 1 | -3/+1 |
| * | Add support for picking up ttys with sysctl(kern.ttys). | Poul-Henning Kamp | 1999-08-08 | 1 | -62/+12 |
| * | Tidy up references to <sys/rlist.h> and support for the old swap management | Peter Wemm | 1999-05-11 | 1 | -2/+1 |
| * | Fix formatting bug with [NFS swap] vs /dev/DEVNAME | Matthew Dillon | 1999-01-22 | 1 | -3/+3 |
| * | Make pstat use new kvm_getswapinfo() libkvm call. | Matthew Dillon | 1999-01-22 | 1 | -342/+75 |
| * | Update pstat -s to handle both old and new swapper. | Matthew Dillon | 1999-01-21 | 2 | -76/+290 |
| * | Increased column widths for tty input watermark fields so that watermarks | Bruce Evans | 1998-08-19 | 1 | -9/+10 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-06 | 1 | -8/+8 |
| * | Set the input and output buffer sizes and the input buffer watermarks | Bruce Evans | 1998-03-07 | 1 | -4/+6 |
| * | VVMIO -> VOBJBUF as in pstat.c. | Bruce Evans | 1998-01-17 | 1 | -2/+2 |
| * | Make pstat.c compile, since in the new kernel code, VVMIO doesn't | John Dyson | 1998-01-06 | 1 | -2/+2 |
| * | Reviewed by: various. | Julian Elischer | 1997-11-12 | 1 | -1/+3 |
| * | "Fixed" pstat -T by avoiding the vnode stats. Disabled pstat -v since | David Greenman | 1997-10-19 | 1 | -2/+6 |
| * | Use err(3). Add usage(). | Philippe Charnier | 1997-10-09 | 2 | -28/+37 |
| * | Update to include some of the newer vnode flags and remove some stale ones. | Peter Wemm | 1997-08-30 | 2 | -9/+25 |
| * | Previous commit to remove -I/sys broke 'make world', miscfs/union/*.h is | Peter Wemm | 1997-07-15 | 1 | -0/+1 |