aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Move procfs_fullpath() to vfs_cache.c, with a rename to textvp_fullpath().Brian Feldman2000-04-263-99/+2
* Quiet an unused variable warning by commenting out a variable declarationBrian Feldman2000-04-221-1/+1
* There's no reason to make "file" 0500 rather than 0555.Brian Feldman2000-04-221-1/+3
* Welcome back our old friend from procfs, "file"!Brian Feldman2000-04-223-19/+155
* Remove the linprocfs bits from their old location, as they've moved now.Mike Smith2000-04-205-1862/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-183-3/+0
* Introduce kqueue() and kevent(), a kernel event notification facility.Jonathan Lemon2000-04-161-0/+86
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-3/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-022-2/+2
* Attempt to provide real values for meminfo.Dag-Erling Smørgrav2000-03-251-19/+52
* Linux /proc filesystem.Dag-Erling Smørgrav2000-03-255-0/+1830
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-202-5/+5
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-203-8/+8
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-162-4/+0
* Fix bde'isms in acl/extattr syscall interface, renaming syscalls toRobert Watson2000-01-192-3/+3
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-102-6/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-297-14/+14
* 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