search for: m68knommu

Displaying 20 results from an estimated 21 matches for "m68knommu".

2012 May 25
0
[klibc:master] README update arch status
...or: maximilian attems <max at stro.at> AuthorDate: Fri, 25 May 2012 20:15:20 +0200 Committer: maximilian attems <max at stro.at> CommitDate: Fri, 25 May 2012 20:21:07 +0200 [klibc] README update arch status alpha, sh4 known broken. parisc status is unknown. ppc64 working. Do kick m68knommu from arch list. --- usr/klibc/README.klibc | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc index d4e4240..283b9db 100644 --- a/usr/klibc/README.klibc +++ b/usr/klibc/README.klibc @@ -33,7 +33,7 @@ b) If you're cr...
2011 Jan 29
1
[PATCH] Re: klibc barfs on m68k syscall interface
...c-1.5.21.orig/usr/klibc/README.klibc 2011-01-29 14:49:53.000000000 +0100 ++++ klibc-1.5.21/usr/klibc/README.klibc 2011-01-29 14:53:57.000000000 +0100 +@@ -44,7 +44,7 @@ + i386: Working + ia64: Working static, shared untested + m32r: Untested +- m68k: Untested ++ m68k: Working + m68knommu: Not yet ported + mips: Working + mips64: Not yet ported +Index: klibc-1.5.21/usr/klibc/arch/m68k/vfork.S +=================================================================== +--- klibc-1.5.21.orig/usr/klibc/arch/m68k/vfork.S 2011-01-29 14:47:11.000000000 +0100 ++++ klibc-1.5.21/usr/klibc/...
2010 Aug 27
2
doco bug as to http://wiki.centos.org/HowTos/Custom_Kernel
.../herrold/rpmbuild/BUILD/kernel-2.6.35/linux-2.6.35.i386/arch/m32r/configs /home/herrold/rpmbuild/BUILD/kernel-2.6.35/linux-2.6.35.i386/arch/score/configs /home/herrold/rpmbuild/BUILD/kernel-2.6.35/linux-2.6.35.i386/arch/avr32/configs /home/herrold/rpmbuild/BUILD/kernel-2.6.35/linux-2.6.35.i386/arch/m68knommu/configs /home/herrold/rpmbuild/BUILD/kernel-2.6.35/linux-2.6.35.i386/arch/powerpc/configs /home/herrold/rpmbuild/BUILD/kernel-2.6.35/linux-2.6.35.i386/arch/parisc/configs /home/herrold/rpmbuild/BUILD/kernel-2.6.35/linux-2.6.35.i386/arch/xtensa/configs /home/herrold/rpmbuild/BUILD/kernel-2.6.35/linu...
2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Hello List, how do i build xen 3.3.1 and linux-2.6.27-xen.hg from source? Here is what i tried: ---------------------------------------- cd /usr/src hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg cd /usr/src/xen-3.3.1 Then i changed LINUX_VER from 2.6.18 to 2.6.27 in buildconfigs/mk.linux-2.6-xen. The files mk.linux-2.6-xen0 and mk.linux-2.6-xenU seem to be obsolete. After
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...1 b/arch/arm/def-configs/stork | 1 b/arch/arm/def-configs/system3 | 1 b/arch/arm/def-configs/trizeps | 1 b/arch/arm/defconfig | 1 b/arch/cris/defconfig | 1 b/arch/m68k/defconfig | 1 b/arch/m68knommu/defconfig | 1 b/arch/mips/defconfig | 1 b/arch/mips/defconfig-atlas | 1 b/arch/mips/defconfig-ddb5476 | 1 b/arch/mips/defconfig-ddb5477 | 1 b/arch/mips/defconfig-decstation | 1 b/arch/mips/defconfig-ip22...
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
...1 b/arch/arm/def-configs/trizeps | 1 b/arch/arm/defconfig | 3 b/arch/cris/defconfig | 1 b/arch/i386/defconfig | 1 b/arch/ia64/defconfig | 1 b/arch/m68k/defconfig | 1 b/arch/m68knommu/defconfig | 1 b/arch/mips/defconfig | 4 b/arch/mips/defconfig-atlas | 4 b/arch/mips/defconfig-ddb5476 | 4 b/arch/mips/defconfig-ddb5477 | 4 b/arch/mips/defconfig-decstation | 4 b/arch/mips/defconfig-ip22...
2012 Jan 29
5
[PATCH 0/2 v3] mkstemp() and m68k support
Hi, after a year, I decided to hack on klibc again. I?ve reworked both the patch to add mkstemp(), discussing to use AT_RANDOM as cheap entropy source on IRC (if there will ever be another entropy consumer, I can quickly write a minimal arc4random() seeded from it, as it has only 16 octets), capable of making a working mksh (static and shared) on amd64/xen, and the m68k support code, leading to
2012 May 15
5
[PATCH 0/5] resubmitting pending patches
Hi, I?ve gone through the mailing list archives and hereby want to resubmit my pending patches. Most are independent of each other, except the m68k patch which will only be complete if sigsuspend is also fixed. (It can be applied before that, though.) http://www.zytor.com/pipermail/klibc/2012-January/003173.html [PATCH] fix m68k support Resubmitted here as 0005. While there was a question from
2007 Apr 18
17
[patch 00/17] paravirt_ops updates
Hi Andi, This series of patches updates paravirt_ops in various ways. Some of the changes are plain cleanups and improvements, and some add some interfaces necessary for Xen. The brief overview: add-MAINTAINERS.patch - obvious remove-CONFIG_DEBUG_PARAVIRT.patch - no longer needed paravirt-nop.patch - mark nop operations consistently paravirt-pte-accessors.patch - operations to pack/unpack
2007 Apr 18
17
[patch 00/17] paravirt_ops updates
Hi Andi, This series of patches updates paravirt_ops in various ways. Some of the changes are plain cleanups and improvements, and some add some interfaces necessary for Xen. The brief overview: add-MAINTAINERS.patch - obvious remove-CONFIG_DEBUG_PARAVIRT.patch - no longer needed paravirt-nop.patch - mark nop operations consistently paravirt-pte-accessors.patch - operations to pack/unpack
2007 Apr 18
23
[patch 00/20] paravirt_ops updates
Hi Andi, Here's a repost of the paravirt_ops update series I posted the other day. Since then, I found a few potential bugs with patching clobbering, cleaned up and documented paravirt.h and the patching machinery. Overview: add-MAINTAINERS.patch obvious remove-CONFIG_DEBUG_PARAVIRT.patch No longer meaningful or needed. paravirt-nop.patch Clean up nop paravirt_ops functions, mainly to
2007 Apr 18
23
[patch 00/20] paravirt_ops updates
Hi Andi, Here's a repost of the paravirt_ops update series I posted the other day. Since then, I found a few potential bugs with patching clobbering, cleaned up and documented paravirt.h and the patching machinery. Overview: add-MAINTAINERS.patch obvious remove-CONFIG_DEBUG_PARAVIRT.patch No longer meaningful or needed. paravirt-nop.patch Clean up nop paravirt_ops functions, mainly to
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
24
[patch 00/24] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
34
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
34
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
34
[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP only (most code is SMP-safe, but there's no way to create a new vcpu) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes * xen hvc console (console=hvc0) *
2007 Apr 18
34
[patch 00/34] Xen-pv_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP and SMP guest support (NEW!) * dynamic ticks (NEW!) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes (non-PAE may be broken at the moment) * xen hvc console
2007 Apr 18
34
[patch 00/34] Xen-pv_ops: Xen guest implementation for paravirt_ops interface
Hi Andi, This patch series implements the Linux Xen guest as a paravirt_ops backend. The features in implemented this patch series are: * domU only * UP and SMP guest support (NEW!) * dynamic ticks (NEW!) * writable pagetables, with late pinning/early unpinning (no shadow pagetable support) * supports both PAE and non-PAE modes (non-PAE may be broken at the moment) * xen hvc console