<feed xmlns='http://www.w3.org/2005/Atom'>
<title>teythoon/hurd.git/serverboot/Makefile, branch justus/gpg-0</title>
<subtitle>Personal Hurd development repository</subtitle>
<id>https://darnassus.sceen.net/cgit/teythoon/hurd.git/atom?h=justus%2Fgpg-0</id>
<link rel='self' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/atom?h=justus%2Fgpg-0'/>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/'/>
<updated>2011-04-03T15:47:34Z</updated>
<entry>
<title>Remove `serverboot'; fix "make dist" in `mach-defpager'.</title>
<updated>2011-04-03T15:47:34Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2010-07-17T14:24:39Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=a8744157214a302d84c8959b1ae99abe3ae2d7d2'/>
<id>urn:sha1:a8744157214a302d84c8959b1ae99abe3ae2d7d2</id>
<content type='text'>
* serverboot/default_pager.c, serverboot/kalloc.c, serverboot/queue.h,
  serverboot/wiring.c, serverboot/wiring.h: Move to `mach-defpager/'.

* serverboot/Makefile, serverboot/assert.h, serverboot/bootstrap.c,
  serverboot/bunzip2.c, serverboot/def_pager_setup.c, serverboot/defs.h,
  serverboot/dir.h, serverboot/disk_inode.h,
  serverboot/disk_inode_ffs.h, serverboot/elf-load.c, serverboot/exec.c,
  serverboot/ext2_file_io.c, serverboot/ffs_compat.c,
  serverboot/ffs_compat.h, serverboot/ffs_file_io.c,
  serverboot/file_io.c, serverboot/file_io.h, serverboot/fs.h,
  serverboot/gets.c, serverboot/gunzip.c, serverboot/load.c,
  serverboot/mach-exec.h, serverboot/minix_ffs_compat.c,
  serverboot/minix_ffs_compat.h, serverboot/minix_file_io.c,
  serverboot/minix_fs.h, serverboot/minix_super.h, serverboot/panic.c,
  serverboot/strfcns.c: Remove.

* mach-defpager/Makefile (LCLHDRS): New variable.
  (vpath): Remove.
  (CPPFLAGS): Remove `-I$(srcdir)/../serverboot'.

* mach-defpager/setup.c (page_aligned): Make public.
</content>
</entry>
<entry>
<title>2002-05-23  Marcus Brinkmann  &lt;marcus@gnu.org&gt;</title>
<updated>2002-05-23T21:44:51Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus@gnu.org</email>
</author>
<published>2002-05-23T21:44:51Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=b7f63dd9b74db05f8174aa71f1e37a2d95969a61'/>
<id>urn:sha1:b7f63dd9b74db05f8174aa71f1e37a2d95969a61</id>
<content type='text'>
	* Makefile: Fix last change properly, by relaxing the rule again
	and adding our source dir before the exec dir.
</content>
</entry>
<entry>
<title>2002-05-23  Marcus Brinkmann  &lt;marcus@gnu.org&gt;</title>
<updated>2002-05-23T17:40:40Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus@gnu.org</email>
</author>
<published>2002-05-23T17:40:40Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=76d66708aa1f1945e847cd060f673593fd3cc3c5'/>
<id>urn:sha1:76d66708aa1f1945e847cd060f673593fd3cc3c5</id>
<content type='text'>
	* Makefile: Fix last change, constraining vpath even further.
</content>
</entry>
<entry>
<title>libstore/</title>
<updated>2002-05-23T13:17:23Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>marcus@gnu.org</email>
</author>
<published>2002-05-23T13:17:23Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=e1c99ecee3589df6c949b4ad582085144a556132'/>
<id>urn:sha1:e1c99ecee3589df6c949b4ad582085144a556132</id>
<content type='text'>
2002-05-20  Ognyan Kulev &lt;ogi@fmi.uni-sofia.bg&gt;

	* Makefile: Move inclusion of ../Makeconf before using $(srcdir).

serverboot/
2002-05-20  Ognyan Kulev &lt;ogi@fmi.uni-sofia.bg&gt;

	* Makefile: Move inclusion of ../Makeconf before using $(srcdir)
	and constrain vpath directives to avoid using ../exec/exec.o.
