summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restored #include of <sys/kernel.h> so that this compiles again.bde1997-02-121-0/+1
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-123-0/+8
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-125-4/+12
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-1035-1768/+2274
* Change the map entry flags from bitfields to bitmasks. Allowsdyson1997-01-161-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1440-40/+40
* Fixed lseek() on named pipes. It always succeeded but should always fail.bde1996-12-191-1/+3
* Fixed errno for unsupported advisory locks. The errno is now EINVALbde1996-12-192-4/+4
* changes to make devfs more 'normal'julian1996-11-215-155/+251
* Fix a potential deadlock from the previous commit.dyson1996-10-301-2/+4
* Fix the /proc/???/map file so that it is possible to read an arbitrarilydyson1996-10-301-18/+23
* devfs_tree.c: improve our bdevvp() function.phk1996-10-282-4/+8
* Fix setting breakpoints in shared regions.dyson1996-10-241-7/+4
* Just because something doesn't make sense doesn't mean it should be illegal..julian1996-10-171-2/+1
* actually impliment permissions for teh chown/chmod/etc functionsjulian1996-10-161-31/+88
* Allow the utimes call to work on devfs nodes.julian1996-10-161-3/+2
* reads and writes to devices update m and a timesjulian1996-10-121-3/+9
* Substitution of a long divide by a shift. Other cosmetic improvements.dyson1996-10-061-13/+22
OpenPOWER on IntegriCloud