summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-15(store_create): Steal SOURCE instead of cloning it.Miles Bader
1996-05-15(store_argp): New declaration.Miles Bader
(struct store_argp_params): New type.
1996-05-15(S_proc_pid2task, S_proc_pid2proc): Use check_owner.Miles Bader
1996-05-15(check_owner): New inline function.Miles Bader
1996-05-15(main): Fork login timeout watchdog before clearing the process owner.Miles Bader
1996-05-15(add_field): Correctly decrement *SECS by amount printed.Miles Bader
1996-05-15(dog): Use error to print messages. Use pretty time fmting.Miles Bader
1996-05-15(fmt_named_interval):Miles Bader
Use fraction digit in more cases. Always pick the last suffix if we can't find any that fits. Use new tv_ functions. (tv_is_zero, tv_is_ge): New functions.
1996-05-14(install): Depend on $(includedir)/hurd and add rule to create it.Roland McGrath
1996-05-14(pass2): Fix up test in preen case.Miles Bader
1996-05-14(pass2):Michael I. Bushnell
1996-05-14(pass2): better.Michael I. Bushnell
1996-05-14(pass2): Handle directory entry type fields better for Hurd.Michael I. Bushnell
1996-05-14(main): Initialize fsys_identity.Michael I. Bushnell
1996-05-14(sock_alloc): Initialize SOCK->identity.Michael I. Bushnell
(sock_release): Destroy SOCK->identity if it's been set.
1996-05-14(S_io_identity): New function.Michael I. Bushnell
1996-05-14(fsys_identity): New variable.Michael I. Bushnell
1996-05-14(struct socket) [_HURD_]: New member `identity'.Michael I. Bushnell
1996-05-14(ethernet_open): fixup again.Michael I. Bushnell
1996-05-14Initial revisionMiles Bader
1996-05-14(netfs_S_io_identity): fixupMichael I. Bushnell
1996-05-14(struct sock): Make the id field a receive right, not an int.Miles Bader
1996-05-14(S_io_identity): New function.Miles Bader
1996-05-14(ethernet_open): Delete superfluous arg to assert_perror.Michael I. Bushnell
1996-05-14(netfs_fsys_identity): New variable.Michael I. Bushnell
(netfs_init): Initialize netfs_fsys_identity.
1996-05-14(netfs_drop_node): Destroy NP->identity if it's set.Michael I. Bushnell
1996-05-14(netfs_make_node): Initialize NP->identity.Michael I. Bushnell
1996-05-14(struct node): New member `identity'.Michael I. Bushnell
(netfs_fsys_identity): New variable.
1996-05-14(IOSRCS): Add io-identity.c.Michael I. Bushnell
1996-05-14Initial revisionMichael I. Bushnell
1996-05-14(netfs_attempt_unlink): Add new arg in call to netfs_attempt_link.Michael I. Bushnell
1996-05-14(S_msg_describe_ports): typo.Michael I. Bushnell
1996-05-14(S_msg_get_exec_flags, S_msg_set_all_exec_flags,Michael I. Bushnell
S_msg_set_some_exec_flags, S_msg_clear_some_exec_flags): Delete functions. (S_msg_describe_ports): New function.
1996-05-14(OTHERSRCS): Remove init-completed.c.Michael I. Bushnell
1996-05-14(reboot_system): Print prettier messages for shutdown notifications.Michael I. Bushnell
1996-05-14(diskfs_drop_node): Fix typo.Michael I. Bushnell
1996-05-14(main): Only allow real users to make new login collections.Miles Bader
1996-05-14foo.Michael I. Bushnell
1996-05-14fooMichael I. Bushnell
1996-05-14*** empty log message ***Michael I. Bushnell
1996-05-13(main):Miles Bader
Only add utmp entry for session leader. Clear process owner if no uids. Fork self-destruct timer when appropiate. (default_args): Add NOAUTH_TIMEOUT entry. (check_owned, kill_login, dog): New functions. (options, main): Remove -z/--no-utmp option.
1996-05-13(PSTAT_PROCINFO, PSTAT_PROCINFO_THREAD): Add PSTAT_THREAD_WAITS.Miles Bader
(proc_stat_set_flags): Be more careful about when we fetch thread_wait information, and synthesize a process-summary thread_wait value for lots of threads. (summarize_thread_waits): Only give a real summary if there's but a single user thread. (fetch_procinfo): Use PSTAT_THREAD_WAITS instead of PSTAT_THREAD_WAIT.
1996-05-13(PSTAT_THREAD_WAITS): New macro.Miles Bader
1996-05-12(merge_procinfo, fetch_procinfo): Change HAVE to be an input/output parameter.Miles Bader
(proc_stat_set_flags): Change accordingly. (get_thread_wait): Correctly advance WAIT.
1996-05-12(PI_FETCH_THREAD_DETAILS): New macro.Miles Bader
(S_proc_getprocinfo): Only allocate thread detail storage if we're actually returning thread details (a lone PI_FETCH_THREADS simply means "number of threads"). React to errors somewhat more gracefully.
1996-05-12(get_thread_wait): Correctly advance WAIT.Miles Bader
1996-05-12(psout): When printing result of ps_fmt_creation_error, don't pass ERR toMiles Bader
error (it should already be in PROBLEM if necessary).
1996-05-12(specs): Give runtime specs 2 fraction digits by default.Miles Bader
1996-05-12Frob comment.Miles Bader
1996-05-12(S_proc_getprocinfo): Add comment.Miles Bader