Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (S_msg_describe_ports): typo. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | (S_msg_get_exec_flags, S_msg_set_all_exec_flags, | Michael I. Bushnell | 1996-05-14 | 1 | -13/+11 |
| | | | | | | S_msg_set_some_exec_flags, S_msg_clear_some_exec_flags): Delete functions. (S_msg_describe_ports): New function. | ||||
* | (OTHERSRCS): Remove init-completed.c. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | (reboot_system): Print prettier messages for shutdown notifications. | Michael I. Bushnell | 1996-05-14 | 1 | -8/+9 |
| | |||||
* | (diskfs_drop_node): Fix typo. | Michael I. Bushnell | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | (main): Only allow real users to make new login collections. | Miles Bader | 1996-05-14 | 1 | -1/+2 |
| | |||||
* | foo. | Michael I. Bushnell | 1996-05-14 | 3 | -34/+52 |
| | |||||
* | foo | Michael I. Bushnell | 1996-05-14 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Michael I. Bushnell | 1996-05-14 | 2 | -2/+11 |
| | |||||
* | (main): | Miles Bader | 1996-05-13 | 1 | -5/+112 |
| | | | | | | | | | 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. | ||||
* | (PSTAT_PROCINFO, PSTAT_PROCINFO_THREAD): Add PSTAT_THREAD_WAITS. | Miles Bader | 1996-05-13 | 1 | -27/+69 |
| | | | | | | | | | (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. | ||||
* | (PSTAT_THREAD_WAITS): New macro. | Miles Bader | 1996-05-13 | 1 | -2/+10 |
| | |||||
* | (merge_procinfo, fetch_procinfo): Change HAVE to be an input/output parameter. | Miles Bader | 1996-05-12 | 1 | -30/+40 |
| | | | | | (proc_stat_set_flags): Change accordingly. (get_thread_wait): Correctly advance WAIT. | ||||
* | (PI_FETCH_THREAD_DETAILS): New macro. | Miles Bader | 1996-05-12 | 1 | -13/+27 |
| | | | | | | | (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. | ||||
* | (get_thread_wait): Correctly advance WAIT. | Miles Bader | 1996-05-12 | 1 | -1/+5 |
| | |||||
* | (psout): When printing result of ps_fmt_creation_error, don't pass ERR to | Miles Bader | 1996-05-12 | 1 | -1/+1 |
| | | | | error (it should already be in PROBLEM if necessary). | ||||
* | (specs): Give runtime specs 2 fraction digits by default. | Miles Bader | 1996-05-12 | 1 | -3/+3 |
| | |||||
* | Frob comment. | Miles Bader | 1996-05-12 | 1 | -1/+3 |
| | |||||
* | (S_proc_getprocinfo): Add comment. | Miles Bader | 1996-05-12 | 1 | -0/+3 |
| | |||||
* | Quick hack for installing headers prior to building libc. | Roland McGrath | 1996-05-11 | 1 | -2/+6 |
| | | | | | | (hdrs): New variable, do wildcarding in $(srcdir). (DIST_FILES): Use that. (install): Install $(hdrs) in $(includedir)/hurd from $(srcdir). | ||||
* | Add .PHONY spec for phony targets. | Roland McGrath | 1996-05-11 | 1 | -0/+2 |
| | |||||
* | (parse_startup_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -2/+1 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 4 | -6/+8 |
| | |||||
* | (parse_dev_startup_opt, parse_startup_opt): | Miles Bader | 1996-05-11 | 1 | -2/+3 |
| | | | | Use ARGP_ERR_UNKNOWN instead of EINVAL. | ||||
* | (diskfs_set_options): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+1 |
| | |||||
* | (parse_common_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+1 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -1/+2 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 10 | -12/+26 |
| | |||||
* | (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. | Miles Bader | 1996-05-11 | 1 | -14/+14 |
| | | | | | (_parse_strlist, parse_strlist, parse_numlist, lookup_user, main): Slather on consts, in a misguided attempt to shut up the compier. | ||||
* | (argp_parse): Turn any EBADKEY that makes it to the end back into EINVAL. | Miles Bader | 1996-05-11 | 1 | -0/+3 |
| | |||||
* | ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN. | Miles Bader | 1996-05-11 | 2 | -13/+17 |
| | |||||
* | (EBADKEY): New define. | Miles Bader | 1996-05-11 | 1 | -29/+32 |
| | | | | | (argp_default_parser, argp_version_parser, argp_parse): Use EBADKEY instead of EINVAL. | ||||
* | (ARGP_ERR_UNKNOWN_KEY): New define. | Miles Bader | 1996-05-11 | 1 | -24/+26 |
| | |||||
* | (parse_opt): Print a usage msg with no args. | Miles Bader | 1996-05-11 | 1 | -9/+13 |
| | | | | (options, main): Add --translated/-t option. | ||||
* | (netfs_attempt_rename, netfs_attempt_link): New parm EXCL, but don't | Michael I. Bushnell | 1996-05-10 | 1 | -2/+9 |
| | | | | implement the hard case yet. | ||||
* | (storeread, storecat): Remove explicit dependency on program object file. | Miles Bader | 1996-05-10 | 1 | -3/+3 |
| | | | | Put include of ../Makeconf before dependencies. | ||||
* | (storeinfo): Depend on ../libstore/libstore.a. | Miles Bader | 1996-05-10 | 1 | -0/+1 |
| | |||||
* | (main): Remove const cast from first arg to argz_create. | Miles Bader | 1996-05-10 | 1 | -2/+1 |
| | |||||
* | (main): Use store_run, not off_t, vectors; tweak accordingly. | Miles Bader | 1996-05-10 | 2 | -12/+5 |
| | |||||
* | (diskfs_drop_node): Free NP->identity if it's been allocated. | Michael I. Bushnell | 1996-05-10 | 1 | -0/+4 |
| | |||||
* | (IOSRCS): Add io-identity.c. | Michael I. Bushnell | 1996-05-10 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1996-05-10 | 1 | -0/+61 |
| | |||||
* | (store_clone): Clone children too. | Miles Bader | 1996-05-10 | 1 | -0/+15 |
| | |||||
* | (_store_derive): Use store_run, not off_t, vectors; tweak accordingly. | Miles Bader | 1996-05-10 | 1 | -10/+10 |
| | |||||
* | (store_device_create, _store_device_create): | Miles Bader | 1996-05-10 | 1 | -5/+5 |
| | | | | Use store_run, not off_t, vectors; tweak accordingly. | ||||
* | (store_file_create, _store_file_create): | Miles Bader | 1996-05-10 | 1 | -5/+5 |
| | | | | Use store_run, not off_t, vectors; tweak accordingly. | ||||
* | (diskfs_fsys_identity): New variable. | Michael I. Bushnell | 1996-05-10 | 1 | -0/+6 |
| | | | | (diskfs_init_diskfs): Initialize diskfs_fsys_identity. | ||||
* | (_make_store): | Miles Bader | 1996-05-10 | 1 | -1/+11 |
| | | | | | | Initialize CHILDREN & NUM_CHILDREN. Use store_run, not off_t, vectors; tweak accordingly. (store_free): Free all children too. | ||||
* | (diskfs_make_node): Initialize NP->identity. | Michael I. Bushnell | 1996-05-10 | 1 | -0/+1 |
| | |||||
* | (diskfs_fsys_identity): New variable. | Michael I. Bushnell | 1996-05-10 | 1 | -0/+5 |
| | | | | (struct node): New member `identity'. |