| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -4/+3 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -38/+151 |
* | Change dounmount() to return EBUSY in the non-MNT_FORCE case if we | iedowse | 2002-01-10 | 1 | -1/+8 |
* | Return EBADF in case some vnode field has been reset to a NULL pointer. | se | 2002-01-03 | 1 | -0/+2 |
* | Define a new mount flag "MNT_JAILDEVFS" | phk | 2001-11-05 | 1 | -8/+2 |
* | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | dillon | 2001-11-04 | 1 | -0/+1 |
* | o Remove the local temporary variable "struct proc *p" from vfs_mount() | rwatson | 2001-11-02 | 1 | -7/+7 |
* | Argh! | phk | 2001-11-02 | 1 | -21/+0 |
* | Add empty shell for nmount syscall (take 2!) | phk | 2001-11-02 | 1 | -0/+21 |
* | Add nmount() stub function and regenerate the syscall-glue which should | phk | 2001-11-02 | 1 | -0/+21 |
* | unwind v_writecount in fhopen() if we are unable to allocate the | dillon | 2001-10-24 | 1 | -1/+4 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 1 | -1/+2 |
* | o Complete the migration from suser error checking in the following form | rwatson | 2001-10-01 | 1 | -22/+43 |
* | o vpaccess() -> vn_access() -- Peter reminds me that there is already | rwatson | 2001-09-22 | 1 | -4/+4 |
* | o Introduce eaccess(2), a version of access(2) that uses the effective | rwatson | 2001-09-21 | 1 | -14/+67 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -429/+443 |
* | lseek: simplify overflow checks | ache | 2001-08-29 | 1 | -4/+4 |
* | Cosmetique & style fixes from bde | ache | 2001-08-26 | 1 | -1/+0 |
* | lseek: fix check for vattr.va_size overflow. Check suggested by bde simple not | ache | 2001-08-23 | 1 | -1/+2 |
* | Cosmetique: more <sys/*> into one group, separate include families by | ache | 2001-08-23 | 1 | -1/+2 |
* | Make lseek() POSIXed: for non character special files | ache | 2001-08-21 | 1 | -5/+20 |
* | 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 |