aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* Don't allow group to read process memory.Dag-Erling Smørgrav2002-02-181-2/+1
* Eliminate ptrace/exec race.Jacques Vidrine2002-01-228-2/+25
* MFC the following:Matthew Dillon2001-12-251-1/+1
* MFC: don't fall through from PIOCGFL to PIOCSTATUS.Dag-Erling Smørgrav2001-10-291-0/+1
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-251-3/+4
* Merge the fdesc changes from -CURRENT. This fixes at _least_ one bug,Chris Costello2001-10-223-494/+167
* Add the necessary dependency information to the procfs and linprocfs modules.Dag-Erling Smørgrav2001-10-151-0/+1
* MFC: Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-111-0/+6
* MFC of procfs "kmem" cleanup. With the advent of an entirelyRobert Watson2001-08-123-46/+3
* Whitespace and style(9) diff reduction with -CURRENT.Robert Watson2001-08-046-5/+9
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-266-98/+16
* Removing old, broken DEVFS from -stable phase two: removeDima Dorfman2001-07-257-4037/+0
* MFC: the rest of fixes for nullfs. Please note, that for now onlyBoris Popov2001-06-263-71/+192
* MFC: r1.54; hook up kq write filter to correct socket.Jonathan Lemon2001-06-151-4/+11
* MFC: Do not leave an extra reference on vnode.Boris Popov2001-06-141-6/+2
* MFC:Boris Popov2001-05-302-1/+68
* MFC: use VOP_*VOBJECT() to track a real VM object.Boris Popov2001-05-301-0/+59
* Disable DEVFS in 4.xPoul-Henning Kamp2001-05-061-0/+1
* 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