Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-12-21 | (ps_emit_nz_int): | Miles Bader | |
Write `-' when the value is 0, rather than mangling the output. (ps_emit_uid): Use an int uid, and emit "-" for none. (ps_emit_uname, ps_cmp_uids, ps_cmp_unames, ps_nominal_user): Handle NULL users. (ps_owner_uid_getter): New variable. (ps_get_owner_uid, ps_nominal_uid): New functions. (ps_std_fmt_specs): Make "UID" use owner_uid rather than owner. (own_uid): New variable (was function local). | |||
1995-12-21 | (ps_not_leader_p): Renamed from ps_not_sess_leader_p. | Miles Bader | |
(ps_not_leader_filter): Renamed from ps_not_sess_leader_filter. (ps_unorphaned_p): Include login leaders as well as session leaders. (ps_own_filter): Depend on PSTAT_OWNER_UID. (ps_own_p): Account for there being no uid. | |||
1995-12-20 | (S_proc_reassign): | Miles Bader | |
Have notifications sent to the correct request port. Once we've given STUBP's request port to P, don't leave it in STUBP, so process_has_exited() doesn't dealloc it. | |||
1995-12-20 | (proc_stat_set_flags): If there's no owner, set the uid to -1 (and the owner | Miles Bader | |
to null), instead of failing. (proc_stat_set_flags): Add support for PROC_OWNER_UID. (add_preconditions): Add preconditions for owner_uid (& owner). | |||
1995-12-20 | (proc_stat_owner_uid): New macro. | Miles Bader | |
(PSTAT_OWNER_UID): New macro. (struct proc_stat): Add owner_uid field. (ps_not_leader_filter): Renamed from ps_not_sess_leader_filter. | |||
1995-12-20 | (diskfs_S_fsys_init): Call proc_mark_exec on EXECPROCESS. | Roland McGrath | |
1995-12-20 | (new_proc): Don't set P->p_noowner for processes 0 and 1. | Michael I. Bushnell | |
1995-12-20 | (get_vector): Rewritten without arbitrary limits. | Roland McGrath | |
1995-12-20 | (trivfs_S_io_read): After a block on the input queue, don't go back | Michael I. Bushnell | |
and check the input queue if there is a signal in progress; wait for the signal to complete first. (send_signal): Release global_lock around signal RPC. Call report_sig_start and report_sig_end around signal RPC. (call_asyncs): Likewise. (report_sig_start, report_sig_end): New functions. (sigs_in_progress, input_sig_wait, input_sig_wakeup): New variables. | |||
1995-12-20 | (send_signal): Release global_lock around signal RPC. | Michael I. Bushnell | |
(call_asyncs): Likewise. | |||
1995-12-20 | (main): Never mind. | Michael I. Bushnell | |
1995-12-20 | Never mind. | Michael I. Bushnell | |
1995-12-20 | (main): Initialize input_path_lock. | Michael I. Bushnell | |
1995-12-20 | (input_path_lock): New variable. | Michael I. Bushnell | |
1995-12-19 | (launch_core_servers, run_for_real): Call proc_mark_exec on child proc | Roland McGrath | |
ports. | |||
1995-12-19 | (get_string_array): Fix stupid bug in copying to newly allocated space. | Roland McGrath | |
1995-12-19 | entered into RCS | Michael I. Bushnell | |
1995-12-19 | entered into RCS | Michael I. Bushnell | |
1995-12-19 | entered into RCS | Michael I. Bushnell | |
1995-12-19 | Formerly dir-lookup.c.~5~ | Michael I. Bushnell | |
1995-12-19 | entered into RCS | Michael I. Bushnell | |
1995-12-19 | (diskfs_S_file_exec) [reauth]: If ISPROC, then don't install returned | Michael I. Bushnell | |
port; just deallocate it. | |||
1995-12-19 | (S_proc_reauthenticate): Reverse miles' last chonge. | Michael I. Bushnell | |
1995-12-19 | entered into RCS | Michael I. Bushnell | |
1995-12-19 | Initial revision | Michael I. Bushnell | |
1995-12-19 | Initial revision | Michael I. Bushnell | |
1995-12-19 | entered into RCS | Michael I. Bushnell | |
1995-12-19 | Initial revision | Michael I. Bushnell | |
1995-12-19 | Initial revision | Michael I. Bushnell | |
1995-12-19 | entered into RCS | Michael I. Bushnell | |
1995-12-19 | Initial revision | Michael I. Bushnell | |
1995-12-19 | (S_proc_reauthenticate): Don't return 0 for the new port. | Miles Bader | |
1995-12-18 | Formerly cache.c.~6~ | Michael I. Bushnell | |
1995-12-18 | Initial revision | Michael I. Bushnell | |
1995-12-18 | entered into RCS | Michael I. Bushnell | |
1995-12-18 | Formerly mount.c.~7~ | Michael I. Bushnell | |
1995-12-18 | entered into RCS | Michael I. Bushnell | |
1995-12-18 | Formerly dir-mkfile.c.~2~ | Michael I. Bushnell | |
1995-12-18 | Formerly dir-lookup.c.~4~ | Michael I. Bushnell | |
1995-12-18 | entered into RCS | Michael I. Bushnell | |
1995-12-18 | Initial revision | Michael I. Bushnell | |
1995-12-18 | entered into RCS | Michael I. Bushnell | |
1995-12-18 | Initial revision | Michael I. Bushnell | |
1995-12-18 | Initial revision | Michael I. Bushnell | |
1995-12-17 | Initial revision | Miles Bader | |
1995-12-17 | (SRCS): Add termsize.c & ivec.c. | Miles Bader | |
(LCLHDRS): Add ivec.h. | |||
1995-12-17 | (argz_insert): New declaration. | Miles Bader | |
1995-12-17 | (argz_remove, argz_append, argz_add): New functions, were in envz.c. | Miles Bader | |
(argz_insert): New function. | |||
1995-12-17 | (options): Reformat doc string for --tty option. | Miles Bader | |
1995-12-17 | (main): Implement 'w' option. | Miles Bader | |
(options): Add argument and doc for 'w' option. |