Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-19 | (argp_failure): If FMT is 0, don't print `: MSG'. | Miles Bader | |
1996-06-17 | Initial revision | Michael I. Bushnell | |
1996-06-17 | ($(target)): And do it correctly, too. | Michael I. Bushnell | |
1996-06-17 | $(target): Add bletcherous hack to deal with undefined (and unused) | Michael I. Bushnell | |
libc symbol. | |||
1996-06-17 | (targets): Remove reboot & halt. | Miles Bader | |
(SRCS): Remove reboot.c & halt.c. (login): Depend on -lutil instead of grot. | |||
1996-06-17 | Drop first line. | Michael I. Bushnell | |
1996-06-17 | Comment out motd update. | Michael I. Bushnell | |
1996-06-17 | Fixup getty spec. | Michael I. Bushnell | |
1996-06-17 | (libutil-libsubst): Define (as -lutil). | Michael I. Bushnell | |
1996-06-17 | (init): Link against -lutil. | Michael I. Bushnell | |
1996-06-17 | (SYSCONFFILES): Add ttys. | Michael I. Bushnell | |
1996-06-17 | Initial revision | Michael I. Bushnell | |
1996-06-17 | Clean /var/run and make utmp. | Michael I. Bushnell | |
1996-06-17 | *** empty log message *** | Michael I. Bushnell | |
1996-06-17 | Updated from RFC 1700. | Michael I. Bushnell | |
1996-06-17 | update /etc/motd. | Michael I. Bushnell | |
1996-06-17 | *** empty log message *** | Michael I. Bushnell | |
1996-06-17 | Initial revision | Michael I. Bushnell | |
1996-06-17 | (SYSCONFFILES): Add protocols services shells motd | Michael I. Bushnell | |
1996-06-17 | Initial revision | Michael I. Bushnell | |
1996-06-17 | (main): Rearrange to use new argument parsing. | Miles Bader | |
(find_device, enumerate_devices): New functions. (pfinet_argp): New declaration. (already_open): New variable. <error.h>, <argp.h>: New includes. | |||
1996-06-17 | (dir): Now init. | Michael I. Bushnell | |
1996-06-17 | Include "mung_msg_S.h" instead of "msg_S.h". | Michael I. Bushnell | |
(S_msg_sig_post, S_msg_sig_post_untraced): Include SIGCODE parm. | |||
1996-06-17 | (mung_msg_S.h): New rule. | Michael I. Bushnell | |
1996-06-17 | (prog-subdirs): init.trim -> init. | Michael I. Bushnell | |
(other-subdirs): Delete init; add config. | |||
1996-06-17 | (CPPFLAGS): Add -I$(top_srcdir)/include. | Miles Bader | |
(INSTALLED_LOCAL_HEADERS): Split into two cases based on $(installhdrsubdir). ($(INSTALLED_LOCAL_HEADERS)) [$(installhdrsubdir) == .]: Linked to $(top_srcdir)/include. Prefix ../ to link contents. | |||
1996-06-17 | (prog-subdirs): Rename fsck to ufs-fsck. Add sutils. | Miles Bader | |
1996-06-17 | autoboot: Make root readonly before fscking it. | Michael I. Bushnell | |
1996-06-17 | fixup. | Michael I. Bushnell | |
1996-06-17 | Initial revision | Michael I. Bushnell | |
1996-06-17 | Initial revision | Michael I. Bushnell | |
1996-06-17 | Include <paths.h>, <error.h>, <sys/wait.h>, and <hurd/msg_reply.h>. | Michael I. Bushnell | |
(run_for_real, open_console, process_signal, reboot_mach, run_for_real, run, reboot_system): Use error instead of fprintf. (notify_shutdown): Always emit terminating newline. (S_startup_essential_task): When all core servers have showed up, call launch_single_user only if RB_SINGLE; otherwise call process_rc_script. Call init_stdarrays here. (open_console): New function; massaged guts taken from launch_single_user. Be more verbose if we do something unusual. (launch_single_user): Call open_console. Don't call init_stdarrays here. (system_state, default_ints): New variables. (main): Initialize SYSTEM_STATE and DEFAULT_INTS. (run_for_real): Pass default_ints. (run): Likewise. (S_startup_essential_task): Delete var INITDONE; use SYSTEM_STATE instead. (launch_single_user): Set SYSTEM_STATE to SINGLE. (process_rc_script): New function. (launch_multi_user): New function. (kill_everyone): New function. (kill_multi_user): New function. (do_fastboot, rc_pid, session_pid): New variables. (process_signal): New function; guts from S_msg_sig_post_untraced. Handle state transitions here when programs exit. Process SIGTERM, and SIGHUP appropriately. (_PATH_RUNCOM, _PATH_LOGIN): New macros. (S_msg_sig_post_untraced): Only validate signal here; use process_signal to do the work, but reply first. (S_msg_sig_post): Likewise. (notify_shutdown): New function. (reboot_system): Use notify_shutdown. | |||
1996-06-17 | (argp_help, argp_state_help, argp_error, argp_failure): Handle null streams. | Miles Bader | |
1996-06-17 | (argp_parse): Handle null streams. | Miles Bader | |
1996-06-17 | (parse_opt): Use argp_failure. | Miles Bader | |
1996-06-17 | (struct argp_state): Add NAME, ERR_STREAM, & OUT_STREAM fields. | Miles Bader | |
(argp_failure): New declaration. (ARGP_NO_HELP, ARGP_NO_EXIT): Fix values (were hex, but with decimal value!). (argp_help): Add NAME argument. | |||
1996-06-17 | (argp_default_parser): Output to STATE->out_stream. | Miles Bader | |
(argp_parse): Initialize new fields in STATE. Output errors to STATE.err_stream. | |||
1996-06-17 | (argp_help): Add and use NAME argument. | Miles Bader | |
(argp_error): Use STATE->err_stream instead of STDERR. (argp_state_help): Supply NAME argument to argp_help. (argp_failure): New function. (indent_to): Terminate. | |||
1996-06-16 | Initial revision | Miles Bader | |
1996-06-15 | (trivfs_S_fsys_set_options, trivfs_S_fsys_get_options, | Miles Bader | |
trivfs_S_file_get_fs_options): Functions removed. | |||
1996-06-15 | (FSSRCS): Add file-get-fs-options.c | Miles Bader | |
(FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c. | |||
1996-06-15 | (read_disknode, write_inode): | Miles Bader | |
Use hurd-specific fields only on a hurd filesystem. | |||
1996-06-15 | (options): New variable. | Miles Bader | |
(parse_opt): New function. (main): Parse ufs-specific options too. <string.h>: New include. | |||
1996-06-15 | ([hrs]d*): Allow user to specify slice as well. Patch from Gord | Michael I. Bushnell | |
Matzigkeit, gord@enci.ucalgary.ca. | |||
1996-06-13 | (localstatedir, sharedstatedir): Add variables. | Michael I. Bushnell | |
1996-06-13 | (MIGSRCS): Add startup_notifyServer.c. | Michael I. Bushnell | |
1996-06-13 | (S_startup_dosync, arrange_shutdown_notification): New functions. | Michael I. Bushnell | |
(pfinet_demuxer): Call startup_notify_server. (main): Call arrange_shutdown_notification). | |||
1996-06-13 | (diskfs_S_startup_dosync): Uncomment function. | Michael I. Bushnell | |
1996-06-13 | (diskfs_demuxer): Call diskfs_startup_notify_server. | Michael I. Bushnell | |
1996-06-13 | (MIGSTUBS): Add startu_notifyServer.o. | Michael I. Bushnell | |