summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
maximilian attems [Mon, 4 Jul 2011 15:51:52 +0000 (17:51 +0200)]
Fix minimal mv to work across fs
This is the use case in initramfs to keep data from /run to /root/run
before calling switch_root().
copy_file() doesn't yet catch EINTR, but that seems less of an issue
in initramfs.
copy_file() and much logic out of copy() is from Ulrich Dangel.
Thank you for the collaboration on this blocker for
http://bugs.debian.org/627808
While we are it require move to have mv at least 2 arguments passed.
Signed-off-by: Ulrich Dangel <uli@spamt.net>
Signed-off-by: maximilian attems <max@stro.at>
[bwh: This is no longer needed by initramfs-tools starting with version 0.121,
so can be dropped after the stretch release]
Gbp-Pq: Name Fix-minimal-mv-to-work-across-fs
maximilian attems [Tue, 17 May 2016 23:45:58 +0000 (23:45 +0000)]
multiarch-include-path
Gbp-Pq: Name multiarch-include-path
Ben Hutchings [Sun, 14 Mar 2010 18:41:56 +0000 (18:41 +0000)]
Fix klibc Debian specific build trouble
Simply remove the headers_install invocation and rely on linux-libc-dev.
With these changes:
(the extra chmod was needed to allow for umask > 022) I could compile,
link and run this program:
#include <unistd.h>
int main(void)
{
write(1, "Hello world\n", 12);
return 0;
}
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
[ added multi arch support ]
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: maximilian attems <max@stro.at>
[ fixed cross building ]
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Gbp-Pq: Name klibc-linux-libc-dev
Raspbian forward porter [Tue, 17 May 2016 23:45:58 +0000 (23:45 +0000)]
klibc (2.0.4-9+rpi1) stretch-staging; urgency=medium
[changes brought forward from 2.0.4-2+rpi1 by Peter Michael Green <plugwash@p10link.net> at Wed, 26 Nov 2014 22:01:00 +0000]
* Change compiler settings to values suitable for raspberry pi
[dgit import unpatched klibc 2.0.4-9+rpi1]
Raspbian forward porter [Tue, 17 May 2016 23:45:58 +0000 (23:45 +0000)]
Import klibc_2.0.4-9+rpi1.debian.tar.xz
[dgit import tarball klibc 2.0.4-9+rpi1 klibc_2.0.4-9+rpi1.debian.tar.xz]
maximilian attems [Thu, 11 Sep 2014 19:23:25 +0000 (19:23 +0000)]
Import klibc_2.0.4.orig.tar.gz
[dgit import orig klibc_2.0.4.orig.tar.gz]