aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
Commit message (Expand)AuthorAgeFilesLines
* o Merge SA-04:17.procfs, SA-05:01.telnet and SA-05:02.sendfile.Maxim Konovalov2005-04-081-1/+16
* Revision 1.10.2.4 introduced a regression: the offset was ignored.Jacques Vidrine2003-10-041-3/+1
* MFC (the spirit of) procfs_dbregs.c 1.23, procfs_fpregs.c 1.29,Jacques Vidrine2003-10-025-72/+9
* MFC src/sys/kern/sys_process.c revisions 1.111 and 1.112:Tor Egge2003-08-121-31/+6
* MFC:David Schultz2003-06-183-43/+72
* MFC (fs/miscfs/fifo_vnops.c 1.79+1.85: don't loop in fifo_open() waitingBruce Evans2003-04-221-2/+12
* Remove the kernfs source code and documentation.Dag-Erling Smørgrav2003-02-103-942/+0
* Set f_mntonname so unmount(2) can succeed. This is taken care of by commonNate Lawson2002-08-231-0/+6
* MFC: rev 1.53: Fix null_lock() not unlocking vp->v_interlock ifSemen Ustimenko2002-07-311-2/+6
* 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-493/+166
* 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