aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo "," vs ";"Peter Wemm1999-12-271-1/+1
* Fix a typo that was doing something kind of silly, and that is initializingChris Costello1999-12-212-2/+2
* Include vm/vm_extern.h to get at prototypesEivind Eklund1999-12-201-0/+1
* Eliminate unused variablesEivind Eklund1999-12-201-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-198-1/+46
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-158-92/+30
* Lock reporting and assertion changes.Eivind Eklund1999-12-115-13/+16
* Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS thatPeter Wemm1999-12-111-40/+0
* Remove unused #includes.Poul-Henning Kamp1999-12-0810-16/+0
* Collect read and write counts for filesystems. This new codeKirk McKusick1999-12-011-0/+21
* Report swapdevices as cdevs rather than bdevs.Poul-Henning Kamp1999-11-291-0/+2
* Add a sysctl to control if argv is disclosed to the world:Poul-Henning Kamp1999-11-261-1/+1
* Introduce the new functionPoul-Henning Kamp1999-11-217-20/+7
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-213-4/+4
* A process should be able to examine itself.Sean Eric Fagan1999-11-201-2/+3
* Get rid of calls to vfinddev() by ripping out code for vnode typePoul-Henning Kamp1999-11-201-26/+0
* Get rid of calls to vfinddev() by doing like specfs.Poul-Henning Kamp1999-11-201-15/+7
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Fix an unused variable warning.Peter Wemm1999-11-181-1/+0
* Fix a warning.Peter Wemm1999-11-181-0/+3
* Make proc/*/cmdline use the cached argv if available.Poul-Henning Kamp1999-11-171-21/+31
* The function `procfs_getattr()' in procfs doesn't set the value ofPoul-Henning Kamp1999-11-171-0/+2
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-132-10/+5
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-2/+1
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-321/+78
* Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. ItAlan Cox1999-11-091-1/+1
* Oops, a bit too hasty there.Poul-Henning Kamp1999-11-081-3/+0
* Various cleanups.Poul-Henning Kamp1999-11-081-27/+14
* Explain why Warner is right, and I am wrong, in the removing of theSean Eric Fagan1999-11-081-0/+14
* Update for fileops.fo_stat() addition. Note, this would panic ifPeter Wemm1999-11-081-2/+3
* Use vop_panic() instead of spec_badop().Poul-Henning Kamp1999-11-071-23/+11
* Remove the iskmemdev() function. Make it the responsibility of the mem.cPoul-Henning Kamp1999-11-072-6/+2
* Make an incredibly stupid change because Warner threatened to do it andSean Eric Fagan1999-11-071-1/+0
* Remove specfs::vop_lookup() There is no code path which can call it.Poul-Henning Kamp1999-11-011-18/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-295-5/+0
* A tentative agreement has been reached in regards to a procedureMatthew Dillon1999-10-201-7/+0
* Change the default for the vfs.bdev_buffered sysctl to zero.Poul-Henning Kamp1999-10-181-1/+1
* Add a couple of strategic KASSERTsPoul-Henning Kamp1999-10-081-0/+6
* Add back sysctl vfs.enable_userblk_ioPoul-Henning Kamp1999-10-081-0/+7
* Warn once per driver about dev_t's not registered with make_dev().Poul-Henning Kamp1999-10-041-0/+9
* Move the buffered read/write code out of spec_{read|write} and intoPoul-Henning Kamp1999-10-041-181/+210
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-032-6/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-7/+0
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-1/+1
* Make sure file after VOP_OPEN is VMIO'd when transfering control fromMatthew Dillon1999-09-282-4/+8
* This is a major fixup of unionfs. At least 30 serious bugs have beenMatthew Dillon1999-09-264-859/+1258
* Remove a warning check which was too general.Poul-Henning Kamp1999-09-251-3/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-2/+2
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-7/+22
* Kill the cdevsw->d_maxio field.Poul-Henning Kamp1999-09-221-8/+10