Remove stub chapters that are relics of Jeroen's original proposal for
a Developer Handbook. In 5 years we haven't had anyone contribute a chapter on Alpha Assembly Language programming, Linux Compatability, Syscons, UFS, AFS/NFS, or Signals. If someone wants to in the future, great, but there is no need for empty stub chapters anymore. There are much better sources for this content in the D&I book and Stevens' APUE. Removing these stubs makes the content that we do have more apparent, rather than focussing on what has yet to be written.
This commit is contained in:
parent
fd5e6e97b4
commit
865b53d924
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24443
1 changed files with 0 additions and 50 deletions
|
@ -76,14 +76,6 @@
|
|||
<part id="ipc">
|
||||
<title>Interprocess Communication</title>
|
||||
|
||||
<chapter id="signals">
|
||||
<title>* Signals</title>
|
||||
|
||||
<para>Signals, pipes, semaphores, message queues, shared memory,
|
||||
ports, sockets, doors</para>
|
||||
|
||||
</chapter>
|
||||
|
||||
&chap.sockets;
|
||||
&chap.ipv6;
|
||||
|
||||
|
@ -95,40 +87,6 @@
|
|||
&chap.dma;
|
||||
&chap.kerneldebug;
|
||||
|
||||
<chapter id="ufs">
|
||||
<title>* UFS</title>
|
||||
|
||||
<para>UFS, FFS, Ext2FS, JFS, inodes, buffer cache, labeling,
|
||||
locking, metadata, soft-updates, LFS, portalfs, procfs,
|
||||
vnodes, memory sharing, memory objects, TLBs, caching</para>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="afs">
|
||||
<title>* AFS</title>
|
||||
|
||||
<para>AFS, NFS, SANs, etc.</para>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="syscons">
|
||||
<title>* Syscons</title>
|
||||
|
||||
<para>Syscons, tty, PCVT, serial console, screen savers,
|
||||
etc.</para>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="compatibility">
|
||||
<title>* Compatibility Layers</title>
|
||||
|
||||
<sect1 id="linux">
|
||||
<title>* Linux</title>
|
||||
|
||||
<para>Linux, SVR4, etc.</para>
|
||||
</sect1>
|
||||
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
<part id="architectures">
|
||||
|
@ -136,14 +94,6 @@
|
|||
|
||||
&chap.x86;
|
||||
|
||||
<chapter id="alpha">
|
||||
<title>* Alpha</title>
|
||||
|
||||
<para>Explanation of alignment errors, how to fix, how to
|
||||
ignore.</para>
|
||||
|
||||
<para>Example assembly language code for FreeBSD/alpha.</para>
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
<part id="appendices">
|
||||
|
|
Loading…
Reference in a new issue