Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-06-02 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-06-02 | 1 | -8/+21 |
| | | | | | * load.c (boot_script_exec_cmd): Copy environment from our `environ' onto the new task's stack along with its arguments. | ||||
* | 1998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> | Thomas Bushnell | 1999-04-30 | 1 | -0/+134 |
| | | | | | | | | | | | | | | | | | | | * bunzip2.c: New file. * load.c (GZIP) (BZIP2): New cpp constants. (boot_script_exec_cmd): If GZIP is defined, gunzip engine is enabled. If BZIP2 is defined, bunzip2 engine is enabled. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o. (CPPFLAGS): Add -DGZIP, -DBZIP2 and -DSMALL_BZIP2. 1998-09-03 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp> * gunzip.c: New file. Copy libstore/gunzip.c and modify for use in serverboot. * load.c (struct stuff): Add members, image_addr and image_size. (mem_read) (mem_read_exec): New functions. (boot_script_exec_cmd): Add gzexe feature. * Makefile: Add unzip stuffs. | ||||
* | (boot_script_exec_cmd): | Miles Bader | 1997-07-15 | 1 | -3/+3 |
| | | | | Change "(bootstrap)" to "(serverboot)" in msgs. | ||||
* | Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1997-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | * elf-load.c (exec_load): Include <elf.h> instead of <mach/exec/elf.h>. Include "mach-exec.h" instead of <mach/exec/elf.h>. (exec_load) [i386]: Check for i386 types directly; abandon old MY_EI_DATA and MY_E_MACHINE. * load.c: Include "mach-exec.h" instead of <mach/exec/elf.h>. * exec.c: Likewise. * mach-exec.h: New file. | ||||
* | Initial Revision | Thomas Bushnell | 1997-04-03 | 1 | -0/+406 |