summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-10/+1
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-072-78/+78
* Hide the kernel-only stuff inside #ifdef KERNEL.joerg1997-05-071-5/+14
* Oops. The function cd9660_mountroot() is gone, but i've committed anjoerg1997-05-041-3/+1
* This mega-commit brings the following:joerg1997-05-042-19/+61
* Fixed panic message in union_lock(): union_link --> union_lock.kato1997-05-031-2/+2
* Access correct union mount point in union_access. Old vnode is savedkato1997-05-021-2/+4
* Remove the dependancy on DEV_BSIZE, now specfs works on != 512bytesos1997-05-011-3/+10
* For multi-session CD-ROMs, we have to account for previous sessions asjoerg1997-04-291-1/+10
* Add support for ISO9660 multi-session CD-ROMs. This is just nothingjoerg1997-04-292-2/+5
* Revised fix for locking violation when unionfs calls vput withkato1997-04-291-32/+36
* Removed bogon from previous commit: doubly included sys/systm.h.alex1997-04-271-2/+1
* Prevent debugger attachment to init when securelevel > 0.alex1997-04-271-1/+6
* Undo 1.29.kato1997-04-271-2/+2
* Do nothing instead of adjusting un_flags when (uppervp is locked) &&kato1997-04-261-11/+3
* Do not clear UN_ULOCK in certain case.kato1997-04-261-2/+12
* Dirty change in union_lock(). Sometimes upper vnode is locked withoutkato1997-04-211-5/+23
* Replace VOP_LOCK with vn_lock.kato1997-04-211-2/+2
* Fix both a problem with accessing backing objects, and also releasedyson1997-04-201-1/+14
* Avoid `lock against myself' panic by following operation:kato1997-04-192-6/+33
* Fix `locking against myself' panic by multi nullfs mount of samekato1997-04-171-1/+25
* Use NULLVP instead of NULL.kato1997-04-173-11/+11
* Do not set the uppervp to NULLVP in union_removed_upper. If lowervpkato1997-04-161-1/+16
* Undo previous commit to avoid panic, and fix order of argument ofkato1997-04-161-15/+2
* Quick-hack to avoid `lock against myself' panic. It is not the realkato1997-04-151-2/+15
* Removed more traces of ISODEVMAP.bde1997-04-151-20/+1
* Remove all traces of undocumented feature ISODEVMAP.phk1997-04-144-128/+4
* Fix `lockmgr: locking against myself' panic by multi union mount ofkato1997-04-141-1/+25
* Fix locking violation when accessing `..'.kato1997-04-141-1/+39
* Access correct union mount point in union_access.kato1997-04-131-2/+2
* The function union_fsync tries to lock overlaying vnode object whenphk1997-04-131-3/+14
* The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR whenphk1997-04-131-1/+5
* Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf inphk1997-04-131-2/+2
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-8/+4
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-5/+4
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-14/+1
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-80/+47
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-246-12/+6
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-236-10/+12
* Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanismpeter1997-03-181-1/+3
* Use the common nchstats struct instead of a private one for ncs_2passesbde1997-03-081-5/+3
* Fixed missing initialisation of vp->v_type for types Pfile and Pmembde1997-03-081-1/+2
* Don't export kernel interfaces to applications. msdosfs_mount probablybde1997-03-031-1/+9
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. Itbde1997-02-265-130/+129
* Fixed procfs's locking vops. They were missed in the Lite2 merge,bde1997-02-241-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2258-59/+59
* Killed more FIFO ifdefs. All gone now.bde1997-02-132-7/+0
* Removed bogus B_AGE policy again (see rev 1.4).bde1997-02-131-5/+0
* Eliminate the last of the compile warnings in this module bympp1997-02-121-7/+7
OpenPOWER on IntegriCloud