aboutsummaryrefslogtreecommitdiff
path: root/exec/exec.c
Commit message (Expand)AuthorAgeFilesLines
...
* (S_exec_startup_get_info): New function, modified from S_exec_startup.Roland McGrath1995-10-251-29/+67
* (struct execdata): Moved to priv.h.Roland McGrath1995-10-181-115/+97
* 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
* (S_fsys_forward): New stub function.Roland McGrath1995-08-281-2/+6
* (load_section): Remove assignments from if tests.Michael I. Bushnell1995-06-271-50/+68
* (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
* (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
* Update BFD code; it works now.Roland McGrath1995-01-221-29/+40
* [BFD] (bfd_mach_host_arch_mach): In decl, MACHINE arg is `long int *' now.Roland McGrath1995-01-151-8/+11
* (struct execdata): New members `headbuf', `file_data', `optimal_block'.Roland McGrath1994-12-121-85/+300
* (set_active_trans): Don't deallocate EXECNODE here to work around aMichael I. Bushnell1994-11-091-1/+2
* Include <hurd/paths.h> and <fcntl.h>.Michael I. Bushnell1994-11-091-0/+3
* (set_active_trans): New function.Michael I. Bushnell1994-11-091-0/+19
* entered into RCSMichael I. Bushnell1994-08-311-7/+13
* Formerly exec.c.~84~Roland McGrath1994-08-311-24/+46
* Formerly exec.c.~83~Michael I. Bushnell1994-08-301-11/+32
* Formerly exec.c.~82~Michael I. Bushnell1994-08-291-9/+24
* Formerly exec.c.~81~Michael I. Bushnell1994-08-171-25/+16
* Formerly exec.c.~80~Michael I. Bushnell1994-08-161-6/+10
* Formerly exec.c.~79~Roland McGrath1994-08-161-2/+4
* Formerly exec.c.~78~Michael I. Bushnell1994-08-151-52/+107
* Formerly exec.c.~77~Michael I. Bushnell1994-07-221-2/+2
* Formerly exec.c.~76~Michael I. Bushnell1994-07-201-1/+1
* Formerly exec.c.~75~Michael I. Bushnell1994-07-191-6/+6
* Initial revisionMichael I. Bushnell1994-06-241-0/+1516