Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-10 | (fd_get_device): Update to use libstore. | Miles Bader | |
<hurd/store.h>: New include. | |||
1996-05-10 | (S_io_identity): Typo. | Miles Bader | |
1996-05-10 | (fshelp_delegate_translation): Don't cast ARGV when calling arg_create. | Miles Bader | |
1996-05-10 | Rename *S_LEN to NUM_*S. | Miles Bader | |
1996-05-10 | (store_create): Use the real file_get_storage_info. | Miles Bader | |
(fgsi): Function removed. | |||
1996-05-10 | (struct store): | Miles Bader | |
Add CHILDREN & NUM_CHILDREN fields. Rename RUNS_LEN to NUM_RUNS (all uses changed). | |||
1996-05-10 | (diskfs_set_statfs): Fix one reference to old name of ST member. | Michael I. Bushnell | |
1996-05-10 | (diskfs_set_statfs): Fix one reference to old name of ST member. | Michael I. Bushnell | |
1996-05-10 | Include <stdio.h>. | Michael I. Bushnell | |
1996-05-10 | (init_users): Order args correctly in call to ports_create_port. | Michael I. Bushnell | |
1996-05-10 | (S_proc_exception_raise): Fetch sigcode from correctly named member of | Michael I. Bushnell | |
HSD. | |||
1996-05-10 | <hurd/startup_notify.h> -> "startup_notify_U.h". | Michael I. Bushnell | |
1996-05-10 | (OBJS): Add startup_notifyUser.o. | Michael I. Bushnell | |
1996-05-10 | (check_hashbang) [userport/reauthenticate]: Use new | Michael I. Bushnell | |
auth_user_authenticate inerface. (check_hashbang) [setup_args/search_path]: Declare PATH to be `char const *'. | |||
1996-05-10 | (do_exec): Use new auth_user_authenticate interface. | Michael I. Bushnell | |
1996-05-10 | (S_io_identity): New function. | Michael I. Bushnell | |
1996-05-10 | (trivfs_S_io_identity): | Michael I. Bushnell | |
1996-05-10 | (trivfs_S_io_identity): fixup | Michael I. Bushnell | |
1996-05-10 | (make_sockaddr_port): Use new ports_create_port call. | Michael I. Bushnell | |
1996-05-10 | (make_sock_user): Use new ports_create_port call. | Michael I. Bushnell | |
1996-05-10 | (S_socket_create_address): Use new ports_create_port call. | Michael I. Bushnell | |
1996-05-10 | (S_io_reauthenticate): Use new auth_server_authenticate interface. | Michael I. Bushnell | |
(S_io_select): Drop ID_TAG arg. | |||
1996-05-10 | (ethernet_thread): Return any_t. | Michael I. Bushnell | |
(input_work_thread): Likewise. (ethernet_open): Use new ports_create_port call. | |||
1996-05-10 | (netfs_attempt_statfs): Expect and fill in new statfs buffer. | Michael I. Bushnell | |
1996-05-10 | (S_io_reauthenticate): Use new auth_server_authenticate protocol. | Michael I. Bushnell | |
1996-05-10 | (diskfs_set_statfs): Expect and fill in new format statfs buffer. | Michael I. Bushnell | |
1996-05-10 | (pass1b): Bother to initialize NUMBER. | Michael I. Bushnell | |
1996-05-10 | (IOSRCS): Add io-identity.c. | Michael I. Bushnell | |
1996-05-10 | Initial revision | Michael I. Bushnell | |
1996-05-10 | (trivfs_clean_cntl): Destroy filesys_id and file_id members. | Michael I. Bushnell | |
1996-05-10 | Initial revision | Michael I. Bushnell | |
1996-05-10 | (trivfs_control): New members `filesys_id' and `file_id'. | Michael I. Bushnell | |
1996-05-09 | (uptime): Cast arg to localtime appropriately. | Michael I. Bushnell | |
1996-05-09 | (add_utmp_entry): Declare HOST `char const *'. | Michael I. Bushnell | |
(main) [fail]: Declare VIA `char const *'. (main): Declare USER `char const *'. Declare ARG `char const *'. (main): Provide new third arg to proc_setowner. (main) [parse_opt] [case ARGP_KEY_ARG]: Cast first arg of argz_create appropriately. (main): Likewise. | |||
1996-05-09 | (main) [parse_opt]: Cast first arg of argz_create appropriately. | Michael I. Bushnell | |
1996-05-09 | (main) [parse_opt]: Cast first arg to argz_create appropriately. | Michael I. Bushnell | |
1996-05-09 | (main) [current_tty_name]: Remove `const' keyword to avoid type clash. | Michael I. Bushnell | |
1996-05-09 | (main) [proc_stat_has_ctty]: Add parentheses around assignment used as | Michael I. Bushnell | |
truth value. | |||
1996-05-09 | (ufs.static ufs): s/ioserver/iohelp/g | Michael I. Bushnell | |
1996-05-09 | (DIST_FILES): Add *.h. | Michael I. Bushnell | |
1996-05-09 | (DIST_FILES): Reference *.h, instead of individual files. | Michael I. Bushnell | |
1996-05-09 | (ext2fs ext2fs.static): s/ioserver/iohelp/g | Michael I. Bushnell | |
1996-05-09 | (diskfs_set_statfs): Use and fill in new statfs structure. | Michael I. Bushnell | |
1996-05-09 | (call_asyncs): Provide sigcode arg in call to nowait_msg_sig_post. | Michael I. Bushnell | |
1996-05-09 | (init_users): Use new ports_create_port. | Michael I. Bushnell | |
1996-05-09 | (device_open_reply): Use new ports_create_port. | Michael I. Bushnell | |
1996-05-09 | (S_proc_reauthenticate): Use new authentication interface. | Michael I. Bushnell | |
(S_proc_setowner): Expect and interpret new CLEAR parm. (S_proc_exception_raise): Set P->p_sigcode; use new _hurd_exception2signal args. | |||
1996-05-09 | (S_proc_getprocinfo): FLAGS is now an in-out parameter. | Michael I. Bushnell | |
1996-05-09 | (S_proc_wait): New parm SIGCODE; return p_sigcode in it. | Michael I. Bushnell | |
(S_proc_mark_stop): New parm SIGCODE; record it. (S_proc_mark_exit): Likewise. (alert_parent): Set P->p_sigcode if process is dying irregularly. | |||
1996-05-09 | (struct proc): Add p_sigcode. | Michael I. Bushnell | |