aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/de/books/developers-handbook/_index.adoc
blob: 18be34514d052482c9803f42c9449dd374f714f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
title: FreeBSD Developers' Handbook
authors:
  - author: The FreeBSD Documentation Project
copyright: 1995-2020 The FreeBSD Documentation Project
releaseinfo: "$FreeBSD$" 
trademarks: ["freebsd", "apple", "ibm", "ieee", "intel", "linux", "microsoft", "opengroup", "sun", "general"] 
---

= FreeBSD Developers' Handbook
:doctype: book
:toc: macro
:toclevels: 2
:icons: font
:xrefstyle: basic
:relfileprefix: ../
:outfilesuffix:
:sectnums:
:sectnumlevels: 6
:partnums:
:source-highlighter: rouge
:experimental:
:skip-front-matter:
:toc-title: Inhaltsverzeichnis
:part-signifier: Teil
:chapter-signifier: Kapitel
:appendix-caption: Anhang
:table-caption: Tabelle
:figure-caption: Abbildung
:example-caption: Beispiel

ifeval::["{backend}" == "html5"]
include::shared/mirrors.adoc[]
include::shared/authors.adoc[]
include::shared/releases.adoc[]
include::shared/de/mailing-lists.adoc[]
include::shared/de/teams.adoc[]
include::shared/de/urls.adoc[]
:imagesdir: ../../../../images/books/developers-handbook/
:chapters-path: content/de/books/developers-handbook/
endif::[]

ifeval::["{backend}" == "pdf"]
include::../../../../shared/mirrors.adoc[]
include::../../../../shared/authors.adoc[]
include::../../../../shared/releases.adoc[]
include::../../../../shared/de/mailing-lists.adoc[]
include::../../../../shared/de/teams.adoc[]
include::../../../../shared/de/urls.adoc[]
:imagesdir: ../../../static/images/books/developers-handbook/
:chapters-path:
endif::[]

ifeval::["{backend}" == "epub3"]
include::../../../../shared/mirrors.adoc[]
include::../../../../shared/authors.adoc[]
include::../../../../shared/releases.adoc[]
include::../../../../shared/de/mailing-lists.adoc[]
include::../../../../shared/de/teams.adoc[]
include::../../../../shared/de/urls.adoc[]
:imagesdir: ../../../static/images/books/developers-handbook/
:chapters-path:
endif::[]

[.abstract-title]
[abstract]
Zusammenfassung

Willkommen zum Entwickler-Handbuch. Dieses Handbuch ist _jederzeit unter Bearbeitung_ und das Ergebnis der Arbeit vieler Einzelpersonen. Dies kann dazu führen, dass bestimmte Bereiche nicht mehr aktuell sind und auf den neuesten Stand gebracht werden müssen. Bei Unklarheiten empfiehlt es sich daher stets, auch die link:{developers-handbook}[englische Originalversion] des Handbuchs zu lesen.

Wenn Sie bei der Übersetzung dieses Handbuchs mithelfen möchten, senden Sie bitte eine E-Mail an die Mailingliste {de-doc}.

Die aktuelle Version dieses Handbuchs ist immer auf dem http://www.FreeBSD.org/[FreeBSD-Webserver] verfügbar und kann in verschiedenen Formaten und in komprimierter Form vom link:ftp://ftp.FreeBSD.org/pub/FreeBSD/doc[FreeBSD-FTP-Server] oder einem der zahlreichen link:{handbook}#mirrors-ftp[Spiegel] heruntergeladen werden (ältere Versionen finden Sie hingegen unter http://docs.FreeBSD.org/doc/[http://docs.FreeBSD.org/doc/]).

'''

toc::[]

// Section one
[[basics]]
= Grundlagen

include::{chapters-path}introduction/chapter.adoc[leveloffset=+1, lines=7..22;33..-1]
include::{chapters-path}tools/chapter.adoc[leveloffset=+1, lines=10..32;43..-1]
include::{chapters-path}secure/chapter.adoc[leveloffset=+1, lines=9..25;36..-1]
include::{chapters-path}l10n/chapter.adoc[leveloffset=+1, lines=7..23;34..-1]
include::{chapters-path}policies/chapter.adoc[leveloffset=+1, lines=10..26;37..-1]
include::{chapters-path}testing/chapter.adoc[leveloffset=+1, lines=7..23;34..-1]

// Section two
[[ipc]]
= Interprozess-Kommunikation
include::{chapters-path}sockets/chapter.adoc[leveloffset=+1, lines=9..25;36..-1]
include::{chapters-path}ipv6/chapter.adoc[leveloffset=+1, lines=7..24;35..-1]

// Section three
[[kernel]]
= Kernel
include::{chapters-path}kernelbuild/chapter.adoc[leveloffset=+1, lines=7..23;34..-1]
include::{chapters-path}kerneldebug/chapter.adoc[leveloffset=+1, lines=11..27;38..-1]

// Section four
[[architectures]]
= Architekturen
include::{chapters-path}x86/chapter.adoc[leveloffset=+1, lines=7..23;34..-1]

// Appendices
[[appendices]]
= Anhang

include::{chapters-path}bibliography/chapter.adoc[leveloffset=+1, lines=6..20;29..-1]