| Commit message (Expand) | Author | Age | Files | Lines |
* | Update kvm mode to match kernel changes. | Poul-Henning Kamp | 2004-06-09 | 1 | -3/+3 |
* | -N without -M is pointless. | Ruslan Ermilov | 2004-03-26 | 2 | -12/+10 |
* | Update information of how pstat(8) accesses the running system. | Ruslan Ermilov | 2004-03-26 | 1 | -12/+15 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -1/+1 |
* | Remove options processing for dumping swapdevice radix map. | Poul-Henning Kamp | 2003-07-31 | 2 | -5/+1 |
* | When dumping swap information, drop the "Type" field which displays | Poul-Henning Kamp | 2003-07-31 | 1 | -7/+4 |
* | Report NODEV devices as <NFSfile> | Poul-Henning Kamp | 2003-06-05 | 1 | -2/+6 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | David E. O'Brien | 2003-05-03 | 1 | -4/+4 |
* | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -2/+2 |
* | - Modernize the format of the open file showing mode output: | Robert Drehmel | 2003-01-31 | 1 | -10/+23 |
* | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
* | Back out rev 1.78; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -8/+6 |
* | Adjust argument passed to getbsize(). | Mark Murray | 2002-10-23 | 1 | -6/+8 |
* | Use struct xfile, not struct file. | Dag-Erling Smørgrav | 2002-07-31 | 2 | -26/+22 |
* | The .Nm utility | Philippe Charnier | 2002-07-14 | 1 | -3/+4 |
* | If unable to retrive maxfiles / openfiles, fail rather than print garbage. | Dag-Erling Smørgrav | 2002-05-28 | 1 | -33/+21 |
* | Remove the code that was disabled in a recent commit; it is of very limited | Dag-Erling Smørgrav | 2002-05-28 | 2 | -101/+56 |
* | Oops, don't print /dev/ twice. | Dag-Erling Smørgrav | 2002-05-28 | 1 | -1/+1 |
* | struct tty -> struct xtty. Reenable some previously disable code, but | Dag-Erling Smørgrav | 2002-05-28 | 1 | -35/+43 |
* | Un-kmemize. Portions of the tty mode code have been temporarily disabled; | Dag-Erling Smørgrav | 2002-05-23 | 2 | -84/+147 |
* | Nits in previous commits. | Dag-Erling Smørgrav | 2002-05-23 | 1 | -3/+3 |
* | Cull large amounts of dead code (deprecated since 1997) | Dag-Erling Smørgrav | 2002-05-23 | 2 | -586/+6 |
* | ANSIfy. | Dag-Erling Smørgrav | 2002-05-23 | 1 | -61/+40 |
* | Staticize. | Dag-Erling Smørgrav | 2002-05-23 | 1 | -50/+50 |
* | Whitespace cleanup. | Dag-Erling Smørgrav | 2002-05-23 | 1 | -6/+6 |
* | Unbreak tty mode (cons was renamed to constty a while ago) | Dag-Erling Smørgrav | 2002-05-23 | 1 | -1/+1 |
* | Replace /kernel with /boot/kernel/kernel. | Josef Karthauser | 2002-05-09 | 1 | -3/+3 |
* | Oops, remove references to NLOCKED and NWANTED, now that they no | Ian Dowse | 2002-04-28 | 2 | -8/+0 |
* | 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 |