Changeset aab67ee


Ignore:
Timestamp:
Feb 3, 2008, 10:09:35 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bc025de
Parents:
03baed4
Message:

Update the kernel to 2.6.24. Add a patch to sparc64 and sparc64-64 that includes spitfire.h outside of kernel space in elf.h also install spitfire.h with the sanatized kernel headers.

Files:
5 added
1 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/sparc64/kernel.xml

    r03baed4 raab67ee  
    3030    href="../x86/kernel.xml"
    3131    xpointer="xpointer(//*[@os='a'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../bootable/sparc64/kernel.xml"
     35    xpointer="xpointer(//*[@os='s1'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../bootable/sparc64/kernel.xml"
     39    xpointer="xpointer(//*[@os='s2'])"/>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/bootable/sparc64/kernel.xml

    r03baed4 raab67ee  
    2525    href="../x86/kernel.xml"
    2626    xpointer="xpointer(//*[@os='a'])"/>
     27
     28    <para os="s1">The following patch includes spitfire.h outside of kernel
     29    space in elf.h. It also adds spitfire.h to the list of headers installed
     30    on the system.</para>
     31
     32<screen os="s2"><userinput>patch -Np1 -i ../&linux-elf_spitfire_fix-patch;</userinput></screen>
    2733
    2834    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64/linux-headers.xml

    r03baed4 raab67ee  
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/sparc64/linux-headers.xml"
     31    xpointer="xpointer(//*[@os='s1'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/sparc64/linux-headers.xml"
     35    xpointer="xpointer(//*[@os='s2'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3038    href="../../final-system/common/linux-headers.xml"
    3139    xpointer="xpointer(//*[@os='b'])"/>
  • BOOK/final-system/sparc64-64-chapter.xml

    r03baed4 raab67ee  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64-64/glibc.xml"/>
  • BOOK/final-system/sparc64-chapter.xml

    r03baed4 raab67ee  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/testsuitesagain.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/temp-perl.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/linux-headers.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/man-pages.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sparc64/glibc.xml"/>
  • BOOK/introduction/common/changelog.xml

    r03baed4 raab67ee  
    3333          <para>[name] - Previous changelog entry.</para>
    3434        </listitem>
     35      </itemizedlist>
     36    </listitem>
    3537-->
    3638
    3739    <listitem>
    38       <para>Feburary, 2, 2008</para>
     40      <para>Frburary 3, 2008</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated the Kernel to 2.6.24.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
     49      <para>Feburary 2, 2008</para>
    3950      <itemizedlist>
    4051        <listitem>
  • BOOK/introduction/sparc64-64/changelog.xml

    r03baed4 raab67ee  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>Feburary 3, 2008</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jciccone] - Added a patch to the kernel that includes
     41          spitfire.h in elf.h outside of kernel space. This fixed a
     42          compilation error with elftoaout.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
    3546
    3647   <listitem>
  • BOOK/introduction/sparc64/changelog.xml

    r03baed4 raab67ee  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>Feburary 3, 2008</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jciccone] - Added a patch to the kernel that includes
     41          spitfire.h in elf.h outside of kernel space. This fixed a
     42          compilation error with elftoaout.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
    3546
    3647    <listitem>
  • BOOK/materials/sparc64-64/patches.xml

    r03baed4 raab67ee  
    2626
    2727    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     28    href="../sparc64/patches.xml"
     29    xpointer="xpointer(//*[@os='linux-elf-spitfire-fix-patch'])"/>
     30
     31    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2832    href="../sparc/patches.xml"
    2933    xpointer="xpointer(//*[@os='silo-fixes-patch'])"/>
  • BOOK/materials/sparc64/patches.xml

    r03baed4 raab67ee  
    2525    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
    2626
     27    <varlistentry os="linux-elf-spitfire-fix-patch">
     28      <term>Linux Elf Spitfire Fix Patch - <token>&linux-elf_spitfire_fix-patch-size;</token>:</term>
     29      <listitem>
     30        <para>Download: <ulink
     31        url="&patches-root;&linux-elf_spitfire_fix-patch;"/></para>
     32        <para>MD5 sum: <literal>&linux-elf_spitfire_fix-patch-md5;</literal></para>
     33      </listitem>
     34    </varlistentry>
     35
    2736    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2837    href="../x86_64/patches.xml"
  • BOOK/packages.ent

    r03baed4 raab67ee  
    244244<!ENTITY linux-dl-version "2.6">
    245245
    246 <!ENTITY linux-version "2.6.23.14">
    247 <!ENTITY linux-size "44,452 KB">
     246<!ENTITY linux-version "2.6.24">
     247<!ENTITY linux-size "45,696 KB">
    248248<!ENTITY linux-url "&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
    249 <!ENTITY linux-md5 "63a6a28ad2480edcffbc09c008b0939d">
     249<!ENTITY linux-md5 "3f23ad4b69d0a552042d1ed0f4399857">
    250250<!ENTITY linux-home "http://www.kernel.org">
    251251
  • BOOK/patches.ent

    r03baed4 raab67ee  
    156156
    157157<!ENTITY linux-alpha_PAGE_SIZE-patch "linux-&linux-version;-alpha_PAGE_SIZE-1.patch">
    158 <!ENTITY linux-alpha_PAGE_SIZE-patch-md5 "13caeaaf52d8dc25d0b9a1ba15f57425">
     158<!ENTITY linux-alpha_PAGE_SIZE-patch-md5 "03692b347dbf117f386d1def1830522a">
    159159<!ENTITY linux-alpha_PAGE_SIZE-patch-size "4 KB">
    160160
     
    205205<!ENTITY elftoaout-fixes-patch-size "6.7 KB">
    206206
     207<!ENTITY linux-elf_spitfire_fix-patch "linux-&linux-version;-elf_spitfire_fix-1.patch">
     208<!ENTITY linux-elf_spitfire_fix-patch-md5 "45ad9299d3306e0e5f35c6bd78e87bc7">
     209<!ENTITY linux-elf_spitfire_fix-patch-size "4 KB">
     210
    207211<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-2.patch">
    208212<!ENTITY inetutils-man_pages-patch-md5 "b04f46e66c4b438f609565073590ffd5">
  • BOOK/sparc64-64-index.xml

    r03baed4 raab67ee  
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-64-chapter.xml"/>
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/sparc-chapter.xml"/>
     64    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootable/sparc64-64-chapter.xml"/>
    6565    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="the-end/chapter.xml"/>
    6666
Note: See TracChangeset for help on using the changeset viewer.