[Glibc-bsd-commits] r2017 - trunk/kfreebsd-kernel-headers/debian/patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Sat Nov 10 10:59:09 UTC 2007


Author: ps-guest
Date: 2007-11-10 10:59:08 +0000 (Sat, 10 Nov 2007)
New Revision: 2017

Modified:
   trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff
   trunk/kfreebsd-kernel-headers/debian/patches/019_exec_pagesize.diff
Log:
* prepare for upcoming FreeBSD 7.0 - drop alpha only patches



Modified: trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff	2007-11-09 12:36:57 UTC (rev 2016)
+++ trunk/kfreebsd-kernel-headers/debian/patches/000_bruno_haible.diff	2007-11-10 10:59:08 UTC (rev 2017)
@@ -1,88 +1,3 @@
-diff -ur sys.orig/alpha/include/alpha_cpu.h sys/alpha/include/alpha_cpu.h
---- sys.orig/alpha/include/alpha_cpu.h	2004-12-07 23:50:18.000000000 +0100
-+++ sys/alpha/include/alpha_cpu.h	2004-12-07 23:48:24.000000000 +0100
-@@ -49,6 +49,7 @@
-  * and miscellaneous PALcode operations.
-  */
- 
-+#include <sys/types.h>
- 
- /*
-  * Process Control Block definitions [OSF/1 PALcode Specific]
-diff -ur sys.orig/alpha/include/param.h sys/alpha/include/param.h
---- sys.orig/alpha/include/param.h	2004-12-07 23:50:18.000000000 +0100
-+++ sys/alpha/include/param.h	2004-12-07 23:48:24.000000000 +0100
-@@ -39,6 +39,9 @@
-  *	@(#)param.h	8.1 (Berkeley) 6/10/93
-  */
- 
-+#ifndef _MACHINE_PARAM_H_
-+#define _MACHINE_PARAM_H_
-+
- /*
-  * Machine dependent constants for the Alpha.
-  */
-@@ -135,4 +138,6 @@
- #define pgtok(x)                ((x) * (PAGE_SIZE / 1024)) 
- 
- #endif /* !_MACHINE_PARAM_H_ */
-+
-+#endif /* !_MACHINE_PARAM_H_ */
- #endif /* !_NO_NAMESPACE_POLLUTION */
-diff -ur sys.orig/alpha/include/pcb.h sys/alpha/include/pcb.h
---- sys.orig/alpha/include/pcb.h	2004-12-07 23:50:18.000000000 +0100
-+++ sys/alpha/include/pcb.h	2004-12-07 23:48:24.000000000 +0100
-@@ -31,6 +31,8 @@
- #ifndef _MACHINE_PCB_H_
- #define _MACHINE_PCB_H_
- 
-+#include <sys/types.h>
-+
- #include <machine/frame.h>
- #include <machine/reg.h>
- #include <machine/alpha_cpu.h>
-diff -ur sys.orig/alpha/include/pmap.h sys/alpha/include/pmap.h
---- sys.orig/alpha/include/pmap.h	2004-12-07 23:50:18.000000000 +0100
-+++ sys/alpha/include/pmap.h	2004-12-07 23:48:24.000000000 +0100
-@@ -45,6 +45,13 @@
- #ifndef _MACHINE_PMAP_H_
- #define	_MACHINE_PMAP_H_
- 
-+
-+#include <vm/vm.h>
-+
-+#ifndef	_PMAP_VM_
-+#include <vm/pmap.h>
-+#endif
-+
- /*
-  * Define meanings for a few software bits in the pte
-  */
-diff -ur sys.orig/alpha/include/proc.h sys/alpha/include/proc.h
---- sys.orig/alpha/include/proc.h	2004-12-07 23:50:18.000000000 +0100
-+++ sys/alpha/include/proc.h	2004-12-07 23:48:24.000000000 +0100
-@@ -31,6 +31,9 @@
- #ifndef _MACHINE_PROC_H_
- #define	_MACHINE_PROC_H_
- 
-+#include <sys/types.h>
-+
-+
- /*
-  * Machine-dependent part of the proc struct for the Alpha.
-  */
-diff -ur sys.orig/alpha/include/reg.h sys/alpha/include/reg.h
---- sys.orig/alpha/include/reg.h	2004-12-07 23:50:18.000000000 +0100
-+++ sys/alpha/include/reg.h	2004-12-07 23:48:24.000000000 +0100
-@@ -31,6 +31,8 @@
- #ifndef _ALPHA_REG_H_
- #define	_ALPHA_REG_H_
- 
-+#include <sys/types.h>
-+
- /*
-  * XXX where did this info come from?
-  */
 diff -ur sys.orig/i386/include/npx.h sys/i386/include/npx.h
 --- sys.orig/i386/include/npx.h	2004-12-07 23:50:18.000000000 +0100
 +++ sys/i386/include/npx.h	2004-12-07 23:48:32.000000000 +0100

Modified: trunk/kfreebsd-kernel-headers/debian/patches/019_exec_pagesize.diff
===================================================================
--- trunk/kfreebsd-kernel-headers/debian/patches/019_exec_pagesize.diff	2007-11-09 12:36:57 UTC (rev 2016)
+++ trunk/kfreebsd-kernel-headers/debian/patches/019_exec_pagesize.diff	2007-11-10 10:59:08 UTC (rev 2017)
@@ -1,16 +1,3 @@
---- sys/alpha/include/param.h	2005-11-19 18:49:21.000000000 +0100
-+++ sys/alpha/include/param.h	2006-01-16 13:16:09.000000000 +0100
-@@ -71,6 +71,10 @@
- #define	_MACHINE_ARCH	alpha
- #endif
- 
-+#ifndef EXEC_PAGESIZE
-+#define EXEC_PAGESIZE   8192
-+#endif
-+
- #ifndef _NO_NAMESPACE_POLLUTION
- 
- #ifndef _MACHINE_PARAM_H_
 --- sys/amd64/include/param.h	2005-11-19 18:53:09.000000000 +0100
 +++ sys/amd64/include/param.h	2006-01-16 13:14:18.000000000 +0100
 @@ -71,6 +71,10 @@




More information about the Glibc-bsd-commits mailing list