summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
2003-12-10a little bit more namespace sanitydrochner
2003-12-04Dynamic sysctl.atatat
2003-10-30t_pgrp can be null.christos
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-03terminate snprintb 'new' format strings correctly.yamt
2003-09-27Put pfsnode in the #ifdef _KERNEL too, so this actually compiles.mycroft
2003-09-27Changes as discussed with itojun on tech-kern. I have modified the enumsdarcy
2003-09-07remove meaningless line (variable overwritten 2 lines below)itojun
2003-08-21Add casts of LINUX_USRSTACK and USRSTACK to handle the caseshe
2003-08-09LINUX_USRSTACK is only defined on i386. Thanks Izumi!christos
2003-08-09Only choose the linux usrstack if the netbsd usrstack was higher.christos
2003-08-09Change the way we compute the top of the stack. This makes java-1.4.2 work.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-29Change "%qu" to "PRIu64" to make it compile on sparc64.hannken
2003-05-28Add /proc/<pid>/stat for linux compat. j2sdk1.4.2 depends on it.christos
2003-05-08Add breaks which were forgotten in rev. 1.2 change.nakayama
2003-04-18Make the mode of /proc/<pid>/fd dr-x------christos
2003-04-18Make symlinks for directories that point to the actual directory.christos
2003-04-18change PROCFS_FILENO() to use 5 bits for 'type', since there are more thanjdolecek
2003-04-17do not show nodes corresponding to directory descriptors for processjdolecek
2003-04-17procfs_readdir(): in Pfd case, only show descriptors of types we wantjdolecek
2003-04-17procfs_lookup(): use fd_getfile() et al in Pfd casejdolecek
2003-04-17use fd_getfile() in procfs_getfp(), and FILE_USE()/FILE_UNUSE() thejdolecek
2003-04-17g/c, it's outdated and the info wouldn't belong here anywayjdolecek
2003-04-17make some local arrays/variables static + constjdolecek
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2003-04-10use former genfs_eopnotsupp_rele() as genfs_eopnotsupp(), so that vnodesjdolecek
2003-04-05Remove pointless check against PID_MAX. Let pfind() do the validation.dsl
2003-03-15Release the hash lock on failure.enami
2003-03-04Teach procfs_allocvp() about Puptime to avoid panics if "/proc/uptime"tron
2003-02-27Change "%llu" to "PRIu64" to make it compile on sparc64.hannken
2003-02-25This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitt...jrf
2003-02-03don't bother special-casing DTYPE_KQUEUE/DTYPE_MISC nor panic for unknownjdolecek
2003-02-03procfs_allocvp():jdolecek
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-04Cast off_t expression to long long to match format even on 64 bitmartin
2003-01-03add LK_CANRECURSE in the locking of /dev/<pid>/fd/<n> and remove the curprocchristos
2003-01-03Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things:christos
2002-11-07Fix a signed/unsigned comparison warning.thorpej
2002-11-07Fix signed/unsigned comparison warnings.thorpej
2002-09-21MNT_GETARGS supportchristos
2002-08-03Just use the "time" variable in the *_getattr functions instead of a callsimonb
2002-07-30Die, qaddr_t, die! - mnt_data in struct mount is already effectivelysoren
2002-07-25Make sure that the pointer to old parent process for ptraced childrenjdolecek
2002-05-09Move code shared by procfs and the kernel proper out of procfs andthorpej
2002-04-16Cleanup how file system configuration information is declared, groupingthorpej
2002-01-12Don't hide the real return code with EPERM.christos