aboutsummaryrefslogtreecommitdiff
path: root/init/init.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (S_startup_request_notification): Fill NT->name correctly.Michael I. Bushnell1996-06-121-1/+1
|
* (S_startup_request_notification): Doc fix.Michael I. Bushnell1996-06-121-0/+3
|
* (launch_single_user): Open TERM RDWR. Use openport to get FD from TERM.Miles Bader1996-05-271-5/+5
|
* (launch_single_user): Print errno on assertion failure.Miles Bader1996-05-271-1/+3
|
* (reboot_mach): Insert a brief pause before actually rebooting theMichael I. Bushnell1996-05-241-0/+1
| | | | | kernel so that the user has a chance to see any messages that may be displayed.
* (S_msg_describe_ports): typo.Michael I. Bushnell1996-05-141-1/+1
|
* (S_msg_get_exec_flags, S_msg_set_all_exec_flags,Michael I. Bushnell1996-05-141-13/+11
| | | | | | S_msg_set_some_exec_flags, S_msg_clear_some_exec_flags): Delete functions. (S_msg_describe_ports): New function.
* (reboot_system): Print prettier messages for shutdown notifications.Michael I. Bushnell1996-05-141-8/+9
|
* <hurd/startup_notify.h> -> "startup_notify_U.h".Michael I. Bushnell1996-05-101-1/+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.
* (init_version): Upgrade to 0.0.Michael I. Bushnell1996-05-061-1/+1
|
* (reboot_system): Not *yet*.Michael I. Bushnell1996-04-291-0/+4
|
* (reboot_system): Make that 1 minute.Roland McGrath1996-04-281-1/+1
|
* (reboot_system): Use 1 second timeout on reply to msg_startup_dosync.Roland McGrath1996-04-281-3/+1
|
* (launch_single_user): Set an active, not passive, translator on /tmp/console,Miles Bader1996-04-171-8/+32
| | | | so it works with / read-only.
* Include <wire.h>.Michael I. Bushnell1996-03-251-14/+2
| | | | | (main): Delete declarations of _etext _edata, and __data_start. (main): Use new wire_task_self function instead of doing it ourselves.
* (launch_core_servers, run_for_real): Call proc_mark_exec on child procRoland McGrath1995-12-191-47/+52
| | | | ports.
* (launch_single_user): Fix typo. Deleted variables foobiebletchcount,Michael I. Bushnell1995-12-051-4/+1
| | | | foobiebletch, and termtask.
* (launch_single_user): Change initialization of TERMINAL to match newMichael I. Bushnell1995-12-051-32/+36
| | | | | term driver arg syntax. Start terminal as ordinary passive translator instead of special weird kludge.
* (reboot_system):Miles Bader1995-11-061-2/+16
| | | | | | Add flags, noise, & noise_len params to proc_getprocinfo. Deallocate NOISE if necessary. (S_msg_report_wait): New function.
* Undo last change of 9Oct95.Roland McGrath1995-10-241-14/+15
|
* Pass dealloc args in file_exec calls.Roland McGrath1995-10-091-15/+14
|
* (S_msg_sig_post, S_msg_sig_post_untraced): Reverse order of theseMichael I. Bushnell1995-07-071-8/+8
| | | | definitions.
* Include <hurd/msg_server.h>.Michael I. Bushnell1995-07-071-3/+4
| | | | | (reboot_mach): Insert extra parens around assignment inside while test. (launch_core_servers): Remove assignment from inside if test.
* (S_msg_sig_post_untraced): Omit obnoxious "random child died"Michael I. Bushnell1995-02-091-0/+2
| | | | messages.
* Include "msg_S.h". Prepend `msg_' to msg.defs server functions.Roland McGrath1995-01-281-3/+26
| | | | Add stubs for new msg.defs functions.
* Prepend `msg_' to names of msg.defs RPCs.Roland McGrath1995-01-191-68/+44
|
* (run_for_real): Print error msg if file_exec fails.Roland McGrath1994-11-281-15/+255
|
* (fakeboot): New variable.Michael I. Bushnell1994-11-111-82/+85
| | | | | | | | (STANDALONE): Deleted macro. (main): Set FAKEBOOT if -f was passed. (reboot_mach): Use FAKEBOOT flag instead of STANDALONE macro. (launch_core_servers): Likewise. (reboot_system): Likewise. Also don't exit here; let reboot_mach exit.
* entered into RCSRoland McGrath1994-11-011-24/+40
|
* Formerly init.c.~49~Michael I. Bushnell1994-09-201-0/+915
|
* Formerly init.c.~48~Michael I. Bushnell1994-09-201-915/+0
|
* Formerly init.c.~47~Michael I. Bushnell1994-09-061-75/+75
|
* Formerly init.c.~46~Roland McGrath1994-08-311-3/+4
|
* Formerly init.c.~45~Michael I. Bushnell1994-08-301-9/+16
|
* Formerly init.c.~44~Michael I. Bushnell1994-08-221-2/+4
|
* Formerly init.c.~43~Michael I. Bushnell1994-08-191-6/+24
|
* Formerly init.c.~42~Michael I. Bushnell1994-08-181-16/+67
|
* Formerly init.c.~41~Roland McGrath1994-08-171-0/+1
|
* Formerly init.c.~40~Michael I. Bushnell1994-08-171-0/+41
|
* Formerly init.c.~39~Roland McGrath1994-08-161-0/+4
|
* Formerly init.c.~38~Roland McGrath1994-08-161-10/+13
|
* Formerly init.c.~37~Michael I. Bushnell1994-08-151-29/+67
|
* Formerly init.c.~36~Michael I. Bushnell1994-08-121-1/+1
|
* Formerly init.c.~35~Michael I. Bushnell1994-08-111-0/+6
|
* Formerly init.c.~34~Michael I. Bushnell1994-07-211-3/+3
|
* Formerly init.c.~33~Roland McGrath1994-07-201-3/+3
|
* Formerly init.c.~32~Michael I. Bushnell1994-07-051-3/+6
|
* Formerly init.c.~31~Michael I. Bushnell1994-07-011-7/+66
|
* Formerly init.c.~30~Michael I. Bushnell1994-06-211-1/+1
|