aboutsummaryrefslogtreecommitdiff
path: root/procfs
Commit message (Expand)AuthorAgeFilesLines
* Fix const warningsSamuel Thibault2022-01-171-10/+10
* procfs: Fix use-after-freeSergey Bugaev2021-05-241-5/+5
* procfs: fix getting last_processor fieldSamuel Thibault2019-10-311-1/+1
* procfs: Fix asprintf formatSamuel Thibault2019-10-311-1/+1
* proc: add support for last_processorAlmudena Garcia2019-10-311-1/+11
* Implement /proc/<pid>/exeSamuel Thibault2018-01-081-0/+32
* Remove unused parameter from the 'get_source' machinery.Justus Winter2017-09-011-6/+4
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-055-8/+8
* procfs: Provide 'hostinfo'.Justus Winter2017-08-051-1/+59
* procfs: Remove superfluous calls.Justus Winter2017-06-031-8/+0
* procfs: provide magic retry response for /proc/selfJustus Winter2016-12-193-44/+4
* Fix "procfs" ChangeLog handlingThomas Schwinge2016-12-171-6/+0
* procfs: Gracefully degrade meminfo.Justus Winter2016-10-151-12/+32
* Use swapon path as pager partition pathSamuel Thibault2016-03-241-1/+1
* Fix swap information numbersSamuel Thibault2016-03-241-1/+1
* netfs: Remove global reference count lock.Flavio Cruz2016-03-211-4/+0
* Add getting swap information from swapon and procfsSamuel Thibault2016-03-162-1/+59
* procfs: adapt to kernel interface changeJustus Winter2016-02-231-5/+4
* Fix function nameSamuel Thibault2016-02-141-2/+2
* procfs: Move setting default parameters to a separate functionSamuel Thibault2016-01-191-3/+8
* Drop OTHERLIBS and use LDLIBS exclusivelyFlavio Cruz2015-12-311-1/+1
* fix compiler warnings in hurd/procfsFlavio Cruz2015-12-292-7/+7
* Make procfs accept none or proc as "device"Samuel Thibault2015-09-081-0/+6
* procfs: fix runtime option parsingJustus Winter2015-04-071-1/+1
* procfs: fix argument parsingJustus Winter2015-04-071-3/+3
* procfs: Fix typos in comments (found by codespell)Stefan Weil2015-01-034-5/+5
* Revert "Make sure to free content dir in procfs"Samuel Thibault2014-12-261-8/+1
* Make sure to free content dir in procfsLancelot SIX2014-12-261-1/+8
* Fix coding styleSamuel Thibault2014-12-061-1/+1
* procfs: do not hard-code the default argument valuesJustus Winter2014-11-211-3/+3
* Add proc_set_init_task, make runsystem pid 1Justus Winter2014-11-211-2/+7
* Make procfs appear in /proc/mountsSamuel Thibault2014-11-111-0/+12
* procfs: reorganize rootdir.cJustus Winter2014-09-291-76/+77
* procfs: generalize the translator linkage codeJustus Winter2014-09-291-20/+42
* procfs: do not test whether /hurd/mtab existsJustus Winter2014-09-291-10/+0
* procfs: implement /proc/filesystemsJustus Winter2014-09-291-1/+60
* procfs: implement /proc/N/mapsJustus Winter2014-09-291-1/+103
* hurd: add symbolic name for the mtab translatorJustus Winter2014-09-221-5/+2
* procfs: fix typo in commentJustus Winter2014-09-181-1/+1
* Add mach_debug defs rulesDavid Michael2014-06-171-3/+0
* Prepare the procfs translator to be merged into the Hurd sourcesJustus Winter2014-06-1518-0/+2779