Age | Commit message (Collapse) | Author |
|
|
|
If io_reauthenticate returns an error, just return MACH_PORT_NULL instead
of aborting (the server probably died; not a good sign for the health of
the translator, but it's better than dying ourselves...).
|
|
|
|
|
|
|
|
|
|
|
|
diskfs_make_protid, and deal with an error return.
|
|
diskfs_make_protid, and deal with an error return.
|
|
|
|
Use ports_create_port instead of ports_allocate_port.
|
|
Use ports_create_port instead of ports_allocate_port.
Deal with ports_inhibit_class_rpcs returning an error.
(periodic_sync):
Pass in the MSG_ID arg to ports_begin_rpc, and deal with any error returned.
|
|
of ports_allocate_port.
(diskfs_create_protid): New function.
(diskfs_make_protid): Call diskfs_create_protid.
|
|
diskfs_execboot_fsys_startup, diskfs_S_fsys_init):
Use diskfs_create_protid instead of diskfs_make_protid, and deal with an
error return.
(start_execserver, diskfs_start_bootstrap):
Use ports_create_port instead of ports_allocate_port.
|
|
diskfs_make_protid, and deal with an error return.
|
|
diskfs_make_protid, and deal with an error return.
|
|
diskfs_make_protid, and deal with an error return.
|
|
diskfs_make_protid, and deal with an error return.
|
|
(diskfs_create_protid): New declaration.
|
|
diskfs_make_protid, and deal with an error return.
|
|
diskfs_make_protid, and deal with an error return.
|
|
Handle errors from ports_inhibit_class_rpcs.
Allow rpcs to resume if we're going to return EBUSY.
|
|
|
|
(S_socket_send): Allow DEST_ADDR to be null if the socket is connected.
|
|
|
|
|
|
|
|
|
|
(spec_abbrevs, ps_specs): New variables.
(fmts): Get rid of redundant header specifications.
(fmt_sortrevs): Variable removed.
(main, options): Rename -o flag to -U for posix compat (ick).
|
|
(options): Rearrange a bit.
|
|
|
|
(packet_ensure, packet_ensure_efficiently): Use packet_fit().
|
|
vm_alloced buffer, deallocate it.
|
|
Correctly print group headers, and precede them with a blank line.
(struct hol_entry, make_hol, hol_sort, hol_set_group):
Rename the `set_class' field to be `group'.
(hol_help, hol_entry_help):
After a group header has been printed, separate subsequent groups with a
blank line.
(hol_set_group): Renamed from hol_set_sort_class.
(argp_help): Use hol_set_group instead of hol_set_sort_class.
|
|
Only print a preceeding newline if this is a retry.
|
|
removed any empty space at the beginning of BUF.
|
|
|
|
|
|
|
|
Use the new spec fields.
Now takes a ps_fmt_specs_t instead of an array of specs.
Also fixup call to ps_fmt_specs_find().
(ps_fmt_write_proc_stat): Support new inval field in FMT.
(ps_fmt_set_output_width): New function.
|
|
If there are any running threads, then only average priority from them.
(_proc_stat_free): Call user cleanup hook.
(proc_stat_set_flags, add_preconditions): Deal with user bits.
(proc_stat_set_flags): Support the failed field.
(_proc_stat_create): Initialize the failed and hook fields.
|
|
(PSTAT_HOOK, PSTAT_USER_BASE, PSTAT_USER_MASK): New macros.
(struct ps_context): Add USER_HOOKS field.
(struct ps_fmt_spec): Add TITLE field. Renamed DEFAULT_WIDTH field to WIDTH,
and move to after TITLE.
(ps_fmt_spec_width): Renamed from ps_fmt_spec_default_width().
(ps_fmt_spec_title): New macro.
(struct ps_fmt): Add INVAL field.
(ps_fmt_inval): New macro.
(ps_fmt_specs_t): New typedef.
(struct ps_fmt_specs): New structure.
(ps_std_fmt_specs): Now of type struct ps_fmt_specs.
(ps_fmt_specs_find): Renamed from find_ps_fmt_spec; now uses a struct
ps_fmt_specs instead of an array of specs.
(ps_fmt_create): Now takes a ps_fmt_specs_t structure instead of an array of
specs.
(struct proc_stat): Add failed and hook fields.
|
|
Request interruption if the reply-port dies.
Don't block if there's an error immediately available.
|
|
|
|
(main): Don't bother parsing options, since we don't have any.
|
|
|
|
server side ports are desired.
|
|
Interrupt RPCs on PI too.
Only do the ports_interrupt_notified_rpcs() if we're actually losing a ref.
|
|
Add --program-name (hidden) option.
(OPT_PROGNAME): New macro.
|
|
|