summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-153-48/+26
* Lock reporting and assertion changes.eivind1999-12-112-7/+10
* Remove unused #includes.phk1999-12-081-2/+0
* Fix an unused variable warning.peter1999-11-181-1/+0
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-5/+2
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+1
* useracc() the prequel:phk1999-10-291-1/+0
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-032-6/+0
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromdillon1999-09-282-4/+8
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-264-860/+1259
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-1/+2
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-49/+6
* Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printfbde1999-08-292-12/+11
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-2/+1
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-161-12/+5
* This code got moved as a result of confusion between union mounts andpeter1999-02-281-10/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-4/+8
* Cleanup uninitialized-possibly-used (but really not) warningsdillon1998-12-142-4/+4
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-071-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+3
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-032-2/+83
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Cast pointers to [u]intptr_t instead of to [unsigned] long.bde1998-07-151-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* In the words of the submitter:msmith1998-05-072-74/+78
* As described by the submitter:msmith1998-05-061-18/+1
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* If lowervp is NULLVP, vap was clobbered.kato1998-03-171-2/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+18
* Deleted KLOCK-hack.kato1998-02-263-29/+7
* Deleted unused variable.kato1998-02-101-2/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-103-54/+32
* Back out DIAGNOSTIC changes.eivind1998-02-063-9/+3
* Workarround for DIAGNOSTIC kernel's panic in union_lookup().kato1998-02-061-1/+7
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-3/+9
* Fixed typo in comment.kato1998-01-251-2/+2
* Delete unused code in union_fsync().kato1998-01-221-6/+1
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-203-10/+33
* Workarround for locking violation while recycling vnode which union fskato1998-01-181-4/+14
* Improve and revise fixes for locking violation.kato1998-01-182-33/+52
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Staticize.phk1997-11-183-33/+30
* VFS interior redecoration.phk1997-10-261-2/+2
* Another VFS cleanup "kilo commit"phk1997-10-161-18/+1
* Hmm, realign the vnops into two columns.phk1997-10-151-7/+7
* Stylistic overhaul of vnops tables.phk1997-10-151-51/+39
OpenPOWER on IntegriCloud