003 File Manager
Current Path:
/usr/local/share/doc/db5/porting
usr
/
local
/
share
/
doc
/
db5
/
porting
/
π
..
π
BDB-Porting-Guide.pdf
(172.31 KB)
π
audience.html
(3 KB)
π
buildtarget.html
(2.94 KB)
π
certport.html
(3.55 KB)
π
gettingStarted.css
(1.13 KB)
π
index.html
(9.11 KB)
π
introduction.html
(9.81 KB)
π
layout.html
(4.52 KB)
π
modifytest.html
(2.98 KB)
π
modscope.html
(22.33 KB)
π
moreinfo.html
(6.91 KB)
π
newbinary.html
(6.96 KB)
π
portprocess.html
(3.66 KB)
π
preface.html
(5.62 KB)
π
sourceintegrate.html
(3.52 KB)
π
testport.html
(6.75 KB)
π
testreview.html
(3.03 KB)
π
testrun.html
(4.85 KB)
Editing: index.html
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Porting Berkeley DB</title> <link rel="stylesheet" href="gettingStarted.css" type="text/css" /> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /> <link rel="start" href="index.html" title="Porting Berkeley DB" /> <link rel="next" href="preface.html" title="Preface" /> </head> <body> <div xmlns="" class="navheader"> <div class="libver"> <p>Library Version 11.2.5.3</p> </div> <table width="100%" summary="Navigation header"> <tr> <th colspan="3" align="center">Porting Berkeley DB</th> </tr> <tr> <td width="20%" align="left">Β </td> <th width="60%" align="center">Β </th> <td width="20%" align="right">Β <a accesskey="n" href="preface.html">Next</a></td> </tr> </table> <hr /> </div> <div class="book" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> <h1 class="title"><a id="idp11200"></a>Porting Berkeley DB</h1> </div> <div> <div class="legalnotice"> <a id="idp83024"></a> <p class="legalnotice-title"> <b>Legal Notice</b> </p> <span> <p> This documentation is distributed under an open source license. You may review the terms of this license at: <a class="ulink" href="http://www.oracle.com/technetwork/database/berkeleydb/downloads/oslicense-093458.html" target="_top">http://www.oracle.com/technetwork/database/berkeleydb/downloads/oslicense-093458.html</a> </p> <p> Oracle, Berkeley DB, and Sleepycat are trademarks or registered trademarks of Oracle. All rights to these marks are reserved. No third-party use is permitted without the express prior written consent of Oracle. </p> <p> Other names may be trademarks of their respective owners. </p> <p> To obtain a copy of this document's original source code, please submit a request to the Oracle Technology Network forum at: <a class="ulink" href="http://forums.oracle.com/forums/forum.jspa?forumID=271" target="_top">http://forums.oracle.com/forums/forum.jspa?forumID=271</a> </p> </span> </div> </div> <div> <p class="pubdate">9/9/2013</p> </div> </div> <hr /> </div> <div class="toc"> <p> <b>Table of Contents</b> </p> <dl> <dt> <span class="preface"> <a href="preface.html">Preface</a> </span> </dt> <dd> <dl> <dt> <span class="sect1"> <a href="preface.html#conventions">Conventions Used in this Book</a> </span> </dt> <dt> <span class="sect1"> <a href="audience.html">Audience</a> </span> </dt> <dt> <span class="sect1"> <a href="moreinfo.html">For More Information</a> </span> </dt> <dd> <dl> <dt> <span class="sect2"> <a href="moreinfo.html#contact_us">Contact Us</a> </span> </dt> </dl> </dd> </dl> </dd> <dt> <span class="chapter"> <a href="introduction.html">1. Introduction to Porting Berkeley DB </a> </span> </dt> <dd> <dl> <dt> <span class="sect1"> <a href="introduction.html#porttypes">Types of Berkeley DB ports</a> </span> </dt> <dd> <dl> <dt> <span class="sect2"> <a href="introduction.html#idp139688">When Oracle Has Agreed to Support Berkeley DB on the New Platform</a> </span> </dt> <dt> <span class="sect2"> <a href="introduction.html#idp79768">When Oracle has Not Agreed to Support Berkeley DB on the New Platform</a> </span> </dt> </dl> </dd> <dt> <span class="sect1"> <a href="portprocess.html">Berkeley DB Porting Process</a> </span> </dt> </dl> </dd> <dt> <span class="chapter"> <a href="newbinary.html">2. Creating a New Berkeley DB Binary</a> </span> </dt> <dd> <dl> <dt> <span class="sect1"> <a href="newbinary.html#basebuild"> Creating a Base Build of Berkeley DB </a> </span> </dt> <dt> <span class="sect1"> <a href="modscope.html"> Determining the Scope of the Modifications </a> </span> </dt> <dd> <dl> <dt> <span class="sect2"> <a href="modscope.html#osfunc"> Do Changes Need to be Made to the Operating System Functionality? </a> </span> </dt> <dt> <span class="sect2"> <a href="modscope.html#standardfunc">Are Some Standard Functions Missing on the Target Platform?</a> </span> </dt> <dt> <span class="sect2"> <a href="modscope.html#sharedmem">How Will the Port Handle Shared Memory?</a> </span> </dt> <dt> <span class="sect2"> <a href="modscope.html#typemutex">What Type of Mutexes Will the Port Use?</a> </span> </dt> <dt> <span class="sect2"> <a href="modscope.html#otherchanges">Do Any Other Changes Need to be Made?</a> </span> </dt> </dl> </dd> <dt> <span class="sect1"> <a href="buildtarget.html"> Building on the Target Platform</a> </span> </dt> <dt> <span class="sect1"> <a href="layout.html">Source Code Layout</a> </span> </dt> </dl> </dd> <dt> <span class="chapter"> <a href="testport.html">3. Testing and Certifying the Port</a> </span> </dt> <dd> <dl> <dt> <span class="sect1"> <a href="testport.html#testtypes">Types of Tests for Berkeley DB</a> </span> </dt> <dt> <span class="sect1"> <a href="modifytest.html">Modifying the Tests</a> </span> </dt> <dt> <span class="sect1"> <a href="testrun.html">Running the Tests</a> </span> </dt> <dt> <span class="sect1"> <a href="testreview.html">Reviewing the Results of the Tests</a> </span> </dt> <dt> <span class="sect1"> <a href="sourceintegrate.html">Integrating Changes into the Berkeley DB Source Code</a> </span> </dt> <dt> <span class="sect1"> <a href="certport.html">Certifying a Port of Berkeley DB</a> </span> </dt> </dl> </dd> </dl> </div> </div> <div class="navfooter"> <hr /> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left">Β </td> <td width="20%" align="center">Β </td> <td width="40%" align="right">Β <a accesskey="n" href="preface.html">Next</a></td> </tr> <tr> <td width="40%" align="left" valign="top">Β </td> <td width="20%" align="center">Β </td> <td width="40%" align="right" valign="top">Β Preface</td> </tr> </table> </div> </body> </html>
Upload File
Create Folder