summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-01-27(diskfs_set_sync_interval):Miles Bader
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.
1996-01-27(diskfs_start_protid): Return an error now, and use ports_create_port insteadMiles Bader
of ports_allocate_port. (diskfs_create_protid): New function. (diskfs_make_protid): Call diskfs_create_protid.
1996-01-27(diskfs_start_bootstrap, diskfs_S_exec_startup_get_info,Miles Bader
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.
1996-01-27(diskfs_S_fsys_getroot): Use diskfs_create_protid instead ofMiles Bader
diskfs_make_protid, and deal with an error return.
1996-01-27(diskfs_S_dir_mkfile): Use diskfs_create_protid instead ofMiles Bader
diskfs_make_protid, and deal with an error return.
1996-01-27(diskfs_S_file_invoke_translator): Use diskfs_create_protid instead ofMiles Bader
diskfs_make_protid, and deal with an error return.
1996-01-27(diskfs_S_file_exec): Use diskfs_create_protid instead ofMiles Bader
diskfs_make_protid, and deal with an error return.
1996-01-27(diskfs_start_protid): Update declaration.Miles Bader
(diskfs_create_protid): New declaration.
1996-01-27(diskfs_S_io_restrict_auth): Use diskfs_create_protid instead ofMiles Bader
diskfs_make_protid, and deal with an error return.
1996-01-27(diskfs_S_io_duplicate): Use diskfs_create_protid instead ofMiles Bader
diskfs_make_protid, and deal with an error return.
1996-01-27(trivfs_goaway):Miles Bader
Handle errors from ports_inhibit_class_rpcs. Allow rpcs to resume if we're going to return EBUSY.
1996-01-24Use prototypes for functions of zero args.Roland McGrath
1996-01-24(S_socket_connect): Handle connectionless protocols correctly.Miles Bader
(S_socket_send): Allow DEST_ADDR to be null if the socket is connected.
1996-01-24(sock_bind): Don't change SOCK's ref count if we're returning an error.Miles Bader
1996-01-23Marked as deletedMiles Bader
1996-01-23Initial revisionMiles Bader
1996-01-23Initial revisionMiles Bader
1996-01-23(main): Move a bunch of stuff into psout() in psout.c.Miles Bader
(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).
1996-01-23(options, main): Make -g/--goaway only apply to active translators.Miles Bader
(options): Rearrange a bit.
1996-01-23(startup_options): Put boot options in a separate group with a header.Miles Bader
1996-01-23(packet_fit): New function.Miles Bader
(packet_ensure, packet_ensure_efficiently): Use packet_fit().
1996-01-23(packet_read): If there's lots of empty space at the beginning of aMiles Bader
vm_alloced buffer, deallocate it.
1996-01-23(hol_entry_help):Miles Bader
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.
1996-01-23Pass the appropiate -R options to login, and -p.Miles Bader
Only print a preceeding newline if this is a retry.
1996-01-22(packet_realloc): Reflect in the new values of BUF_START & BUF_END that we'veMiles Bader
removed any empty space at the beginning of BUF.
1996-01-22entered into RCSRoland McGrath
1996-01-19(installhdrsubdir): New macro (put ps.h in <>, not <hurd/>).Miles Bader
1996-01-19(ps_context_create): Initialize USER_HOOKS field.Miles Bader
1996-01-19(ps_fmt_create):Miles Bader
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.
1996-01-19(summarize_thread_basic_info):Miles Bader
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.
1996-01-19(struct ps_user_hooks): New structure.Miles Bader
(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.
1996-01-19(trivfs_S_io_select):Miles Bader
Request interruption if the reply-port dies. Don't block if there's an error immediately available.
1996-01-19Remove debugging noise.Miles Bader
1996-01-19(usage, USAGE, options, debug_flag, debug_lock): Removed.Miles Bader
(main): Don't bother parsing options, since we don't have any.
1996-01-19Remove debugging noise.Miles Bader
1996-01-19(io_select): Fix ifdefs around the reply port decls to work properly when theMiles Bader
server side ports are desired.
1996-01-19(ports_no_senders):Miles Bader
Interrupt RPCs on PI too. Only do the ports_interrupt_notified_rpcs() if we're actually losing a ref.
1996-01-19(argp_default_options, argp_default_parser):Miles Bader
Add --program-name (hidden) option. (OPT_PROGNAME): New macro.
1996-01-19(idvec_merge, idvec_delete): New declarations.Miles Bader
1996-01-19(argz_delete): Renamed from argz_remove.Miles Bader
1996-01-19(trivfs_clean_protid):Miles Bader
Don't hold CRED->po->cntl->lock while calling TRIVFS_PEROPEN_DESTROY_HOOK.
1996-01-19(SRCS): Added exec-reauth.cMiles Bader
1996-01-19(fshelp_exec_reauth): New declaration.Miles Bader
1996-01-19(fshelp_exec_reauth): Don't setgid the uids.Miles Bader
1996-01-19(pty_io_select): Add new reply port parameter.Miles Bader
1996-01-18(main): Set PEERCNTL to &PTYCTL if we're a slave, not 0.Miles Bader
1996-01-18(LDFLAGS): Add -static.Miles Bader
1996-01-18(diskfs_S_file_get_storage_info): Calculate the right value for *RUNS_LEN.Miles Bader
1996-01-18(diskfs_file_update): Ext2fs doesn't require that the last block in the fileMiles Bader
always be allocated, so don't. (diskfs_grow, pager_unlock_page): Don't set last_block_allocated.
1996-01-18(struct disknode): Get rid of last_block_allocated field.Miles Bader