Age | Commit message (Collapse) | Author | |
---|---|---|---|
1995-08-23 | Initial revision | Roland McGrath | |
1995-08-23 | (SRCS): Add boot_script.c. | Roland McGrath | |
(OBJS): Add boot_script.o. (LCLHDRS): New variable. (HURDLIBS): Variable removed. (boot): Depend on ../libthreads/libthreads.a. | |||
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-31 | DISTFILES -> DIST_FILES. | Michael I. Bushnell | |
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 | (OBJS): Add mach-crt0.o. | Miles Bader | |
(SRCS): Add mach-crt0.c. (LDFLAGS): Add -nostartfiles (as we now use mach-crt0.o). | |||
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 | entered into RCS | Miles Bader | |
1995-07-07 | Initial revision | Miles Bader | |
1995-07-07 | (boot.1, boot.a): Use $(LD) and $(OBJCOPY) instead of explicit names. | Michael I. Bushnell | |
1995-07-07 | (S_io_reauthenticate): Cast first arg to mig_deallocate. | Michael I. Bushnell | |
1995-07-07 | Include <mach/mig_support.h>. | Michael I. Bushnell | |
(load_image): Cast second arg to read. | |||
1995-07-07 | (bootdevice): Initialize to hard-coded `sd0a' instead of | Michael I. Bushnell | |
DEFAULT_BOOTDEVICE. | |||
1995-07-07 | Undo last change; add private decl of ioctl. | Michael I. Bushnell | |
1995-07-07 | Include <sys/ioctl.h>. | Michael I. Bushnell | |
1995-07-07 | (all): Depend on boot.a too. | Michael I. Bushnell | |
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1995-05-31 | (DISTFILES): New variable; include frank1.ld and frankemul.ld. | Roland McGrath | |
(CPPFLAGS): Variable removed. (LDFLAGS): Append -T frank1.ld. (boot.1, boot.a): New targets. | |||
1995-05-31 | Omit .globl decl for errno; it caused some as complaint. | Roland McGrath | |
1995-05-22 | Remove copyright notice. | Michael I. Bushnell | |
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-17 | Remove the explicit underscore prefixes from these names, now that we're | Miles Bader | |
using elf. Instead we use the various macros from <i386/asm.h>. Return errors correctly. Add a copyright notice. | |||
1995-05-13 | (load_image): Fixed alignment calculation in ELF segment loading. | Roland McGrath | |
1995-05-13 | Include i386/asm.h and use ENTRY and EXT macros, instead of explicit _s. | 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-12 | Don't try and install boot. | Miles Bader | |
1995-04-05 | Don't include <errno.h>. Define `errno' variable. | Roland McGrath | |
1995-04-05 | (SRCS): Add syscall.S. | Roland McGrath | |
(OBJS): Add syscall.o. | |||
1995-04-05 | Check for errors. | 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-09 | Use 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 a | Michael I. Bushnell | |
real native bootstrap). | |||
1994-11-03 | entered into RCS | Michael I. Bushnell | |
1994-10-29 | entered into RCS | Roland McGrath | |
1994-10-28 | Formerly boot.c.~40~ | Roland McGrath | |
1994-10-28 | Formerly boot.c.~39~ | Michael I. Bushnell | |
1994-10-28 | Formerly Makefile.~33~ | Michael I. Bushnell | |
1994-10-28 | Formerly boot.c.~38~ | Michael I. Bushnell | |
1994-08-30 | Formerly boot.c.~37~ | Michael I. Bushnell | |
1994-08-22 | Formerly boot.c.~36~ | Michael I. Bushnell | |
1994-08-22 | Formerly Makefile.~32~ | Michael I. Bushnell | |
1994-08-18 | Formerly boot.c.~35~ | Michael I. Bushnell | |
1994-08-18 | Formerly Makefile.~31~ | Michael I. Bushnell | |
1994-07-23 | Formerly Makefile.~30~ | Roland McGrath | |
1994-07-22 | Formerly boot.c.~34~ | Michael I. Bushnell | |
1994-07-22 | Formerly Makefile.~29~ | Michael I. Bushnell | |
1994-07-21 | Formerly Makefile.~28~ | Michael I. Bushnell | |
1994-07-21 | Formerly boot.c.~33~ | Michael I. Bushnell | |
1994-07-20 | Formerly boot.c.~32~ | Michael I. Bushnell | |