Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-02-03 | Don't save the parent ids. | Miles Bader | |
1996-02-03 | (main): | Miles Bader | |
Don't ask for a password unecessarily. When the user is specified as the first argument, always add it as both effective, real, and saved ids, even if there are others already. Only chown the tty if NO_LOGIN isn't set. Avoid duplicating the old real id when keeping the old ids. | |||
1996-02-03 | (idvec_merge_ids): Correctly add all IDS, even if some duplicates are avoided. | Miles Bader | |
1996-02-03 | (targets): Add vmstat. | Miles Bader | |
(SRCS): Add vmstat.c | |||
1996-02-03 | Initial revision | Miles Bader | |
1996-02-02 | (main): Get the ttyname to chown. | Miles Bader | |
1996-02-02 | (options, main): Add --pause option. | Miles Bader | |
1996-02-02 | Formerly main.c.~3~ | Michael I. Bushnell | |
1996-02-01 | (main): Chown the terminal. | Roland McGrath | |
1996-02-01 | Formerly mount.c.~8~ | Michael I. Bushnell | |
1996-02-01 | entered into RCS | Michael I. Bushnell | |
1996-02-01 | Initial revision | Michael I. Bushnell | |
1996-02-01 | entered into RCS | Michael I. Bushnell | |
1996-02-01 | Add 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 of | Roland McGrath | |
rwlock_reader_lock in DO_CHILDREN case. | |||
1996-01-30 | (file_pager_read_page, file_pager_write_page): Check for a page offset | Roland McGrath | |
beyond the allocsize and return EIO. | |||
1996-01-30 | (check_hashbang): Use hash_file_name_path_lookup() instead of doing the path | Miles 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-30 | Add 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-30 | Formerly release-peropen.c.~2~ | Michael I. Bushnell | |
1996-01-30 | Initial revision | Michael I. Bushnell | |
1996-01-30 | Formerly init-init.c.~3~ | Michael I. Bushnell | |
1996-01-30 | entered into RCS | Michael I. Bushnell | |
1996-01-30 | Formerly main.c.~2~ | Michael I. Bushnell | |
1996-01-30 | entered into RCS | Michael I. Bushnell | |
1996-01-30 | Initial revision | Michael I. Bushnell | |
1996-01-30 | Grok `tty'. | Roland McGrath | |
1996-01-30 | Formerly init-loop.c.~2~ | Michael I. Bushnell | |
1996-01-30 | Initial revision | Michael I. Bushnell | |
1996-01-30 | Initial revision | Michael I. Bushnell | |
1996-01-29 | (fshelp_fetch_root): Use hurd_condition_wait instead of | Michael I. Bushnell | |
condition_wait. | |||
1996-01-29 | (fshelp_set_active): Deal correctly with the case where a passive | Michael 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, and | Miles 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 of | Miles Bader | |
ports_allocate_port, and return any error. | |||
1996-01-27 | (trivfs_S_io_reauthenticate): Use ports_create_port instead of | Miles Bader | |
ports_allocate_port, and return any error. | |||
1996-01-27 | (ports_interrupt_rpcs): Renamed from ports_interrupt_rpc. | Miles Bader | |