summaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: sync kq up to current (extend to device layer, plus other fixes)Jonathan Lemon2001-02-262-31/+56
* MFC 1.148, 1.149 - use mark/scan to avoid cpu loop waiting for interrupt whenMatthew Dillon2001-02-021-7/+29
* MFC vfs_bio.c 1.269 and friends. This MFC's the better launder limitingMatthew Dillon2000-12-302-0/+4
* o MFC of procfs_ctl.c 1.22, tighten restrictions on the use ofRobert Watson2000-12-171-4/+14
* MFC 1.27, fix forgotten getsock()->holdsock() conversion.Matthew Dillon2000-11-261-2/+6
* MFC: More overflow checking. This patch is ugly, but it works. A better fixEivind Eklund2000-11-161-18/+45
* Make /proc/<pid> appear as a directory rather than a regular file.Alfred Perlstein2000-11-071-1/+1
* Be much, much more paranoid on allowing I/O operations on procfs nodes.Sean Eric Fagan2000-11-017-7/+15
* MFC: Fix jail hostname overflowEivind Eklund2000-11-011-1/+1
* MFC:Boris Popov2000-10-254-66/+94
* MFC: Get rid from the __P() macro. Replace 'extern' with function prototype.Boris Popov2000-10-254-38/+44
* MFC: $FreeBSD$Peter Wemm2000-08-033-0/+6
* MFC: textvp_fullpath(), revive /proc/pid/file.Dag-Erling Smørgrav2000-06-212-20/+60
* MFC: kqueue() and kevent()Jonathan Lemon2000-05-051-0/+86
* Remove linprocfs as pr -core's request.Søren Schmidt2000-04-185-1863/+0
* MFC: attempt to provide real values for meminfo.Dag-Erling Smørgrav2000-03-251-19/+52
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-255-0/+1830
* MFC: Remove MAX_PERF with extreme prejudice.Paul Saab2000-03-172-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