Age | Commit message (Collapse) | Author |
|
* copyright: Remove Linuxism.
|
|
* aclocal.m4 (hurd_MIG_RETCODE): New macro.
* configure.in: Broken out of here, now use that.
|
|
* configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE.
|
|
* configure.in: Make that "-DRETCODE=".
|
|
* configure.in: Fix last change to use IsNotLong instead of NoLong.
|
|
* configure.in: Check mig for `retcode' keyword support.
If not there, add -DRetCode=NoLong.
|
|
* rules (configure): Don't call aclocal.
* control (Build-Depends): We don't need automake.
|
|
* control (Build-Depends): Add automake and autoconf to build
dependencies. Reported by Jordi Mallach.
|
|
* configure.in (asm_syntax): Grok "powerpc" value for $host_cpu.
Default asm_syntax to $host_cpu if not a known type.
Complain about unsupported CPU iff libthreads/$asm_syntax/cthreads.h
is missing; make that complaint a warning rather than fatal error.
|
|
|
|
* dlabel.c (fd_get_device): Only deallocate NODE if store_create fails.
Found by Michael Teichgraeber <gnubert@web.de>.
|
|
|
|
* mkfs.c (fsinit): Set the root directory's owner/group to the user's.
Suggested by Michael Teichgraeber <gnubert@web.de>.
|
|
|
|
* Makefile (installationdir): Use $(bootdir).
|
|
|
|
* inode.c (read_disknode): Just always call getpid for the fsid value.
|
|
* debian/changelog: Update for new Debian package.
|
|
* debian/changelog: Update for new Debian package.
|
|
|
|
* debian/rules: New dpkg-shlibdeps is more strict and complains
about statically linked files, so a new filter is necessary.
* debian/control: Add `file' to build dependencies.
By Kevin Kreamer <kkreamer@etherhogz.org>.
* debian/changelog: Update for new release.
|
|
* configure.in: If parted/parted.h is found, define
HAVE_PARTED_PARTED_H explicitely.
|
|
* ufs.h (swab_long_long): Use LL, not lL, for constant.
Submitted by Maurizio Boriani <baux@debian.org>.
|
|
* changelog: Update to current version.
* update-rc.d: New file moved from dpkg to here.
* rules: Install update-rc.d.
|
|
|
|
* pass5.c (pass5): A little manual CSE makes buggy gcc not to crash.
|
|
* configure.in: Add a check for Parted's libraries.
(PARTED_LIBS): New variable, substitute it.
|
|
* changelog: Update to current version.
|
|
|
|
* 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 <stddef.h> before "boot_script.h".
|
|
* inode.c (diskfs_get_translator): Fail with EFTYPE if the length
field stored on disk is unreasonable. Don't crash on ENOMEM.
Use memcpy instead of bcopy.
|
|
|
|
* inode.c (diskfs_get_translator): Fail with EFTYPE if the length
field stored on disk is unreasonable. Don't crash on ENOMEM.
Use memcpy instead of bcopy.
|
|
|
|
* panic.c: Fix obsolescent #endif syntax.
* ext2_file_io.c: Likewise.
* disk_inode_ffs.h: Likewise.
* ffs_file_io.c: Likewise.
|
|
|
|
* panic.c: Fix obsolescent #endif syntax.
|
|
* copyright: Refer to new directory.
* rules: Move documentation to share directory.
Add -isp to dpkg-gencontrol invocation.
Remove crufty hurd.info.
* control: Bump up standards version.
|
|
* rc: Do not excempt random-seed when cleaning up /var/run. State
data should be in /var/lib (FHS) or /var/state.
* changelog: Update to current version.
* debian/servers.boot: Add die $(serverboot).
|
|
|
|
* changelog: Update to current version.
|
|
* rc: Merge in recent changes from daemons/rc.sh.
|
|
|
|
* rc: Apply patch from Moritz Schulte <moritz@chaosdorf.de> to
be more selective with what to clean from /var/run.
|
|
than the number of reserved blocks, set the number of available
blocks to 0.
|
|
* changelog: Update to reflect Debian upgrades.
|
|
|
|
* assert.h: Fix obsolescent #endif syntax.
* default_pager.c: Likewise.
* queue.h: Likewise.
* load.c: Likewise.
|
|
|
|
* default_pager.c: Use <file_io.h> instead of "file_io.h",
so mach-defpager gets its own version when it uses this source file.
(new_partition): If CHECK_LINUX_SIGNATURE arg is -3, don't print out.
|