aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial revisionMiles Bader1996-06-191-0/+94
|
* (options): Rename `--max-parallel' to `--parallel'.Miles Bader1996-06-191-8/+8
|
* Initial revisionMiles Bader1996-06-193-0/+1247
|
* Understand special more status codes for signals from fsck.Miles Bader1996-06-191-20/+17
| | | | | Fix some messages. Factor out date.
* (argp_failure): If FMT is 0, don't print `: MSG'.Miles Bader1996-06-191-7/+11
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+80
|
* ($(target)): And do it correctly, too.Michael I. Bushnell1996-06-171-1/+1
|
* $(target): Add bletcherous hack to deal with undefined (and unused)Michael I. Bushnell1996-06-171-0/+1
| | | | libc symbol.
* (targets): Remove reboot & halt.Miles Bader1996-06-171-3/+3
| | | | | (SRCS): Remove reboot.c & halt.c. (login): Depend on -lutil instead of grot.
* Drop first line.Michael I. Bushnell1996-06-171-1/+0
|
* Comment out motd update.Michael I. Bushnell1996-06-171-5/+6
|
* Fixup getty spec.Michael I. Bushnell1996-06-171-2/+2
|
* (libutil-libsubst): Define (as -lutil).Michael I. Bushnell1996-06-171-0/+1
|
* (init): Link against -lutil.Michael I. Bushnell1996-06-171-1/+1
|
* (SYSCONFFILES): Add ttys.Michael I. Bushnell1996-06-171-1/+1
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+8
|
* Clean /var/run and make utmp.Michael I. Bushnell1996-06-171-4/+2
|
* *** empty log message ***Michael I. Bushnell1996-06-171-2/+0
|
* Updated from RFC 1700.Michael I. Bushnell1996-06-171-5/+80
|
* update /etc/motd.Michael I. Bushnell1996-06-171-2/+2
|
* *** empty log message ***Michael I. Bushnell1996-06-172-2/+10
|
* Initial revisionMichael I. Bushnell1996-06-174-0/+231
|
* (SYSCONFFILES): Add protocols services shells motdMichael I. Bushnell1996-06-171-1/+1
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+316
|
* (main): Rearrange to use new argument parsing.Miles Bader1996-06-171-54/+67
| | | | | | | (find_device, enumerate_devices): New functions. (pfinet_argp): New declaration. (already_open): New variable. <error.h>, <argp.h>: New includes.
* (dir): Now init.Michael I. Bushnell1996-06-171-1/+1
|
* Include "mung_msg_S.h" instead of "msg_S.h".Michael I. Bushnell1996-06-171-3/+3
| | | | (S_msg_sig_post, S_msg_sig_post_untraced): Include SIGCODE parm.
* (mung_msg_S.h): New rule.Michael I. Bushnell1996-06-171-0/+3
|
* (prog-subdirs): init.trim -> init.Michael I. Bushnell1996-06-171-2/+2
| | | | (other-subdirs): Delete init; add config.
* (CPPFLAGS): Add -I$(top_srcdir)/include.Miles Bader1996-06-171-5/+6
| | | | | | (INSTALLED_LOCAL_HEADERS): Split into two cases based on $(installhdrsubdir). ($(INSTALLED_LOCAL_HEADERS)) [$(installhdrsubdir) == .]: Linked to $(top_srcdir)/include. Prefix ../ to link contents.
* (prog-subdirs): Rename fsck to ufs-fsck. Add sutils.Miles Bader1996-06-171-1/+1
|
* autoboot: Make root readonly before fscking it.Michael I. Bushnell1996-06-171-0/+1
|
* fixup.Michael I. Bushnell1996-06-171-8/+7
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+77
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+43
|
* Include <paths.h>, <error.h>, <sys/wait.h>, and <hurd/msg_reply.h>.Michael I. Bushnell1996-06-171-109/+422
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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.
* (argp_help, argp_state_help, argp_error, argp_failure): Handle null streams.Miles Bader1996-06-171-26/+37
|
* (argp_parse): Handle null streams.Miles Bader1996-06-171-1/+1
|
* (parse_opt): Use argp_failure.Miles Bader1996-06-171-6/+1
|
* (struct argp_state): Add NAME, ERR_STREAM, & OUT_STREAM fields.Miles Bader1996-06-171-4/+25
| | | | | | (argp_failure): New declaration. (ARGP_NO_HELP, ARGP_NO_EXIT): Fix values (were hex, but with decimal value!). (argp_help): Add NAME argument.
* (argp_default_parser): Output to STATE->out_stream.Miles Bader1996-06-171-6/+13
| | | | | (argp_parse): Initialize new fields in STATE. Output errors to STATE.err_stream.
* (argp_help): Add and use NAME argument.Miles Bader1996-06-171-13/+54
| | | | | | | (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.
* Initial revisionMiles Bader1996-06-163-0/+93
|
* (trivfs_S_fsys_set_options, trivfs_S_fsys_get_options,Miles Bader1996-06-151-28/+0
| | | | trivfs_S_file_get_fs_options): Functions removed.
* (FSSRCS): Add file-get-fs-options.cMiles Bader1996-06-151-2/+4
| | | | (FSYSSRCS): Add fsys-set-options.c & fsys-get-options.c.
* (read_disknode, write_inode):Miles Bader1996-06-151-13/+30
| | | | Use hurd-specific fields only on a hurd filesystem.
* (options): New variable.Miles Bader1996-06-151-1/+37
| | | | | | (parse_opt): New function. (main): Parse ufs-specific options too. <string.h>: New include.
* ([hrs]d*): Allow user to specify slice as well. Patch from GordMichael I. Bushnell1996-06-151-2/+2
| | | | Matzigkeit, gord@enci.ucalgary.ca.
* (localstatedir, sharedstatedir): Add variables.Michael I. Bushnell1996-06-131-0/+2
|
* (MIGSRCS): Add startup_notifyServer.c.Michael I. Bushnell1996-06-131-1/+1
|