summaryrefslogtreecommitdiffstats
path: root/doc/tools/src2html1.4a/FreeBSD/FreeBSD.s2h
blob: 925eefeb58371eae6c1406888c610dd208454f61 (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
#
#
# Input description for the FreeBSD 2.1.0 source tree
# Place this file and all the .hdr files in a directory,
# cd into that directory, and say `src2html FreeBSD.s2h'.
#
set Formdir /cgi-bin
set Htmldir FreeBSD-srctree
set Htmlroot .
set Newsrctree newsrc
set Srctree sys
#
dir conf		Kernel configuration parameters
dir ddb			Kernel debugging routines
dir dev/aic7xxx		Adaptec AIC7770/AIC7870 sequencer code
dir dev/vn		Vnode disk driver
dir gnu/i386/fpemul 	GNU's i387 floating point emulator
dir gnu/i386/isa	Device drivers with GNU licensing
dir gnu/isdn		An ISDN driver
dir i386/apm		i386-specific power management
dir i386/apm/apm_init	i386-specific power management
dir i386/boot/biosboot	i386-specific boot code
dir i386/boot/dosboot	i386-specific boot code
dir i386/boot/kzipboot	i386-specific boot code
dir i386/boot/netboot	i386-specific boot code
dir i386/eisa		Device drivers for peripherals on the EISA bus
dir i386/i386		i386-specific code
dir i386/ibcs2		Intel Unix Binary Compatibility code
dir i386/include 	i386-specific C-language include files
dir i386/include/pc	i386-specific C-language include files
dir i386/isa		Device drivers for peripherals on the ISA bus
dir i386/isa/ic		Device drivers for peripherals on the ISA bus
dir i386/isa/matcd	Matsushita device driver
dir i386/isa/pcvt	VT-220 emulation code
dir i386/isa/sound	Device drivers for sound peripherals on the ISA bus
dir i386/linux		Linux binaries support
dir i386/scsi		Device drivers for SCSI peripherals on the ISA bus
dir isofs/cd9660	ISO CD9660 file-system code
dir kern		The core OS routines: processes, scheduling, syscalls
dir libkern		The kernel library
dir miscfs/deadfs	Miscellaneous file systems
dir miscfs/devfs	Miscellaneous file systems
dir miscfs/fdesc	Miscellaneous file systems
dir miscfs/fifofs	Miscellaneous file systems
dir miscfs/kernfs	Miscellaneous file systems
dir miscfs/nullfs	Miscellaneous file systems
dir miscfs/portal	Miscellaneous file systems
dir miscfs/procfs	Miscellaneous file systems
dir miscfs/specfs	Miscellaneous file systems
dir miscfs/umapfs	Miscellaneous file systems
dir miscfs/union	Miscellaneous file systems
dir msdosfs		The MS-DOS file system code
dir net			Routing and general network interfaces
dir netccitt		CCITT Networking code
dir netinet		Internet protocols
dir netiso		ISO Networking code
dir netiso/xebec	ISO Networking code
dir netns		Xerox NS Networking code
dir nfs			The Network File System
dir pccard		Interface code for PC-CARD controllers.
dir pci			Device drivers for peripherals on the PCI bus
dir scsi		Device drivers for peripherals on the SCSI bus
dir sys			Widely used C-language include files
dir ufs/ffs		The Berkeley Fast Filesystem
dir ufs/lfs		The Log Filesystem
dir ufs/mfs		The Memory Filesystem
dir ufs/ufs		The Unix Filesystem
dir vm			The Virtual Memory Management subsystem