aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (diskfs_remount): Deal with ports_inhibit_class_rpcs returning an error.Miles Bader1996-01-271-2/+4
|
* (diskfs_startup_diskfs): Use ports_create_port instead of ports_allocate_port.Miles Bader1996-01-271-8/+10
|
* (diskfs_shutdown): Deal with ports_inhibit_class_rpcs returning an error.Miles Bader1996-01-271-2/+7
|
* (diskfs_S_io_reauthenticate): Use new version of diskfs_start_protid.Miles Bader1996-01-271-2/+8
|
* (_diskfs_translator_callback2_fn): Use diskfs_create_protid instead ofMiles Bader1996-01-271-11/+13
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_dir_lookup): Use diskfs_create_protid instead ofMiles Bader1996-01-271-12/+18
| | | | diskfs_make_protid, and deal with an error return.
* Include <fcntl.h>.Miles Bader1996-01-271-0/+1
|
* (diskfs_S_file_getcontrol):Miles Bader1996-01-271-10/+12
| | | | Use ports_create_port instead of ports_allocate_port.
* (diskfs_set_sync_interval):Miles Bader1996-01-271-13/+21
| | | | | | | 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.
* (diskfs_start_protid): Return an error now, and use ports_create_port insteadMiles Bader1996-01-271-19/+31
| | | | | | of ports_allocate_port. (diskfs_create_protid): New function. (diskfs_make_protid): Call diskfs_create_protid.
* (diskfs_start_bootstrap, diskfs_S_exec_startup_get_info,Miles Bader1996-01-271-22/+28
| | | | | | | | 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_S_fsys_getroot): Use diskfs_create_protid instead ofMiles Bader1996-01-271-9/+12
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_dir_mkfile): Use diskfs_create_protid instead ofMiles Bader1996-01-271-7/+12
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_file_invoke_translator): Use diskfs_create_protid instead ofMiles Bader1996-01-271-12/+16
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_file_exec): Use diskfs_create_protid instead ofMiles Bader1996-01-271-14/+18
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_start_protid): Update declaration.Miles Bader1996-01-271-4/+8
| | | | (diskfs_create_protid): New declaration.
* (diskfs_S_io_restrict_auth): Use diskfs_create_protid instead ofMiles Bader1996-01-271-6/+12
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_io_duplicate): Use diskfs_create_protid instead ofMiles Bader1996-01-271-7/+14
| | | | diskfs_make_protid, and deal with an error return.
* (trivfs_goaway):Miles Bader1996-01-271-1/+8
| | | | | Handle errors from ports_inhibit_class_rpcs. Allow rpcs to resume if we're going to return EBUSY.
* Use prototypes for functions of zero args.Roland McGrath1996-01-241-30/+34
|
* (S_socket_connect): Handle connectionless protocols correctly.Miles Bader1996-01-241-29/+56
| | | | (S_socket_send): Allow DEST_ADDR to be null if the socket is connected.
* (sock_bind): Don't change SOCK's ref count if we're returning an error.Miles Bader1996-01-241-10/+11
|
* Marked as deletedMiles Bader1996-01-230-0/+0
|
* Initial revisionMiles Bader1996-01-231-0/+120
|
* Initial revisionMiles Bader1996-01-231-0/+118
|
* (main): Move a bunch of stuff into psout() in psout.c.Miles Bader1996-01-231-133/+27
| | | | | | | (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, main): Make -g/--goaway only apply to active translators.Miles Bader1996-01-231-11/+14
| | | | (options): Rearrange a bit.
* (startup_options): Put boot options in a separate group with a header.Miles Bader1996-01-231-1/+2
|
* (packet_fit): New function.Miles Bader1996-01-231-22/+49
| | | | (packet_ensure, packet_ensure_efficiently): Use packet_fit().
* (packet_read): If there's lots of empty space at the beginning of aMiles Bader1996-01-231-3/+22
| | | | vm_alloced buffer, deallocate it.
* (hol_entry_help):Miles Bader1996-01-231-25/+49
| | | | | | | | | | | 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.
* Pass the appropiate -R options to login, and -p.Miles Bader1996-01-231-4/+6
| | | | Only print a preceeding newline if this is a retry.
* (packet_realloc): Reflect in the new values of BUF_START & BUF_END that we'veMiles Bader1996-01-221-2/+2
| | | | removed any empty space at the beginning of BUF.
* entered into RCSRoland McGrath1996-01-221-20/+20
|
* (installhdrsubdir): New macro (put ps.h in <>, not <hurd/>).Miles Bader1996-01-191-0/+1
|
* (ps_context_create): Initialize USER_HOOKS field.Miles Bader1996-01-191-0/+1
|
* (ps_fmt_create):Miles Bader1996-01-191-8/+35
| | | | | | | | 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.
* (summarize_thread_basic_info):Miles Bader1996-01-191-14/+61
| | | | | | | | 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.
* (struct ps_user_hooks): New structure.Miles Bader1996-01-191-16/+66
| | | | | | | | | | | | | | | | | | | (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.
* (trivfs_S_io_select):Miles Bader1996-01-191-3/+40
| | | | | Request interruption if the reply-port dies. Don't block if there's an error immediately available.
* Remove debugging noise.Miles Bader1996-01-191-2/+0
|
* (usage, USAGE, options, debug_flag, debug_lock): Removed.Miles Bader1996-01-191-42/+3
| | | | (main): Don't bother parsing options, since we don't have any.
* Remove debugging noise.Miles Bader1996-01-192-41/+4
|
* (io_select): Fix ifdefs around the reply port decls to work properly when theMiles Bader1996-01-191-2/+3
| | | | server side ports are desired.
* (ports_no_senders):Miles Bader1996-01-191-4/+6
| | | | | Interrupt RPCs on PI too. Only do the ports_interrupt_notified_rpcs() if we're actually losing a ref.
* (argp_default_options, argp_default_parser):Miles Bader1996-01-191-2/+20
| | | | | Add --program-name (hidden) option. (OPT_PROGNAME): New macro.
* (idvec_merge, idvec_delete): New declarations.Miles Bader1996-01-191-0/+6
|
* (argz_delete): Renamed from argz_remove.Miles Bader1996-01-191-2/+2
|
* (trivfs_clean_protid):Miles Bader1996-01-191-3/+8
| | | | Don't hold CRED->po->cntl->lock while calling TRIVFS_PEROPEN_DESTROY_HOOK.
* (SRCS): Added exec-reauth.cMiles Bader1996-01-191-1/+2
|