aboutsummaryrefslogtreecommitdiff
path: root/boot/boot.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (mach_init_routine): New variable, wanted by mach-crt0.o.Miles Bader1995-07-071-0/+18
| | | | | (__mig_get_reply_port, __mig_dealloc_reply_port, __mig_put_reply_port): New functions, to avoid using hurdish versions.
* (S_io_reauthenticate): Cast first arg to mig_deallocate.Michael I. Bushnell1995-07-071-4/+4
|
* Include <mach/mig_support.h>.Michael I. Bushnell1995-07-071-1/+2
| | | | (load_image): Cast second arg to read.
* (bootdevice): Initialize to hard-coded `sd0a' instead ofMichael I. Bushnell1995-07-071-1/+1
| | | | DEFAULT_BOOTDEVICE.
* (load_image): Make sure we actually allocate enough memory to read into,Miles Bader1995-05-171-2/+7
| | | | including the offset into the buffer at which the segment is read.
* (load_image): Fixed alignment calculation in ELF segment loading.Roland McGrath1995-05-131-3/+5
|
* (load_image): Grok ELF executables as well as a.out.Roland McGrath1995-05-121-70/+116
| | | | | (main): Load multiple servers. Suspend all but the first. The first gets an extra arg, its name for the task port of the second.
* Don't include <errno.h>. Define `errno' variable.Roland McGrath1995-04-051-2/+4
|
* (S_io_select): Fix typo in last change.Roland McGrath1995-01-191-3/+3
|
* (S_io_select): Updated to new io_select protocol.Roland McGrath1995-01-191-10/+6
|
* Use mach_msg_type_number_t in place of unsigned int and int.Roland McGrath1994-12-091-6/+6
|
* (main): Always set `f' flag (signifying "fake" because we aren't aMichael I. Bushnell1994-11-111-0/+6
| | | | real native bootstrap).
* entered into RCSRoland McGrath1994-10-291-5/+13
|
* Formerly boot.c.~40~Roland McGrath1994-10-281-2/+3
|
* Formerly boot.c.~39~Michael I. Bushnell1994-10-281-12/+21
|
* Formerly boot.c.~38~Michael I. Bushnell1994-10-281-26/+333
|
* Formerly boot.c.~37~Michael I. Bushnell1994-08-301-2/+2
|
* Formerly boot.c.~36~Michael I. Bushnell1994-08-221-4/+27
|
* Formerly boot.c.~35~Michael I. Bushnell1994-08-181-10/+68
|
* Formerly boot.c.~34~Michael I. Bushnell1994-07-221-7/+7
|
* Formerly boot.c.~33~Michael I. Bushnell1994-07-211-2/+2
|
* Formerly boot.c.~32~Michael I. Bushnell1994-07-201-4/+5
|
* Formerly boot.c.~31~Roland McGrath1994-07-021-3/+27
|
* Formerly boot.c.~30~Michael I. Bushnell1994-07-011-1/+11
|
* Formerly boot.c.~29~Michael I. Bushnell1994-06-241-3/+3
|
* Formerly boot.c.~28~Michael I. Bushnell1994-06-171-4/+4
|
* Formerly boot.c.~27~Roland McGrath1994-06-141-6/+6
|
* Formerly boot.c.~26~Roland McGrath1994-06-081-1/+32
|
* Formerly boot.c.~25~Roland McGrath1994-06-071-3/+3
|
* Formerly boot.c.~24~Roland McGrath1994-06-071-2/+29
|
* Formerly boot.c.~23~Roland McGrath1994-06-041-9/+4
|
* Formerly boot.c.~22~Roland McGrath1994-06-041-27/+121
|
* Formerly boot.c.~21~Michael I. Bushnell1994-05-171-1/+1
|
* Formerly boot.c.~20~Michael I. Bushnell1994-05-161-3/+11
|
* Formerly boot.c.~19~Michael I. Bushnell1994-05-101-1/+127
|
* Formerly boot.c.~18~Michael I. Bushnell1994-05-061-3/+3
|
* Formerly boot.c.~17~Michael I. Bushnell1994-05-051-13/+48
|
* Formerly boot.c.~16~Michael I. Bushnell1994-05-051-51/+122
|
* Formerly boot.c.~15~Michael I. Bushnell1994-05-021-1/+4
|
* Formerly boot.c.~14~Michael I. Bushnell1994-04-211-12/+218
|
* Formerly boot.c.~13~Michael I. Bushnell1994-04-201-7/+44
|
* Formerly boot.c.~12~Michael I. Bushnell1994-04-181-4/+47
|
* Formerly boot.c.~11~Michael I. Bushnell1994-04-131-0/+12
|
* Formerly boot.c.~10~Michael I. Bushnell1994-04-071-1/+2
|
* Formerly boot.c.~9~Michael I. Bushnell1994-04-061-4/+4
|
* Formerly boot.c.~8~Michael I. Bushnell1994-03-161-2/+243
|
* Formerly boot.c.~7~Michael I. Bushnell1993-12-081-1/+1
|
* Formerly boot.c.~6~Michael I. Bushnell1993-11-181-2/+2
|
* Formerly boot.c.~5~Michael I. Bushnell1993-11-101-1/+1
|
* Formerly boot.c.~4~Michael I. Bushnell1993-11-051-0/+7
|