aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* typoSamuel Thibault2025-01-122-2/+2
* remap, syncfs: correct program version namefree_software@xobnur.uk2024-09-071-1/+1
* startup, settrans: Add missing flush of stderr to get output on waitingSamuel Thibault2024-08-291-0/+1
* Fix line-buffered stderrSamuel Thibault2024-08-251-0/+1
* Update rpctrace to use the new ABI for inlined port namesFlavio Cruz2024-01-231-34/+59
* x86_64: utmp uses int32_t to store time so use a temporary variableFlavio Cruz2023-12-311-1/+6
* Fix overflow issues in tmpfs and vmallocateFlavio Cruz2023-12-291-2/+5
* Fix a few pointer related warnings.Flavio Cruz2023-12-292-3/+3
* Fix printf format specifiersFlavio Cruz2023-12-291-1/+1
* Use mach_msg_type_number_t whenever required to avoid warningsFlavio Cruz2023-12-292-2/+2
* Remove an unused includeSergey Bugaev2023-05-211-1/+0
* Style tweaksSergey Bugaev2023-05-101-6/+6
* utils: Avoid warnings about prototype mismatchSergey Bugaev2023-05-102-2/+5
* utils: Port to x86_64Sergey Bugaev2023-05-1013-50/+65
* Use designated initializers when building mach_msg_type_tFlavio Cruz2023-05-041-7/+7
* Improve portability for rpctrace on x86_64Flavio Cruz2023-04-241-3/+5
* utils/msgport.c: Add cmd_report_waitSergey Bugaev2023-04-182-1/+75
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-082-7/+3
* Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz2023-04-072-2/+4
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-034-6/+6
* Avoid variable length array with size zeroSamuel Thibault2023-02-021-1/+1
* utils: Fix calling multi-line macroSamuel Thibault2023-01-011-1/+3
* vmstat: Support 64bit memory sizeSamuel Thibault2023-01-011-2/+2
* settrans: Fix checking len being negativeSamuel Thibault2023-01-011-1/+1
* pids: Fix pointer arithmeticSamuel Thibault2023-01-011-1/+1
* nonsugid: Fix memleakSamuel Thibault2023-01-011-0/+5
* Fix *printf specifier for user space mach ports.Flavio Cruz2022-12-061-6/+6
* Remove the concept of process ownerSergey Bugaev2022-08-101-0/+1
* mount: Avoid appending empty options to empty mntoptsSamuel Thibault2022-02-201-1/+2
* mount: Fix deleting noauto/bind optionSamuel Thibault2022-02-201-2/+11
* Silence warningSamuel Thibault2022-02-121-1/+1
* Fix warningSamuel Thibault2022-02-121-1/+1
* Pass mach_task_self when deallocating INIT_PORT_CWDIRFlavio Cruz2022-01-171-1/+1
* Make RPC input array parameters constSamuel Thibault2022-01-161-5/+5
* login: More port leaks fixesSamuel Thibault2022-01-041-2/+9
* Fix leaking auth portsSamuel Thibault2022-01-044-9/+34
* Fix build warningsSamuel Thibault2022-01-011-0/+1
* utils/ps.c: Don't limit output width to 80 on non-ttySergey Bugaev2021-05-181-0/+5
* settrans: get rid of translator that couldn't be attachedSergey Bugaev2021-05-081-1/+5
* libps: support getting RPC names for WAIT outputSamuel Thibault2020-11-233-22/+42
* Fix build with -fno-commonSamuel Thibault2020-03-311-1/+1
* Make libcrypt really optionalSamuel Thibault2019-11-171-3/+3
* login: Set non-insecure default umaskSamuel Thibault2019-11-111-1/+1
* Fix password checking with as-needed linkingSamuel Thibault2019-09-011-1/+6
* Fix warningsSamuel Thibault2018-03-058-0/+8
* Add missing lib in linkSamuel Thibault2018-02-111-1/+2
* Fix warningsSamuel Thibault2018-01-281-4/+4
* rpctrace: Pass prefixed_name to _hurd_exec_paths.Kalle Olavi Niemitalo2018-01-081-2/+5
* Use the new _hurd_exec_file_name functionEmilio Pozuelo Monfort2018-01-083-5/+17
* Add a file_exec_file_name RPCEmilio Pozuelo Monfort2018-01-081-7/+18