aboutsummaryrefslogtreecommitdiff
path: root/procfs/main.h
Commit message (Collapse)AuthorAgeFilesLines
* procfs: provide magic retry response for /proc/selfJustus Winter2016-12-191-1/+0
| | | | | | | | | * hurd/hurd_types.h: Document the magic retry string `pid'. * hurd/paths.h (_HURD_MAGIC): New macro. * procfs/main.c: Remove all code related to faking /proc/self. * procfs/main.h: Likewise. * procfs/rootdir.c: Likewise. Instead, return the magic retry response `pid' for the `self' node.
* Prepare the procfs translator to be merged into the Hurd sourcesJustus Winter2014-06-151-0/+25
Move the procfs translator to its own subdirectory 'procfs'. This is the last commit to this repository. Development of the procfs translator will continue in the main Hurd repository. * procfs/Makefile: Replace the standalone Makefile with the one from the Debian packaging repository.