summaryrefslogtreecommitdiff
path: root/boot/boot.c
AgeCommit message (Collapse)Author
1995-08-29(sigblock, sigsetmask): New functions.Michael I. Bushnell
(ds_device_read): Block SIGIO around critical section. (ds_device_read_inband): Likewise. (S_io_read): Likewise.
1995-08-28Updated for changes in boot_script.h protocol by Shantanu Goel.Roland McGrath
(main): Use boot_script_set_variable instead of various magic variables. Under -d, pause between parsing bootscript and executing it.
1995-08-23(boot_like_kernel, boot_like_cmudef, boot_like_hurd): Variables removed.Roland McGrath
(main): Don't interpret switches. Instead of servers, take command line argument of boot script file name. Read the file and use boot_script functions to parse and execute its directives. (boot_script_*): New variables and functions for boot_script callbacks.
1995-07-08(free_reply_ports, free_reply_ports_lock): New variables.Miles Bader
(__mig_get_reply_port, __mig_put_reply_port, __mig_dealloc_reply_port, mig_get_reply_port, mig_put_reply_port, mig_dealloc_reply_port): Provide better versions of these routines that won't leak reply ports.
1995-07-07(mach_init_routine): New variable, wanted by mach-crt0.o.Miles Bader
(__mig_get_reply_port, __mig_dealloc_reply_port, __mig_put_reply_port): New functions, to avoid using hurdish versions.
1995-07-07(S_io_reauthenticate): Cast first arg to mig_deallocate.Michael I. Bushnell
1995-07-07Include <mach/mig_support.h>.Michael I. Bushnell
(load_image): Cast second arg to read.
1995-07-07(bootdevice): Initialize to hard-coded `sd0a' instead ofMichael I. Bushnell
DEFAULT_BOOTDEVICE.
1995-05-17(load_image): Make sure we actually allocate enough memory to read into,Miles Bader
including the offset into the buffer at which the segment is read.
1995-05-13(load_image): Fixed alignment calculation in ELF segment loading.Roland McGrath
1995-05-12(load_image): Grok ELF executables as well as a.out.Roland McGrath
(main): Load multiple servers. Suspend all but the first. The first gets an extra arg, its name for the task port of the second.
1995-04-05Don't include <errno.h>. Define `errno' variable.Roland McGrath
1995-01-19(S_io_select): Fix typo in last change.Roland McGrath
1995-01-19(S_io_select): Updated to new io_select protocol.Roland McGrath
1994-12-09Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath
1994-11-11(main): Always set `f' flag (signifying "fake" because we aren't aMichael I. Bushnell
real native bootstrap).
1994-10-29entered into RCSRoland McGrath
1994-10-28Formerly boot.c.~40~Roland McGrath
1994-10-28Formerly boot.c.~39~Michael I. Bushnell
1994-10-28Formerly boot.c.~38~Michael I. Bushnell
1994-08-30Formerly boot.c.~37~Michael I. Bushnell
1994-08-22Formerly boot.c.~36~Michael I. Bushnell
1994-08-18Formerly boot.c.~35~Michael I. Bushnell
1994-07-22Formerly boot.c.~34~Michael I. Bushnell
1994-07-21Formerly boot.c.~33~Michael I. Bushnell
1994-07-20Formerly boot.c.~32~Michael I. Bushnell
1994-07-02Formerly boot.c.~31~Roland McGrath
1994-07-01Formerly boot.c.~30~Michael I. Bushnell
1994-06-24Formerly boot.c.~29~Michael I. Bushnell
1994-06-17Formerly boot.c.~28~Michael I. Bushnell
1994-06-14Formerly boot.c.~27~Roland McGrath
1994-06-08Formerly boot.c.~26~Roland McGrath
1994-06-07Formerly boot.c.~25~Roland McGrath
1994-06-07Formerly boot.c.~24~Roland McGrath
1994-06-04Formerly boot.c.~23~Roland McGrath
1994-06-04Formerly boot.c.~22~Roland McGrath
1994-05-17Formerly boot.c.~21~Michael I. Bushnell
1994-05-16Formerly boot.c.~20~Michael I. Bushnell
1994-05-10Formerly boot.c.~19~Michael I. Bushnell
1994-05-06Formerly boot.c.~18~Michael I. Bushnell
1994-05-05Formerly boot.c.~17~Michael I. Bushnell
1994-05-05Formerly boot.c.~16~Michael I. Bushnell
1994-05-02Formerly boot.c.~15~Michael I. Bushnell
1994-04-21Formerly boot.c.~14~Michael I. Bushnell
1994-04-20Formerly boot.c.~13~Michael I. Bushnell
1994-04-18Formerly boot.c.~12~Michael I. Bushnell
1994-04-13Formerly boot.c.~11~Michael I. Bushnell
1994-04-07Formerly boot.c.~10~Michael I. Bushnell
1994-04-06Formerly boot.c.~9~Michael I. Bushnell
1994-03-16Formerly boot.c.~8~Michael I. Bushnell