summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2024-01-23Update rpctrace to use the new ABI for inlined port namesFlavio Cruz
2023-12-31x86_64: utmp uses int32_t to store time so use a temporary variableFlavio Cruz
2023-12-29Fix overflow issues in tmpfs and vmallocateFlavio Cruz
2023-12-29Fix a few pointer related warnings.Flavio Cruz
2023-12-29Fix printf format specifiersFlavio Cruz
2023-12-29Use mach_msg_type_number_t whenever required to avoid warningsFlavio Cruz
2023-05-21Remove an unused includeSergey Bugaev
2023-05-10Style tweaksSergey Bugaev
2023-05-10utils: Avoid warnings about prototype mismatchSergey Bugaev
2023-05-10utils: Port to x86_64Sergey Bugaev
2023-05-04Use designated initializers when building mach_msg_type_tFlavio Cruz
2023-04-24Improve portability for rpctrace on x86_64Flavio Cruz
2023-04-18utils/msgport.c: Add cmd_report_waitSergey Bugaev
2023-04-08Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz
2023-04-07Use default pager MiG stubs from Hurd instead of gnumachFlavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2023-02-02Avoid variable length array with size zeroSamuel Thibault
2023-01-01utils: Fix calling multi-line macroSamuel Thibault
2023-01-01vmstat: Support 64bit memory sizeSamuel Thibault
2023-01-01settrans: Fix checking len being negativeSamuel Thibault
2023-01-01pids: Fix pointer arithmeticSamuel Thibault
2023-01-01nonsugid: Fix memleakSamuel Thibault
2022-12-06Fix *printf specifier for user space mach ports.Flavio Cruz
2022-08-10Remove the concept of process ownerSergey Bugaev
2022-02-20mount: Avoid appending empty options to empty mntoptsSamuel Thibault
2022-02-20mount: Fix deleting noauto/bind optionSamuel Thibault
2022-02-12Silence warningSamuel Thibault
2022-02-12Fix warningSamuel Thibault
2022-01-17Pass mach_task_self when deallocating INIT_PORT_CWDIRFlavio Cruz
2022-01-16Make RPC input array parameters constSamuel Thibault
2022-01-04login: More port leaks fixesSamuel Thibault
2022-01-04Fix leaking auth portsSamuel Thibault
2022-01-01Fix build warningsSamuel Thibault
2021-05-18utils/ps.c: Don't limit output width to 80 on non-ttySergey Bugaev
2021-05-08settrans: get rid of translator that couldn't be attachedSergey Bugaev
2020-11-23libps: support getting RPC names for WAIT outputSamuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2019-11-17Make libcrypt really optionalSamuel Thibault
2019-11-11login: Set non-insecure default umaskSamuel Thibault
2019-09-01Fix password checking with as-needed linkingSamuel Thibault
2018-03-05Fix warningsSamuel Thibault
2018-02-11Add missing lib in linkSamuel Thibault
2018-01-28Fix warningsSamuel Thibault
2018-01-08rpctrace: Pass prefixed_name to _hurd_exec_paths.Kalle Olavi Niemitalo
2018-01-08Use the new _hurd_exec_file_name functionEmilio Pozuelo Monfort
2018-01-08Add a file_exec_file_name RPCEmilio Pozuelo Monfort
2017-11-07Make devprobe able to talk with userland driversSamuel Thibault
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2017-08-05Fix harmless indentation errors tripping [-Wmisleading-indentation].Justus Winter
2016-10-29Fix typoBrent W. Baccala