aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (sock_alloc): Initialize SOCK->identity.Michael I. Bushnell1996-05-141-0/+4
* (S_io_identity): New function.Michael I. Bushnell1996-05-141-0/+35
* (fsys_identity): New variable.Michael I. Bushnell1996-05-141-0/+2
* (struct socket) [_HURD_]: New member `identity'.Michael I. Bushnell1996-05-141-0/+1
* (ethernet_open): fixup again.Michael I. Bushnell1996-05-141-1/+1
* Initial revisionMiles Bader1996-05-141-0/+229
* (netfs_S_io_identity): fixupMichael I. Bushnell1996-05-141-1/+8
* (struct sock): Make the id field a receive right, not an int.Miles Bader1996-05-141-3/+4
* (S_io_identity): New function.Miles Bader1996-05-141-0/+47
* (ethernet_open): Delete superfluous arg to assert_perror.Michael I. Bushnell1996-05-141-1/+1
* (netfs_fsys_identity): New variable.Michael I. Bushnell1996-05-141-0/+4
* (netfs_drop_node): Destroy NP->identity if it's set.Michael I. Bushnell1996-05-141-1/+3
* (netfs_make_node): Initialize NP->identity.Michael I. Bushnell1996-05-141-1/+2
* (struct node): New member `identity'.Michael I. Bushnell1996-05-141-1/+3
* (IOSRCS): Add io-identity.c.Michael I. Bushnell1996-05-141-1/+1
* Initial revisionMichael I. Bushnell1996-05-141-0/+60
* (netfs_attempt_unlink): Add new arg in call to netfs_attempt_link.Michael I. Bushnell1996-05-141-1/+1
* (S_msg_describe_ports): typo.Michael I. Bushnell1996-05-141-1/+1
* (S_msg_get_exec_flags, S_msg_set_all_exec_flags,Michael I. Bushnell1996-05-141-13/+11
* (OTHERSRCS): Remove init-completed.c.Michael I. Bushnell1996-05-141-1/+1
* (reboot_system): Print prettier messages for shutdown notifications.Michael I. Bushnell1996-05-141-8/+9
* (diskfs_drop_node): Fix typo.Michael I. Bushnell1996-05-141-1/+1
* (main): Only allow real users to make new login collections.Miles Bader1996-05-141-1/+2
* foo.Michael I. Bushnell1996-05-143-34/+52
* fooMichael I. Bushnell1996-05-141-1/+1
* *** empty log message ***Michael I. Bushnell1996-05-142-2/+11
* (main):Miles Bader1996-05-131-5/+112
* (PSTAT_PROCINFO, PSTAT_PROCINFO_THREAD): Add PSTAT_THREAD_WAITS.Miles Bader1996-05-131-27/+69
* (PSTAT_THREAD_WAITS): New macro.Miles Bader1996-05-131-2/+10
* (merge_procinfo, fetch_procinfo): Change HAVE to be an input/output parameter.Miles Bader1996-05-121-30/+40
* (PI_FETCH_THREAD_DETAILS): New macro.Miles Bader1996-05-121-13/+27
* (get_thread_wait): Correctly advance WAIT.Miles Bader1996-05-121-1/+5
* (psout): When printing result of ps_fmt_creation_error, don't pass ERR toMiles Bader1996-05-121-1/+1
* (specs): Give runtime specs 2 fraction digits by default.Miles Bader1996-05-121-3/+3
* Frob comment.Miles Bader1996-05-121-1/+3
* (S_proc_getprocinfo): Add comment.Miles Bader1996-05-121-0/+3
* Quick hack for installing headers prior to building libc.Roland McGrath1996-05-111-2/+6
* Add .PHONY spec for phony targets.Roland McGrath1996-05-111-0/+2
* (parse_startup_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-2/+1
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-114-6/+8
* (parse_dev_startup_opt, parse_startup_opt):Miles Bader1996-05-111-2/+3
* (diskfs_set_options): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+1
* (parse_common_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+1
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+2
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-1110-12/+26
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-14/+14
* (argp_parse): Turn any EBADKEY that makes it to the end back into EINVAL.Miles Bader1996-05-111-0/+3
* ARGP_ERR_UNKNOWN_KEY --> ARGP_ERR_UNKNOWN.Miles Bader1996-05-112-13/+17
* (EBADKEY): New define.Miles Bader1996-05-111-29/+32
* (ARGP_ERR_UNKNOWN_KEY): New define.Miles Bader1996-05-111-24/+26