aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/design-44bsd/book.xml
blob: e10c97d71f2e6cf465a48470a4a6b89119689a77 (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
	"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd">
<!-- $FreeBSD$ -->
<!-- FreeBSD Documentation Project -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en">
  <info><title>The Design and Implementation of the 4.4BSD Operating System</title>
    

    <authorgroup>
      <author><personname><firstname>Marshall</firstname><othername>Kirk</othername><surname>McKusick</surname></personname></author>

      <author><personname><firstname>Keith</firstname><surname>Bostic</surname></personname></author>

      <author><personname><firstname>Michael</firstname><othername>J.</othername><surname>Karels</surname></personname></author>

      <author><personname><firstname>John</firstname><othername>S.</othername><surname>Quarterman</surname></personname></author>
    </authorgroup>

    <copyright>
      <year>1996</year>
      <holder>Addison-Wesley Longman, Inc</holder>
    </copyright>



  <legalnotice xml:id="legalnotice">
    <para>The second chapter of the book,  <citetitle>The Design and
	  Implementation of the 4.4BSD Operating System</citetitle> is
	excerpted here with the permission of the publisher.  No part of it
	may be further reproduced or distributed without the publisher's
	express written
	<link xlink:href="mailto:peter.gordon@awl.com">permission</link>.  The
	rest of
	<link xlink:href="http://cseng.aw.com/catalog/academic/product/0,1144,0201549794,00.html">the
	  book</link> explores the concepts introduced in this chapter in
	incredible detail and is an excellent reference for anyone with an
	interest in BSD UNIX.  More information about this book is available
	from the publisher, with whom you can also sign up to receive news
	of <link xlink:href="mailto:curt.johnson@awl.com">related titles</link>.
	Information about <link xlink:href="http://www.mckusick.com/courses/">BSD
	  courses</link> is available from Kirk McKusick.</para>
    </legalnotice>

    <releaseinfo>$FreeBSD$</releaseinfo>
  </info>

  <chapter xml:id="overview" label="2">
    <title>Design Overview of 4.4BSD</title>

    <sect1 xml:id="overview-facilities">
      <title>4.4BSD Facilities and the Kernel</title>

      <para>The 4.4BSD kernel provides four basic facilities:
	processes,
	a filesystem,
	communications, and
	system startup.
	This section outlines where each of these four basic services
	is described in this book.</para>

    <orderedlist>
      <listitem>
	  <para>Processes constitute a thread of control in an address space.
	    Mechanisms for creating, terminating, and otherwise
	    controlling processes are described in
	    Chapter 4.
	    The system multiplexes separate virtual-address spaces
	    for each process;
	    this memory management is discussed in
	    Chapter 5.</para>
      </listitem>

      <listitem>
	  <para>The user interface to the filesystem and devices is similar;
	    common aspects are discussed in
	    Chapter 6.
	    The filesystem is a set of named files, organized in a tree-structured
	    hierarchy of directories, and of operations to manipulate them,
	    as presented in
	    Chapter 7.
	    Files reside on physical media such as disks.
	    4.4BSD supports several organizations of data on the disk,
	    as set forth in
	    Chapter 8.
	    Access to files on remote machines is the subject of
	    Chapter 9.
	    Terminals are used to access the system; their operation is
	    the subject of
	    Chapter 10.</para>
	</listitem>

	<listitem>
	  <para>Communication mechanisms provided by traditional UNIX systems include
	    simplex reliable byte streams between related processes (see pipes,
	    Section 11.1),
	    and notification of exceptional events (see signals,
	    Section 4.7).
	    4.4BSD also has a general interprocess-communication facility.
	    This facility, described in
	    Chapter 11,
	    uses access mechanisms distinct from those of the filesystem,
	    but, once a connection is set up, a process can access it
	    as though it were a pipe.
	    There is a general networking framework,
	    discussed in
	    Chapter 12,
	    that is normally used as a layer underlying the
	    IPC
	    facility.
	    Chapter 13
	    describes a particular networking implementation in detail.</para>
	</listitem>

	<listitem>
	  <para>Any real operating system has operational issues, such as how to
	    start it running.
	    Startup and operational issues are described in
	    Chapter 14.</para>
	</listitem>
      </orderedlist>

      <para>Sections 2.3 through 2.14 present introductory
	material related to Chapters 3 through 14.
	We shall define terms, mention basic system calls,
	and explore historical developments.
	Finally, we shall give the reasons for many major design decisions.</para>

      <sect2>
	<title>The Kernel</title>

	<para>The
	  <emphasis>kernel</emphasis>
	  is the part of the system that runs in protected mode and mediates
	  access by all user programs to the underlying hardware (e.g.,
	  CPU,
	  disks, terminals, network links)
	  and software constructs
	  (e.g., filesystem, network protocols).
	  The kernel provides the basic system facilities;
	  it creates and manages processes,
	  and provides functions to access the filesystem
	  and communication facilities.
	  These functions, called
	  <emphasis>system calls</emphasis>
	  appear to user processes as library subroutines.
	  These system calls are the only interface
	  that processes have to these facilities.
	  Details of the system-call mechanism are given in
	  Chapter 3,
	  as are descriptions of several kernel mechanisms that do not execute
	  as the direct result of a process doing a system call.</para>

	<para>A
	  <emphasis>kernel</emphasis>
	  in traditional operating-system terminology,
	  is a small nucleus of software that
	  provides only the minimal facilities necessary for implementing
	  additional operating-system services.
	  In contemporary research operating systems -- such as
	  Chorus
	  <xref linkend="biblio-rozier"/>,
	  Mach
	  <xref linkend="biblio-accetta"/>,
	  Tunis
	  <xref linkend="biblio-ewens"/>,
	  and the
	  V Kernel
	  <xref linkend="biblio-cheriton"/> --
	  this division of functionality is more than just a logical one.
	  Services such as filesystems and networking protocols are
	  implemented as client application processes of the nucleus or kernel.</para>

	<para>The
	  4.4BSD kernel is not partitioned into multiple processes.
	  This basic design decision was made in the earliest versions of UNIX.
	  The first two implementations by
	  Ken Thompson had no memory mapping,
	  and thus made no hardware-enforced distinction
	  between user and kernel space
	  <xref linkend="biblio-ritchie"/>.
	  A message-passing system could have been implemented as readily
	  as the actually implemented model of kernel and user processes.
	  The monolithic kernel was chosen for simplicity and performance.
	  And the early kernels were small;
	  the inclusion of facilities such as networking
	  into the kernel has increased its size.
	  The current trend in operating-systems research
	  is to reduce the kernel size by placing
	  such services in user space.</para>

	<para>Users ordinarily interact with the system through a command-language
	  interpreter, called a
	  <emphasis>shell</emphasis>,
	  and perhaps through additional user application programs.
	  Such programs and the shell are implemented with processes.
	  Details of such programs are beyond the scope of this book,
	  which instead concentrates almost exclusively on the kernel.</para>

	<para>Sections 2.3 and 2.4
	  describe the services provided by the 4.4BSD kernel,
	  and give an overview of the latter's design.
	  Later chapters describe the detailed design and implementation of these
	  services as they appear in 4.4BSD.</para>
      </sect2>
    </sect1>

    <sect1 xml:id="overview-kernel-organization">
      <title>Kernel Organization</title>

      <para>In this section, we view the organization of the 4.4BSD
	kernel in two ways:</para>

      <orderedlist>
	<listitem>
	  <para>As a static body of software,
	    categorized by the functionality offered by the modules
	    that make up the kernel</para>
	</listitem>

	<listitem>
	  <para>By its dynamic operation,
	    categorized according to the services provided to users</para>
	</listitem>
      </orderedlist>

      <para>The largest part of the kernel implements
	the system services that applications access through system calls.
	In 4.4BSD, this software has been organized according to the following:</para>

      <itemizedlist>
	<listitem>
	  <para>Basic kernel facilities:
	    timer and system-clock handling,
	    descriptor management, and process management</para>
	</listitem>

	<listitem>
	  <para>Memory-management support:
	    paging and swapping</para>
	</listitem>

	<listitem>
	  <para>Generic system interfaces:
	    the I/O,
	    control, and multiplexing operations performed on descriptors</para>
	</listitem>

	<listitem>
	  <para>The filesystem:
	    files, directories, pathname translation, file locking,
	    and I/O buffer management</para>
	</listitem>

	<listitem>
	  <para>Terminal-handling support:
	    the terminal-interface driver and terminal
	    line disciplines</para>
	</listitem>

	<listitem>
	  <para>Interprocess-communication facilities:
	    sockets</para>
	</listitem>

	<listitem>
	  <para>Support for network communication:
	    communication protocols and
	    generic network facilities, such as routing</para>
	</listitem>
      </itemizedlist>

      <table frame="none" xml:id="table-mach-indep">
	<title>Machine-independent software in the 4.4BSD kernel</title>
	<tgroup cols="3">
	  <thead>
	    <row>
	      <entry>Category</entry>
	      <entry>Lines of code</entry>
	      <entry>Percentage of kernel</entry>
	    </row>
	  </thead>

	  <tfoot>
	    <row>
	      <entry>total machine independent</entry>
	      <entry>162,617</entry>
	      <entry>80.4</entry>
	    </row>
	  </tfoot>

	  <tbody>
	    <row>
	      <entry>headers</entry>
	      <entry>9,393</entry>
	      <entry>4.6</entry>
	    </row>

	    <row>
	      <entry>initialization</entry>
	      <entry>1,107</entry>
	      <entry>0.6</entry>
	    </row>

	    <row>
	      <entry>kernel facilities</entry>
	      <entry>8,793</entry>
	      <entry>4.4</entry>
	    </row>

	    <row>
	      <entry>generic interfaces</entry>
	      <entry>4,782</entry>
	      <entry>2.4</entry>
	    </row>

	    <row>
	      <entry>interprocess communication</entry>
	      <entry>4,540</entry>
	      <entry>2.2</entry>
	    </row>

	    <row>
	      <entry>terminal handling</entry>
	      <entry>3,911</entry>
	      <entry>1.9</entry>
	    </row>

	    <row>
	      <entry>virtual memory</entry>
	      <entry>11,813</entry>
	      <entry>5.8</entry>
	    </row>

	    <row>
	      <entry>vnode management</entry>
	      <entry>7,954</entry>
	      <entry>3.9</entry>
	    </row>

	    <row>
	      <entry>filesystem naming</entry>
	      <entry>6,550</entry>
	      <entry>3.2</entry>
	    </row>

	    <row>
	      <entry>fast filestore</entry>
	      <entry>4,365</entry>
	      <entry>2.2</entry>
	    </row>

	    <row>
	      <entry>log-structure filestore</entry>
	      <entry>4,337</entry>
	      <entry>2.1</entry>
	    </row>

	    <row>
	      <entry>memory-based filestore</entry>
	      <entry>645</entry>
	      <entry>0.3</entry>
	    </row>

	    <row>
	      <entry>cd9660 filesystem</entry>
	      <entry>4,177</entry>
	      <entry>2.1</entry>
	    </row>

	    <row>
	      <entry>miscellaneous filesystems (10)</entry>
	      <entry>12,695</entry>
	      <entry>6.3</entry>
	    </row>

	    <row>
	      <entry>network filesystem</entry>
	      <entry>17,199</entry>
	      <entry>8.5</entry>
	    </row>

	    <row>
	      <entry>network communication</entry>
	      <entry>8,630</entry>
	      <entry>4.3</entry>
	    </row>

	    <row>
	      <entry>internet protocols</entry>
	      <entry>11,984</entry>
	      <entry>5.9</entry>
	    </row>

	    <row>
	      <entry>ISO protocols</entry>
	      <entry>23,924</entry>
	      <entry>11.8</entry>
	    </row>

	    <row>
	      <entry>X.25 protocols</entry>
	      <entry>10,626</entry>
	      <entry>5.3</entry>
	    </row>

	    <row>
	      <entry>XNS protocols</entry>
	      <entry>5,192</entry>
	      <entry>2.6</entry>
	    </row>
	  </tbody>
	</tgroup>
      </table>

      <para>Most of the software in these categories is machine independent
	and is portable across different hardware architectures.</para>

      <para>The machine-dependent aspects of the kernel
	are isolated from the mainstream code.
	In particular, none of the machine-independent code contains
	conditional code for specific architecture.
	When an architecture-dependent action is needed,
	the machine-independent code calls an architecture-dependent
	function that is located in the machine-dependent code.
	The software that is machine dependent includes</para>

      <itemizedlist>
	<listitem>
	  <para>Low-level system-startup actions</para>
	</listitem>

	<listitem>
	  <para>Trap and fault handling</para>
	</listitem>

	<listitem>
	  <para>Low-level manipulation of the run-time context of a
	    process</para>
	</listitem>

	<listitem>
	  <para>Configuration and initialization of hardware devices</para>
	</listitem>

	<listitem>
	  <para>Run-time support for I/O devices</para>
	</listitem>
      </itemizedlist>

      <table frame="none" xml:id="table-mach-dep">
	<title>Machine-dependent software for the HP300 in the 4.4BSD
	  kernel</title>

	<tgroup cols="3">
	  <thead>
	    <row>
	      <entry>Category</entry>
	      <entry>Lines of code</entry>
	      <entry>Percentage of kernel</entry>
	    </row>
	  </thead>

	  <tfoot>
	    <row>
	      <entry>total machine dependent</entry>
	      <entry>39,634</entry>
	      <entry>19.6</entry>
	    </row>
	  </tfoot>

	  <tbody>
	    <row>
	      <entry>machine dependent headers</entry>
	      <entry>1,562</entry>
	      <entry>0.8</entry>
	    </row>

	    <row>
	      <entry>device driver headers</entry>
	      <entry>3,495</entry>
	      <entry>1.7</entry>
	    </row>

	    <row>
	      <entry>device driver source</entry>
	      <entry>17,506</entry>
	      <entry>8.7</entry>
	    </row>

	    <row>
	      <entry>virtual memory</entry>
	      <entry>3,087</entry>
	      <entry>1.5</entry>
	    </row>

	    <row>
	      <entry>other machine dependent</entry>
	      <entry>6,287</entry>
	      <entry>3.1</entry>
	    </row>

	    <row>
	      <entry>routines in assembly language</entry>
	      <entry>3,014</entry>
	      <entry>1.5</entry>
	    </row>

	    <row>
	      <entry>HP/UX compatibility</entry>
	      <entry>4,683</entry>
	      <entry>2.3</entry>
	    </row>
	  </tbody>
	</tgroup>
      </table>

      <para><xref linkend="table-mach-indep"/> summarizes the machine-independent software that constitutes the
	4.4BSD kernel for the HP300.
	The numbers in column 2 are for lines of C source code,
	header files, and assembly language.
	Virtually all the software in the kernel is written in the C
	programming language;
	less than 2 percent is written in
	assembly language.
	As the statistics in <xref linkend="table-mach-dep"/> show,
	the machine-dependent software, excluding
	HP/UX
	and device support,
	accounts for a minuscule 6.9 percent of the kernel.</para>

      <para>Only a small part of the kernel is devoted to
	initializing the system.
	This code is used when the system is
	<emphasis>bootstrapped</emphasis>
	into operation and is responsible for setting up the kernel hardware
	and software environment
	(see
	Chapter 14).
	Some operating systems (especially those with limited physical memory)
	discard or
	<emphasis>overlay</emphasis>
	the software that performs these functions after that software has
	been executed.
	The 4.4BSD kernel does not reclaim the memory used by the
	startup code because that memory space is barely 0.5 percent
	of the kernel resources used on a typical machine.
	Also, the startup code does not appear in one place in the kernel -- it is
	scattered throughout, and it usually appears
	in places logically associated with what is being initialized.</para>
    </sect1>

    <sect1 xml:id="overview-kernel-service">
      <title>Kernel Services</title>

      <para>The boundary between the kernel- and user-level code is enforced by
	hardware-protection facilities provided by the underlying hardware.
	The kernel operates in a separate address space that is inaccessible to
	user processes.
	Privileged operations -- such as starting I/O
	and halting the central processing unit
	(CPU) --
	are available to only the kernel.
	Applications request services from the kernel with
	<emphasis>system calls</emphasis>.
	System calls are used to cause the kernel to execute complicated
	operations, such as writing data to secondary storage,
	and simple operations, such as returning the current time of day.
	All system calls appear
	<emphasis>synchronous</emphasis>
	to applications:
	The application does not run while the kernel does the actions associated
	with a system call.
	The kernel may finish some operations associated with a system call
	after it has returned.
	For example, a
	<emphasis>write</emphasis>
	system call will copy the data to be written
	from the user process to a kernel buffer while the process waits,
	but will usually return from the system call
	before the kernel buffer is written to the disk.</para>

      <para>A system call usually is implemented as a hardware trap that changes the
	CPU's
	execution mode and the current address-space mapping.
	Parameters supplied by users in system calls are validated by the kernel
	before being used.
	Such checking ensures the integrity of the system.
	All parameters passed into the kernel are copied into the
	kernel's address space,
	to ensure that validated parameters are not changed
	as a side effect of the system call.
	System-call results are returned by the kernel,
	either in hardware registers or by their values
	being copied to user-specified memory addresses.
	Like parameters passed into the kernel,
	addresses used for
	the return of results must be validated to ensure that they are
	part of an application's address space.
	If the kernel encounters an error while processing a system call,
	it returns an error code to the user.
	For the
	C programming language, this error code
	is stored in the global variable
	<emphasis>errno</emphasis>,
	and the function that executed the system call returns the value -1.</para>

      <para>User applications and the kernel operate
	independently of each other.
	4.4BSD does not store I/O control blocks or other
	operating-system-related
	data structures in the application's address space.
	Each user-level application is provided an independent address space in
	which it executes.
	The kernel makes most state changes,
	such as suspending a process while another is running,
	invisible to the processes involved.</para>
    </sect1>

    <sect1 xml:id="overview-process-management">
      <title>Process Management</title>

      <para>4.4BSD supports a multitasking environment.
	Each task or thread of execution is termed a
	<emphasis>process</emphasis>.
	The
	<emphasis>context</emphasis>
	of a 4.4BSD process consists of user-level state,
	including the contents of its address space
	and the run-time environment, and kernel-level state,
	which includes
	scheduling parameters,
	resource controls,
	and identification information.
	The context includes everything
	used by the kernel in providing services for the process.
	Users can create processes, control the processes' execution,
	and receive notification when the processes' execution status changes.
	Every process is assigned a unique value, termed a
	<emphasis>process identifier</emphasis>
	(PID).
	This value is used by the kernel to identify a process when reporting
	status changes to a user, and by a user when referencing a process
	in a system call.</para>

      <para>The kernel creates a process by duplicating the context of another process.
	The new process is termed a
	<emphasis>child process</emphasis>
	of the original
	<emphasis>parent process</emphasis>
	The context duplicated in process creation includes
	both the user-level execution state of the process and
	the process's system state managed by the kernel.
	Important components of the kernel state are described in
	Chapter 4.</para>

      <figure xml:id="fig-process-lifecycle">
	<title>Process lifecycle</title>

	<mediaobject>
	  <imageobject>
	    <imagedata fileref="fig1"/>
	  </imageobject>

	  <textobject>
	    <literallayout class="monospaced">+----------------+               wait               +----------------+
| parent process |---------------------------------&gt;| parent process |---&gt;
+----------------+                                  +----------------+
        |                                                   ^
        | fork                                              |
        V                                                   |
+----------------+ execve +----------------+  wait  +----------------+
|  child process |-------&gt;|  child process |-------&gt;| zombie process |
+----------------+        +----------------+        +----------------+</literallayout>
	  </textobject>

	  <textobject>
	    <phrase>Process-management system calls</phrase>
	  </textobject>
	</mediaobject>
      </figure>

      <para>The process lifecycle is depicted in <xref linkend="fig-process-lifecycle"/>.
	A process may create a new process that is a copy of the original
	by using the
	<emphasis>fork</emphasis>
	system call.
	The
	<emphasis>fork</emphasis>
	call returns twice: once in the parent process, where
	the return value is the process identifier of the child,
	and once in the child process, where the return value is 0.
	The parent-child relationship induces a hierarchical structure on
	the set of processes in the system.
	The new process shares all its parent's resources, such as
	file descriptors, signal-handling status, and memory layout.</para>

      <para>Although there are occasions when the new process is intended
	to be a copy of the parent,
	the loading and execution of a different program is
	a more useful and typical action.
	A process can overlay itself with the memory image of another program,
	passing to the newly created image a set of parameters,
	using the system call
	<emphasis>execve</emphasis>.
	One parameter is the name of a file whose contents are
	in a format recognized by the system -- either a binary-executable file
	or a file that causes
	the execution of a specified interpreter program to process its contents.</para>

      <para>A process may terminate by executing an
	<emphasis>exit</emphasis>
	system call, sending 8 bits of
	exit status to its parent.
	If a process wants to communicate more than a single byte of
	information with its parent,
	it must either set up an interprocess-communication channel
	using pipes or sockets,
	or use an intermediate file.
	Interprocess communication is discussed extensively in
	Chapter 11.</para>

      <para>A process can suspend execution until any of its child processes terminate
	using the
	<emphasis>wait</emphasis>
	system call, which returns the
	PID
	and
	exit status of the terminated child process.
	A parent process can arrange to be notified by a signal when
	a child process exits or terminates abnormally.
	Using the
	<emphasis>wait4</emphasis>
	system call, the parent can retrieve information about
	the event that caused termination of the child process
	and about resources consumed by the process during its lifetime.
	If a process is orphaned because its parent exits before it is finished,
	then the kernel arranges for the child's exit status to be passed back
	to a special system process
	<!-- FIXME, the emphasis is wrong -->
	<emphasis>init</emphasis>:
	see Sections 3.1 and 14.6).</para>

      <para>The details of how the kernel creates and destroys processes are given in
	Chapter 5.</para>

      <para>Processes are scheduled for execution according to a
	<emphasis>process-priority</emphasis>
	parameter.
	This priority is managed by a kernel-based scheduling algorithm.
	Users can influence the scheduling of a process by specifying
	a parameter
	(<emphasis>nice</emphasis>)
	that weights the overall scheduling priority,
	but are still obligated to share the underlying
	CPU
	resources according to the kernel's scheduling policy.</para>

      <sect2>
	<title>Signals</title>

	<para>The system defines a set of
	  <emphasis>signals</emphasis>
	  that may be delivered to a process.
	  Signals in 4.4BSD are modeled after hardware interrupts.
	  A process may specify a user-level subroutine to be a
	  <emphasis>handler</emphasis>
	  to which a signal should be delivered.
	  When a signal is generated,
	  it is blocked from further occurrence while it is being
	  <emphasis>caught</emphasis>
	  by the handler.
	  Catching a signal involves saving the current process context
	  and building a new one in which to run the handler.
	  The signal is then delivered to the handler, which can either abort
	  the process or return to the executing process
	  (perhaps after setting a global variable).
	  If the handler returns, the signal is unblocked
	  and can be generated (and caught) again.</para>

	<para>Alternatively, a process may specify that a signal is to be
	  <emphasis>ignored</emphasis>,
	  or that a default action, as determined by the kernel, is to be taken.
	  The default action of certain signals is to terminate the process.
	  This termination may be accompanied by creation of a
	  <emphasis>core file</emphasis>
	  that contains the current memory image of the process for use
	  in postmortem debugging.</para>

	<para>Some signals cannot be caught or ignored.
	  These signals include
	  <emphasis>SIGKILL</emphasis>,
	  which kills runaway processes,
	  and the
	  job-control signal
	  <emphasis>SIGSTOP</emphasis>.</para>

	<para>A process may choose to have signals delivered on a
	  special stack so that sophisticated software stack manipulations
	  are possible.
	  For example, a language supporting
	  coroutines needs to provide a stack for each coroutine.
	  The language run-time system can allocate these stacks
	  by dividing up the single stack provided by 4.4BSD.
	  If the kernel does not support a separate signal stack,
	  the space allocated for each coroutine must be expanded by the
	  amount of space required to catch a signal.</para>

	<para>All signals have the same <emphasis>priority</emphasis>.
	  If multiple signals are pending simultaneously, the order in which
	  signals are delivered to a process is implementation specific.
	  Signal handlers execute with the signal that caused their
	  invocation to be blocked, but other signals may yet occur.
	  Mechanisms are provided so that processes can protect critical sections
	  of code against the occurrence of specified signals.</para>

	<para>The detailed design and implementation of signals is described in
	  Section 4.7.</para>
      </sect2>

      <sect2>
	<title>Process Groups and Sessions</title>

	<para>Processes are organized into
	  <emphasis>process groups</emphasis>.
	  Process groups are used to control access to terminals
	  and to provide a means of distributing signals to collections of
	  related processes.
	  A process inherits its process group from its parent process.
	  Mechanisms are provided by the kernel to allow a process to
	  alter its process group or the process group of its descendents.
	  Creating a new process group is easy;
	  the value of a new process group is ordinarily the
	  process identifier of the creating process.</para>

	<para>The group of processes in a process group is sometimes
	  referred to as a
	  <emphasis>job</emphasis>
	  and is manipulated by high-level system software, such as the shell.
	  A common kind of job created by a shell is a
	  <emphasis>pipeline</emphasis>
	  of several processes connected by pipes, such that the output of the first
	  process is the input of the second, the output of the second is the
	  input of the third, and so forth.
	  The shell creates such a job by forking a
	  process for each stage of the pipeline,
	  then putting all those processes into a separate process group.</para>

	<para>A user process can send a signal to each process in
	  a process group, as well as to a single process.
	  A process in a specific process group may receive
	  software interrupts affecting the group, causing the group to
	  suspend or resume execution, or to be interrupted or terminated.</para>

	<para>A terminal has a process-group identifier assigned to it.
	  This identifier is normally set to the identifier of a process group
	  associated with the terminal.
	  A job-control shell may create a number of process groups
	  associated with the same terminal; the terminal is the
	  <emphasis>controlling terminal</emphasis>
	  for each process in these groups.
	  A process may read from a descriptor for its controlling terminal
	  only if the terminal's process-group identifier
	  matches that of the process.
	  If the identifiers do not match,
	  the process will be blocked if it attempts to read from the terminal.
	  By changing the process-group identifier of the terminal,
	  a shell can arbitrate a terminal among several different jobs.
	  This arbitration is called
	  <emphasis>job control</emphasis>
	  and is described, with process groups, in
	  Section 4.8.</para>

	<para>Just as a set of related processes can be collected into a process group,
	  a set of process groups can be collected into a
	  <emphasis>session</emphasis>.
	  The main uses for sessions are to create an isolated environment for a
	  daemon process and its children,
	  and to collect together a user's login shell
	  and the jobs that that shell spawns.</para>
      </sect2>
    </sect1>

    <sect1 xml:id="overview-memory-management">
      <title>Memory Management</title>

      <para>Each process has its own private address space.
	The address space is initially divided into three logical segments:
	<emphasis>text</emphasis>,
	<emphasis>data</emphasis>,
	and
	<emphasis>stack</emphasis>.
	The text segment is read-only and contains the machine
	instructions of a program.
	The data and stack segments are both readable and writable.
	The data segment contains the
	initialized and uninitialized data portions of a program, whereas
	the stack segment holds the application's run-time stack.
	On most machines, the stack segment is extended automatically
	by the kernel as the process executes.
	A process can expand or contract its data segment by making a system call,
	whereas a process can change the size of its text segment
	only when the segment's contents are overlaid with data from the
	filesystem, or when debugging takes place.
	The initial contents of the segments of a child process
	are duplicates of the segments of a parent process.</para>

      <para>The entire contents of a process address space do not need to be resident
	for a process to execute.
	If a process references a part of its address space that is not
	resident in main memory, the system
	<emphasis>pages</emphasis>
	the necessary information into memory.
	When system resources are scarce, the system uses a two-level
	approach to maintain available resources.
	If a modest amount of memory is available, the system will take
	memory resources away from processes if these resources have not been
	used recently.
	Should there be a severe resource shortage, the system will resort to
	<emphasis>swapping</emphasis>
	the entire context of a process to secondary storage.
	The
	<emphasis>demand paging</emphasis>
	and
	<emphasis>swapping</emphasis>
	done by the system are effectively transparent to processes.
	A process may, however, advise the system
	about expected future memory utilization as a performance aid.</para>

      <sect2>
	<title>BSD Memory-Management Design Decisions</title>

	<para>The support of large sparse address spaces, mapped files,
	  and shared memory was a requirement for 4.2BSD.
	  An interface was specified, called
	  <emphasis>mmap</emphasis>,
	  that allowed unrelated processes to request a shared
	  mapping of a file into their address spaces.
	  If multiple processes mapped the same file into their address spaces,
	  changes to the file's portion of an address space
	  by one process would be reflected
	  in the area mapped by the other processes, as well as in the file itself.
	  Ultimately, 4.2BSD was shipped without the
	  <emphasis>mmap</emphasis>
	  interface, because of pressure to make other features, such as
	  networking, available.</para>

	<para>Further development of the
	  <emphasis>mmap</emphasis>
	  interface continued during the work on 4.3BSD.
	  Over 40 companies and research groups participated
	  in the discussions leading to the revised architecture
	  that was described in the Berkeley Software Architecture Manual
	  <xref linkend="biblio-mckusick-1"/>.
	  Several of the companies have implemented the revised interface
	  <xref linkend="biblio-gingell"/>.</para>

	<para>Once again, time pressure prevented 4.3BSD from providing an
	  implementation of the interface.
	  Although the latter could have been built into the existing
	  4.3BSD virtual-memory system,
	  the developers decided not to put it in because
	  that implementation was nearly 10 years old.
	  Furthermore, the original virtual-memory design was based
	  on the assumption that computer
	  memories were small and expensive, whereas disks were
	  locally connected, fast, large, and inexpensive.
	  Thus, the virtual-memory system was designed to be frugal
	  with its use of memory at the expense of generating extra disk traffic.
	  In addition, the
	  4.3BSD implementation was riddled with
	  VAX
	  memory-management hardware dependencies that impeded its portability
	  to other computer architectures.
	  Finally, the virtual-memory system was not designed
	  to support the tightly coupled
	  multiprocessors that are becoming
	  increasingly common and important today.</para>

	<para>Attempts to improve the old implementation incrementally
	  seemed doomed to failure.
	  A completely new design,
	  on the other hand,
	  could take advantage of large memories,
	  conserve disk transfers,
	  and have the potential to run on multiprocessors.
	  Consequently, the virtual-memory system was completely replaced in 4.4BSD.
	  The 4.4BSD virtual-memory system
	  is based on the Mach 2.0 VM system
	  <xref linkend="biblio-tevanian"/>.
	  with updates from Mach 2.5 and Mach 3.0.
	  It features
	  efficient support for sharing,
	  a clean separation of machine-independent and machine-dependent features,
	  as well as (currently unused) multiprocessor support.
	  Processes can map files anywhere in their address space.
	  They can share parts of their address space by
	  doing a shared mapping of the same file.
	  Changes made by one process are visible in the address space of
	  the other process, and also are written back to the file itself.
	  Processes can also request private mappings of a file, which prevents
	  any changes that they make from being visible to other processes
	  mapping the file or being written back to the file itself.</para>

	<para>Another issue with the virtual-memory system is the way that
	  information is passed into the kernel when a system call is made.
	  4.4BSD always copies data from the process address space
	  into a buffer in the kernel.
	  For read or write operations
	  that are transferring large quantities of data,
	  doing the copy can be time consuming.
	  An alternative to doing the copying is to remap the
	  process memory into the kernel.
	  The 4.4BSD kernel always copies the data for several reasons:</para>

	<itemizedlist>
	  <listitem>
	    <para>Often, the user data are not page aligned and are not a multiple of
	      the hardware page length.</para>
	  </listitem>

	  <listitem>
	    <para>If the page is taken away from the process,
	      it will no longer be able to reference that page.
	      Some programs depend on the data remaining in the
	      buffer even after those data have been written.</para>
	  </listitem>

	  <listitem>
	    <para>If the process is allowed to keep a copy of the page
	      (as it is in current 4.4BSD semantics),
	      the page must be made
	      <emphasis>copy-on-write</emphasis>.
	      A copy-on-write page is one that is protected against being written
	      by being made read-only.
	      If the process attempts to modify the page,
	      the kernel gets a write fault.
	      The kernel then makes a copy of the page that the process can modify.
	      Unfortunately, the typical process will immediately
	      try to write new data to its output buffer,
	      forcing the data to be copied anyway.</para>
	  </listitem>

	  <listitem>
	    <para>When pages are remapped to new virtual-memory addresses,
	      most memory-management hardware requires that the hardware
	      address-translation cache be purged selectively.
	      The cache purges are often slow.
	      The net effect is that remapping is slower than
	      copying for blocks of data less than 4 to 8 Kbyte.</para>
	  </listitem>
	</itemizedlist>

	<para>The biggest incentives for memory mapping are the needs for
	  accessing big files and for passing large quantities of data
	  between processes.
	  The
	  <emphasis>mmap</emphasis>
	  interface provides a way for both of these tasks
	  to be done without copying.</para>
      </sect2>

      <sect2>
	<title>Memory Management Inside the Kernel</title>

	<para>The kernel often does allocations of memory that are
	  needed for only the duration of a single system call.
	  In a user process, such short-term
	  memory would be allocated on the run-time stack.
	  Because the kernel has a limited run-time stack,
	  it is not feasible to allocate even moderate-sized blocks of memory on it.
	  Consequently, such memory must be allocated
	  through a more dynamic mechanism.
	  For example,
	  when the system must translate a pathname,
	  it must allocate a 1-Kbyte buffer to hold the name.
	  Other blocks of memory must be more persistent than a single system call,
	  and thus could not be allocated on the stack even if there was space.
	  An example is protocol-control blocks that remain throughout
	  the duration of a network connection.</para>

	<para>Demands for dynamic memory allocation in the kernel have increased
	  as more services have been added.
	  A generalized memory allocator reduces the complexity
	  of writing code inside the kernel.
	  Thus, the 4.4BSD kernel has a single memory allocator that can be
	  used by any part of the system.
	  It has an interface similar to the C library routines
	  <emphasis>malloc</emphasis>
	  and
	  <emphasis>free</emphasis>
	  that provide memory allocation to application programs
	  <xref linkend="biblio-mckusick-2"/>.
	  Like the C library interface,
	  the allocation routine takes a parameter specifying the
	  size of memory that is needed.
	  The range of sizes for memory requests is not constrained;
	  however, physical memory is allocated and is not paged.
	  The free routine takes a pointer to the storage being freed,
	  but does not require the size
	  of the piece of memory being freed.</para>
      </sect2>
    </sect1>

    <sect1 xml:id="overview-io-system">
      <title>I/O System</title>

      <para>The basic model of the UNIX
	I/O system is a sequence of bytes
	that can be accessed either randomly or sequentially.
	There are no
	<emphasis>access methods</emphasis>
	and no
	<emphasis>control blocks</emphasis>
	in a typical UNIX user process.</para>

      <para>Different programs expect various levels of structure,
	but the kernel does not impose structure on I/O.
	For instance, the convention for text files is lines of
	ASCII
	characters separated by a single newline character
	(the
	ASCII
	line-feed character),
	but the kernel knows nothing about this convention.
	For the purposes of most programs,
	the model is further simplified to being a stream of data bytes,
	or an
	<emphasis>I/O stream</emphasis>.
	It is this single common data form that makes the
	characteristic UNIX tool-based approach work
	<xref linkend="biblio-kernighan"/>.
	An I/O stream from one program can be fed as input
	to almost any other program.
	(This kind of traditional UNIX
	I/O stream should not be confused with the
	Eighth Edition stream I/O system or with the
	System V, Release 3
	STREAMS,
	both of which can be accessed as traditional I/O streams.)</para>

      <sect2>
	<title>Descriptors and I/O</title>

	<para>UNIX processes use
	  <emphasis>descriptors</emphasis>
	  to reference I/O streams.
	  Descriptors are small unsigned integers obtained from the
	  <emphasis>open</emphasis>
	  and
	  <emphasis>socket</emphasis>
	  system calls.
	  The
	  <emphasis>open</emphasis>
	  system call takes as arguments the name of a file and
	  a permission mode to
	  specify whether the file should be open for reading or for writing,
	  or for both.
	  This system call also can be used to create a new, empty file.
	  A
	  <emphasis>read</emphasis>
	  or
	  <emphasis>write</emphasis>
	  system call can be applied to a descriptor to transfer data.
	  The
	  <emphasis>close</emphasis>
	  system call can be used to deallocate any descriptor.</para>

	<para>Descriptors represent underlying objects supported by the kernel,
	  and are created by system calls specific to the type of object.
	  In 4.4BSD, three kinds of objects can be represented by descriptors:
	  files, pipes, and sockets.</para>

	<itemizedlist>
	  <listitem>
	    <para>A
	      <emphasis>file</emphasis>
	      is a linear array of bytes with at least one name.
	      A file exists until all its names are deleted explicitly
	      and no process holds a descriptor for it.
	      A process acquires a descriptor for a file
	      by opening that file's name with the
	      <emphasis>open</emphasis>
	      system call.
	      I/O devices are accessed as files.</para>
	  </listitem>

	  <listitem>
	    <para>A
	      <emphasis>pipe</emphasis>
	      is a linear array of bytes, as is a file, but it is used solely
	      as an I/O stream, and it is unidirectional.
	      It also has no name,
	      and thus cannot be opened with
	      <emphasis>open</emphasis>.
	      Instead, it is created by the
	      <emphasis>pipe</emphasis>
	      system call, which returns two descriptors,
	      one of which accepts input that is sent to the other descriptor reliably,
	      without duplication, and in order.
	      The system also supports a named pipe or
	      FIFO.
	      A
	      FIFO
	      has properties identical to a pipe, except that it appears
	      in the filesystem;
	      thus, it can be opened using the
	      <emphasis>open</emphasis>
	      system call.
	      Two processes that wish to communicate each open the
	      FIFO:
	      One opens it for reading, the other for writing.</para>
	  </listitem>

	  <listitem>
	    <para>A
	      <emphasis>socket</emphasis>
	      is a transient object that is used for
	      interprocess communication;
	      it exists only as long as some process holds a descriptor
	      referring to it.
	      A socket is created by the
	      <emphasis>socket</emphasis>
	      system call, which returns a descriptor for it.
	      There are different kinds of sockets that support various communication
	      semantics, such as reliable delivery of data, preservation of
	      message ordering, and preservation of message boundaries.</para>
	  </listitem>
	</itemizedlist>

	<para>In systems before 4.2BSD, pipes were implemented using the filesystem;
	  when sockets were introduced in 4.2BSD,
	  pipes were reimplemented as sockets.</para>

	<para>The kernel keeps for each process a
	  <emphasis>descriptor table</emphasis>,
	  which is a table that the kernel uses
	  to translate the external representation
	  of a descriptor into an internal representation.
	  (The descriptor is merely an index into this table.)
	  The descriptor table of a process is inherited from that process's parent,
	  and thus access to the objects
	  to which the descriptors refer also is inherited.
	  The main ways that a process can obtain a descriptor are by
	  opening or creation of an object,
	  and by inheritance from the parent process.
	  In addition, socket
	  IPC
	  allows passing of descriptors in messages between unrelated processes
	  on the same machine.</para>

	<para>Every valid descriptor has an associated
	  <emphasis>file offset</emphasis>
	  in bytes from the beginning of the object.
	  Read and write operations start at this offset, which is
	  updated after each data transfer.
	  For objects that permit random access,
	  the file offset also may be set with the
	  <emphasis>lseek</emphasis>
	  system call.
	  Ordinary files permit random access, and some devices do, as well.
	  Pipes and sockets do not.</para>

	<para>When a process terminates, the kernel
	  reclaims all the descriptors that were in use by that process.
	  If the process was holding the final reference to an object,
	  the object's manager is notified so that it can do any
	  necessary cleanup actions, such as final deletion of a file
	  or deallocation of a socket.</para>
      </sect2>

      <sect2>
	<title>Descriptor Management</title>

	<para>Most processes expect three descriptors to be open already
	  when they start running.
	  These descriptors are 0, 1, 2, more commonly known as
	  <emphasis>standard input</emphasis>,
	  <emphasis>standard output</emphasis>,
	  and
	  <emphasis>standard error</emphasis>,
	  respectively.
	  Usually, all three are associated with the user's terminal
	  by the login process
	  (see
	  Section 14.6)
	  and are inherited through
	  <emphasis>fork</emphasis>
	  and
	  <emphasis>exec</emphasis>
	  by processes run by the user.
	  Thus, a program can read what the user types by reading standard
	  input, and the program can send output to the user's screen by
	  writing to standard output.
	  The standard error descriptor also is open for writing and is
	  used for error output, whereas standard output is used for ordinary output.</para>

	<para>These (and other) descriptors can be mapped to objects other than
	  the terminal;
	  such mapping is called
	  <emphasis>I/O redirection</emphasis>,
	  and all the standard shells permit users to do it.
	  The shell can direct the output of a program to a file
	  by closing descriptor 1 (standard output) and opening
	  the desired output file to produce a new descriptor 1.
	  It can similarly redirect standard input to come from a file
	  by closing descriptor 0 and opening the file.</para>

	<para>Pipes allow the output of one program to be input to another program
	  without rewriting or even relinking of either program.
	  Instead of descriptor 1 (standard output)
	  of the source program being set up to write to the terminal,
	  it is set up to be the input descriptor of a pipe.
	  Similarly, descriptor 0 (standard input)
	  of the sink program is set up to reference the output of the pipe,
	  instead of the terminal keyboard.
	  The resulting set of two processes and the connecting pipe is known as a
	  <emphasis>pipeline</emphasis>.
	  Pipelines can be arbitrarily long series of processes connected by pipes.</para>

	<para>The
	  <emphasis>open</emphasis>,
	  <emphasis>pipe</emphasis>,
	  and
	  <emphasis>socket</emphasis>
	  system calls produce new descriptors with the lowest unused number
	  usable for a descriptor.
	  For pipelines to work,
	  some mechanism must be provided to map such descriptors into 0 and 1.
	  The
	  <emphasis>dup</emphasis>
	  system call creates a copy of a descriptor that
	  points to the same file-table entry.
	  The new descriptor is also the lowest unused one,
	  but if the desired descriptor is closed first,
	  <emphasis>dup</emphasis>
	  can be used to do the desired mapping.
	  Care is required, however: If descriptor 1 is desired,
	  and descriptor 0 happens also to have been closed, descriptor 0
	  will be the result.
	  To avoid this problem, the system provides the
	  <emphasis>dup2</emphasis>
	  system call;
	  it is like
	  <emphasis>dup</emphasis>,
	  but it takes an additional argument specifying
	  the number of the desired descriptor
	  (if the desired descriptor was already open,
	  <emphasis>dup2</emphasis>
	  closes it before reusing it).</para>
      </sect2>

      <sect2>
	<title>Devices</title>

	<para>Hardware devices have filenames, and may be
	  accessed by the user via the same system calls used for regular files.
	  The kernel can distinguish a
	  <emphasis>device special file</emphasis>
	  or
	  <emphasis>special file</emphasis>,
	  and can determine to what device it refers,
	  but most processes do not need to make this determination.
	  Terminals, printers, and tape drives are all accessed as though they
	  were streams of bytes, like 4.4BSD disk files.
	  Thus, device dependencies and peculiarities are kept in the kernel
	  as much as possible, and even in the kernel most of them are segregated
	  in the device drivers.</para>

	<para>Hardware devices can be categorized as either
	  <emphasis>structured</emphasis>
	  or
	  <emphasis>unstructured</emphasis>;
	  they are known as
	  <emphasis>block</emphasis>
	  or
	  <emphasis>character</emphasis>
	  devices, respectively.
	  Processes typically access devices through
	  <emphasis>special files</emphasis>
	  in the filesystem.
	  I/O operations to these files are handled by
	  kernel-resident software modules termed
	  <emphasis>device drivers</emphasis>.
	  Most network-communication hardware devices are accessible through only
	  the interprocess-communication facilities,
	  and do not have special files in the filesystem name space,
	  because the
	  <emphasis>raw-socket</emphasis>
	  interface provides a more natural interface than does a special file.</para>

	<para>Structured or block devices are typified by disks and magnetic tapes,
	  and include most random-access devices.
	  The kernel supports read-modify-write-type buffering actions
	  on block-oriented structured devices to allow the latter
	  to be read and written in a
	  totally random byte-addressed fashion, like regular files.
	  Filesystems are created on block devices.</para>

	<para>Unstructured devices are those devices that do not support a block
	  structure.
	  Familiar unstructured devices are communication lines, raster
	  plotters, and unbuffered magnetic tapes and disks.
	  Unstructured devices typically support large block I/O transfers.</para>

	<para>Unstructured files are called
	  <emphasis>character devices</emphasis>
	  because the first of these to be implemented were terminal device drivers.
	  The kernel interface to the driver for these devices proved convenient
	  for other devices that were not block structured.</para>

	<para>Device special files are created by the
	  <emphasis>mknod</emphasis>
	  system call.
	  There is an additional system call,
	  <emphasis>ioctl</emphasis>,
	  for manipulating the underlying device parameters of special files.
	  The operations that can be done differ for each device.
	  This system call allows the special characteristics of devices to
	  be accessed, rather than overloading the semantics of other system calls.
	  For example, there is an
	  <emphasis>ioctl</emphasis>
	  on a tape drive to write an end-of-tape mark,
	  instead of there being a special or modified version of
	  <emphasis>write</emphasis>.</para>
      </sect2>

      <sect2>
	<title>Socket IPC</title>

	<para>The 4.2BSD kernel introduced an
	  IPC
	  mechanism more flexible than pipes, based on
	  <emphasis>sockets</emphasis>.
	  A socket is an endpoint of communication referred to by
	  a descriptor, just like a file or a pipe.
	  Two processes can each create a socket, and then connect those
	  two endpoints to produce a reliable byte stream.
	  Once connected, the descriptors for the sockets can be read or written
	  by processes, just as the latter would do with a pipe.
	  The transparency of sockets allows the kernel to redirect the output
	  of one process to the input of another process residing on another machine.
	  A major difference between pipes and sockets is that
	  pipes require a common parent process to set up the
	  communications channel.
	  A connection between sockets can be set up by two unrelated processes,
	  possibly residing on different machines.</para>

	<para>System V provides local interprocess communication through
	  FIFOs
	  (also known as
	  <emphasis>named pipes</emphasis>).
	  FIFOs
	  appear as an object in the filesystem that unrelated
	  processes can open and send data through in the same
	  way as they would communicate through a pipe.
	  Thus,
	  FIFOs
	  do not require a common parent to set them up;
	  they can be connected after a pair of processes are up and running.
	  Unlike sockets,
	  FIFOs
	  can be used on only a local machine;
	  they cannot be used to communicate between processes on different machines.
	  FIFOs
	  are implemented in 4.4BSD only because they are required by the
	  POSIX.1
	  standard.
	  Their functionality is a subset of the socket interface.</para>

	<para>The socket mechanism requires extensions to the traditional UNIX
	  I/O system calls to provide the associated naming and connection semantics.
	  Rather than overloading the existing interface,
	  the developers used the existing interfaces to the extent that
	  the latter worked without being changed,
	  and designed new interfaces to handle the added semantics.
	  The
	  <emphasis>read</emphasis>
	  and
	  <emphasis>write</emphasis>
	  system calls were used for byte-stream type connections,
	  but six new system calls were added
	  to allow sending and receiving addressed messages
	  such as network datagrams.
	  The system calls for writing messages include
	  <emphasis>send</emphasis>,
	  <emphasis>sendto</emphasis>,
	  and
	  <emphasis>sendmsg</emphasis>.
	  The system calls for reading messages include
	  <emphasis>recv</emphasis>,
	  <emphasis>recvfrom</emphasis>,
	  and
	  <emphasis>recvmsg</emphasis>.
	  In retrospect, the first two in each class are special cases of the others;
	  <emphasis>recvfrom</emphasis>
	  and
	  <emphasis>sendto</emphasis>
	  probably should have been added as library interfaces to
	  <emphasis>recvmsg</emphasis>
	  and
	  <emphasis>sendmsg</emphasis>,
	  respectively.</para>
      </sect2>

      <sect2>
	<title>Scatter/Gather I/O</title>

	<para>In addition to the traditional
	  <emphasis>read</emphasis>
	  and
	  <emphasis>write</emphasis>
	  system calls, 4.2BSD introduced the ability to do scatter/gather I/O.
	  Scatter input uses the
	  <emphasis>readv</emphasis>
	  system call to allow a single read
	  to be placed in several different buffers.
	  Conversely, the
	  <emphasis>writev</emphasis>
	  system call allows several different buffers
	  to be written in a single atomic write.
	  Instead of passing a single buffer and length parameter, as is done with
	  <emphasis>read</emphasis>
	  and
	  <emphasis>write</emphasis>,
	  the process passes in a pointer to an array of buffers and lengths,
	  along with a count describing the size of the array.</para>

	<para>This facility allows buffers in different parts of a process
	  address space to be written atomically, without the
	  need to copy them to a single contiguous buffer.
	  Atomic writes are necessary in the case where the underlying
	  abstraction is record based, such as tape drives that output a
	  tape block on each write request.
	  It is also convenient to be able to read a single request into
	  several different buffers (such as a record header into one place
	  and the data into another).
	  Although an application can simulate the ability to scatter data
	  by reading the data into a large buffer and then copying the pieces
	  to their intended destinations,
	  the cost of memory-to-memory copying in such cases often
	  would more than double the running time of the affected application.</para>

	<para>Just as
	  <emphasis>send</emphasis>
	  and
	  <emphasis>recv</emphasis>
	  could have been implemented as library interfaces to
	  <emphasis>sendto</emphasis>
	  and
	  <emphasis>recvfrom</emphasis>,
	  it also would have been possible to simulate
	  <emphasis>read</emphasis>
	  with
	  <emphasis>readv</emphasis>
	  and
	  <emphasis>write</emphasis>
	  with
	  <emphasis>writev</emphasis>.
	  However,
	  <emphasis>read</emphasis>
	  and
	  <emphasis>write</emphasis>
	  are used so much more frequently that the added cost
	  of simulating them would not have been worthwhile.</para>
      </sect2>

      <sect2>
	<title>Multiple Filesystem Support</title>

	<para>With the expansion of network computing,
	  it became desirable to support both local and remote filesystems.
	  To simplify the support of multiple filesystems,
	  the developers added a new virtual node or
	  <emphasis>vnode</emphasis>
	  interface to the kernel.
	  The set of operations exported from the vnode interface
	  appear much like the filesystem operations previously supported
	  by the local filesystem.
	  However, they may be supported by a wide range of filesystem types:</para>

	<itemizedlist>
	  <listitem>
	    <para>Local disk-based filesystems</para>
	  </listitem>

	  <listitem>
	    <para>Files imported using a variety of remote filesystem protocols</para>
	  </listitem>

	  <listitem>
	    <para>Read-only
	      CD-ROM
	      filesystems</para>
	  </listitem>

	  <listitem>
	    <para>Filesystems providing special-purpose interfaces -- for example, the
	      <filename>/proc</filename>
	      filesystem</para>
	  </listitem>
	</itemizedlist>

	<para>A few variants of 4.4BSD, such as FreeBSD,
	  allow filesystems to be loaded dynamically
	  when the filesystems are first referenced by the
	  <emphasis>mount</emphasis>
	  system call.
	  The vnode interface is described in
	  Section 6.5;
	  its ancillary support routines are described in
	  Section 6.6;
	  several of the special-purpose filesystems are described in
	  Section 6.7.</para>
      </sect2>
    </sect1>

    <sect1 xml:id="overview-filesystem">
      <title>Filesystems</title>

  <para>A regular file is a linear array of bytes,
    and can be read and written starting at any byte in the file.
    The kernel distinguishes no record boundaries in regular files, although
    many programs recognize line-feed characters as distinguishing
    the ends of lines, and other programs may impose other structure.
    No system-related information about a file is kept in the file itself,
    but the filesystem stores a small amount of ownership, protection,
    and usage information with each file.</para>

  <para>A
    <emphasis>filename</emphasis>
    component is a string of up to 255 characters.
    These filenames are stored in a type of file called a
    <emphasis>directory</emphasis>.
    The information in a directory about a file is called a
    <emphasis>directory entry</emphasis>
    and includes, in addition to the filename,
    a pointer to the file itself.
    Directory entries may refer to other directories, as well as to plain files.
    A hierarchy of directories and files is thus formed, and is called a
    <emphasis>filesystem</emphasis>;</para>

    <figure xml:id="fig-small-fs">
      <title>A small filesystem</title>

      <mediaobject>
	<imageobject>
	  <imagedata fileref="fig2"/>
	</imageobject>

	<textobject>
	  <literallayout class="monospaced">                                    +-------+
                                    |       |
                                    +-------+
                                   /         \
                              usr /           \ vmunix
                                |/             \|
                        +-------+               +-------+
                        |       |               |       |
                        +-------+               +-------+
                       /    |    \
                staff /     |     \ bin
                    |/      | tmp  \|
            +-------+       V       +-------+
            |       |   +-------+   |       |
            +-------+   |       |   +-------+
           /    |    \  +-------+  /    |    \
 mckusick /     |     \|         |/     |     \ ls
        |/      | karels                | vi   \|
