| Commit message (Expand) | Author | Age | Files | Lines |
* | (do_exec): Use new auth_user_authenticate interface. | Michael I. Bushnell | 1996-05-10 | 1 | -1/+1 |
* | (map): Use F->__offset and F->__target properly. | Roland McGrath | 1996-05-03 | 1 | -7/+7 |
* | (map): Fix fencepost error in check of current mapping window. | Roland McGrath | 1996-05-02 | 1 | -2/+3 |
* | (do_exec): Terminate OLDTASK if we get an error after killing its threads | Roland McGrath | 1996-05-02 | 1 | -3/+13 |
* | (check_gzip) [ziprderr]: Treat all read errors as ENOEXEC. First off, | Michael I. Bushnell | 1996-04-30 | 1 | -9/+10 |
* | Use ports_create_port instead of ports_allocate_port, and notice the error. | Roland McGrath | 1996-04-27 | 1 | -2/+2 |
* | (prepare): | Miles Bader | 1996-04-08 | 1 | -66/+72 |
* | (S_exec_exec): | Miles Bader | 1996-01-30 | 1 | -9/+21 |
* | (S_exec_exec): Use envz_get() to search the environment. | Miles Bader | 1996-01-11 | 1 | -14/+7 |
* | (safe_bzero): Rewritten using hurd_catch_signal. | Roland McGrath | 1996-01-04 | 1 | -24/+4 |
* | (do_exec): | Miles Bader | 1995-12-29 | 1 | -5/+12 |
* | (map): Rearrange code to fix some bugs and not remap unless necessary. | Roland McGrath | 1995-12-15 | 1 | -32/+23 |
* | (safe_bzero): New function, broken out of load_section. | Roland McGrath | 1995-11-21 | 1 | -27/+33 |
* | (load_section): Undo boneheaded last change. | Roland McGrath | 1995-11-21 | 1 | -2/+2 |
* | (load_section): Declare ADDR and VM_PROT volatile. | Michael I. Bushnell | 1995-11-21 | 1 | -2/+2 |
* | (S_exec_startup): Compatibility RPC removed. | Roland McGrath | 1995-11-13 | 1 | -24/+0 |
* | (load_section): Catch faults while zeroing partial bss page. | Roland McGrath | 1995-11-13 | 1 | -22/+47 |
* | (S_exec_startup_get_info): New function, modified from S_exec_startup. | Roland McGrath | 1995-10-25 | 1 | -29/+67 |
* | (struct execdata): Moved to priv.h. | Roland McGrath | 1995-10-18 | 1 | -115/+97 |
* | Server mechanics removed; now uses libtrivfs/libports. | Roland McGrath | 1995-10-11 | 1 | -498/+96 |
* | (do_exec): Doc fix. | Michael I. Bushnell | 1995-10-02 | 1 | -0/+4 |
* | (do_exec): Don't set NEWTASK's bootstrap port until after we have finished | Roland McGrath | 1995-09-27 | 1 | -18/+8 |
* | (struct bootinfo): New members `phdr_addr', `phdr_size', `user_entry'. | Roland McGrath | 1995-09-20 | 1 | -257/+321 |
* | (S_fsys_forward): New stub function. | Roland McGrath | 1995-08-28 | 1 | -2/+6 |
* | (load_section): Remove assignments from if tests. | Michael I. Bushnell | 1995-06-27 | 1 | -50/+68 |
* | (struct execdata.info.elf): Add members `anywhere' and `loadbase'. | Roland McGrath | 1995-06-08 | 1 | -123/+167 |
* | Majorly revamped: Now supports the ELF format directly. | Roland McGrath | 1995-06-05 | 1 | -297/+396 |
* | Add fsys_set_options, replacing fsys_mod_readonly. | Miles Bader | 1995-05-12 | 1 | -3/+3 |
* | (check_gzip): Rewind the stream before calling `get_method'. | Roland McGrath | 1995-04-21 | 1 | -1/+3 |
* | (struct execdata) [BFD]: New member `interp_section'. | Roland McGrath | 1995-04-10 | 1 | -69/+186 |
* | (load_section): fseek to desired position before freading. | Roland McGrath | 1995-04-09 | 1 | -2/+12 |
* | (check_section): Don't check SEC_RELOC flag. | Roland McGrath | 1995-02-09 | 1 | -8/+2 |
* | (load_section): Don't check SEC_HAS_CONTENTS for clearing overlap bss | Michael I. Bushnell | 1995-02-09 | 1 | -5/+1 |
* | (prepare): Fix braino in last change. | Roland McGrath | 1995-01-28 | 1 | -1/+1 |
* | (prepare): Give the stream a seek function. | Roland McGrath | 1995-01-28 | 1 | -0/+2 |
* | Update BFD code; it works now. | Roland McGrath | 1995-01-22 | 1 | -29/+40 |
* | [BFD] (bfd_mach_host_arch_mach): In decl, MACHINE arg is `long int *' now. | Roland McGrath | 1995-01-15 | 1 | -8/+11 |
* | (struct execdata): New members `headbuf', `file_data', `optimal_block'. | Roland McGrath | 1994-12-12 | 1 | -85/+300 |
* | (set_active_trans): Don't deallocate EXECNODE here to work around a | Michael I. Bushnell | 1994-11-09 | 1 | -1/+2 |
* | Include <hurd/paths.h> and <fcntl.h>. | Michael I. Bushnell | 1994-11-09 | 1 | -0/+3 |
* | (set_active_trans): New function. | Michael I. Bushnell | 1994-11-09 | 1 | -0/+19 |
* | entered into RCS | Michael I. Bushnell | 1994-08-31 | 1 | -7/+13 |
* | Formerly exec.c.~84~ | Roland McGrath | 1994-08-31 | 1 | -24/+46 |
* | Formerly exec.c.~83~ | Michael I. Bushnell | 1994-08-30 | 1 | -11/+32 |
* | Formerly exec.c.~82~ | Michael I. Bushnell | 1994-08-29 | 1 | -9/+24 |
* | Formerly exec.c.~81~ | Michael I. Bushnell | 1994-08-17 | 1 | -25/+16 |
* | Formerly exec.c.~80~ | Michael I. Bushnell | 1994-08-16 | 1 | -6/+10 |
* | Formerly exec.c.~79~ | Roland McGrath | 1994-08-16 | 1 | -2/+4 |
* | Formerly exec.c.~78~ | Michael I. Bushnell | 1994-08-15 | 1 | -52/+107 |
* | Formerly exec.c.~77~ | Michael I. Bushnell | 1994-07-22 | 1 | -2/+2 |