summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
2006-09-03add missing initializerschristos
2006-08-30Restore dependency on PTRACE for PROCFS.cube
2006-08-30revert previous as it breaks the build due to invalid syntaxjnemeth
2006-08-29Make PTRACE and COREDUMP optional. Make the default (status quo) by puttingmatt
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-24PR/33815: Nicolas Joly: /emul/linux/proc/#/stat always report currentchristos
2006-06-13use KAUTH_PROCESS_CANSEE rather than CURTAIN where appropriate.yamt
2006-06-13remove unnecessary arguments from kauth_authorize_process.yamt
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-02PR/32692: Matthew Mondor: linux compatibility in /proc/self should pointchristos
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-10-01Add "cwd" and "root" symlinks to each process's directory. The cwdatatat
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-11Implement curtain for procfs.elad
2005-08-30Remove __P()xtraeme
2005-05-29- sprinkle constchristos
2005-04-02PR/29782: Martin Husemann: procfs can not unmount when some process has itschristos
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-03-01Remove bogus len setting noted by J. Chapman Flack.christos
2005-02-27Give more space for cpu info and allocate it dynamically.christos
2005-02-26nuke trailing whitespaceperry
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-10-04procfs_readdir:yamt
2004-10-04procfs_readdir: remove a redundant assignment.yamt
2004-10-02procfs_getattr: correct size of /proc/self.yamt
2004-10-01procfs_readdir:yamt
2004-10-01procfs_readdir: fix an offset handling bug after addition of /proc/self.yamt
2004-10-01procfs_readdir: use a list macro.yamt
2004-09-20add 'mounts' file for -o linux, which lists all currently mountedjdolecek
2004-09-13set mp->mnt_stat.f_namemax on filesystem mount, for use by statvfsjdolecek
2004-08-27Do previous slightly differently - just pass a struct lwp * and derive theskrll
2004-08-21fix process used for /proc/<pid>/stat contents - it should be processjdolecek
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-05-25Sysctl descriptions under vfs subtreeatatat
2004-05-20Tweak sysctl setup functions (the macros, actually) for use in lkms,atatat
2004-05-14Simplify the code by:christos
2004-04-29Removed remaining caddr_t casts we do not need in miscfs. Recompiledjrf
2004-04-27First pass for some caddr_t removal and changes to get rid of it where wejrf
2004-04-22sprintf -> snprintfitojun
2004-04-21add sys/dirent.hchristos
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-02-15unlock the descriptor table simple lock after fd_getfile() call injdolecek
2003-12-10a little bit more namespace sanitydrochner
2003-12-04Dynamic sysctl.atatat
2003-10-30t_pgrp can be null.christos