| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy&Paste considered harmful: | phk | 1997-08-25 | 1 | -67/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 10 | -29/+30 |
* | Added DIAGNOSTIC routine to test inconsistency of vnode when cnp | kato | 1997-08-15 | 1 | -1/+9 |
* | Deleted unused code which adjust UN_UNLOCK flag. | kato | 1997-08-15 | 1 | -17/+5 |
* | If the user doesn't have read permission, union_copyup should not copy | kato | 1997-08-14 | 1 | -1/+11 |
* | Backed out part of previous change. The example of -b mount in | kato | 1997-08-14 | 1 | -4/+2 |
* | Fixed vnode corruption by undefined case in union_lookup(). When | kato | 1997-08-12 | 1 | -3/+7 |
* | Check permissions for fp regs as well as normal regs. | sef | 1997-08-12 | 1 | -1/+3 |
* | Fix procfs security hole -- check permissions on meaningful I/Os (namely, | sef | 1997-08-12 | 4 | -8/+43 |
* | Removed unused #includes. | bde | 1997-08-02 | 24 | -115/+25 |
* | two tiny typo's | julian | 1997-07-14 | 1 | -3/+3 |
* | remove annoying debug message | julian | 1997-07-14 | 1 | -2/+1 |
* | More comment cleanup. | alex | 1997-06-26 | 1 | -5/+5 |
* | Typo police. | alex | 1997-06-26 | 1 | -3/+3 |
* | Style fix my previous commit. | alex | 1997-06-26 | 1 | -2/+2 |
* | Block all write operations to /proc/1/* when securelevel > 0. | alex | 1997-06-21 | 1 | -1/+3 |
* | Don't remove the controlling tty from the session if the vnode is being | tegge | 1997-05-29 | 1 | -1/+2 |
* | Fix some warnings (missing prototypes, wrong "generic" args etc) | peter | 1997-05-25 | 3 | -9/+11 |
* | 1. Added cast and parenthesis in block size calculaion in | kato | 1997-05-07 | 2 | -78/+78 |
* | Fix the umount problems for DEVFS. | joerg | 1997-05-03 | 2 | -4/+17 |
* | Fixed panic message in union_lock(): union_link --> union_lock. | kato | 1997-05-03 | 1 | -2/+2 |
* | Access correct union mount point in union_access. Old vnode is saved | kato | 1997-05-02 | 1 | -2/+4 |
* | Remove the dependancy on DEV_BSIZE, now specfs works on != 512byte | sos | 1997-05-01 | 1 | -3/+10 |
* | Revised fix for locking violation when unionfs calls vput with | kato | 1997-04-29 | 1 | -32/+36 |
* | Removed bogon from previous commit: doubly included sys/systm.h. | alex | 1997-04-27 | 1 | -2/+1 |
* | Prevent debugger attachment to init when securelevel > 0. | alex | 1997-04-27 | 1 | -1/+6 |
* | Undo 1.29. | kato | 1997-04-27 | 1 | -2/+2 |
* | Do nothing instead of adjusting un_flags when (uppervp is locked) && | kato | 1997-04-26 | 1 | -11/+3 |
* | Do not clear UN_ULOCK in certain case. | kato | 1997-04-26 | 1 | -2/+12 |
* | Dirty change in union_lock(). Sometimes upper vnode is locked without | kato | 1997-04-21 | 1 | -5/+23 |
* | Replace VOP_LOCK with vn_lock. | kato | 1997-04-21 | 1 | -2/+2 |
* | Fix both a problem with accessing backing objects, and also release | dyson | 1997-04-20 | 1 | -1/+14 |
* | Avoid `lock against myself' panic by following operation: | kato | 1997-04-19 | 2 | -6/+33 |
* | Fix `locking against myself' panic by multi nullfs mount of same | kato | 1997-04-17 | 1 | -1/+25 |
* | Use NULLVP instead of NULL. | kato | 1997-04-17 | 3 | -11/+11 |
* | Do not set the uppervp to NULLVP in union_removed_upper. If lowervp | kato | 1997-04-16 | 1 | -1/+16 |
* | Undo previous commit to avoid panic, and fix order of argument of | kato | 1997-04-16 | 1 | -15/+2 |
* | Quick-hack to avoid `lock against myself' panic. It is not the real | kato | 1997-04-15 | 1 | -2/+15 |
* | Fix `lockmgr: locking against myself' panic by multi union mount of | kato | 1997-04-14 | 1 | -1/+25 |
* | Fix locking violation when accessing `..'. | kato | 1997-04-14 | 1 | -1/+39 |
* | Access correct union mount point in union_access. | kato | 1997-04-13 | 1 | -2/+2 |
* | The function union_fsync tries to lock overlaying vnode object when | phk | 1997-04-13 | 1 | -3/+14 |
* | The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when | phk | 1997-04-13 | 1 | -1/+5 |
* | Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf in | phk | 1997-04-13 | 1 | -2/+2 |
* | Removed libc stuffs. Lite/2 merged libc contains unionfs support, and | kato | 1997-04-13 | 4 | -1300/+0 |
* | Get the declaration of `struct dirent' from <sys/dirent.h>, not from | bde | 1997-04-10 | 1 | -7/+4 |
* | Removed unused or apparently-unused #includes, especially of the | bde | 1997-04-10 | 1 | -5/+2 |
* | Fix the gdb executable modify problem. Thanks to the detective work | dyson | 1997-04-06 | 1 | -80/+47 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 3: include | bde | 1997-03-24 | 1 | -2/+2 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 5 | -10/+5 |