| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -14/+2 |
* | Delete unused #include <sys/select.h>. | wollman | 2001-01-09 | 5 | -6/+0 |
* | When p_ucred is passed to the venus daemon, first grab the proc lock to | jhb | 2000-12-15 | 1 | -2/+14 |
* | Protect accesses to member of struct proc with the proc lock. | jhb | 2000-12-06 | 3 | -2/+12 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -1/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 2 | -2/+0 |
* | Forward-declare struct mbuf so that this file is less self-insufficient | bde | 2000-10-05 | 1 | -0/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+1 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 1 | -1/+0 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 2 | -2/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -3/+3 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -1/+3 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 2 | -52/+7 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 1 | -2/+2 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -4/+3 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -7/+3 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -24/+49 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -0/+1 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -56/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 19 | -19/+19 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -35/+1 |
* | Don't examine vp->v_tag (see comment in vnode.h) | phk | 1999-08-13 | 1 | -3/+2 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -3/+1 |
* | Fixed all printf format errors reported by gcc -Wformat on i386's: | bde | 1999-08-08 | 1 | -10/+16 |
* | The dev returned here is what is found in the st_dev field. | rvb | 1999-08-02 | 1 | -2/+3 |
* | Remove the RCS "Log" and all the verbiage it has generated. | phk | 1999-07-21 | 10 | -1304/+12 |
* | Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev. | phk | 1999-07-20 | 1 | -2/+28 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 2 | -10/+7 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -6/+21 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 2 | -4/+4 |
* | remove cast from dev_t to dev_t. | phk | 1999-05-09 | 1 | -2/+11 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -2/+5 |
* | Removed a bogus cast to c_caddr_t. This is part of terminating | bde | 1999-01-29 | 1 | -2/+8 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -2/+2 |
* | Fix warnings preparing for -Wall -Wcast-qual | dillon | 1999-01-27 | 2 | -4/+12 |
* | Add 'options DEBUG_LOCKS', which stores extra information in struct | eivind | 1999-01-20 | 1 | -1/+11 |
* | Missed a stray LKM #ifdef | peter | 1999-01-17 | 1 | -5/+8 |
* | Clean up the KLD/LKM goop a bit. | peter | 1999-01-17 | 3 | -93/+23 |
* | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | bde | 1999-01-07 | 1 | -2/+5 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 2 | -6/+9 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+6 |
* | Don't print diagnostic anymore | rvb | 1998-12-04 | 1 | -1/+6 |
* | A few bug fixes for Robert Watson | rvb | 1998-11-16 | 2 | -5/+24 |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 1 | -2/+2 |
* | coda_lookup now passes up an extra flag. But old veni will | rvb | 1998-11-11 | 4 | -16/+84 |