Displaying 18 results from an estimated 18 matches for "purn".
Did you mean:
pure
2006 May 24
1
[patch] klibc: merge s390/s390x 2nd try
...jmp.S | 36 --------------------------
usr/klibc/arch/s390x/syscall.c | 16 -----------
usr/klibc/arch/s390x/sysstub.ph | 28 --------------------
usr/klibc/syscalls/Kbuild | 4 +-
26 files changed, 166 insertions(+), 296 deletions(-)
diff -purN a/Makefile b/Makefile
--- a/Makefile 2006-05-24 15:19:05.000000000 +0200
+++ b/Makefile 2006-05-24 15:43:44.000000000 +0200
@@ -180,6 +180,7 @@ UTS_MACHINE := $(ARCH)
# Architecture used to compile user-space code
KLIBCARCH ?= $(ARCH)
+KLIBCARCHDIR ?= $(ARCH)
# klibc definitions
export KLIB...
2006 May 11
0
[patch] klibc: merge s390 and s390x
...jmp.S | 36 --------------------------
usr/klibc/arch/s390x/syscall.c | 16 -----------
usr/klibc/arch/s390x/sysstub.ph | 28 --------------------
usr/klibc/syscalls/Kbuild | 4 +-
26 files changed, 157 insertions(+), 299 deletions(-)
diff -purN a/Makefile b/Makefile
--- a/Makefile 2006-05-11 08:09:08.000000000 +0200
+++ b/Makefile 2006-05-11 08:10:07.000000000 +0200
@@ -26,6 +26,7 @@ NOSTDINC_FLAGS := -nostdlib -nostdinc -i
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/parisc64/parisc/ -e s/sun4u/sparc64/ -e s/arm.*/arm...
2023 Nov 28
0
possible LVM corruption?
...or at boot.? "vgck" doesn't seem to
find any problems.? Does anyone have suggestions for diagnosing the issue?
error: ../grub-core/disk/diskfilter.c:524:unknown node
'vm_ipa-data_rimage_0'.
grub2-probe: error: ../grub-core/kern/disk.c:236:disk
`lvmid/uhx5FA-RmdV-cPYP-ELEA-pUrn-FfHl-M2RBEV/JQKCwn-RhKX-ek4u-VJxX-ja9j-rtAD-fVUBGc'
not found.
"vgdisplay --verbose" output includes:
? --- Volume group ---
? VG Name?????????????? VolGroup
? System ID
? Format??????????????? lvm2
? Metadata Areas??????? 2
? Metadata Sequence No? 2053
? VG Access????????...
2004 Feb 21
1
[PATCH] sleep for klibc utils
This implements a sleep command.
diff -p -purN klibc-0.111/utils/Makefile klibc-0.111.utils/utils/Makefile
--- klibc-0.111/utils/Makefile 2004-02-10 00:18:15.000000000 +0100
+++ klibc-0.111.utils/utils/Makefile 2004-02-21 22:33:08.000000000 +0100
@@ -5,7 +5,7 @@ include ../MRULES
MAKEDEPS = -Wp,-MD,.$(subst /,-,$*).d
CFLAGS = $(MAKEDEPS) $(...
2004 Feb 21
1
[PATCH] ln for klibc utils
this implements a ln(1) with -f and -s support.
diff -p -purN klibc-0.112/utils/Makefile klibc-0.112.utils/utils/Makefile
--- klibc-0.112/utils/Makefile 2004-02-21 23:49:26.000000000 +0100
+++ klibc-0.112.utils/utils/Makefile 2004-02-22 01:23:17.000000000 +0100
@@ -6,7 +6,7 @@ MAKEDEPS = -Wp,-MD,.$(subst /,-,$*).
CFLAGS = $(MAKEDEPS) $(OPTFLAGS) $(...
2004 Sep 05
1
[PATCH] simple rm command
'rm -rf /' for klibc
Doesnt comply to the standard, but does the job.
http://www.opengroup.org/onlinepubs/009695399/utilities/rm.html
diff -p -purN klibc-0.172/utils/Makefile klibc-0.172.rm/utils/Makefile
--- klibc-0.172/utils/Makefile 2004-08-14 00:24:20.000000000 +0200
+++ klibc-0.172.rm/utils/Makefile 2004-09-05 20:11:14.109062216 +0200
@@ -6,7 +6,7 @@ MAKEDEPS = -Wp,-MD,.$(subst /,-,$*).
CFLAGS = $(MAKEDEPS) $(OPTFLAGS) $(REQFLA...
2006 Jun 07
4
[patch] s390: vfork support
From: Heiko Carstens <heiko.carstens@de.ibm.com>
vfork support for s390/s390x.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---
diff -purN a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
--- a/usr/klibc/SYSCALLS.def 2006-06-07 09:44:33.000000000 +0200
+++ b/usr/klibc/SYSCALLS.def 2006-06-07 13:01:54.000000000 +0200
@@ -28,7 +28,7 @@ void _exit,exit::_exit(int)
; A lot of architectures need architecture-specific vfork
; stubs, due...
2004 May 28
1
ipconfig related question (do not get static IP setting)
Hi!! I found your ipconfig stuff in the udev rpm in SuSE 9.1. I'm about to
setup a initramfs (pretty cool - much better than initrd) to boot linux
diskless clients over the net. All the tools I would need, seem to be
there with ipconfig/nfsmount ...
I like to use the information I get from PXE/syslinux or Etherboot
writing something like:
2007 Apr 18
1
[PATCH] paravirt build fix
...for a
bunch of native_read/write functions. This patch updates the declarations
to use unsigned long for register values.
Signed-off-by: James Morris <jmorris@redhat.com>
---
include/asm-i386/paravirt.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff -purN -X dontdiff linux-pv-2.6.o/include/asm-i386/paravirt.h linux-pv-2.6.x/include/asm-i386/paravirt.h
--- linux-pv-2.6.o/include/asm-i386/paravirt.h 2006-11-01 16:46:50.000000000 -0500
+++ linux-pv-2.6.x/include/asm-i386/paravirt.h 2006-11-01 16:57:47.000000000 -0500
@@ -176,18 +176,18 @@ extern struct...
2007 Apr 18
1
[PATCH] fix boot crash when freeing initrd memory
...10
I'm not sure why this memory isn't aligned now.
The patch below allows my system to boot. Any clues about the correct fix
appreciated.
Signed-off-by: James Morris <jmorris@redhat.com>
---
arch/i386/mm/init.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -purN -X dontdiff linux-pv-2.6.p/arch/i386/mm/init.c linux-pv-2.6.x/arch/i386/mm/init.c
--- linux-pv-2.6.p/arch/i386/mm/init.c 2006-11-01 16:46:49.000000000 -0500
+++ linux-pv-2.6.x/arch/i386/mm/init.c 2006-11-01 17:18:20.000000000 -0500
@@ -787,7 +787,7 @@ void free_init_pages(char *what, unsigne
unsi...
2007 Apr 18
1
[PATCH] paravirt build fix
...for a
bunch of native_read/write functions. This patch updates the declarations
to use unsigned long for register values.
Signed-off-by: James Morris <jmorris@redhat.com>
---
include/asm-i386/paravirt.h | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff -purN -X dontdiff linux-pv-2.6.o/include/asm-i386/paravirt.h linux-pv-2.6.x/include/asm-i386/paravirt.h
--- linux-pv-2.6.o/include/asm-i386/paravirt.h 2006-11-01 16:46:50.000000000 -0500
+++ linux-pv-2.6.x/include/asm-i386/paravirt.h 2006-11-01 16:57:47.000000000 -0500
@@ -176,18 +176,18 @@ extern struct...
2007 Apr 18
1
[PATCH] fix boot crash when freeing initrd memory
...10
I'm not sure why this memory isn't aligned now.
The patch below allows my system to boot. Any clues about the correct fix
appreciated.
Signed-off-by: James Morris <jmorris@redhat.com>
---
arch/i386/mm/init.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -purN -X dontdiff linux-pv-2.6.p/arch/i386/mm/init.c linux-pv-2.6.x/arch/i386/mm/init.c
--- linux-pv-2.6.p/arch/i386/mm/init.c 2006-11-01 16:46:49.000000000 -0500
+++ linux-pv-2.6.x/arch/i386/mm/init.c 2006-11-01 17:18:20.000000000 -0500
@@ -787,7 +787,7 @@ void free_init_pages(char *what, unsigne
unsi...
2004 Aug 23
1
[PATCH] fix alpha build
...:21: Warning: .ent directive without matching .end
arch/alpha/crt0.S:21: Error: can't resolve `0' {.text section} - `L0' {.text section}
make[1]: *** [arch/alpha/crt0.o] Error 1
It still doesnt work with that change, ash cant run external binaries,
./ash/sh
$ ls
ls: error 1
diff -p -purN klibc-0.167/klibc/arch/alpha/crt0.S klibc-0.167.axp/klibc/arch/alpha/crt0.S
--- klibc-0.167/klibc/arch/alpha/crt0.S 2004-06-07 12:24:13.000000000 +0200
+++ klibc-0.167.axp/klibc/arch/alpha/crt0.S 2004-08-23 13:57:26.000000000 +0200
@@ -19,3 +19,4 @@ _start:
jsr $26, __libc_init
.size _start,...
2004 Oct 19
1
[PATCH] fix fwrite declaration
fwrite() takes a const void *p, but stdio declares just a void *p.
Is there a reason for the difference?
diff -p -purN klibc-0.186/include/stdio.h klibc-0.186.fwrite/include/stdio.h
--- klibc-0.186/include/stdio.h 2004-07-28 23:09:59.000000000 +0200
+++ klibc-0.186.fwrite/include/stdio.h 2004-10-19 20:06:30.000000000 +0200
@@ -90,7 +90,7 @@ fread(void *__p, size_t __s, size_t __n,
}
extern __inline__ size_t
-fw...
2010 Feb 23
2
significance of coefficients in Constrained regression
I am fittting a linner regression with constrained parameters, saying, all
parameters are non-negative and sum up to 1.
I have searched historical R-help and found that this can be done by
solve.QP from the quadprog package. I need to assess the significance of the
coefficient estimates, but there is no standard error of the coefficient
estimates in the output. So I can not compute the p-value.
2007 Apr 18
2
refactoring io_apic.c
...'m not going to
bother if you're not, such refactorings are a pig to maintain out of
tree.
Frankly, io_apic.c needs a damned good scrubbing anyway, but this seems
like a reasonable first step to me. (we also need to cross-link better
with x86_64 code, but ...not all in one go ;-)).
diff -purN -X /home/mbligh/.diff.exclude virgin/arch/i386/kernel/apic.c io_apic_split/arch/i386/kernel/apic.c
--- virgin/arch/i386/kernel/apic.c 2005-06-17 12:48:29.000000000 -0700
+++ io_apic_split/arch/i386/kernel/apic.c 2005-08-08 16:00:34.869760704 -0700
@@ -205,22 +205,6 @@ void __init connect_bsp_APIC(v...
2007 Apr 18
2
refactoring io_apic.c
...'m not going to
bother if you're not, such refactorings are a pig to maintain out of
tree.
Frankly, io_apic.c needs a damned good scrubbing anyway, but this seems
like a reasonable first step to me. (we also need to cross-link better
with x86_64 code, but ...not all in one go ;-)).
diff -purN -X /home/mbligh/.diff.exclude virgin/arch/i386/kernel/apic.c io_apic_split/arch/i386/kernel/apic.c
--- virgin/arch/i386/kernel/apic.c 2005-06-17 12:48:29.000000000 -0700
+++ io_apic_split/arch/i386/kernel/apic.c 2005-08-08 16:00:34.869760704 -0700
@@ -205,22 +205,6 @@ void __init connect_bsp_APIC(v...
2004 Aug 13
1
[PATCH] make spotless update
make spotless leaves 2 generated files.
diff -purN klibc-0.159.orig/klibc/Makefile klibc-0.159/klibc/Makefile
--- klibc-0.159.orig/klibc/Makefile 2004-08-03 23:07:05.000000000 +0200
+++ klibc-0.159/klibc/Makefile 2004-08-13 22:23:35.696699671 +0200
@@ -156,6 +156,7 @@ clean: archclean
rm -f sha1hash errlist.c
spotless: clean
+ rm -f include/kl...