| Commit message (Expand) | Author | Age | Files | Lines |
* | (check_hashbang): | Miles Bader | 1996-01-11 | 1 | -14/+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 |
* | (check_hashbang): Rearrange arg frobbing code somewhat to use | Roland McGrath | 1996-01-04 | 1 | -82/+53 |
* | (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 |
* | (going_down): Variable removed. | Roland McGrath | 1995-11-21 | 1 | -15/+18 |
* | (check_hashbang): Undo boneheaded last change. | Roland McGrath | 1995-11-21 | 1 | -4/+4 |
* | (load_section): Undo boneheaded last change. | Roland McGrath | 1995-11-21 | 1 | -2/+2 |
* | (check_hashbang): Actually declare FILE_NAME and FILE volatile, not | Michael I. Bushnell | 1995-11-21 | 1 | -2/+2 |
* | (check_hashbang) [prepare_args]: Declare FILE_NAME, ERROR, and NAME | Michael I. Bushnell | 1995-11-21 | 1 | -3/+3 |
* | (load_section): Declare ADDR and VM_PROT volatile. | Michael I. Bushnell | 1995-11-21 | 1 | -2/+2 |
* | (user_port): Fixed port selection logic. | Roland McGrath | 1995-11-16 | 1 | -13/+20 |
* | (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 |
* | (main): Add FLAGS arg to trivfs_startup call. | Miles Bader | 1995-11-06 | 1 | -1/+1 |
* | (S_exec_startup_get_info): New function, modified from S_exec_startup. | Roland McGrath | 1995-10-25 | 1 | -29/+67 |
* | (exec_demuxer): Call exec_startup_server. | Roland McGrath | 1995-10-25 | 1 | -1/+4 |
* | (OBJS): Add exec_startupServer.o. | Roland McGrath | 1995-10-24 | 1 | -1/+2 |
* | (struct bootinfo): Use vm_size_t for phdr_size. | Roland McGrath | 1995-10-24 | 1 | -1/+2 |
* | (check_hashbang: prepare_args): Enable and clean up code to guess the name | Roland McGrath | 1995-10-18 | 1 | -88/+87 |
* | (check_hashbang): Copy passed args from the right place. | Roland McGrath | 1995-10-18 | 1 | -1/+2 |
* | Initial revision | Roland McGrath | 1995-10-18 | 1 | -0/+442 |
* | (struct execdata): Moved to priv.h. | Roland McGrath | 1995-10-18 | 1 | -115/+97 |
* | (SRCS, OBJS): Add hashexec.[co]. | Roland McGrath | 1995-10-18 | 1 | -3/+3 |
* | Added some #includes. | Roland McGrath | 1995-10-18 | 1 | -0/+78 |
* | Initial revision | Roland McGrath | 1995-10-11 | 2 | -0/+70 |
* | (OBJS): Add main.o; remove fsysServer.o, notifyServer.o. | Roland McGrath | 1995-10-11 | 1 | -3/+7 |
* | Initial revision | Roland McGrath | 1995-10-11 | 1 | -0/+282 |
* | 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 |
* | Remove vpath directive. | Roland McGrath | 1995-09-16 | 1 | -2/+0 |
* | (OTHERLIBS, CPPFLAGS): Disable bfd by default. | Roland McGrath | 1995-09-08 | 1 | -2/+2 |
* | (S_fsys_forward): New stub function. | Roland McGrath | 1995-08-28 | 1 | -2/+6 |
* | (SRCS): Added unzip.c, util.c, and inflate.c. | Michael I. Bushnell | 1995-07-31 | 1 | -1/+1 |
* | (bfd_mach_host_arch_mach): Remove assignment from inside if test. | Michael I. Bushnell | 1995-07-07 | 1 | -2/+2 |
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -4/+0 |
* | (OTHERLIBS): Define var. | Michael I. Bushnell | 1995-07-05 | 1 | -4/+1 |
* | (exec): foo | Michael I. Bushnell | 1995-07-05 | 1 | -3/+4 |
* | (load_section): Remove assignments from if tests. | Michael I. Bushnell | 1995-06-27 | 1 | -50/+68 |
* | Rewritten to unconditionally return both BFD and ELF machine types. | Roland McGrath | 1995-06-08 | 1 | -40/+13 |
* | (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 |
* | (vpath lib%.a): Move this after include ../Makeconf, since it uses a | Roland McGrath | 1995-04-09 | 1 | -1/+2 |