summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_fd.c
AgeCommit message (Collapse)Author
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
1.173 for details.
2007-11-07Merge from vmlocking:ad
- pool_cache changes. - Debugger/procfs locking fixes. - Other minor changes.
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
- fix a couple of unused bugs - no more -Wno-unused for i386
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
and need to be examined and discussed more.
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
be inserted into ktrace records. The general change has been to replace "struct proc *" with "struct lwp *" in various function prototypes, pass the lwp through and use l_proc to get the process pointer when needed. Bump the kernel rev up to 1.6V
2003-05-08Add breaks which were forgotten in rev. 1.2 change.nakayama
Inspired from a report by HIRATSUKA Kouichirou in tech-pkg-ja mailing list.
2003-04-17use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() thejdolecek
returned file descriptor pointer appropriately
2003-01-03Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things:christos
- Is it ok to convert DTYPE_PIPE to VFIFO and DTYPE_SOCKET to VSOCK? - XXX: Avoid locking issue in ls -Rl /proc by avoiding curproc - Does I/O to pipes work? - XXX: Are there security implications?