summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
1995-09-28(read_file): Pass CMD->path for file name.Roland McGrath
1995-09-27(struct uxstat): New type.Roland McGrath
1995-09-27(fstat): New syscall function.Roland McGrath
1995-09-27(read_file): New function.Roland McGrath
1995-09-27(boot_script_read_file): Declare it.Roland McGrath
1995-09-27(close): New syscall function.Roland McGrath
1995-09-23Restore entry SP before return.Roland McGrath
1995-09-23(main): Use static const for constant strings.Roland McGrath
1995-09-23(boot_script_parse_line): Ignore line beginning with #.Roland McGrath
1995-09-23(S_io_pathconf): New function.Roland McGrath
1995-09-23(LDFLAGS): Add -static.Roland McGrath
1995-09-22(sigmask): New macro.Michael I. Bushnell
1995-09-22(__data_start): New variable.Roland McGrath
1995-08-29(sigblock, sigsetmask): New functions.Michael I. Bushnell
1995-08-28Updated by Shantanu Goel, to accept action keywords only inside $(...) andRoland McGrath
1995-08-28Updated for changes in boot_script.h protocol by Shantanu Goel.Roland McGrath
1995-08-23Initial revisionRoland McGrath
1995-08-23(SRCS): Add boot_script.c.Roland McGrath
1995-08-23(boot_like_kernel, boot_like_cmudef, boot_like_hurd): Variables removed.Roland McGrath
1995-07-31DISTFILES -> DIST_FILES.Michael I. Bushnell
1995-07-08(free_reply_ports, free_reply_ports_lock): New variables.Miles Bader
1995-07-07(OBJS): Add mach-crt0.o.Miles Bader
1995-07-07(mach_init_routine): New variable, wanted by mach-crt0.o.Miles Bader
1995-07-07entered into RCSMiles Bader
1995-07-07Initial revisionMiles 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-07Include <mach/mig_support.h>.Michael I. Bushnell
1995-07-07(bootdevice): Initialize to hard-coded `sd0a' instead ofMichael I. Bushnell
1995-07-07Undo last change; add private decl of ioctl.Michael I. Bushnell
1995-07-07Include <sys/ioctl.h>.Michael I. Bushnell
1995-07-07(all): Depend on boot.a too.Michael I. Bushnell
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-05-31(DISTFILES): New variable; include frank1.ld and frankemul.ld.Roland McGrath
1995-05-31Omit .globl decl for errno; it caused some as complaint.Roland McGrath
1995-05-22Remove copyright notice.Michael I. Bushnell
1995-05-17(load_image): Make sure we actually allocate enough memory to read into,Miles Bader
1995-05-17Remove the explicit underscore prefixes from these names, now that we'reMiles Bader
1995-05-13(load_image): Fixed alignment calculation in ELF segment loading.Roland McGrath
1995-05-13Include 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
1995-04-12Don't try and install boot.Miles Bader
1995-04-05Don't include <errno.h>. Define `errno' variable.Roland McGrath
1995-04-05(SRCS): Add syscall.S.Roland McGrath
1995-04-05Check 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-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
1994-11-03entered into RCSMichael I. Bushnell