| Commit message (Expand) | Author | Age | Files | Lines |
* | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | imp | 2004-08-07 | 1 | -4/+0 |
* | Update kvm mode to match kernel changes. | phk | 2004-06-09 | 1 | -3/+3 |
* | -N without -M is pointless. | ru | 2004-03-26 | 1 | -2/+2 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -1/+1 |
* | Remove options processing for dumping swapdevice radix map. | phk | 2003-07-31 | 1 | -1/+1 |
* | When dumping swap information, drop the "Type" field which displays | phk | 2003-07-31 | 1 | -7/+4 |
* | Report NODEV devices as <NFSfile> | phk | 2003-06-05 | 1 | -2/+6 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+4 |
* | - Modernize the format of the open file showing mode output: | robert | 2003-01-31 | 1 | -10/+23 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | phk | 2003-01-03 | 1 | -1/+1 |
* | Back out rev 1.78; getbsize(3)'s original interface has been restored. | mike | 2002-12-30 | 1 | -8/+6 |
* | Adjust argument passed to getbsize(). | markm | 2002-10-23 | 1 | -6/+8 |
* | Use struct xfile, not struct file. | des | 2002-07-31 | 1 | -26/+15 |
* | If unable to retrive maxfiles / openfiles, fail rather than print garbage. | des | 2002-05-28 | 1 | -33/+21 |
* | Remove the code that was disabled in a recent commit; it is of very limited | des | 2002-05-28 | 1 | -101/+55 |
* | Oops, don't print /dev/ twice. | des | 2002-05-28 | 1 | -1/+1 |
* | struct tty -> struct xtty. Reenable some previously disable code, but | des | 2002-05-28 | 1 | -35/+43 |
* | Un-kmemize. Portions of the tty mode code have been temporarily disabled; | des | 2002-05-23 | 1 | -82/+146 |
* | Nits in previous commits. | des | 2002-05-23 | 1 | -3/+3 |
* | Cull large amounts of dead code (deprecated since 1997) | des | 2002-05-23 | 1 | -451/+4 |
* | ANSIfy. | des | 2002-05-23 | 1 | -61/+40 |
* | Staticize. | des | 2002-05-23 | 1 | -50/+50 |
* | Whitespace cleanup. | des | 2002-05-23 | 1 | -6/+6 |
* | Unbreak tty mode (cons was renamed to constty a while ago) | des | 2002-05-23 | 1 | -1/+1 |
* | Oops, remove references to NLOCKED and NWANTED, now that they no | iedowse | 2002-04-28 | 1 | -4/+0 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 1 | -2/+2 |
* | Userland part of nfs client/server split and cleanup. | peter | 2001-09-18 | 1 | -8/+2 |
* | SECURITY: Drop `setgid kmem' bit as early as possible. | ru | 2001-08-31 | 1 | -0/+1 |
* | Fix the third argument to sysctlbyname() to be of the type size_t * | tmm | 2001-07-30 | 1 | -1/+2 |
* | Make the '-tn' flag combination print the major/minor numbers of the | dd | 2001-07-04 | 1 | -1/+1 |
* | Nuke unused variables. | dd | 2001-06-24 | 1 | -1/+0 |
* | Don't call printf without a format string (harmless in this case). | dd | 2001-06-17 | 1 | -2/+2 |
* | Remove vestiges of MFS. | ru | 2001-06-01 | 1 | -4/+2 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Unbreak world, IN_SHLOCK/IN_EXLOCK haven't existed in a while and | alfred | 2001-05-09 | 1 | -10/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Include necessary header files, in preparation for fixing breakage in | grog | 2001-04-23 | 1 | -0/+2 |
* | update to the current set of mnt_, ufs_ and nfs_ flags | assar | 2000-12-30 | 1 | -11/+37 |
* | Use the MACRO API to <sys/queue.h>. | phk | 2000-12-30 | 1 | -4/+4 |
* | Constify | kris | 2000-11-27 | 1 | -1/+1 |
* | 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 | 1 | -2/+1 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | 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 |