| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove redundant check for vp == dvp (done in VFS before calling). | phk | 1997-05-17 | 1 | -10/+1 |
* | 1. Added cast and parenthesis in block size calculaion in | kato | 1997-05-07 | 2 | -78/+78 |
* | Hide the kernel-only stuff inside #ifdef KERNEL. | joerg | 1997-05-07 | 1 | -5/+14 |
* | Oops. The function cd9660_mountroot() is gone, but i've committed an | joerg | 1997-05-04 | 1 | -3/+1 |
* | This mega-commit brings the following: | joerg | 1997-05-04 | 2 | -19/+61 |
* | 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 |
* | For multi-session CD-ROMs, we have to account for previous sessions as | joerg | 1997-04-29 | 1 | -1/+10 |
* | Add support for ISO9660 multi-session CD-ROMs. This is just nothing | joerg | 1997-04-29 | 2 | -2/+5 |
* | 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 |
* | Removed more traces of ISODEVMAP. | bde | 1997-04-15 | 1 | -20/+1 |
* | Remove all traces of undocumented feature ISODEVMAP. | phk | 1997-04-14 | 4 | -128/+4 |
* | 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 |
* | Get the declaration of `struct dirent' from <sys/dirent.h>, not from | bde | 1997-04-10 | 1 | -8/+4 |
* | Get the declaration of `struct dirent' from <sys/dirent.h>, not from | bde | 1997-04-10 | 1 | -5/+4 |
* | Removed unused or apparently-unused #includes, especially of the | bde | 1997-04-10 | 1 | -14/+1 |
* | 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 | 6 | -12/+6 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 6 | -10/+12 |
* | Restore the lost MNT_LOCAL flag twiddle. Lite2 has a different mechanism | peter | 1997-03-18 | 1 | -1/+3 |
* | Use the common nchstats struct instead of a private one for ncs_2passes | bde | 1997-03-08 | 1 | -5/+3 |
* | Fixed missing initialisation of vp->v_type for types Pfile and Pmem | bde | 1997-03-08 | 1 | -1/+2 |
* | Don't export kernel interfaces to applications. msdosfs_mount probably | bde | 1997-03-03 | 1 | -1/+9 |