summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-21(_pager_lock_object): Use barf instead of printf.Miles Bader
1996-02-21(_pager_seqnos_memory_object_terminate):Miles Bader
Always wait for and release SEQNO if OBJECT is a valid pager.
1996-02-21(_pager_seqnos_memory_object_data_request):Miles Bader
Always wait for and release SEQNO if OBJECT is a valid pager.
1996-02-21(_pager_do_write_request):Miles Bader
Always wait for and release SEQNO if OBJECT is a valid pager.
1996-02-20(_pager_lock_object): Print debugging message when SYNC.Michael I. Bushnell
1996-02-20(_pager_seqnos_memory_object_lock_completed): Fix to be better.Michael I. Bushnell
1996-02-20(_pager_seqnos_memory_object_lock_completed): Print a notice when anMichael I. Bushnell
incoming lock completion corresponds to no outstanding lock request.
1996-02-20(_pager_lock_object): Remove `sync = 0'.Miles Bader
1996-02-20Add rule for `time', and add `time' to std.Miles Bader
1996-02-20(diskfs_parse_runtime_options): STANDARD_ARGP is const.Miles Bader
1996-02-20(diskfs_init_diskfs): Use maptime_map.Miles Bader
1996-02-20(diskfs_set_node_times): Use maptime_read.Miles Bader
1996-02-19(main): Use ARGP_IN_ORDER.Miles Bader
1996-02-19(STRINGIFY): Make work. Is this in a header somewhere?Miles Bader
(_STRINGIFY): New macro. Ick.
1996-02-18(SRCS): Add shared-dom.c, localhost.c, maptime.c, & canon-host.c.Miles Bader
(LCLHDRS): Add maptime.h.
1996-02-18(targets, special-targets): Add uptime.Miles Bader
(SRCS): Add uptime.sh.
1996-02-18Initial revisionMiles Bader
1996-02-18Initial revisionMiles Bader
1996-02-18Initial revisionMiles Bader
1996-02-17(main): Check error return from diskfs_init_diskfs.Miles Bader
1996-02-15(child_lookup): Pass last arg to hurd_file_name_path_lookup.Miles Bader
1996-02-15Change -aBACKUP_SHELL to -aBACKUP_SHELLS.Miles Bader
1996-02-15(argp_parse): Correctly deal with errors from getopt, and allow the user toMiles Bader
use '?' as a short option. (KEY_ERR): New macro. (argp_default_options, argp_default_parser): Use -? as the short option for --help.
1996-02-15(main): Don't make -a imply -g.Miles Bader
1996-02-15(diskfs_nput): It's not valid to touch *NP (by `mutex_unlockMichael I. Bushnell
(&np->lock);') after we have called diskfs_drop_node. So don't do it in that case.
1996-02-15Formerly dir-lookup.c.~6~Michael I. Bushnell
1996-02-15(main): Get rid of totally dead processes/threads.Miles Bader
(add_pid): Complain about non-existant processes. (parse_opt): Don't turn quoted args into options. (parse_numlist): Correctly handle NULL hook functions. (main): Update calls to changed proc_stat_list_add_* functions. (psout): New declaration.
1996-02-15(main): Deal with the shell args reasonably.Miles Bader
1996-02-15(ps_alive_filter): New variable.Miles Bader
(ps_alive_p): New function.
1996-02-15(ps_alive_filter): New declaration.Miles Bader
(proc_stat_list_add_pids, proc_stat_list_add_pid, proc_stat_list_add_all, proc_stat_list_add_login_coll, proc_stat_list_add_session, proc_stat_list_add_pgrp): Update declarations.
1996-02-15(proc_stat_list_add_pids): Add and support new return parameter PROC_STATS.Miles Bader
(proc_stat_list_add_pid): Add and support new return parameter PS. (proc_stat_list_add_fn_pids, proc_stat_list_add_id_fn_pids, proc_stat_list_add_all, proc_stat_list_add_login_coll, proc_stat_list_add_session, proc_stat_list_add_pgrp): Add and support new return parameters PROC_STATS & NUM_PROCS.
1996-02-15(ps_stream_write): Don't screw up on negative spaces.Miles Bader
1996-02-15(specs): Right-align the TTY column.Miles Bader
1996-02-15(trivfs_S_io_set_all_openmodes, trivfs_S_io_set_some_openmodes):Miles Bader
Set ICKY_ASYNC in TERMFLAGS if O_ASYNC is set in BITS.
1996-02-15(fshelp_start_translator_long): Terminate TASK if the exec fails.Miles Bader
1996-02-14Add some more #ifdef'd-out code to return wait strings.Miles Bader
1996-02-14(init_termstate, restore_termstate, term_sgb, localbits):Miles Bader
Moved here from boot.c
1996-02-14[!UX] (orig_tty_state): New variable.Miles Bader
[!UX] (init_termstate, restore_termstate): New hurd versions of these funcs.
1996-02-14(SRCS): Add exec-reauth.c, idvec-auth.c, timefmt.c, and path-lookup.c.Miles Bader
(LCLHDRS): Add timefmt.h.
1996-02-14(struct argp_state): Add `quoted' field.Miles Bader
1996-02-14(argp_parse):Miles Bader
Don't parse args in order by default. Deal correctly when the user turns a non-option arg into an option in re-ordering mode. Honor ARGP_NO_ARGS. Use KEY_END, KEY_ARG, and QUOTE. (KEY_END): New macro, in place of EOF. (KEY_ARG, QUOTE): New macros.
1996-02-14(O_RDONLY, O_WRONLY, O_RDWR): New macros.Miles Bader
1996-02-14(load_image, boot_script_read_file, main):Miles Bader
Use O_RDONLY, not 0 (kind of ironic, this...). (load_image): Give the filename with the error message (and a newline).
1996-02-14Move all the ux-specific grot into ux.c & ux.h.Miles Bader
If UX is defined, include "ux.h", else define hurdish stuff. (main): Use get_privileged_ports instead of task_by_pid. (load_image, boot_script_read_file, main, do_mach_notify_no_senders, do_mach_notify_dead_name): Use host_exit instead of uxexit. (boot_script_read_file): Use host_stat instead of uxstat. (init_termstate, S_tioctl_tiocseta): Use sg_flags field in struct sgttyb.
1996-02-14(all): Depend on `boot' and `uxboot'.Miles Bader
(COMMON-OBJS, UX-OBJS): New macros. (OBJS): Inherit most names from $(COMMON-OBJS). (LCLHDRS): Add ux.h. (LDFLAGS): Use target-specific value. (uxboot.0-LDFLAGS): New macro (with contents from old LDFLAGS). (uxboot.o, uxboot.0): New targets. (uxboot): Target renamed from boot.a.
1996-02-14Initial revisionMiles Bader
1996-02-13Exec login.Miles Bader
1996-02-13(options, main): Add --timeout/-t option.Miles Bader
(main): Pass ARGP_IN_ORDER to argp_parse (it's no longer the default), and deal with the fallout.
1996-02-13(specs): Change `Rpc' entry to `Wait'.Miles Bader
(ps_emit_wait): New function. (ps_emit_string, ps_emit_string0): Use ps_stream_write_trunc_field. (ps_get_wait): Renamed from ps_get_rpc; calling convention changed. (ps_wait_getter): Renamed from ps_rpc_getter & contents changed accord. (get_syscall_name, get_rpc_name): New stub functions.
1996-02-13(fetch_procinfo, merge_procinfo): Return wait strings.Miles Bader
(summarize_thread_waits): Return both wait and rpc info. (get_thread_wait): New function. (proc_stat_set_flags): Support finding wait info. Change occurances of PSTAT_THREAD_RPC to PSTAT_THREAD_WAIT.