aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (netfs_attempt_statfs): Expect and fill in new statfs buffer.Michael I. Bushnell1996-05-101-10/+13
|
* (S_io_reauthenticate): Use new auth_server_authenticate protocol.Michael I. Bushnell1996-05-101-2/+1
|
* (diskfs_set_statfs): Expect and fill in new format statfs buffer.Michael I. Bushnell1996-05-101-10/+10
|
* (pass1b): Bother to initialize NUMBER.Michael I. Bushnell1996-05-101-1/+1
|
* (IOSRCS): Add io-identity.c.Michael I. Bushnell1996-05-101-1/+1
|
* Initial revisionMichael I. Bushnell1996-05-101-0/+50
|
* (trivfs_clean_cntl): Destroy filesys_id and file_id members.Michael I. Bushnell1996-05-101-1/+3
|
* Initial revisionMichael I. Bushnell1996-05-101-0/+67
|
* (trivfs_control): New members `filesys_id' and `file_id'.Michael I. Bushnell1996-05-101-0/+2
|
* (uptime): Cast arg to localtime appropriately.Michael I. Bushnell1996-05-091-1/+2
|
* (add_utmp_entry): Declare HOST `char const *'.Michael I. Bushnell1996-05-091-9/+12
| | | | | | | | | | (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.
* (main) [parse_opt]: Cast first arg of argz_create appropriately.Michael I. Bushnell1996-05-091-1/+2
|
* (main) [parse_opt]: Cast first arg to argz_create appropriately.Michael I. Bushnell1996-05-091-1/+2
|
* (main) [current_tty_name]: Remove `const' keyword to avoid type clash.Michael I. Bushnell1996-05-091-1/+1
|
* (main) [proc_stat_has_ctty]: Add parentheses around assignment used asMichael I. Bushnell1996-05-091-1/+1
| | | | truth value.
* (ufs.static ufs): s/ioserver/iohelp/gMichael I. Bushnell1996-05-091-1/+1
|
* (DIST_FILES): Add *.h.Michael I. Bushnell1996-05-091-1/+1
|
* (DIST_FILES): Reference *.h, instead of individual files.Michael I. Bushnell1996-05-091-2/+1
|
* (ext2fs ext2fs.static): s/ioserver/iohelp/gMichael I. Bushnell1996-05-091-1/+1
|
* (diskfs_set_statfs): Use and fill in new statfs structure.Michael I. Bushnell1996-05-091-12/+12
|
* (call_asyncs): Provide sigcode arg in call to nowait_msg_sig_post.Michael I. Bushnell1996-05-091-1/+1
|
* (init_users): Use new ports_create_port.Michael I. Bushnell1996-05-091-2/+7
|
* (device_open_reply): Use new ports_create_port.Michael I. Bushnell1996-05-091-3/+5
|
* (S_proc_reauthenticate): Use new authentication interface.Michael I. Bushnell1996-05-091-11/+20
| | | | | | (S_proc_setowner): Expect and interpret new CLEAR parm. (S_proc_exception_raise): Set P->p_sigcode; use new _hurd_exception2signal args.
* (S_proc_getprocinfo): FLAGS is now an in-out parameter.Michael I. Bushnell1996-05-091-11/+11
|
* (S_proc_wait): New parm SIGCODE; return p_sigcode in it.Michael I. Bushnell1996-05-091-3/+13
| | | | | | (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.
* (struct proc): Add p_sigcode.Michael I. Bushnell1996-05-091-0/+1
|
* Include <hurd/startup_notify.h>.Michael I. Bushnell1996-05-091-12/+9
| | | | | | | | (struct ntfy_task): New member `name'. (S_startup_request_notification): Expect and record name. (S_msg_startup_dosync): Delete function. (reboot_system): Use new startup_dosync interface. (init_stdarrays): Use new authentication interface.
* (S_io_select): No longer has TAG parm.Michael I. Bushnell1996-05-091-3/+1
| | | | (S_io_reauthenticate): Use new interface.
* (netfs_make_protid): FixupMichael I. Bushnell1996-05-091-1/+1
|
* (netfs_S_file_get_storage_info): fixupMichael I. Bushnell1996-05-091-1/+1
|
* (netfs_make_protid): Use new ports interface; if it fails return zero.Michael I. Bushnell1996-05-091-4/+7
|
* (netfs_S_file_get_storage_info): Change to new interface.Miles Bader1996-05-091-18/+24
|
* (netfs_S_io_select): No longer has TAG parm.Michael I. Bushnell1996-05-091-3/+2
|
* (netfs_S_io_reauthenticate): Don't pass right for USER toMichael I. Bushnell1996-05-091-4/+2
| | | | auth_server_authenticate.
* (netfs_S_file_sync): Accept and ignore new omitmeta arg.Michael I. Bushnell1996-05-091-2/+3
|
* (netfs_S_file_statfs): Use new struct statfs.Michael I. Bushnell1996-05-091-2/+2
|
* (netfs_S_dir_rename): Accept and pass through excl flag.Michael I. Bushnell1996-05-091-3/+3
|
* (netfs_S_dir_link): Accept and pass through excl arg.Michael I. Bushnell1996-05-091-3/+4
|
* (netfs_attempt_link): Add excl parm.Michael I. Bushnell1996-05-091-3/+4
| | | | (netfs_attempt_rename): Likewise.
* (trivfs_S_file_get_storage_info): Fix param type.Miles Bader1996-05-091-1/+1
|
* Fix param type.Miles Bader1996-05-091-1/+1
|
* (netfs_attempt_statfs): Use struct statfs, not old deprecatedMichael I. Bushnell1996-05-091-1/+1
| | | | structure.
* (fetch_procinfo): Pass a reference to PI_FLAGS in call toMichael I. Bushnell1996-05-091-1/+1
| | | | fetch_procinfo.
* (trivfs_S_file_get_storage_info): Change to new interface.Miles Bader1996-05-091-2/+4
|
* (trivfs_S_io_reauthenticate): Don't send right for CRED toMichael I. Bushnell1996-05-091-3/+1
| | | | auth_server_authenticate.
* (trivfs_S_fsys_syncfs): Provide new third arg to file_sync.Michael I. Bushnell1996-05-091-2/+2
|
* (trivfs_S_fsys_get_options): Expect (and ignore) reply port args.Michael I. Bushnell1996-05-091-1/+3
|
* (trivfs_S_file_syncfs): Provide new third arg to file_sync.Michael I. Bushnell1996-05-091-2/+2
|
* (trivfs_S_file_sync): Accept and pass through new omitmeta parm.Michael I. Bushnell1996-05-091-3/+3
|