| Commit message (Expand) | Author | Age | Files | Lines |
* | Style tweaks | Sergey Bugaev | 2023-05-10 | 1 | -2/+2 |
* | procfs: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 2 | -13/+13 |
* | procfs: Fix process creation time in /proc/pid/stat | Sergey Bugaev | 2023-04-18 | 1 | -1/+1 |
* | Use default pager MiG stubs from Hurd instead of gnumach | Flavio Cruz | 2023-04-07 | 1 | -1/+0 |
* | Fix accessing bit 31 | Samuel Thibault | 2023-02-15 | 1 | -3/+3 |
* | procfs: Actually add padding to align struct dirent | Samuel Thibault | 2023-02-03 | 1 | -0/+2 |
* | Avoid unaligned memory accesses | Samuel Thibault | 2023-02-02 | 1 | -1/+3 |
* | procfs: Add padding to align struct dirent | Samuel Thibault | 2023-02-02 | 1 | -1/+6 |
* | procfs: Fix checking underrun | Samuel Thibault | 2023-01-01 | 1 | -2/+2 |
* | procfs: Avoid fclosing NULL on memory shortage | Samuel Thibault | 2023-01-01 | 1 | -1/+2 |
* | Fix *printf specifier for user space mach ports. | Flavio Cruz | 2022-12-06 | 1 | -1/+1 |
* | procfs: Populate /proc/route with network routes | Damien Zammit | 2022-09-20 | 2 | -1/+78 |
* | Fix const warnings | Samuel Thibault | 2022-01-17 | 1 | -10/+10 |
* | procfs: Fix use-after-free | Sergey Bugaev | 2021-05-24 | 1 | -5/+5 |
* | procfs: fix getting last_processor field | Samuel Thibault | 2019-10-31 | 1 | -1/+1 |
* | procfs: Fix asprintf format | Samuel Thibault | 2019-10-31 | 1 | -1/+1 |
* | proc: add support for last_processor | Almudena Garcia | 2019-10-31 | 1 | -1/+11 |
* | Implement /proc/<pid>/exe | Samuel Thibault | 2018-01-08 | 1 | -0/+32 |
* | Remove unused parameter from the 'get_source' machinery. | Justus Winter | 2017-09-01 | 1 | -6/+4 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 5 | -8/+8 |
* | procfs: Provide 'hostinfo'. | Justus Winter | 2017-08-05 | 1 | -1/+59 |
* | procfs: Remove superfluous calls. | Justus Winter | 2017-06-03 | 1 | -8/+0 |
* | procfs: provide magic retry response for /proc/self | Justus Winter | 2016-12-19 | 3 | -44/+4 |
* | Fix "procfs" ChangeLog handling | Thomas Schwinge | 2016-12-17 | 1 | -6/+0 |
* | procfs: Gracefully degrade meminfo. | Justus Winter | 2016-10-15 | 1 | -12/+32 |
* | Use swapon path as pager partition path | Samuel Thibault | 2016-03-24 | 1 | -1/+1 |
* | Fix swap information numbers | Samuel Thibault | 2016-03-24 | 1 | -1/+1 |
* | netfs: Remove global reference count lock. | Flavio Cruz | 2016-03-21 | 1 | -4/+0 |
* | Add getting swap information from swapon and procfs | Samuel Thibault | 2016-03-16 | 2 | -1/+59 |
* | procfs: adapt to kernel interface change | Justus Winter | 2016-02-23 | 1 | -5/+4 |
* | Fix function name | Samuel Thibault | 2016-02-14 | 1 | -2/+2 |
* | procfs: Move setting default parameters to a separate function | Samuel Thibault | 2016-01-19 | 1 | -3/+8 |
* | Drop OTHERLIBS and use LDLIBS exclusively | Flavio Cruz | 2015-12-31 | 1 | -1/+1 |
* | fix compiler warnings in hurd/procfs | Flavio Cruz | 2015-12-29 | 2 | -7/+7 |
* | Make procfs accept none or proc as "device" | Samuel Thibault | 2015-09-08 | 1 | -0/+6 |
* | procfs: fix runtime option parsing | Justus Winter | 2015-04-07 | 1 | -1/+1 |
* | procfs: fix argument parsing | Justus Winter | 2015-04-07 | 1 | -3/+3 |
* | procfs: Fix typos in comments (found by codespell) | Stefan Weil | 2015-01-03 | 4 | -5/+5 |
* | Revert "Make sure to free content dir in procfs" | Samuel Thibault | 2014-12-26 | 1 | -8/+1 |
* | Make sure to free content dir in procfs | Lancelot SIX | 2014-12-26 | 1 | -1/+8 |
* | Fix coding style | Samuel Thibault | 2014-12-06 | 1 | -1/+1 |
* | procfs: do not hard-code the default argument values | Justus Winter | 2014-11-21 | 1 | -3/+3 |
* | Add proc_set_init_task, make runsystem pid 1 | Justus Winter | 2014-11-21 | 1 | -2/+7 |
* | Make procfs appear in /proc/mounts | Samuel Thibault | 2014-11-11 | 1 | -0/+12 |
* | procfs: reorganize rootdir.c | Justus Winter | 2014-09-29 | 1 | -76/+77 |
* | procfs: generalize the translator linkage code | Justus Winter | 2014-09-29 | 1 | -20/+42 |
* | procfs: do not test whether /hurd/mtab exists | Justus Winter | 2014-09-29 | 1 | -10/+0 |
* | procfs: implement /proc/filesystems | Justus Winter | 2014-09-29 | 1 | -1/+60 |
* | procfs: implement /proc/N/maps | Justus Winter | 2014-09-29 | 1 | -1/+103 |
* | hurd: add symbolic name for the mtab translator | Justus Winter | 2014-09-22 | 1 | -5/+2 |