summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-08-01.Roland McGrath
2002-08-012002-07-31 Roland McGrath <roland@frob.com>Roland McGrath
* dir.c (diskfs_direnter_hard): Fix test in last change.
2002-07-03.Roland McGrath
2002-07-032002-07-03 Roland McGrath <roland@frob.com>Roland McGrath
* elf-load.c (exec_load): Fix e_machine checking.
2002-07-03.Roland McGrath
2002-07-032002-07-03 Roland McGrath <roland@frob.com>Roland McGrath
* elf-load.c (exec_load): Fix typos in last change.
2002-06-23.Roland McGrath
2002-06-232002-06-22 Roland McGrath <roland@frob.com>Roland McGrath
* elf-load.c (exec_load) [__alpha__]: Grok Elf64_* headers and check for EM_ALPHA. * exec.c (set_regs) [__alpha__]: Alpha implementation snarfed from CMU file bootstrap/alpha/exec.c in MK83a.
2002-06-232002-06-22 Roland McGrath <roland@frob.com>Roland McGrath
* load.c (boot_script_exec_cmd): Twiddle decls of serverboot_bunzip2 and serverboot_gunzip. * load.c (boot_script_exec_cmd): Cast int to intptr_t before char *.
2002-06-14.Roland McGrath
2002-06-142002-06-14 Roland McGrath <roland@frob.com>Roland McGrath
* default_pager.c: #include "default_pager_S.h"
2002-06-13.Roland McGrath
2002-06-132002-06-13 Roland McGrath <roland@frob.com>Roland McGrath
* fsck.h (struct dirinfo): Revert i_isize to using u_int.
2002-06-11.Roland McGrath
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* mkfs.c (iput): Use %Ld format for ino_t values.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* dir.c, pass1.c, pass1b.c, pass2.c: Use %Ld for ino_t values. * utilities.c: Likewise.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* fsck.h: Use ino_t for lfdir. * setup.c: Likewise.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* fsck.h: Use ino_t for lfdir. * setup.c: Likewise. * fsck.h (struct dirinfo): Use size_t for i_isize.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* dir.c, pass1.c, pass2.c, utilities.c: Use %Ld for ino_t values.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* inode.c (diskfs_cached_lookup): Use ino_t for argument.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* alloc.c, dir.c: Use %Ld format for ino_t values. * alloc.c (diskfs_alloc_node): Use %Ld format for blkcnt_t values.
2002-06-112002-06-08 Roland McGrath <roland@frob.com>Roland McGrath
* dir.c (diskfs_direnter_hard): Use size_t for OLDSIZE. Fail with EOVERFLOW when it would exceed that width. * alloc.c, dir.c: Use %Ld format for ino_t values. * alloc.c (diskfs_alloc_node): Use %Ld format for blkcnt_t values.
2002-06-02.Roland McGrath
2002-06-022002-05-29 Roland McGrath <roland@frob.com>Roland McGrath
* bootstrap.c (main): int -> integer_t for boot_script values.
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-232002-05-23 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* control (Provides, Replaces, Conflicts): Add fakeroot. * changelog: Update for Debian package.
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-182002-05-16 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in (asm_syntax): Add patterns for all the flavors we have pfinet/linux-src/include/asm-* directories for: arm, m68k, mips, sparc, sparc64.
2002-05-132002-05-13 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* rules (INFODIR): Move to /share. * postinst: Likewise. Submitted by Guillem Jover <guillem.jover@menta.net>, Closes: #146797.
2002-05-08.Roland McGrath
2002-05-082002-05-08 Roland McGrath <roland@frob.com>Roland McGrath
* main.c (diskfs_append_args): Fix argument type. (main): Use %z format modifier for size_t arg. * dir.c (dirscanblock): Use %z format modifier for vm_address_t arg. (diskfs_dirempty): int -> vm_address_t (count_dirents): int -> size_t (diskfs_get_directs): u_int -> size_t
2002-05-08.Roland McGrath
2002-05-082002-05-07 Roland McGrath <roland@frob.com>Roland McGrath
* default_pager.c (part_id): Add const to argument type.
2002-05-032002-04-27 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: Match $host_cpu of powerpc*, not just powerpc. Match $host_cpu of alpha* to set asm_syntax=alpha.
2002-04-23We have no use for this file. See copyright.list on GNU central.Roland McGrath
2002-04-18Update for new Debian package.Marcus Brinkmann
2002-03-24.Roland McGrath
2002-03-242002-03-23 Roland McGrath <roland@frob.com>Roland McGrath
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. * default_pager.c (pager_truncate): New function. (struct dpager): New member `limit'. (pager_alloc): Initialize it. (default_pager_object_set_size): New function. (seqnos_memory_object_lock_completed): Rewritten, no longer a stub. (default_pager_demux_object): Try default_pager_server too.
2002-03-242002-03-23 Roland McGrath <roland@frob.com>Roland McGrath
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.
2002-03-152002-03-15 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: Remove the checks for libparted. Instead, check just for a static -lstore_part library and do that only if no --enable-boot-store-types option was given. * configure.in (boot_store_types): Add remap to the default list.
2002-03-14.Roland McGrath
2002-03-142002-03-11 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (ufs.static): Depend on $(boot-store-types:%=../libstore/libstore_%.a).
2002-03-122002-03-11 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in (--enable-boot-store-types): Grok this arg. * config.make.in (boot-store-types): New variable, set by it. * Makeconf [$(dir) != libstore] ($(boot-store-types:%=../libstore/libstore_%.a)): Make these targets depend on ../libstore/libstore.so.
2002-01-282002-01-28 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* copyright: Remove Linuxism.
2002-01-192002-01-05 Roland McGrath <roland@frob.com>Roland McGrath
* aclocal.m4 (hurd_MIG_RETCODE): New macro. * configure.in: Broken out of here, now use that.
2002-01-022002-01-01 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE.
2002-01-022002-01-01 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: Make that "-DRETCODE=".
2002-01-022002-01-01 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: Fix last change to use IsNotLong instead of NoLong.
2001-12-312001-12-31 Roland McGrath <roland@frob.com>Roland McGrath
* configure.in: Check mig for `retcode' keyword support. If not there, add -DRetCode=NoLong.