summaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
1996-02-26(check_hashbang): Correctly deal with interpreter lines having no argument.Miles Bader
1996-01-30(check_hashbang): Use hash_file_name_path_lookup() instead of doing the pathMiles Bader
1996-01-30(S_exec_exec):Miles Bader
1996-01-11(check_hashbang):Miles Bader
1996-01-11(S_exec_exec): Use envz_get() to search the environment.Miles Bader
1996-01-04(safe_bzero): Rewritten using hurd_catch_signal.Roland McGrath
1996-01-04(check_hashbang): Rearrange arg frobbing code somewhat to useRoland McGrath
1995-12-29(do_exec):Miles Bader
1995-12-15(map): Rearrange code to fix some bugs and not remap unless necessary.Roland McGrath
1995-11-21(safe_bzero): New function, broken out of load_section.Roland McGrath
1995-11-21(going_down): Variable removed.Roland McGrath
1995-11-21(check_hashbang): Undo boneheaded last change.Roland McGrath
1995-11-21(load_section): Undo boneheaded last change.Roland McGrath
1995-11-21(check_hashbang): Actually declare FILE_NAME and FILE volatile, notMichael I. Bushnell
1995-11-21(check_hashbang) [prepare_args]: Declare FILE_NAME, ERROR, and NAMEMichael I. Bushnell
1995-11-21(load_section): Declare ADDR and VM_PROT volatile.Michael I. Bushnell
1995-11-16(user_port): Fixed port selection logic.Roland McGrath
1995-11-13(S_exec_startup): Compatibility RPC removed.Roland McGrath
1995-11-13(load_section): Catch faults while zeroing partial bss page.Roland McGrath
1995-11-06(main): Add FLAGS arg to trivfs_startup call.Miles Bader
1995-10-25(S_exec_startup_get_info): New function, modified from S_exec_startup.Roland McGrath
1995-10-25(exec_demuxer): Call exec_startup_server.Roland McGrath
1995-10-24(OBJS): Add exec_startupServer.o.Roland McGrath
1995-10-24(struct bootinfo): Use vm_size_t for phdr_size.Roland McGrath
1995-10-18(check_hashbang: prepare_args): Enable and clean up code to guess the nameRoland McGrath
1995-10-18(check_hashbang): Copy passed args from the right place.Roland McGrath
1995-10-18Initial revisionRoland McGrath
1995-10-18(struct execdata): Moved to priv.h.Roland McGrath
1995-10-18(SRCS, OBJS): Add hashexec.[co].Roland McGrath
1995-10-18Added some #includes.Roland McGrath
1995-10-11Initial revisionRoland McGrath
1995-10-11(OBJS): Add main.o; remove fsysServer.o, notifyServer.o.Roland McGrath
1995-10-11Initial revisionRoland McGrath
1995-10-11Server mechanics removed; now uses libtrivfs/libports.Roland McGrath
1995-10-02(do_exec): Doc fix.Michael I. Bushnell
1995-09-27(do_exec): Don't set NEWTASK's bootstrap port until after we have finishedRoland McGrath
1995-09-20(struct bootinfo): New members `phdr_addr', `phdr_size', `user_entry'.Roland McGrath
1995-09-16Remove vpath directive.Roland McGrath
1995-09-08(OTHERLIBS, CPPFLAGS): Disable bfd by default.Roland McGrath
1995-08-28(S_fsys_forward): New stub function.Roland McGrath
1995-07-31(SRCS): Added unzip.c, util.c, and inflate.c.Michael I. Bushnell
1995-07-07(bfd_mach_host_arch_mach): Remove assignment from inside if test.Michael I. Bushnell
1995-07-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-07-05(OTHERLIBS): Define var.Michael I. Bushnell
1995-07-05(exec): fooMichael I. Bushnell
1995-06-27(load_section): Remove assignments from if tests.Michael I. Bushnell
1995-06-08Rewritten to unconditionally return both BFD and ELF machine types.Roland McGrath
1995-06-08(struct execdata.info.elf): Add members `anywhere' and `loadbase'.Roland McGrath
1995-06-05Majorly revamped: Now supports the ELF format directly.Roland McGrath
1995-05-12Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader