aboutsummaryrefslogtreecommitdiff
path: root/serverboot/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* .Roland McGrath2001-11-241-0/+4
|
* .Roland McGrath2001-08-171-0/+7
|
* .Roland McGrath2001-07-211-0/+3
|
* .Roland McGrath2001-07-211-0/+4
|
* .Roland McGrath2001-04-011-0/+7
|
* .Roland McGrath2001-02-281-0/+6
|
* The below change is preperation for a new mach-defpager interface by Roland.Marcus Brinkmann2001-01-111-0/+6
| | | | | | | | 2001-01-11 Marcus Brinkmann <marcus@gnu.org> * def_pager_setup.c: Include <mach/mig_errors.h> and <mach/default_pager_types.h>. (default_pager_paging_storage): New stub.
* .Roland McGrath2000-04-031-0/+5
|
* 2000-01-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-01-031-0/+10
| | | | | | | | | | * file_io.h: Include "../ext2fs/ext2_fs.h" instead of "ext2_fs.h". * ext2_file_io.c (search_directory): Use `struct ext2_dir_entry_2' in place of `struct ext2_dir_entry', so as to grok newer dir formats. * ext2_fs.h: File removed. * Makefile (LCLHDRS): Remove it from the list. * ffs_compat.c (EXT2_INODES_PER_BLOCK): New macro, no longer in ext2_fs.h.
* .Roland McGrath1999-11-181-0/+3
|
* .Roland McGrath1999-11-181-0/+7
|
* .Roland McGrath1999-11-161-0/+2
|
* .Roland McGrath1999-11-161-0/+6
|
* .Roland McGrath1999-11-081-0/+5
|
* .Roland McGrath1999-10-281-0/+5
|
* .Roland McGrath1999-10-281-1/+12
|
* 1999-10-08 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-10-081-1/+2
| | | | | | | * bootstrap.c: (DEFAULT_ROOT): Remove macro. (main): If no root device was specified, then prompt as if the user had specified -a. Don't use strcpy to move NEW_ROOT into ROOT_NAME; that's unsafe.
* 1999-10-08 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-10-081-0/+6
| | | | | | * bootstrap.c: (DEFAULT_ROOT): Remove macro. (main): If no root device was specified, then prompt as if the user had specified -a.
* .Roland McGrath1999-10-061-0/+4
|
* .Roland McGrath1999-08-221-0/+5
|
* .Roland McGrath1999-07-201-0/+7
|
* .Roland McGrath1999-07-201-0/+5
|
* .Roland McGrath1999-06-031-0/+5
|
* .Roland McGrath1999-06-021-0/+8
|
* .Roland McGrath1999-05-301-0/+6
|
* .Roland McGrath1999-05-231-0/+5
|
* .Roland McGrath1999-05-201-0/+15
|
* .Roland McGrath1999-05-151-0/+3
|
* .Roland McGrath1999-05-151-3/+14
|
* 1998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell1999-04-301-0/+19
| | | | | | | | | | | | | | | | | | | * 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.
* .Roland McGrath1999-03-061-0/+10
|
* .Roland McGrath1999-02-271-0/+16
|
* .Roland McGrath1998-07-251-9/+13
|
* Tue May 12 12:11:36 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-05-121-0/+5
| | | | | * bootstrap.c (parse_script): Free BUF before returning. Reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).
* .Miles Bader1997-07-151-0/+10
|
* .Miles Bader1997-07-091-0/+4
|
* .Miles Bader1997-07-081-0/+12
|
* Fri Jun 20 15:37:15 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-201-0/+15
| | | | | | | | | | | | | | | * bootstrap.c (main/script_paging_file): Instead of returning an error use new variable `had_a_partition' to record whether we successfully opened a partition. (main/script_default_pager): Only start pager if HAD_A_PARTITION; otherwise print warning message. Mon Jun 16 11:52:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (installationdir): Use `=' to set this instead of :=; $(prefix) is not yet available and `=' postpones the evaluation properly. Reported by Marcus G. Daniels, marcus@cathcart.sysc.pdx.edu.
* Tue Jun 10 21:54:52 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-06-111-0/+8
| | | | | | | | * disk_inode.h (struct icommon): Use short instead of uid_t/gid_t in structure definition; those are now 32 bit types. * bootstrap.c (main): Support running from command line too; this is useful at least for simple debugging.
* .Miles Bader1997-06-091-0/+4
|
* Turn off debugging printfs.Thomas Bushnell1997-05-021-0/+6
|
* Thu May 1 18:40:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-011-0/+5
| | | | | * bootstrap.c (cthread_stack_size): Don't set special value here; use the default.
* Fri Apr 18 16:44:49 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-181-0/+16
| | | | | | | | | | | | | | | | * wiring.c (__vm_allocate): New function. Wed Apr 16 14:18:28 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * default_pager.c (debug): Turn off. Mon Apr 14 12:50:20 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * default_pager.c: Remove debugging printfs. Thu Apr 10 15:10:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (installationdir): Set variable.
* Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-091-0/+1
| | | | | | | | * default_pager.c (default_pager_default_thread): New function. Delete old variable with this name, it was never used. (default_pager): Fork default_pager_default_thread instead of doing it here to avoid the possibility that we are on a tiny stack. Current thread dies.
* Wed Apr 9 13:57:44 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-091-0/+7
| | | | | | | * default_pager.c (default_pager_default_thread): New function. (default_pager): Fork default_pager_default_thread instead of doing it here to avoid the possibility that we are on a tiny stack. Current thread dies.
* Thu Apr 3 20:00:58 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-04-041-0/+11
| | | | | | | | | | | * 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 RevisionThomas Bushnell1997-04-031-0/+53