+-------+       V                       V       +-------+
|       |   +-------+               +-------+   |       |
+-------+   |       |               |       |   +-------+
            +-------+               +-------+</literallayout>
	</textobject>

	<textobject>
	  <phrase>A small filesystem tree</phrase>
	</textobject>
      </mediaobject>
    </figure>

  <para>a small one is shown in <xref linkend="fig-small-fs"/>.
    Directories may contain subdirectories, and there is no inherent
    limitation to the depth with which directory nesting may occur.
    To protect the consistency of the filesystem, the kernel
    does not permit processes to write directly into directories.
    A filesystem may include not only plain files and directories,
    but also references to other objects, such as devices and sockets.</para>

  <para>The filesystem forms a tree, the beginning of which is the
    <emphasis>root directory</emphasis>,
    sometimes referred to by the name
    <emphasis>slash</emphasis>,
    spelled with a single solidus character (/).
    The root directory contains files; in our example in Fig 2.2, it contains
    <filename>vmunix</filename>,
    a copy of the kernel-executable object file.
    It also contains directories; in this example, it contains the
    <filename>usr</filename>
    directory.
    Within the
    <filename>usr</filename>
    directory is the
    <filename>bin</filename>
    directory, which mostly contains executable object code of programs,
    such as the files
      <!-- FIXME -->
    <filename>ls</filename>
    and
    <filename>vi</filename>.</para>

  <para>A process identifies a file by specifying that file's
    <emphasis>pathname</emphasis>,
    which is a string composed of zero or more
    filenames separated by slash (/) characters.
    The kernel associates two directories with each process for use
    in interpreting pathnames.
    A process's
    <emphasis>root directory</emphasis>
    is the topmost point in the filesystem that the process can access;
    it is ordinarily set to the root directory of the entire filesystem.
    A pathname beginning with a slash is called an
    <emphasis>absolute pathname</emphasis>,
    and is interpreted by the kernel starting with the process's root directory.</para>

  <para>A pathname that does not begin with a slash is called a
    <emphasis>relative pathname</emphasis>,
    and is interpreted relative to the
    <emphasis>current working directory</emphasis>
    of the process.
    (This directory also is known by the shorter names
    <emphasis>current directory</emphasis>
    or
    <emphasis>working directory</emphasis>.)
    The current directory itself may be referred to directly by the name
    <emphasis>dot</emphasis>,
    spelled with a single period
    (<filename>.</filename>).
    The filename
    <emphasis>dot-dot</emphasis>
    (<filename>..</filename>)
    refers to a directory's parent directory.
    The root directory is its own parent.</para>

  <para>A process may set its root directory with the
    <emphasis>chroot</emphasis>
    system call,
    and its current directory with the
    <emphasis>chdir</emphasis>
    system call.
    Any process may do
    <emphasis>chdir</emphasis>
    at any time, but
    <emphasis>chroot</emphasis>
    is permitted only a process with superuser privileges.
    <emphasis>Chroot</emphasis>
    is normally used to set up restricted access to the system.</para>

  <para>Using the filesystem shown in Fig. 2.2,
    if a process has the root of the filesystem as its root directory, and has
    <filename>/usr</filename>
    as its current directory, it can refer to the file
    <filename>vi</filename>
    either from the root with the absolute pathname
    <filename>/usr/bin/vi</filename>,
    or from its current directory with the relative pathname
    <filename>bin/vi</filename>.</para>

  <para>System utilities and databases are kept in certain well-known directories.
    Part of the well-defined hierarchy includes a directory that contains the
    <emphasis>home directory</emphasis>
    for each user -- for example,
    <filename>/usr/staff/mckusick</filename>
    and
    <filename>/usr/staff/karels</filename>
    in Fig. 2.2.
    When users log in,
    the current working directory of their shell is set to the
    home directory.
    Within their home directories,
    users can create directories as easily as they can regular files.
    Thus, a user can build arbitrarily complex subhierarchies.</para>

  <para>The user usually knows of only one filesystem, but the system may
    know that this one virtual filesystem
    is really composed of several physical
    filesystems, each on a different device.
    A physical filesystem may not span multiple hardware devices.
    Since most physical disk devices are divided into several logical devices,
    there may be more than one filesystem per physical device,
    but there will be no more than one per logical device.
    One filesystem -- the filesystem that
    anchors all absolute pathnames -- is called the
    <emphasis>root filesystem</emphasis>,
    and is always available.
    Others may be mounted;
    that is, they may be integrated into the
    directory hierarchy of the root filesystem.
    References to a directory that has a filesystem mounted on it
    are converted transparently by the kernel
    into references to the root directory of the mounted filesystem.</para>

  <para>The
    <emphasis>link</emphasis>
    system call takes the name of an existing file and another name
    to create for that file.
    After a successful
    <emphasis>link</emphasis>,
    the file can be accessed by either filename.
    A filename can be removed with the
    <emphasis>unlink</emphasis>
    system call.
    When the final name for a file is removed (and the final process that
    has the file open closes it), the file is deleted.</para>

  <para>Files are organized hierarchically in
    <emphasis>directories</emphasis>.
    A directory is a type of file,
    but, in contrast to regular files,
    a directory has a structure imposed on it by the system.
    A process can read a directory as it would an ordinary file,
    but only the kernel is permitted to modify a directory.
    Directories are created by the
    <emphasis>mkdir</emphasis>
    system call and are removed by the
    <emphasis>rmdir</emphasis>
    system call.
    Before 4.2BSD, the
    <emphasis>mkdir</emphasis>
    and
    <emphasis>rmdir</emphasis>
    system calls were implemented by a series of
    <emphasis>link</emphasis>
    and
    <emphasis>unlink</emphasis>
    system calls being done.
    There were three reasons for adding systems calls
    explicitly to create and delete directories:</para>

    <orderedlist>
      <listitem>
      <para>The operation could be made atomic.
      If the system crashed,
      the directory would not be left half-constructed,
      as could happen when a series of link operations were used.</para>
      </listitem>
      <listitem>
      <para>When a
      networked filesystem is being run,
      the creation and deletion of files and directories need to be
      specified atomically so that they can be serialized.</para>
      </listitem>
      <listitem>
      <para>When supporting non-UNIX filesystems, such as an
      MS-DOS
      filesystem, on another partition of the disk,
      the other filesystem may not support link operations.
      Although other filesystems might support the concept of directories,
      they probably would not create and delete the directories with links,
      as the UNIX filesystem does.
      Consequently, they could create and delete directories only
      if explicit directory create and delete requests were presented.</para>
      </listitem>
    </orderedlist>

  <para>The
    <emphasis>chown</emphasis>
    system call sets the owner and group of a file, and
    <emphasis>chmod</emphasis>
    changes protection attributes.
    <emphasis>Stat</emphasis>
    applied to a filename can be used to read back such properties of a file.
    The
    <emphasis>fchown</emphasis>,
    <emphasis>fchmod</emphasis>,
    and
    <emphasis>fstat</emphasis>
    system calls are applied to a descriptor, instead of
    to a filename, to do the same set of operations.
    The
    <emphasis>rename</emphasis>
    system call can be used to give a file a new name in the filesystem,
    replacing one of the file's old names.
    Like the directory-creation and directory-deletion operations, the
    <emphasis>rename</emphasis>
    system call was added to 4.2BSD
    to provide atomicity to name changes in the local filesystem.
    Later, it proved useful explicitly to
    export renaming operations to foreign filesystems and over the network.</para>

  <para>The
    <emphasis>truncate</emphasis>
    system call was added to 4.2BSD to allow files to be shortened
    to an arbitrary offset.
    The call was added primarily in support of the Fortran
    run-time library,
    which has the semantics such that the end of a random-access
    file is set to be wherever the program most recently accessed that file.
    Without the
    <emphasis>truncate</emphasis>
    system call, the only way to shorten a file was to
    copy the part that was desired to a new file, to delete the old file,
    then to rename the copy to the original name.
    As well as this algorithm being slow,
    the library could potentially fail on a full filesystem.</para>

  <para>Once the filesystem had the ability to shorten files,
    the kernel took advantage of that ability
    to shorten large empty directories.
    The advantage of shortening empty directories is that it reduces the
    time spent in the kernel searching them
    when names are being created or deleted.</para>

  <para>Newly created files are assigned the user identifier of the process
    that created them and the group identifier of the directory
    in which they were created.
    A three-level access-control mechanism is provided for
    the protection of files.
    These three levels specify the accessibility of a file to</para>

    <orderedlist>
      <listitem>
      <para>The user who owns the file</para>
      </listitem>
      <listitem>
	<para>The group that owns the file</para>
      </listitem>
      <listitem>
      <para>Everyone else</para>
      </listitem>
    </orderedlist>

  <para>Each level of access has separate indicators for read permission,
    write permission, and execute permission.</para>

  <para>Files are created with zero length, and may grow when they are written.
    While a file is open, the system maintains a pointer into
    the file indicating the current location in
    the file associated with the descriptor.
    This pointer can be moved about in the file in a random-access fashion.
    Processes sharing a file descriptor through a
    <emphasis>fork</emphasis>
    or
    <emphasis>dup</emphasis>
    system call share the current location pointer.
    Descriptors created by separate
    <emphasis>open</emphasis>
    system calls have separate current location pointers.
    Files may have
    <emphasis>holes</emphasis>
    in them.
    Holes are void areas in the linear extent of the file where data have
    never been written.
    A process can create these holes by positioning
    the pointer past the current end-of-file and writing.
    When read, holes are treated by the system as zero-valued bytes.</para>

  <para>Earlier UNIX systems had a limit of 14 characters per filename component.
    This limitation was often a problem.
    For example,
    in addition to the natural desire of users
    to give files long descriptive names,
    a common way of forming filenames is as
      <filename><replaceable>basename</replaceable>.<replaceable>extension</replaceable></filename>,
    where the extension (indicating the kind of file, such as
    <literal>.c</literal>
    for C source or
    <literal>.o</literal>
    for intermediate binary object)
    is one to three characters,
    leaving 10 to 12 characters for the basename.
    Source-code-control systems and editors usually take up another
    two characters, either as a prefix or a suffix, for their purposes,
    leaving eight to 10 characters.
    It is easy to use 10 or 12 characters in a single
    English word as a basename (e.g., ``multiplexer'').</para>

  <para>It is possible to keep within these limits,
    but it is inconvenient or even dangerous, because other UNIX
    systems accept strings longer than the limit when creating files,
    but then
    <emphasis>truncate</emphasis>
    to the limit.
    A C language source file named
    <filename>multiplexer.c</filename>
    (already 13 characters) might have a source-code-control file
    with
    <literal>s.</literal>
    prepended, producing a filename
    <filename>s.multiplexer</filename>
    that is indistinguishable from the source-code-control file for
    <filename>multiplexer.ms</filename>,
    a file containing
      <!-- FIXME -->
    <literal>troff</literal>
    source for documentation for the C program.
    The contents of the two original files could easily get confused
    with no warning from the source-code-control system.
    Careful coding can detect this problem, but the
    long filenames
    first introduced in 4.2BSD practically eliminate it.</para>
  </sect1>

  <sect1 xml:id="overview-filestore">
      <title>Filestores</title>

  <para>The operations defined for local filesystems are divided into two parts.
    Common to all local filesystems are hierarchical naming,
    locking, quotas, attribute management, and protection.
    These features are independent of how the data will be stored.
    4.4BSD has a single implementation to provide these semantics.</para>

  <para>The other part of the local filesystem is the organization
    and management of the data on the storage media.
    Laying out the contents of files on the storage media is
    the responsibility of the filestore.
    4.4BSD supports three different filestore layouts:</para>

    <itemizedlist>
      <listitem>
      <para>The traditional Berkeley Fast Filesystem</para>
      </listitem>
      <listitem>
      <para>The log-structured filesystem,
      based on the Sprite operating-system design
      <xref linkend="biblio-rosenblum"/></para>
      </listitem>
      <listitem>
	<para>A memory-based filesystem</para>
      </listitem>
    </itemizedlist>

  <para>Although the organizations of these filestores are completely different,
    these differences are indistinguishable
    to the processes using the filestores.</para>

  <para>The Fast Filesystem organizes data into cylinder groups.
    Files that are likely to be accessed together,
    based on their locations in the filesystem hierarchy,
    are stored in the same cylinder group.
    Files that are not expected to accessed together are moved into
    different cylinder groups.
    Thus, files written at the same time may be placed far apart on the
    disk.</para>

  <para>The log-structured filesystem organizes data as a log.
    All data being written at any point in time are gathered together,
    and are written at the same disk location.
    Data are never overwritten;
    instead, a new copy of the file is written that replaces the old one.
    The old files are reclaimed by a garbage-collection process that runs
    when the filesystem becomes full and additional free space is needed.</para>

  <para>The memory-based filesystem is designed to store data in virtual memory.
    It is used for filesystems that need to support
    fast but temporary data, such as
    <filename>/tmp</filename>.
    The goal of the memory-based filesystem is to keep
    the storage packed as compactly as possible to minimize
    the usage of virtual-memory resources.</para>
  </sect1>

  <sect1 xml:id="overview-nfs">
      <title>Network Filesystem</title>

  <para>Initially, networking was used
    to transfer data from one machine to another.
    Later, it evolved to allowing users to log in remotely to another machine.
    The next logical step was to bring the data to the user,
    instead of having the user go to the data --
    and network filesystems were born.
    Users working locally
    do not experience the network delays on each keystroke,
    so they have a more responsive environment.</para>

  <para>Bringing the filesystem to a local machine was among the first
    of the major client-server applications.
    The
    <emphasis>server</emphasis>
    is the remote machine that exports one or more of its filesystems.
    The
    <emphasis>client</emphasis>
    is the local machine that imports those filesystems.
    From the local client's point of view,
    a remotely mounted filesystem appears in the file-tree name space
    just like any other locally mounted filesystem.
    Local clients can change into directories on the remote filesystem,
    and can read, write, and execute binaries within that remote filesystem
    identically to the way that they can do these operations
    on a local filesystem.</para>

  <para>When the local client does an operation on a remote filesystem,
    the request is packaged and is sent to the server.
    The server does the requested operation and
    returns either the requested information or an error
    indicating why the request was denied.
    To get reasonable performance,
    the client must cache frequently accessed data.
    The complexity of remote filesystems lies in maintaining cache
    consistency between the server and its many clients.</para>

  <para>Although many remote-filesystem protocols
    have been developed over the years,
    the most pervasive one in use among UNIX
    systems is the Network Filesystem
    (NFS),
    whose protocol and most widely used implementation were
    done by Sun Microsystems.
    The 4.4BSD kernel supports the
    NFS
    protocol, although the implementation was done independently
    from the protocol specification
    <xref linkend="biblio-macklem"/>.
    The
    NFS
    protocol is described in
    Chapter 9.
    </para>
  </sect1>

    <sect1 xml:id="overview-terminal">
      <title>Terminals</title>

      <para>Terminals support the standard system I/O operations, as well
	as a collection of terminal-specific operations to control input-character
	editing and output delays.
	At the lowest level are the terminal device drivers that control
	the hardware terminal ports.
	Terminal input is handled according to the underlying communication
	characteristics, such as baud rate,
	and according to a set of software-controllable
	parameters, such as parity checking.</para>

      <para>Layered above the terminal device drivers are line disciplines
	that provide various degrees of character processing.
	The default line discipline is selected when a port is being
	used for an interactive login.
	The line discipline is run in
	<emphasis>canonical mode</emphasis>;
	input is processed to provide standard line-oriented editing functions,
	and input is presented to a process on a line-by-line basis.</para>


      <para>Screen editors and programs that communicate with other computers
	generally run in
	<emphasis>noncanonical mode</emphasis>
	(also commonly referred to as
	<emphasis>raw mode</emphasis>
	or
	<emphasis>character-at-a-time mode</emphasis>).
	In this mode, input is passed through to the reading process immediately
	and without interpretation.
	All special-character input processing is disabled,
	no erase or other line editing processing is done,
	and all characters are passed to the program
	that is reading from the terminal.</para>


      <para>It is possible to configure the terminal in thousands
	of combinations between these two extremes.
	For example,
	a screen editor that wanted to receive user interrupts asynchronously
	might enable the special characters that
	generate signals and enable output flow control,
	but otherwise run in noncanonical mode;
	all other characters would be passed through to the process uninterpreted.</para>

      <para>On output, the terminal handler provides simple formatting services,
	including</para>


      <itemizedlist>
	<listitem>
	  <para>Converting the line-feed character
	    to the two-character carriage-return-line-feed sequence</para>
	</listitem>

	<listitem>
	  <para>Inserting delays after certain standard control characters</para>
	</listitem>

	<listitem>
	  <para>Expanding tabs</para>
	</listitem>

	<listitem>
	  <para>Displaying echoed nongraphic
	    ASCII
	    characters as a two-character sequence of the
	    form ``^C''
	    (i.e., the
	    ASCII
	    caret character followed by the
	    ASCII
	    character that is the character's value offset from the
	    ASCII
	    ``@'' character).</para>
	</listitem>
      </itemizedlist>

      <para>Each of these formatting services can be disabled individually by
	a process through control requests.</para>

    </sect1>

    <sect1 xml:id="overview-ipc">
      <title>Interprocess Communication</title>

      <para>Interprocess communication in 4.4BSD is organized in
	<emphasis>communication domains</emphasis>.
	Domains currently supported include the
	<emphasis>local domain</emphasis>,
	for communication between processes executing on the same machine; the
	<emphasis>internet domain</emphasis>,
	for communication between processes using the
	TCP/IP
	protocol suite (perhaps within the Internet); the
	ISO/OSI
	protocol family for communication between sites required to run them;
	and the
	<emphasis>XNS domain</emphasis>,
	for communication between processes using the
	XEROX
	Network Systems
	(XNS)
	protocols.</para>

      <para>Within a domain, communication takes place between communication
	endpoints known as
	<emphasis>sockets</emphasis>.
	As mentioned in
	Section 2.6,
	the
	<emphasis>socket</emphasis>
	system call creates a socket and returns a descriptor;
	other
	IPC
	system calls are described in
	Chapter 11.
	Each socket has a type that defines its communications semantics;
	these semantics include properties such as reliability, ordering,
	and prevention of duplication of messages.</para>

      <para>Each socket has associated with it a
	<emphasis>communication protocol</emphasis>.
	This protocol provides the semantics required
	by the socket according to the latter's type.
	Applications may request a specific protocol when creating a socket, or
	may allow the system to select a protocol that is appropriate for the type
	of socket being created.</para>

      <para>Sockets may have addresses bound to them.
	The form and meaning of socket addresses are dependent on the
	communication domain in which the socket is created.
	Binding a name to a socket in the
	local domain causes a file to be created in the filesystem.</para>

      <para>Normal data transmitted and received through sockets are untyped.
	Data-representation issues are the responsibility of libraries built
	on top of the interprocess-communication facilities.
	In addition to transporting normal data, communication domains may
	support the transmission and reception of specially typed data, termed
	<emphasis>access rights</emphasis>.
	The local domain, for example,
	uses this facility to pass descriptors between processes.</para>

      <para>Networking implementations on UNIX before 4.2BSD
	usually worked by overloading the character-device interfaces.
	One goal of the socket interface was for naive
	programs to be able to work without change on stream-style connections.
	Such programs can work only if the
	<emphasis>read</emphasis>
	and
	<emphasis>write</emphasis>
	systems calls are unchanged.
	Consequently, the original interfaces were left intact,
	and were made to work on stream-type sockets.
	A new interface was added for more complicated sockets,
	such as those used to send datagrams, with which a destination address
	must be presented with each
	<emphasis>send</emphasis>
	call.</para>

      <para>Another benefit is that the new interface is highly portable.
	Shortly after a test release was available from Berkeley,
	the socket interface had been ported to System III
	by a UNIX vendor
	(although AT&amp;T did not support the socket interface
	until the release of System V Release 4,
	deciding instead to use the
	Eighth Edition stream mechanism).
	The socket interface was also ported to run in many
	Ethernet boards by vendors, such as Excelan and Interlan, that were
	selling into the PC market, where the machines were
	too small to run networking in the main processor.
	More recently, the socket interface was used as the basis for
	Microsoft's Winsock networking interface for Windows.</para>
    </sect1>

    <sect1 xml:id="overview-network-communication">
      <title>Network Communication</title>

      <para>Some of the communication domains supported by the
	<emphasis>socket</emphasis>
	IPC
	mechanism provide access to network protocols.
	These protocols are implemented as a separate software
	layer logically below the socket software in the kernel.
	The kernel provides many ancillary services, such as
    buffer management, message routing, standardized interfaces
    to the protocols, and interfaces to the network interface drivers
    for the use of the various network protocols.</para>

  <para>At the time that 4.2BSD was being implemented,
    there were many networking protocols in use or under development,
    each with its own strengths and weaknesses.
    There was no clearly superior protocol or protocol suite.
    By supporting multiple protocols, 4.2BSD
    could provide interoperability and resource sharing
    among the diverse set of machines that was available
    in the Berkeley environment.
    Multiple-protocol support also provides for future changes.
    Today's protocols designed for 10- to 100-Mbit-per-second
    Ethernets are likely to be inadequate for
    tomorrow's 1- to 10-Gbit-per-second fiber-optic networks.
    Consequently, the network-communication layer is
    designed to support multiple protocols.
    New protocols are added to the kernel without
    the support for older protocols being affected.
    Older applications can continue to operate using the old protocol
    over the same physical network as is used by newer applications
    running with a newer network protocol.</para>
  </sect1>

  <sect1 xml:id="overview-network-implementation">
      <title>Network Implementation</title>

  <para>The first protocol suite implemented in 4.2BSD was
    DARPA's
    Transmission Control Protocol/Internet Protocol
    (TCP/IP).
    The
    CSRG
    chose
    TCP/IP
    as the first network to incorporate into the socket
    IPC
    framework,
    because a 4.1BSD-based implementation was publicly available from a
    DARPA-sponsored
    project at Bolt, Beranek, and Newman
    (BBN).
    That was an influential choice:
    The 4.2BSD implementation
    is the main reason for the extremely widespread use of this protocol suite.
    Later performance and capability improvements to the
    TCP/IP
    implementation have also been widely adopted.
    The
    TCP/IP
    implementation is described in detail in
    Chapter 13.</para>

  <para>The release of 4.3BSD added the Xerox Network Systems
    (XNS)
    protocol suite,
    partly building on work done at the
    University of Maryland and at
    Cornell University.
    This suite was needed to connect
    isolated machines that could not communicate using
    TCP/IP.</para>

  <para>The release of 4.4BSD added the
    ISO
    protocol suite because of the latter's increasing
    visibility both within and outside the United States.
    Because of the somewhat different semantics defined for the
    ISO
    protocols, some minor changes were required in the socket interface
    to accommodate these semantics.
    The changes were made such that they were invisible to clients
    of other existing protocols.
    The
    ISO
    protocols also required extensive addition to the two-level routing
    tables provided by the kernel in 4.3BSD.
    The greatly expanded routing capabilities of 4.4BSD include
    arbitrary levels of routing with variable-length addresses and
    network masks.</para>
  </sect1>

  <sect1 xml:id="overview-operation">
      <title>System Operation</title>

  <para>Bootstrapping mechanisms are used to start the system running.
    First, the 4.4BSD
    kernel must be loaded into the main memory of the processor.
    Once loaded, it must go through an initialization phase to
    set the hardware into a known state.
    Next, the kernel must do
    autoconfiguration, a process that finds
    and configures the peripherals that are attached to the processor.
    The system begins running in single-user mode while a start-up script does
    disk checks and starts the accounting and quota checking.
    Finally, the start-up script starts the general system services
    and brings up
    the system to full multiuser operation.</para>

  <para>During multiuser operation, processes wait for login requests
    on the terminal lines and network ports that have been configured
    for user access.
    When a login request is detected,
    a login process is spawned and user validation is done.
    When the login validation is successful, a
    login shell is created from which
    the user can run additional processes.</para>
  </sect1>

  <bibliography xml:id="references">
    <title>References</title>

    <biblioentry xml:id="biblio-accetta">
      <abbrev>Accetta et al, 1986</abbrev>

      <biblioset relation="article">
	<citetitle>Mach: A New Kernel Foundation for UNIX Development"</citetitle>

	<authorgroup>
	  <author><personname><firstname>M. </firstname><surname>Accetta</surname></personname></author>
	  <author><personname><firstname>R.</firstname><surname>Baron</surname></personname></author>
	  <author><personname><firstname>W.</firstname><surname>Bolosky</surname></personname></author>
	  <author><personname><firstname>D.</firstname><surname>Golub</surname></personname></author>
	  <author><personname><firstname>R.</firstname><surname>Rashid</surname></personname></author>
	  <author><personname><firstname>A.</firstname><surname>Tevanian</surname></personname></author>
	  <author><personname><firstname>M.</firstname><surname>Young</surname></personname></author>
	</authorgroup>

	<pagenums>93-113</pagenums>
      </biblioset>

      <biblioset relation="journal">
	<citetitle>USENIX Association Conference Proceedings</citetitle>
	<publishername>USENIX Association</publishername>
	<pubdate>June 1986</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-cheriton">
      <abbrev>Cheriton, 1988</abbrev>

      <biblioset relation="article">
	<citetitle>The V Distributed System</citetitle>

	<author><personname><firstname>D. R.</firstname><surname>Cheriton</surname></personname></author>

	<pagenums>314-333</pagenums>
      </biblioset>

      <biblioset relation="journal">
	<citetitle>Comm ACM, 31, 3</citetitle>

	<pubdate>March 1988</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-ewens">
      <abbrev>Ewens et al, 1985</abbrev>

      <biblioset relation="article">
	<citetitle>Tunis: A Distributed Multiprocessor Operating System</citetitle>

	<authorgroup>
	  <author><personname><firstname>P.</firstname><surname>Ewens</surname></personname></author>

	  <author><personname><firstname>D. R.</firstname><surname>Blythe</surname></personname></author>

	  <author><personname><firstname>M.</firstname><surname>Funkenhauser</surname></personname></author>

	  <author><personname><firstname>R. C.</firstname><surname>Holt</surname></personname></author>
	</authorgroup>

	<pagenums>247-254</pagenums>
      </biblioset>

      <biblioset relation="journal">
	<citetitle>USENIX Assocation Conference Proceedings</citetitle>
	<publishername>USENIX Association</publishername>
	<pubdate>June 1985</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-gingell">
      <abbrev>Gingell et al, 1987</abbrev>

      <biblioset relation="article">
	<citetitle>Virtual Memory Architecture in SunOS</citetitle>

	<authorgroup>
	  <author><personname><firstname>R.</firstname><surname>Gingell</surname></personname></author>

	  <author><personname><firstname>J.</firstname><surname>Moran</surname></personname></author>

	  <author><personname><firstname>W.</firstname><surname>Shannon</surname></personname></author>
	</authorgroup>

	<pagenums>81-94</pagenums>
      </biblioset>

      <biblioset relation="journal">
	<citetitle>USENIX Association Conference Proceedings</citetitle>
	<publishername>USENIX Association</publishername>
	<pubdate>June 1987</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-kernighan">
      <abbrev>Kernighan &amp; Pike, 1984</abbrev>

      <citetitle>The UNIX Programming Environment</citetitle>

      <authorgroup>
	<author><personname><firstname>B. W.</firstname><surname>Kernighan</surname></personname></author>

	<author><personname><firstname>R.</firstname><surname>Pike</surname></personname></author>
      </authorgroup>

      <publisher>
	<publishername>Prentice-Hall</publishername>
	<address>
	  <city>Englewood Cliffs</city>
	  <state>NJ</state>
	</address>
      </publisher>

      <pubdate>1984</pubdate>
    </biblioentry>

    <biblioentry xml:id="biblio-macklem">
      <abbrev>Macklem, 1994</abbrev>

      <biblioset relation="chapter">
	<citetitle>The 4.4BSD NFS Implementation</citetitle>

	<author><personname><firstname>R.</firstname><surname>Macklem</surname></personname></author>

	<pagenums>6:1-14</pagenums>
      </biblioset>

      <biblioset relation="book">
	<citetitle>4.4BSD System Manager's Manual</citetitle>

	<publisher>
	  <publishername>O'Reilly &amp; Associates, Inc.</publishername>
	  <address>
	    <city>Sebastopol</city>
	    <state>CA</state>
	  </address>
	</publisher>

	<pubdate>1994</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-mckusick-2">
      <abbrev>McKusick &amp; Karels, 1988</abbrev>

      <biblioset relation="article">
	<citetitle>Design of a General Purpose Memory Allocator for the 4.3BSD
	  UNIX Kernel</citetitle>

	<authorgroup>
	  <author><personname><firstname>M. K.</firstname><surname>McKusick</surname></personname></author>

	  <author><personname><firstname>M. J.</firstname><surname>Karels</surname></personname></author>
	</authorgroup>

	<pagenums>295-304</pagenums>
      </biblioset>

      <biblioset relation="journal">
	<citetitle>USENIX Assocation Conference Proceedings</citetitle>
	<publishername>USENIX Assocation</publishername>
	<pubdate>June 1998</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-mckusick-1">
      <abbrev>McKusick et al, 1994</abbrev>

      <biblioset relation="manual">
	<citetitle>Berkeley Software Architecture Manual, 4.4BSD Edition</citetitle>

	<authorgroup>
	  <author><personname><firstname>M. K.</firstname><surname>McKusick</surname></personname></author>

	  <author><personname><firstname>M. J.</firstname><surname>Karels</surname></personname></author>

	  <author><personname><firstname>S. J.</firstname><surname>Leffler</surname></personname></author>

	  <author><personname><firstname>W. N.</firstname><surname>Joy</surname></personname></author>

	  <author><personname><firstname>R. S.</firstname><surname>Faber</surname></personname></author>
	</authorgroup>

	<pagenums>5:1-42</pagenums>
      </biblioset>

      <biblioset relation="book">
	<citetitle>4.4BSD Programmer's Supplementary Documents</citetitle>

	<publisher>
	  <publishername>O'Reilly &amp; Associates, Inc.</publishername>
	  <address>
	    <city>Sebastopol</city>
	    <state>CA</state>
	  </address>
	</publisher>

	<pubdate>1994</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-ritchie">
      <abbrev>Ritchie, 1988</abbrev>

      <citetitle>Early Kernel Design</citetitle>
      <subtitle>private communication</subtitle>

      <author><personname><firstname>D. M.</firstname><surname>Ritchie</surname></personname></author>

      <pubdate>March 1988</pubdate>
    </biblioentry>

    <biblioentry xml:id="biblio-rosenblum">
      <abbrev>Rosenblum &amp; Ousterhout, 1992</abbrev>

      <biblioset relation="article">
	<citetitle>The Design and Implementation of a Log-Structured File
	  System</citetitle>

	<authorgroup>
	  <author><personname><firstname>M.</firstname><surname>Rosenblum</surname></personname></author>

	  <author><personname><firstname>K.</firstname><surname>Ousterhout</surname></personname></author>
	</authorgroup>

	<pagenums>26-52</pagenums>
      </biblioset>

      <biblioset relation="journal">
	<citetitle>ACM Transactions on Computer Systems, 10, 1</citetitle>

	<publishername>Association for Computing Machinery</publishername>
	<pubdate>February 1992</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-rozier">
      <abbrev>Rozier et al, 1988</abbrev>

      <biblioset relation="article">
	<citetitle>Chorus Distributed Operating Systems</citetitle>

	<authorgroup>
	  <author><personname><firstname>M.</firstname><surname>Rozier</surname></personname></author>

	  <author><personname><firstname>V.</firstname><surname>Abrossimov</surname></personname></author>

	  <author><personname><firstname>F.</firstname><surname>Armand</surname></personname></author>

	  <author><personname><firstname>I.</firstname><surname>Boule</surname></personname></author>

	  <author><personname><firstname>M.</firstname><surname>Gien</surname></personname></author>

	  <author><personname><firstname>M.</firstname><surname>Guillemont</surname></personname></author>

	  <author><personname><firstname>F.</firstname><surname>Herrmann</surname></personname></author>

	  <author><personname><firstname>C.</firstname><surname>Kaiser</surname></personname></author>

	  <author><personname><firstname>S.</firstname><surname>Langlois</surname></personname></author>

	  <author><personname><firstname>P.</firstname><surname>Leonard</surname></personname></author>

	  <author><personname><firstname>W.</firstname><surname>Neuhauser</surname></personname></author>
	</authorgroup>

	<pagenums>305-370</pagenums>
      </biblioset>

      <biblioset relation="journal">
	<citetitle>USENIX Computing Systems, 1, 4</citetitle>
	<pubdate>Fall 1988</pubdate>
      </biblioset>
    </biblioentry>

    <biblioentry xml:id="biblio-tevanian">
      <abbrev>Tevanian, 1987</abbrev>

      <citetitle>Architecture-Independent Virtual Memory Management for Parallel
	and Distributed Environments: The Mach Approach</citetitle>
      <subtitle>Technical Report CMU-CS-88-106,</subtitle>

      <author><personname><firstname>A.</firstname><surname>Tevanian</surname></personname></author>

      <publisher>
	<publishername>Department of Computer Science, Carnegie-Mellon
	  University</publishername>

	<address>
	  <city>Pittsburgh</city>
	  <state>PA</state>
	</address>
      </publisher>

      <pubdate>December 1987</pubdate>
    </biblioentry>
  </bibliography>
  </chapter>
</book>