Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -11/+11 |
| | | | | Message-Id: <20230508213136.608575-15-bugaevc@gmail.com> | ||||
* | Use default pager MiG stubs from Hurd instead of gnumach | Flavio Cruz | 2023-04-07 | 1 | -1/+2 |
| | | | | | | | | | | | | Hurd code relies on gnumach default_pager.defs headers when making calls using the default pager RPC. Those stubs were checked in back in the 90s and are essentially unused because gnumach does not implement or use that interface. Instead use the Hurd interface directly. This is safe since the Hurd stubs are a super set of the gnumach stubs. Later, we won't need to install the gnumach stubs anymore through glibc. Message-Id: <ZC5WqPKfCCiE8D29@jupiter.tail36e24.ts.net> | ||||
* | fix compiler warnings in hurd/utils | Flavio Cruz | 2015-12-29 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | utils: Fix compiler warnings. * utils/rpcscan.c (setup_extract_target): Remove name variable. * utils/rpcscan.c (setup_extract_target): Fix bad initializer. * utils/rpctrace.c (new_send_wrapper, wrap_all_threads, wrap_new_thread, wrap_new_task, traced_spawn): Fix format strings. * utils/rpctrace.c (trace_and_forward): Cast to unsigned int. * utils/rpctrace.c (trace_and_forward): Use memcmp instead of pointer dereferencing to compare structures. * utils/rpctrace.c (wrap_all_threads): Cast to vm_address_t. * utils/rpctrace.c (main): Fix bad initializer. * utils/shd.c (run): Initialize save0. * utils/vminfo.c: Fix format strings. * utils/vmstat.c: Remove PSEP macro and expand the code. * utils/w.c (add_utmp_procs): Remove unused pos variable. | ||||
* | 2002-06-13 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-06-13 | 1 | -15/+14 |
| | | | | * vminfo.c: Use `z' modifier format modifier for address/size values. | ||||
* | Add braces to silence gcc warnings. | Roland McGrath | 1998-10-20 | 1 | -20/+30 |
| | |||||
* | (argp_program_version): Make const. | Miles Bader | 1997-02-20 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Thomas Bushnell | 1996-09-05 | 1 | -1/+2 |
| | |||||
* | . | Miles Bader | 1996-08-30 | 1 | -0/+231 |