summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-02-02Formerly main.c.~3~Michael I. Bushnell
1996-02-01(main): Chown the terminal.Roland McGrath
1996-02-01Formerly mount.c.~8~Michael I. Bushnell
1996-02-01entered into RCSMichael I. Bushnell
1996-02-01Initial revisionMichael I. Bushnell
1996-02-01entered into RCSMichael I. Bushnell
1996-02-01Add assert to check for signal bug.Roland McGrath
1996-01-31(diskfs_node_rdwr): Handle null AMTREAD.Roland McGrath
1996-01-31(diskfs_S_fsys_set_options): Use rwlock_writer_lock instead ofRoland McGrath
rwlock_reader_lock in DO_CHILDREN case.
1996-01-30(file_pager_read_page, file_pager_write_page): Check for a page offsetRoland McGrath
beyond the allocsize and return EIO.
1996-01-30(check_hashbang): Use hash_file_name_path_lookup() instead of doing the pathMiles Bader
search ourselves, and get rid of LOOKUP_CWDIR & associated logic.
1996-01-30(S_exec_exec):Miles Bader
Use strdupa(). Update use of hurd_file_name_lookup() [still probably not right though].
1996-01-30Add w.c & w to the appropiate places.Miles Bader
1996-01-30(main):Miles Bader
Put LOGNAME in the environ even if it was already. Try to set the default path using confstr(). Call setlogin(). Turn on RETRY when the -h option is specified. (options, main): Change the -R/--retry option so that the optional argument is an argument to add to those passed to login when retrying, and remove all the hardwired arguments (except propagating -h/--via). (main, default_args): Replace the BACKUP_SHELL param with BACKUP_SHELLS, which is a list of things to try. The default includes both bash and the /bin/sh. (default_args, options, main): Get rid of the -n/--nobody option and variables, making it an additional login parameter. (add_utmp_entry): Get rid of declaration for login(). (copied_args): Add "USER". (default_args, default_env): Make the default path just /bin.
1996-01-30(diskfs_release_peropen): Free dotdotport when deallocate peropen.Michael I. Bushnell
1996-01-30Formerly release-peropen.c.~2~Michael I. Bushnell
1996-01-30Initial revisionMichael I. Bushnell
1996-01-30Formerly init-init.c.~3~Michael I. Bushnell
1996-01-30entered into RCSMichael I. Bushnell
1996-01-30Formerly main.c.~2~Michael I. Bushnell
1996-01-30entered into RCSMichael I. Bushnell
1996-01-30Initial revisionMichael I. Bushnell
1996-01-30Grok `tty'.Roland McGrath
1996-01-30Formerly init-loop.c.~2~Michael I. Bushnell
1996-01-30Initial revisionMichael I. Bushnell
1996-01-30Initial revisionMichael I. Bushnell
1996-01-29(fshelp_fetch_root): Use hurd_condition_wait instead ofMichael I. Bushnell
condition_wait.
1996-01-29(fshelp_set_active): Deal correctly with the case where a passiveMichael I. Bushnell
translator is being started.
1996-01-27(trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs.Miles Bader
1996-01-27(main): Use trivfs_startup & trivfs_create_port instead of trivfs_handle_port.Miles Bader
1996-01-27(devio_assert_dtr): Use ports_create_port instead of ports_allocate_port.Miles Bader
1996-01-27(S_socket_recv):Miles Bader
Test for MSG_OOB in IN_FLAGS, not FLAGS. Return EINVAL if we get MSG_OOB, not EOPNOTSUPP.
1996-01-27(sock_create_port, addr_create):Miles Bader
Use ports_create_port instead of ports_allocate_port.
1996-01-27(trivfs_goaway): Handle errors from ports_inhibit_bucket_rpcs.Miles Bader
(thread_cancel): Function deleted.
1996-01-27(trivfs_protid_dup): Use ports_create_port instead of ports_allocate_port,Miles Bader
and return any error.
1996-01-27(trivfs_open): Use ports_create_port instead of ports_allocate_port, andMiles Bader
return any error.
1996-01-27(trivfs_create_control): New declaration.Miles Bader
1996-01-27(OTHERSRCS): Add cntl-create.c.Miles Bader
1996-01-27(trivfs_startup): Use trivfs_create_control.Miles Bader
1996-01-27(trivfs_handle_port): Use trivfs_create_control.Miles Bader
1996-01-27(trivfs_S_io_restrict_auth): Use ports_create_port instead ofMiles Bader
ports_allocate_port, and return any error.
1996-01-27(trivfs_S_io_reauthenticate): Use ports_create_port instead ofMiles Bader
ports_allocate_port, and return any error.
1996-01-27(ports_interrupt_rpcs): Renamed from ports_interrupt_rpc.Miles Bader
1996-01-27(ports_S_interrupt_operation):Miles Bader
Use ports_interrupt_rpcs instead of ports_interrupt_rpc. Fix spelling of cancel_threshold (was cancel_threshhold).
1996-01-27(SRCS):Miles Bader
Add default-uninhibitable-rpcs.c. Rename interrupt-rpc.c to interrupt-rpcs.c.
1996-01-27(ports_reallocate_from_external):Miles Bader
Fix spelling of cancel_threshold (was cancel_threshhold).
1996-01-27(ports_reallocate_port):Miles Bader
Fix spelling of cancel_threshold (was cancel_threshhold).
1996-01-27(ports_no_senders): Use ports_interrupt_rpcs instead of ports_interrupt_rpc.Miles Bader
1996-01-27(ports_manage_port_operations_one_thread):Miles Bader
Pass INP->msgh_id to ports_begin_rpc, and only call DEMUXER if it returns 0.
1996-01-27(ports_manage_port_operations_multithread):Miles Bader
Pass INP->msgh_id to ports_begin_rpc, and only call DEMUXER if it returns 0.