Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | procfs: provide magic retry response for /proc/self | Justus Winter | 2016-12-19 | 1 | -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 sources | Justus Winter | 2014-06-15 | 1 | -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. |