</content>
</entry>
<entry>
<title>2002-03-23  Roland McGrath  &lt;roland@frob.com&gt;</title>
<updated>2002-03-24T01:12:38Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@gnu.org</email>
</author>
<published>2002-03-24T01:12:38Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=0d1e1237ddb5498d265169ec712b79c746fc4ed0'/>
<id>urn:sha1:0d1e1237ddb5498d265169ec712b79c746fc4ed0</id>
<content type='text'>
	Excised default pager functionality from serverboot.
	* Makefile (SRCS): Move def_pager_setup.c default_pager.c kalloc.c to
	(EXTRA_DIST): ... here.
	(OBJS): Remove *Server.o from here.
	(MIGSFLAGS): Variable removed.
	* bootstrap.c (main): Replace paging-file boot-script functions with a
	stub that prints an error.  No longer call partition_init,
	default_pager_initialize, or default_pager.
	(default_pager_bootstrap_port): Variable removed.
	(main): Don't use it.
	(default_pager_exception_port): Declaration removed.
	(main): Don't use it.
	* default_pager.c (default_pager_bootstrap_port): Variable removed.
	(default_pager_demux_default): Don't use it.
	(default_pager_initialize): Likewise.
	(default_pager): Likewise.
	(do_bootstrap_privileged_ports, bootstrap_compat): Functions removed.
	[mips] (set_ras_address): Likewise.
</content>
</entry>
<entry>
<title>2001-11-24  Roland McGrath  &lt;roland@frob.com&gt;</title>
<updated>2001-11-24T22:05:47Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@gnu.org</email>
</author>
<published>2001-11-24T22:05:47Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=5e9f89cde8870bb08bafae82f7c2b98a33bd7c86'/>
<id>urn:sha1:5e9f89cde8870bb08bafae82f7c2b98a33bd7c86</id>
<content type='text'>
	* Makefile (installationdir): Use $(bootdir).
</content>
</entry>
<entry>
<title>2001-08-16  Roland McGrath  &lt;roland@frob.com&gt;</title>
<updated>2001-08-17T04:48:03Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@gnu.org</email>
</author>
<published>2001-08-17T04:48:03Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=ed04b038e834eeee56a28d27789649dffe72b2b2'/>
<id>urn:sha1:ed04b038e834eeee56a28d27789649dffe72b2b2</id>
<content type='text'>
	* Makefile (OBJS): Add userland-boot.o here.
	Add a vpath to find userland-boot.c in boot/ too.
	* bootstrap.c (parse_script): Pass new arg to boot_script_parse_line.
	* load.c: Include &lt;stddef.h&gt; before "boot_script.h".
</content>
</entry>
<entry>
<title>2000-01-03  Roland McGrath  &lt;roland@baalperazim.frob.com&gt;</title>
<updated>2000-01-03T20:27:13Z</updated>
<author>
<name>Roland McGrath</name>
<email>roland@gnu.org</email>
</author>
<published>2000-01-03T20:27:13Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=54c6afb460642e1069a9d3e9f9ebeb7cad2cd8ba'/>
<id>urn:sha1:54c6afb460642e1069a9d3e9f9ebeb7cad2cd8ba</id>
<content type='text'>
	* 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.
</content>
</entry>
<entry>
<title>1998-09-06  OKUJI Yoshinori  &lt;okuji@kuicr.kyoto-u.ac.jp&gt;</title>
<updated>1999-04-30T11:04:07Z</updated>
<author>
<name>Thomas Bushnell</name>
<email>thomas@gnu.org</email>
</author>
<published>1999-04-30T11:04:07Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=c09179c4e150d8588d617d3aea91debc146e1ea1'/>
<id>urn:sha1:c09179c4e150d8588d617d3aea91debc146e1ea1</id>
<content type='text'>
	* 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  &lt;okuji@kuicr.kyoto-u.ac.jp&gt;

	* 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.
</content>
</entry>
<entry>
<title>(SRCS):</title>
<updated>1997-07-08T22:39:36Z</updated>
<author>
<name>Miles Bader</name>
<email>miles@gnu.org</email>
</author>
<published>1997-07-08T22:39:36Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/hurd.git/commit/?id=df38e5153c5b268d42095eb452aec5b171c7c23e'/>
<id>urn:sha1:df38e5153c5b268d42095eb452aec5b171c7c23e</id>
<content type='text'>
  Remove translate_root.c.
(LCLHDRS):
  Remove translate_root.h.
</content>
</entry>
</feed>
