summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* More comment cleanup.alex1997-06-261-5/+5
* Typo police.alex1997-06-261-3/+3
* Style fix my previous commit.alex1997-06-261-2/+2
* Block all write operations to /proc/1/* when securelevel > 0.alex1997-06-211-1/+3
* Don't remove the controlling tty from the session if the vnode is beingtegge1997-05-291-1/+2
* Fix some warnings (missing prototypes, wrong "generic" args etc)peter1997-05-253-9/+11
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-072-78/+78
* Fix the umount problems for DEVFS.joerg1997-05-032-4/+17
* 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
* 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
* 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
* Removed libc stuffs. Lite/2 merged libc contains unionfs support, andkato1997-04-134-1300/+0
* Get the declaration of `struct dirent' from <sys/dirent.h>, not frombde1997-04-101-7/+4
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-5/+2
* 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-245-10/+5
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-234-6/+8
* Fixed missing initialisation of vp->v_type for types Pfile and Pmembde1997-03-081-1/+2
* Use Lite2's stub locking vops instead of nullop.bde1997-02-241-4/+5
* 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-2240-41/+41
* Eliminate the last of the compile warnings in this module bympp1997-02-121-7/+7
* Restore of #include <sys/kernel.h> so that this compiles withoutmpp1997-02-121-0/+1
* Rstored #include of <sys/kernel.h> so that this compilesmpp1997-02-121-0/+1
* Make this compile again after the Lite2 merge.mpp1997-02-123-23/+26
* Make this compile again after the Lite2 merge.mpp1997-02-123-8/+12
* Add missing function prototypes.mpp1997-02-123-3/+4
* Added parameter names to prototypes that were added in the last commit tobde1997-02-121-4/+7
OpenPOWER on IntegriCloud