aboutsummaryrefslogtreecommitdiff
path: root/procfs/process.c
Commit message (Collapse)AuthorAgeFilesLines
* fix compiler warnings in hurd/procfsFlavio Cruz2015-12-291-2/+2
| | | | | | | | procfs: Fix compiler warnings. * include/sys/procfs.h: Change uintptr_t to vm_address_t. * procfs/process.c: Fix format strings. * procfs/rootdir.c: Add missing casts.
* procfs: Fix typos in comments (found by codespell)Stefan Weil2015-01-031-2/+2
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* procfs: implement /proc/N/mapsJustus Winter2014-09-291-1/+103
| | | | | | | Fixes https://savannah.gnu.org/bugs/?32770 . * procfs/process.c (process_file_gc_maps): New function. (entries): Use the new function to implement /proc/N/maps.
* procfs: fix typo in commentJustus Winter2014-09-181-1/+1
| | | | * procfs/process.c (process_stat_make_node): Fix typo in comment.
* Prepare the procfs translator to be merged into the Hurd sourcesJustus Winter2014-06-151-0/+414
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.