summaryrefslogtreecommitdiff
path: root/serverboot/ChangeLog
AgeCommit message (Collapse)Author
2007-06-062007-06-06 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* default_pager.c (default_pager_object_create, default_pager_info) (default_pager_objects, default_pager_object_pages) (default_pager_object_set_size, default_pager_paging_file): Rename to `S_default_pager_object_create', `S_default_pager_info', `S_default_pager_objects', `S_default_pager_object_pages', `S_default_pager_object_set_size' and `S_default_pager_paging_file'.
2006-03-142006-03-15 Alfred M. Szmidt <ams@gnu.org>Thomas Schwinge
* kalloc.c: #include <malloc.h>. (init_hook, malloc_hook, free_hook): New functions. (__malloc_initialize_hook): New variable. (malloc, free): Functions removed.
2003-05-07.Marcus Brinkmann
2002-07-03.Roland McGrath
2002-07-03.Roland McGrath
2002-06-23.Roland McGrath
2002-06-14.Roland McGrath
2002-06-02.Roland McGrath
2002-05-232002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* Makefile: Fix last change properly, by relaxing the rule again and adding our source dir before the exec dir.
2002-05-232002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* Makefile: Fix last change, constraining vpath even further.
2002-05-23libstore/Marcus Brinkmann
2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg> * Makefile: Move inclusion of ../Makeconf before using $(srcdir). serverboot/ 2002-05-20 Ognyan Kulev <ogi@fmi.uni-sofia.bg> * Makefile: Move inclusion of ../Makeconf before using $(srcdir) and constrain vpath directives to avoid using ../exec/exec.o.
2002-05-08.Roland McGrath
2002-03-24.Roland McGrath
2001-11-24.Roland McGrath
2001-08-17.Roland McGrath
2001-07-21.Roland McGrath
2001-07-21.Roland McGrath
2001-04-01.Roland McGrath
2001-02-28.Roland McGrath
2001-01-11The below change is preperation for a new mach-defpager interface by Roland.Marcus Brinkmann
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.
2000-04-03.Roland McGrath
2000-01-032000-01-03 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* 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.
1999-11-18.Roland McGrath
1999-11-18.Roland McGrath
1999-11-16.Roland McGrath
1999-11-16.Roland McGrath
1999-11-08.Roland McGrath
1999-10-28.Roland McGrath
1999-10-28.Roland McGrath
1999-10-081999-10-08 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* 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-081999-10-08 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* bootstrap.c: (DEFAULT_ROOT): Remove macro. (main): If no root device was specified, then prompt as if the user had specified -a.
1999-10-06.Roland McGrath
1999-08-22.Roland McGrath
1999-07-20.Roland McGrath
1999-07-20.Roland McGrath
1999-06-03.Roland McGrath
1999-06-02.Roland McGrath
1999-05-30.Roland McGrath
1999-05-23.Roland McGrath
1999-05-20.Roland McGrath
1999-05-15.Roland McGrath
1999-05-15.Roland McGrath
1999-04-301998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* 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.
1999-03-06.Roland McGrath
1999-02-27.Roland McGrath
1998-07-25.Roland McGrath
1998-05-12Tue May 12 12:11:36 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell
* bootstrap.c (parse_script): Free BUF before returning. Reported by Katusya Tanaka (wyvern@pb3.so-net.ne.jp).
1997-07-15.Miles Bader
1997-07-09.Miles Bader
1997-07-08.Miles Bader