aboutsummaryrefslogtreecommitdiff
path: root/exec
Commit message (Expand)AuthorAgeFilesLines
* (user_port): Fixed port selection logic.Roland McGrath1995-11-161-13/+20
* (S_exec_startup): Compatibility RPC removed.Roland McGrath1995-11-131-24/+0
* (load_section): Catch faults while zeroing partial bss page.Roland McGrath1995-11-131-22/+47
* (main): Add FLAGS arg to trivfs_startup call.Miles Bader1995-11-061-1/+1
* (S_exec_startup_get_info): New function, modified from S_exec_startup.Roland McGrath1995-10-251-29/+67
* (exec_demuxer): Call exec_startup_server.Roland McGrath1995-10-251-1/+4
* (OBJS): Add exec_startupServer.o.Roland McGrath1995-10-241-1/+2
* (struct bootinfo): Use vm_size_t for phdr_size.Roland McGrath1995-10-241-1/+2
* (check_hashbang: prepare_args): Enable and clean up code to guess the nameRoland McGrath1995-10-181-88/+87
* (check_hashbang): Copy passed args from the right place.Roland McGrath1995-10-181-1/+2
* Initial revisionRoland McGrath1995-10-181-0/+442
* (struct execdata): Moved to priv.h.Roland McGrath1995-10-181-115/+97
* (SRCS, OBJS): Add hashexec.[co].Roland McGrath1995-10-181-3/+3
* Added some #includes.Roland McGrath1995-10-181-0/+78
* Initial revisionRoland McGrath1995-10-112-0/+70
* (OBJS): Add main.o; remove fsysServer.o, notifyServer.o.Roland McGrath1995-10-111-3/+7
* Initial revisionRoland McGrath1995-10-111-0/+282
* Server mechanics removed; now uses libtrivfs/libports.Roland McGrath1995-10-111-498/+96
* (do_exec): Doc fix.Michael I. Bushnell1995-10-021-0/+4
* (do_exec): Don't set NEWTASK's bootstrap port until after we have finishedRoland McGrath1995-09-271-18/+8
* (struct bootinfo): New members `phdr_addr', `phdr_size', `user_entry'.Roland McGrath1995-09-201-257/+321
* Remove vpath directive.Roland McGrath1995-09-161-2/+0
* (OTHERLIBS, CPPFLAGS): Disable bfd by default.Roland McGrath1995-09-081-2/+2
* (S_fsys_forward): New stub function.Roland McGrath1995-08-281-2/+6
* (SRCS): Added unzip.c, util.c, and inflate.c.Michael I. Bushnell1995-07-311-1/+1
* (bfd_mach_host_arch_mach): Remove assignment from inside if test.Michael I. Bushnell1995-07-071-2/+2
* Removed dependencies that are now automatically generated.Michael I. Bushnell1995-07-061-4/+0
* (OTHERLIBS): Define var.Michael I. Bushnell1995-07-051-4/+1
* (exec): fooMichael I. Bushnell1995-07-051-3/+4
* (load_section): Remove assignments from if tests.Michael I. Bushnell1995-06-271-50/+68
* Rewritten to unconditionally return both BFD and ELF machine types.Roland McGrath1995-06-081-40/+13
* (struct execdata.info.elf): Add members `anywhere' and `loadbase'.Roland McGrath1995-06-081-123/+167
* Majorly revamped: Now supports the ELF format directly.Roland McGrath1995-06-051-297/+396
* Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader1995-05-121-3/+3
* (check_gzip): Rewind the stream before calling `get_method'.Roland McGrath1995-04-211-1/+3
* (struct execdata) [BFD]: New member `interp_section'.Roland McGrath1995-04-101-69/+186
* (vpath lib%.a): Move this after include ../Makeconf, since it uses aRoland McGrath1995-04-091-1/+2
* (vpath lib%.a): Add search path.Roland McGrath1995-04-091-6/+8
* (load_section): fseek to desired position before freading.Roland McGrath1995-04-091-2/+12
* (check_section): Don't check SEC_RELOC flag.Roland McGrath1995-02-091-8/+2
* (load_section): Don't check SEC_HAS_CONTENTS for clearing overlap bssMichael I. Bushnell1995-02-091-5/+1
* (prepare): Fix braino in last change.Roland McGrath1995-01-281-1/+1
* (prepare): Give the stream a seek function.Roland McGrath1995-01-281-0/+2
* [BFD]: Fix prototype.Roland McGrath1995-01-221-1/+1
* Update BFD code; it works now.Roland McGrath1995-01-221-29/+40
* Add case for CPU_TYPE_ALPHA.Roland McGrath1995-01-191-0/+13
* (bfd_mach_host_arch_mach, aout_mach_host_machine): UseRoland McGrath1995-01-191-2/+3
* [BFD] (bfd_mach_host_arch_mach): In decl, MACHINE arg is `long int *' now.Roland McGrath1995-01-151-8/+11
* [BFD] (bfd_mach_host_arch_mach): MACHINE arg is `long int *' now.Roland McGrath1995-01-151-2/+2
* Initial revisionRoland McGrath1994-12-146-0/+1766