aboutsummaryrefslogtreecommitdiff
path: root/procfs
Commit message (Expand)AuthorAgeFilesLines
* procfs: Fix coding styleSamuel Thibault2025-01-271-22/+22
* Add partial /proc/cpuinfo implementationDiego Nieto Cid2025-01-271-0/+219
* procfs: remove unused rootdir_symlink_make_nodeFlavio Cruz2024-09-081-8/+0
* procfs: fix MemTotal 4G memory clamp on 32bit systemsSamuel Thibault2024-03-061-1/+4
* Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_tSamuel Thibault2023-08-084-5/+5
* Style tweaksSergey Bugaev2023-05-101-2/+2
* procfs: Port to x86_64Sergey Bugaev2023-05-102-13/+13
* procfs: Fix process creation time in /proc/pid/statSergey Bugaev2023-04-181-1/+1
* Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz2023-04-071-1/+0
* Fix accessing bit 31Samuel Thibault2023-02-151-3/+3
* procfs: Actually add padding to align struct direntSamuel Thibault2023-02-031-0/+2
* Avoid unaligned memory accessesSamuel Thibault2023-02-021-1/+3
* procfs: Add padding to align struct direntSamuel Thibault2023-02-021-1/+6
* procfs: Fix checking underrunSamuel Thibault2023-01-011-2/+2
* procfs: Avoid fclosing NULL on memory shortageSamuel Thibault2023-01-011-1/+2
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-061-1/+1
* procfs: Populate /proc/route with network routesDamien Zammit2022-09-202-1/+78
* 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