Age | Commit message (Collapse) | Author |
|
* default_pager.c (part_id): Add const to argument type.
|
|
* loop.c (server_loop): size_t -> socklen_t
* cache.c (fh_hash): int -> intptr_t
|
|
* portinfo.c (print_port_info): Use %z formats for port names.
* xportinfo.c (print_xlated_port_info): Likewise.
|
|
|
|
* io-restrict-auth.c (diskfs_S_io_restrict_auth): Remove unused var.
|
|
* swapon.c (check_signature): Use %zu for size_t arg.
|
|
* mgt.c (S_proc_reauthenticate, S_proc_getallpids): Likewise.
(add_tasks, S_proc_dostop): Likewise.
(S_proc_exception_raise): int -> integer_t
* pgrp.c (S_proc_getsessionpids, S_proc_getsessionpgids): Likewise.
(S_proc_getpgrppids): Likewise.
|
|
* host.c (S_proc_setexecdata, S_proc_getexecdata): u_int -> size_t
(initialize_version_info): Likewise. Fix cast in host_info arg.
(get_string_array): Likewise.
* info.c (get_string, S_proc_getprocargs, S_proc_getprocenv): Likewise.
(S_proc_getprocinfo, S_proc_getloginpids): Likewise.
(S_proc_getprocinfo): int -> size_t; fix casts in *_info argument.
|
|
* kids.c (store_open_children): Dereference pointer in isalnum call.
* set.c (store_set_runs): Fix argument type.
* kids.c (store_set_children): Likewise.
|
|
* set.c (store_set_runs): Fix argument type.
* kids.c (store_set_children): Likewise.
|
|
* module.c (open_class): Add cast to int for %* arg.
|
|
* portinfo.c (print_port_info): Use %z formats for port names.
|
|
* wire.c: Use ElfW(TYPE) in place of Elf32_TYPE throughout.
|
|
* portxlate.c (port_name_xlator_xlate): Use mach_msg_type_name_t
instead of mach_port_type_t, to match RPC prototype.
|
|
* idvec-auth.c (idvec_merge_auth): int -> size_t.
|
|
* idvec-verify.c (verify_passwd): Cast to intptr_t before int.
|
|
* context.c (ps_context_find_tty_by_cttyid): int -> mach_port_t
* proclist.c (proc_stat_list_add_all): unsigned -> size_t
(proc_stat_list_add_login_coll): Likewise.
(proc_stat_list_add_session): Likewise.
(proc_stat_list_add_fn_pids): Likewise.
(proc_stat_list_add_id_fn_pids): Likewise.
|
|
* host.c (ps_host_basic_info): int -> size_t
(ps_host_basic_info, ps_host_load_info): Likewise.
* ps.h: Update decls.
(struct proc_stat): unsigned -> size_t for task_events_info_size,
args_len, env_len.
* procstat.c (summarize_thread_waits): Fix argument type.
|
|
* data-request.c (_pager_seqnos_memory_object_data_request): Use %z
format modifier for vm_size_t argument.
* data-return.c (_pager_do_write_request): Likewise.
* data-unlock.c (_pager_seqnos_memory_object_data_unlock): Likewise.
|
|
* fsys-getroot.c (netfs_S_fsys_getroot): Fix arg type in decl.
* append-std-options.c (netfs_append_std_options): Likewise.
|
|
* file-exec.c (netfs_S_file_exec): u_int -> size_t in decl.
* netfs.h (netfs_append_args): unsigned -> size_t in decl.
|
|
* iouser-reauth.c (iohelp_reauth): u_int -> size_t
|
|
* xfer.c (ftp_conn_start_open_actv_data): size_t -> socklen_t
(ftp_conn_finish_open_actv_data): Likewise.
|
|
* fetch-root.c (fshelp_fetch_root): int -> size_t
* delegate.c (fshelp_delegate_translation): Likewise.
|
|
* init.c (reboot_system): u_int -> size_t
(reboot_system): Likewise.
(S_msg_report_wait): int -> mach_msg_id_t
|
|
* msg.defs (msg_report_wait): int -> mach_msg_id_t
* hurd_types.h: Include <mach/message.h>.
(struct procinfo): int -> mach_msg_id_t for rpc_block.
|
|
* auth.c (S_auth_getids): u_int -> size_t
(S_auth_makeauth, S_auth_server_authenticate): Likewise.
(idvec_copyout): Fix argument type; make static.
|
|
|
|
* tmpfs.c (startup_argp): Use OPTIONS array in initializer.
|
|
|
|
* fakeroot.c (netfs_attempt_lookup): Really check for EROFS or
EISDIR error from O_RDWR lookup (the last change checked for
O_RDWR | O_EXEC looks up, which is also necessary).
(netfs_attempt_mkfile): Unlock DIR.
(netfs_attempt_create_file): Likewise.
(netfs_S_io_map): New function.
|
|
* settrans.c (main): Return 0 instead of using break (which only
gets us out of the while loop).
|
|
|
|
* hurdio.c (hurdio_reader_loop): Add a return stmt.
(hurdio_writer_loop): Likewise.
|
|
|
|
* fakeroot.c (netfs_attempt_lookup): Check for EROFS or EISDIR error
from O_RDWR lookup.
|
|
|
|
* fakeroot.c (netfs_attempt_lookup): Check io_identity result for our
own fsys identity port; on match, look up the existing node for the
port to ourselves.
|
|
|
|
* fakeroot.c (netfs_attempt_lookup): Unlock DIR before doing RPCs.
|
|
|
|
* io-restrict-auth.c (diskfs_S_io_restrict_auth): Use
iohelp_restrict_iouser.
|
|
* node-make.c (diskfs_make_node): Return early if malloc fails.
|
|
* io-restrict-auth.c (netfs_S_io_restrict_auth): Use
iohelp_restrict_iouser.
|
|
* iouser-create.c (iohelp_create_complex_iouser): Add const to args.
* iohelp.h: Update decl.
|
|
* iouser-create.c (iohelp_create_complex_iouser): Add const to args.
* iohelp.h: Update decl.
* iouser-restrict.c: New file.
* Makefile (SRCS): Add it.
* iohelp.h: Declare iohelp_restrict_iouser.
|
|
* iouser-restrict.c: New file.
* Makefile (SRCS): Add it.
* iohelp.h: Declare iohelp_restrict_iouser.
|
|
* timer-emul.c (timer_function): Add a return stmt.
|
|
* fakeauth.c (main): Add ARGP_IN_ORDER to argp_parse invocation.
(main: parse_opt): New function.
(main): Set parser in ARGP to parse_opt.
|
|
|