| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid sleeping while holding a mutex in dounmount(). This problem | iedowse | 2001-08-20 | 1 | -6/+7 |
* | Arbitrarily limit to 64k the number of bytes that can be read at | iedowse | 2001-08-10 | 1 | -0/+3 |
* | Constify the fstype argument to vfs_mount(). This eliminates at least one | des | 2001-07-09 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -2/+2 |
* | Fix an instance of NDINIT in the extattrctl syscall: LOCKLEAF was or'ed | tmm | 2001-06-06 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -5/+5 |
* | Don't release Giant around vm_oject_page_clean() in fsync() as the pager | jhb | 2001-05-23 | 1 | -2/+0 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+0 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -1/+6 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | o Introduce extattr_{delete,get,set}_fd() to allow extended attribute | rwatson | 2001-03-31 | 1 | -74/+213 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 1 | -2/+3 |
* | Fixed breakage of access() in rev.1.164. Wrong credentials were used for | bde | 2001-03-20 | 1 | -1/+1 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -5/+5 |
* | o Change the API and ABI of the Extended Attribute kernel interfaces to | rwatson | 2001-03-15 | 1 | -9/+54 |
* | Check to see if p_fd is NULL before derferencing it in checkdirs(). It's | jhb | 2001-03-07 | 1 | -0/+2 |
* | Mismatched MFSNAMELEN and MNAMELEN with fstype / fspath. | adrian | 2001-03-02 | 1 | -2/+2 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -28/+66 |
* | The kernel did not hold a vnode reference associated with the | iedowse | 2001-02-28 | 1 | -11/+32 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -1/+2 |
* | Introduce copyinfrom and copyinstrfrom, which can copy data from either | jlemon | 2001-02-16 | 1 | -4/+13 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -23/+23 |
* | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | jake | 2000-12-13 | 1 | -2/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 1 | -0/+2 |
* | This patchset fixes a large number of file descriptor race conditions. | dillon | 2000-11-18 | 1 | -10/+75 |
* | Take VBLK devices further out of their missery. | phk | 2000-11-02 | 1 | -1/+1 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -28/+30 |
* | Add function comments for functions missing them | eivind | 2000-09-14 | 1 | -1/+29 |
* | Blow away COMPAT_43 support for mount | eivind | 2000-09-14 | 1 | -21/+0 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -4/+5 |
* | o Remove commented out code which modified return values from | rwatson | 2000-09-05 | 1 | -10/+0 |
* | access() shouldn't diddle with the contents of a potentially shared | truckman | 2000-09-02 | 1 | -8/+18 |
* | Don't set flags on the mount structure before all permission checks have | tegge | 2000-08-09 | 1 | -4/+19 |
* | o Modify extattr_{set,get}() syscalls so that partial reads and writes | rwatson | 2000-07-28 | 1 | -1/+5 |
* | o Lock vnode before calling extattr_* VOP's, and modify vnode spec to | rwatson | 2000-07-26 | 1 | -6/+11 |
* | Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0); | mckusick | 2000-07-25 | 1 | -5/+0 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -95/+221 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 1 | -13/+23 |
* | Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES, | phk | 2000-07-03 | 1 | -0/+3 |
* | Move the securelevel check before loading KLD's into linker_load_file(), | archie | 2000-06-29 | 1 | -5/+0 |
* | Revert part of my bioops change which implemented panic(8). | phk | 2000-06-16 | 1 | -0/+3 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 1 | -4/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 1 | -0/+2 |
* | Add bwillwrite to all system calls that create things in the filesystem. | mckusick | 2000-01-10 | 1 | -0/+9 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -2/+193 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -28/+54 |