github-linguist 4.8.18 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/grammars/hint.haskell.json +11 -8
  3. data/grammars/hint.message.haskell.json +11 -8
  4. data/grammars/hint.type.haskell.json +11 -8
  5. data/grammars/source.abnf.json +20 -9
  6. data/grammars/source.ahk.json +1 -1
  7. data/grammars/source.bsl.json +1 -1
  8. data/grammars/source.c.json +0 -4
  9. data/grammars/source.c.platform.json +93 -14
  10. data/grammars/source.coffee.json +2 -2
  11. data/grammars/source.cs.json +29 -5
  12. data/grammars/source.csound-score.json +57 -30
  13. data/grammars/source.csound.json +44 -4
  14. data/grammars/source.dm.json +1 -1
  15. data/grammars/source.haskell.json +11 -8
  16. data/grammars/source.js.json +116 -62
  17. data/grammars/source.lean.json +1 -1
  18. data/grammars/source.llvm.json +2 -2
  19. data/grammars/source.mask.json +27 -1
  20. data/grammars/source.objc.platform.json +57 -14
  21. data/grammars/source.perl.json +1 -1
  22. data/grammars/source.perl6fe.json +165 -54
  23. data/grammars/source.pony.json +1 -1
  24. data/grammars/source.python.json +2061 -289
  25. data/grammars/source.rascal.json +3 -4
  26. data/grammars/source.regexp.python.json +34 -4
  27. data/grammars/source.sdbl.json +6 -2
  28. data/grammars/source.swift.json +182 -58
  29. data/grammars/source.viml.json +1 -1
  30. data/grammars/source.yaml.json +2 -0
  31. data/grammars/text.html.handlebars.json +3 -3
  32. data/grammars/text.html.php.json +2 -2
  33. data/grammars/text.html.vue.json +42 -1
  34. data/grammars/text.tex.latex.haskell.json +11 -8
  35. data/lib/linguist.rb +2 -1
  36. data/lib/linguist/language.rb +20 -69
  37. data/lib/linguist/languages.json +1 -1
  38. data/lib/linguist/languages.yml +95 -119
  39. data/lib/linguist/popular.yml +1 -1
  40. data/lib/linguist/samples.json +2330 -2330
  41. data/lib/linguist/strategy/extension.rb +10 -0
  42. data/lib/linguist/strategy/filename.rb +3 -2
  43. data/lib/linguist/version.rb +1 -1
  44. metadata +3 -3
  45. data/grammars/source.js.embedded.html.json +0 -10
@@ -26,4 +26,4 @@
26
26
  - Shell
27
27
  - Swift
28
28
  - TeX
29
- - VimL
29
+ - Vim script
@@ -302,11 +302,6 @@
302
302
  "FLUX": [
303
303
  ".fx"
304
304
  ],
305
- "FORTRAN": [
306
- ".F",
307
- ".f",
308
- ".for"
309
- ],
310
305
  "Filebench WML": [
311
306
  ".f"
312
307
  ],
@@ -328,6 +323,11 @@
328
323
  ".fs",
329
324
  ".fth"
330
325
  ],
326
+ "Fortran": [
327
+ ".F",
328
+ ".f",
329
+ ".for"
330
+ ],
331
331
  "FreeMarker": [
332
332
  ".ftl"
333
333
  ],
@@ -346,10 +346,6 @@
346
346
  ".gi",
347
347
  ".tst"
348
348
  ],
349
- "GAS": [
350
- ".ms",
351
- ".s"
352
- ],
353
349
  "GCC Machine Description": [
354
350
  ".md"
355
351
  ],
@@ -412,14 +408,6 @@
412
408
  ".DOT",
413
409
  ".dot"
414
410
  ],
415
- "Groff": [
416
- ".4",
417
- ".l",
418
- ".ms",
419
- ".n",
420
- ".rno",
421
- ".tmac"
422
- ],
423
411
  "Groovy": [
424
412
  ".grt",
425
413
  ".gtpl",
@@ -528,10 +516,6 @@
528
516
  "JSX": [
529
517
  ".jsx"
530
518
  ],
531
- "Jade": [
532
- ".jade",
533
- ".pug"
534
- ],
535
519
  "Jasmin": [
536
520
  ".j"
537
521
  ],
@@ -750,7 +734,7 @@
750
734
  "Nginx": [
751
735
  ".vhost"
752
736
  ],
753
- "Nimrod": [
737
+ "Nim": [
754
738
  ".nim"
755
739
  ],
756
740
  "Nit": [
@@ -926,6 +910,10 @@
926
910
  ".asc",
927
911
  ".pub"
928
912
  ],
913
+ "Pug": [
914
+ ".jade",
915
+ ".pug"
916
+ ],
929
917
  "Puppet": [
930
918
  ".pp"
931
919
  ],
@@ -985,7 +973,7 @@
985
973
  "Racket": [
986
974
  ".scrbl"
987
975
  ],
988
- "Ragel in Ruby Host": [
976
+ "Ragel": [
989
977
  ".rl"
990
978
  ],
991
979
  "Rascal": [
@@ -1012,6 +1000,14 @@
1012
1000
  "RobotFramework": [
1013
1001
  ".robot"
1014
1002
  ],
1003
+ "Roff": [
1004
+ ".4",
1005
+ ".l",
1006
+ ".ms",
1007
+ ".n",
1008
+ ".rno",
1009
+ ".tmac"
1010
+ ],
1015
1011
  "Ruby": [
1016
1012
  ".fcgi",
1017
1013
  ".jbuilder",
@@ -1223,6 +1219,10 @@
1223
1219
  ".meta",
1224
1220
  ".prefab"
1225
1221
  ],
1222
+ "Unix Assembly": [
1223
+ ".ms",
1224
+ ".s"
1225
+ ],
1226
1226
  "Uno": [
1227
1227
  ".uno"
1228
1228
  ],
@@ -1242,7 +1242,7 @@
1242
1242
  "Verilog": [
1243
1243
  ".v"
1244
1244
  ],
1245
- "VimL": [
1245
+ "Vim script": [
1246
1246
  ".vim"
1247
1247
  ],
1248
1248
  "Visual Basic": [
@@ -1636,7 +1636,7 @@
1636
1636
  "readme.1st",
1637
1637
  "test.me"
1638
1638
  ],
1639
- "VimL": [
1639
+ "Vim script": [
1640
1640
  ".gvimrc",
1641
1641
  ".nvimrc",
1642
1642
  ".vimrc",
@@ -33645,57 +33645,6 @@
33645
33645
  "Image": 2,
33646
33646
  "hit": 2
33647
33647
  },
33648
- "FORTRAN": {
33649
- "Codes/HYCOM/hycom/ATLb2.00/src_2.0.01_22_one/": 1,
33650
- "real": 1,
33651
- "onemu": 1,
33652
- "twomu": 1,
33653
- "data": 3,
33654
- "onemu/0.0098/": 1,
33655
- "twomu/1./": 1,
33656
- "threemu/0.e9/": 1,
33657
- "end": 13,
33658
- "c": 3,
33659
- "comment": 8,
33660
- "*": 4,
33661
- "program": 3,
33662
- "main": 3,
33663
- "subroutine": 3,
33664
- "foo": 4,
33665
- "(": 20,
33666
- "i": 12,
33667
- "x": 8,
33668
- "b": 8,
33669
- ")": 20,
33670
- "INTEGER": 4,
33671
- "REAL": 4,
33672
- "LOGICAL": 4,
33673
- "if": 6,
33674
- "i.ne.0": 3,
33675
- "then": 3,
33676
- "call": 3,
33677
- "bar": 4,
33678
- "-": 4,
33679
- "return": 6,
33680
- "double": 3,
33681
- "complex": 3,
33682
- "function": 3,
33683
- "baz": 8,
33684
- "d0": 8,
33685
- "PROGRAM": 1,
33686
- "MAIN": 1,
33687
- "END": 4,
33688
- "C": 1,
33689
- "SUBROUTINE": 1,
33690
- "IF": 2,
33691
- "i.NE.0": 1,
33692
- "THEN": 1,
33693
- "CALL": 1,
33694
- "RETURN": 2,
33695
- "DOUBLE": 1,
33696
- "COMPLEX": 1,
33697
- "FUNCTION": 1
33698
- },
33699
33648
  "Filebench WML": {
33700
33649
  "#": 8,
33701
33650
  "set": 7,
@@ -35535,6 +35484,57 @@
35535
35484
  "undefined": 4,
35536
35485
  "/cell": 4
35537
35486
  },
35487
+ "Fortran": {
35488
+ "Codes/HYCOM/hycom/ATLb2.00/src_2.0.01_22_one/": 1,
35489
+ "real": 1,
35490
+ "onemu": 1,
35491
+ "twomu": 1,
35492
+ "data": 3,
35493
+ "onemu/0.0098/": 1,
35494
+ "twomu/1./": 1,
35495
+ "threemu/0.e9/": 1,
35496
+ "end": 13,
35497
+ "c": 3,
35498
+ "comment": 8,
35499
+ "*": 4,
35500
+ "program": 3,
35501
+ "main": 3,
35502
+ "subroutine": 3,
35503
+ "foo": 4,
35504
+ "(": 20,
35505
+ "i": 12,
35506
+ "x": 8,
35507
+ "b": 8,
35508
+ ")": 20,
35509
+ "INTEGER": 4,
35510
+ "REAL": 4,
35511
+ "LOGICAL": 4,
35512
+ "if": 6,
35513
+ "i.ne.0": 3,
35514
+ "then": 3,
35515
+ "call": 3,
35516
+ "bar": 4,
35517
+ "-": 4,
35518
+ "return": 6,
35519
+ "double": 3,
35520
+ "complex": 3,
35521
+ "function": 3,
35522
+ "baz": 8,
35523
+ "d0": 8,
35524
+ "PROGRAM": 1,
35525
+ "MAIN": 1,
35526
+ "END": 4,
35527
+ "C": 1,
35528
+ "SUBROUTINE": 1,
35529
+ "IF": 2,
35530
+ "i.NE.0": 1,
35531
+ "THEN": 1,
35532
+ "CALL": 1,
35533
+ "RETURN": 2,
35534
+ "DOUBLE": 1,
35535
+ "COMPLEX": 1,
35536
+ "FUNCTION": 1
35537
+ },
35538
35538
  "FreeMarker": {
35539
35539
  "<#import>": 1,
35540
35540
  "layout": 2,
@@ -37816,109 +37816,6 @@
37816
37816
  "S": 4,
37817
37817
  "IsLinearMapping": 1
37818
37818
  },
37819
- "GAS": {
37820
- ".macro": 1,
37821
- "invalid": 2,
37822
- ".word": 2,
37823
- "stc": 1,
37824
- "cr0": 1,
37825
- "[": 3,
37826
- "r0": 6,
37827
- "]": 3,
37828
- ".endm": 1,
37829
- ".global": 1,
37830
- "_start": 2,
37831
- "nop": 1,
37832
- "bl": 1,
37833
- "skip_output": 2,
37834
- "hello_text": 1,
37835
- ".asciz": 1,
37836
- ".p2align": 2,
37837
- "mov": 6,
37838
- "r4": 9,
37839
- "r14": 1,
37840
- "output_next": 2,
37841
- "adr": 2,
37842
- "into_thumb": 2,
37843
- "+": 3,
37844
- "bx": 2,
37845
- ".thumb": 1,
37846
- "#3": 2,
37847
- "@": 2,
37848
- "writec": 1,
37849
- "angel": 1,
37850
- "call": 2,
37851
- "r1": 3,
37852
- "swi": 3,
37853
- "Confirm": 1,
37854
- "number.": 1,
37855
- "r5": 6,
37856
- "back_to_arm": 2,
37857
- ".arm": 1,
37858
- "add": 2,
37859
- "#1": 2,
37860
- "sub": 2,
37861
- "r3": 8,
37862
- "ldrb": 2,
37863
- "teq": 2,
37864
- "#0": 2,
37865
- "beq": 1,
37866
- "done": 2,
37867
- "#0x123456": 2,
37868
- "bne": 1,
37869
- "#0x18": 1,
37870
- "ldr": 1,
37871
- "exit_code": 2,
37872
- ".cstring": 1,
37873
- "LC0": 2,
37874
- ".ascii": 2,
37875
- ".text": 1,
37876
- ".globl": 2,
37877
- "_main": 2,
37878
- "LFB3": 4,
37879
- "pushq": 1,
37880
- "%": 6,
37881
- "rbp": 2,
37882
- "LCFI0": 3,
37883
- "movq": 1,
37884
- "rsp": 1,
37885
- "LCFI1": 2,
37886
- "leaq": 1,
37887
- "(": 1,
37888
- "rip": 1,
37889
- ")": 1,
37890
- "rdi": 1,
37891
- "_puts": 1,
37892
- "movl": 1,
37893
- "eax": 1,
37894
- "leave": 1,
37895
- "ret": 1,
37896
- "LFE3": 2,
37897
- ".section": 1,
37898
- "__TEXT": 1,
37899
- "__eh_frame": 1,
37900
- "coalesced": 1,
37901
- "no_toc": 1,
37902
- "strip_static_syms": 1,
37903
- "live_support": 1,
37904
- "EH_frame1": 2,
37905
- ".set": 5,
37906
- "L": 10,
37907
- "set": 10,
37908
- "LECIE1": 2,
37909
- "-": 7,
37910
- "LSCIE1": 2,
37911
- ".long": 6,
37912
- ".byte": 20,
37913
- ".align": 2,
37914
- "_main.eh": 2,
37915
- "LSFDE1": 1,
37916
- "LEFDE1": 2,
37917
- "LASFDE1": 3,
37918
- ".quad": 2,
37919
- ".": 1,
37920
- ".subsections_via_symbols": 1
37921
- },
37922
37819
  "GCC Machine Description": {
37923
37820
  ";": 1329,
37924
37821
  "-": 80,
@@ -44885,1984 +44782,427 @@
44885
44782
  "R": 2,
44886
44783
  "C": 2
44887
44784
  },
44888
- "Groff": {
44889
- ".": 83,
44890
- "[": 37,
44891
- "fB": 20,
44892
- "fP": 87,
44893
- "]": 37,
44894
- "<a>": 4,
44895
- "href=": 4,
44896
- "*": 12,
44897
- "(": 46,
44898
- "m1": 3,
44785
+ "Groovy": {
44786
+ "task": 1,
44787
+ "echoDirListViaAntBuilder": 1,
44788
+ "(": 13,
44789
+ ")": 13,
44790
+ "{": 19,
44791
+ "description": 1,
44792
+ "//Docs": 1,
44793
+ "http": 1,
44794
+ "//ant.apache.org/manual/Types/fileset.html": 1,
44795
+ "//Echo": 1,
44796
+ "the": 3,
44797
+ "Gradle": 1,
44798
+ "project": 1,
44799
+ "name": 4,
44800
+ "via": 1,
44801
+ "ant": 1,
44802
+ "echo": 3,
44803
+ "plugin": 1,
44804
+ "ant.echo": 3,
44805
+ "message": 2,
44806
+ "project.name": 1,
44807
+ "path": 2,
44808
+ "//Gather": 1,
44809
+ "list": 1,
44810
+ "of": 1,
44811
+ "files": 1,
44812
+ "in": 1,
44813
+ "a": 1,
44814
+ "subdirectory": 1,
44815
+ "ant.fileScanner": 1,
44816
+ "fileset": 1,
44817
+ "dir": 2,
44818
+ "}": 19,
44819
+ ".each": 1,
44820
+ "//Print": 1,
44821
+ "each": 1,
44822
+ "file": 1,
44823
+ "to": 1,
44824
+ "screen": 1,
44825
+ "with": 1,
44826
+ "CWD": 1,
44827
+ "projectDir": 1,
44828
+ "removed.": 1,
44829
+ "println": 3,
44830
+ "it.toString": 1,
44831
+ "-": 2,
44832
+ "jettyUrl": 1,
44833
+ "def": 3,
44834
+ "servers": 5,
44835
+ "stage": 4,
44836
+ "node": 4,
44837
+ "checkout": 2,
44838
+ "scm": 2,
44839
+ "load": 1,
44840
+ "mvn": 3,
44841
+ "stash": 1,
44842
+ "includes": 1,
44843
+ "parallel": 1,
44844
+ "longerTests": 1,
44845
+ "runTests": 3,
44846
+ "quickerTests": 1,
44847
+ "concurrency": 2,
44848
+ "servers.deploy": 2,
44849
+ "input": 1,
44850
+ "sh": 2,
44851
+ "args": 1,
44852
+ "duration": 1,
44853
+ "servers.runWithServer": 1,
44854
+ "id": 1,
44855
+ "SHEBANG#!groovy": 2,
44856
+ "html": 3,
44857
+ "head": 2,
44858
+ "component": 1,
44859
+ "title": 2,
44860
+ "body": 1,
44861
+ "p": 1
44862
+ },
44863
+ "Groovy Server Pages": {
44864
+ "<html>": 4,
44865
+ "<head>": 4,
44866
+ "<meta>": 4,
44867
+ "http": 3,
44868
+ "equiv=": 3,
44869
+ "content=": 4,
44870
+ "<title>": 4,
44871
+ "Testing": 3,
44872
+ "with": 3,
44873
+ "SiteMesh": 2,
44874
+ "and": 2,
44875
+ "Resources": 2,
44876
+ "</title>": 4,
44877
+ "name=": 1,
44878
+ "<r:require>": 2,
44879
+ "module=": 2,
44880
+ "</head>": 4,
44881
+ "<body>": 4,
44882
+ "</body>": 4,
44883
+ "</html>": 4,
44884
+ "<%@>": 1,
44885
+ "page": 2,
44886
+ "contentType=": 1,
44887
+ "Using": 1,
44888
+ "directive": 1,
44889
+ "tag": 1,
44890
+ "<div>": 2,
44891
+ "class=": 2,
44892
+ "<a>": 2,
44893
+ "href=": 2,
44894
+ "alt=": 2,
44895
+ "id=": 2,
44896
+ "Download": 1,
44899
44897
  "</a>": 2,
44900
- "&": 10,
44901
- "}": 15,
44902
- "el": 1,
44903
- "la": 1,
44904
- "ra": 1,
44905
- "hy": 2,
44906
- "n": 6,
44907
- "HY": 2,
44908
- "..": 7,
44909
- "Continuation": 1,
44910
- "line": 1,
44911
- "for": 58,
44912
- ".TP": 1,
44913
- "header.": 1,
44914
- ".de": 6,
44915
- "TQ": 1,
44916
- "br": 1,
44917
- "ns": 1,
44918
- "TP": 1,
44919
- "no": 6,
44920
- "doublequotes": 1,
44921
- "around": 2,
44922
- "argument": 3,
44923
- "Start": 2,
44924
- "example.": 2,
44925
- "EX": 1,
44926
- "do": 5,
44927
- "ds": 1,
44928
- "mF": 2,
44929
- ".fam": 1,
44930
- "nr": 1,
44931
- "mE": 2,
44932
- ".f": 1,
44933
- "nf": 1,
44934
- "nh": 1,
44935
- "fam": 2,
44936
- "C": 2,
44937
- "ft": 2,
44938
- "CW": 1,
44939
- "End": 3,
44940
- "EE": 1,
44941
- "fi": 1,
44942
- "display.": 2,
44943
- "DS": 1,
44944
- "XXX": 2,
44945
- "to": 127,
44946
- "be": 64,
44947
- "written": 5,
44948
- "DE": 1,
44949
- "EOF": 1,
44950
- "CREATE": 3,
44951
- "VIEW": 2,
44952
- "-": 76,
44953
- "SQL": 2,
44954
- "Language": 2,
44955
- "Statements": 1,
44956
- "Commands": 2,
44957
- "DESCRIPTION": 2,
44958
- "PARAMETERS": 1,
44959
- "NOTES": 1,
44960
- "EXAMPLES": 1,
44961
- "COMPATIBILITY": 1,
44962
- "SEE": 1,
44963
- "ALSO": 1,
44964
- "DROP": 1,
44965
- "fBdrop_view": 1,
44966
- "fR": 13,
44967
- "l": 1,
44968
- ")": 37,
44969
- "NetBSD": 1,
44970
- "fsinterface.ms": 2,
44971
- "v": 1,
44972
- "/08/07": 1,
44973
- "agc": 1,
44974
- "Exp": 1,
44975
- "Copyright": 1,
44976
- "c": 3,
44977
- "The": 68,
44978
- "Regents": 1,
44979
- "of": 131,
44980
- "the": 360,
44981
- "University": 5,
44982
- "California.": 1,
44983
- "All": 4,
44984
- "rights": 1,
44985
- "reserved.": 1,
44986
- "Redistribution": 1,
44987
- "and": 91,
44988
- "use": 19,
44989
- "in": 84,
44990
- "source": 5,
44991
- "binary": 3,
44992
- "forms": 1,
44993
- "with": 27,
44994
- "or": 30,
44995
- "without": 5,
44996
- "modification": 3,
44997
- "are": 41,
44998
- "permitted": 1,
44999
- "provided": 5,
45000
- "that": 40,
45001
- "following": 5,
45002
- "conditions": 3,
45003
- "met": 1,
45004
- "Redistributions": 2,
45005
- "code": 2,
45006
- "must": 12,
45007
- "retain": 5,
45008
- "above": 4,
45009
- "copyright": 2,
45010
- "notice": 2,
45011
- "this": 17,
45012
- "list": 3,
45013
- "disclaimer.": 1,
45014
- "form": 5,
45015
- "reproduce": 1,
45016
- "disclaimer": 1,
45017
- "documentation": 1,
45018
- "and/or": 2,
45019
- "other": 13,
45020
- "materials": 1,
45021
- "distribution.": 1,
45022
- "Neither": 1,
45023
- "name": 23,
45024
- "nor": 1,
45025
- "names": 3,
45026
- "its": 8,
45027
- "contributors": 1,
45028
- "may": 35,
45029
- "used": 23,
45030
- "endorse": 1,
45031
- "promote": 1,
45032
- "products": 1,
45033
- "derived": 2,
45034
- "from": 27,
45035
- "software": 1,
45036
- "specific": 9,
45037
- "prior": 1,
45038
- "permission.": 1,
45039
- "THIS": 2,
45040
- "SOFTWARE": 2,
45041
- "IS": 2,
45042
- "PROVIDED": 1,
45043
- "BY": 1,
45044
- "THE": 5,
45045
- "REGENTS": 2,
45046
- "AND": 4,
45047
- "CONTRIBUTORS": 2,
45048
- "AS": 1,
45049
- "ANY": 4,
45050
- "EXPRESS": 1,
45051
- "OR": 8,
45052
- "IMPLIED": 2,
45053
- "WARRANTIES": 2,
45054
- "INCLUDING": 3,
45055
- "BUT": 2,
45056
- "NOT": 2,
45057
- "LIMITED": 2,
45058
- "TO": 2,
45059
- "OF": 8,
45060
- "MERCHANTABILITY": 1,
45061
- "FITNESS": 1,
45062
- "FOR": 2,
45063
- "A": 10,
45064
- "PARTICULAR": 1,
45065
- "PURPOSE": 1,
45066
- "ARE": 1,
45067
- "DISCLAIMED.": 1,
45068
- "IN": 3,
45069
- "NO": 1,
45070
- "EVENT": 1,
45071
- "SHALL": 1,
45072
- "BE": 1,
45073
- "LIABLE": 1,
45074
- "DIRECT": 1,
45075
- "INDIRECT": 1,
45076
- "INCIDENTAL": 1,
45077
- "SPECIAL": 1,
45078
- "EXEMPLARY": 1,
45079
- "CONSEQUENTIAL": 1,
45080
- "DAMAGES": 1,
45081
- "PROCUREMENT": 1,
45082
- "SUBSTITUTE": 1,
45083
- "GOODS": 1,
45084
- "SERVICES": 1,
45085
- ";": 77,
45086
- "LOSS": 1,
45087
- "USE": 2,
45088
- "DATA": 1,
45089
- "PROFITS": 1,
45090
- "BUSINESS": 1,
45091
- "INTERRUPTION": 1,
45092
- "HOWEVER": 1,
45093
- "CAUSED": 1,
45094
- "ON": 1,
45095
- "THEORY": 1,
45096
- "LIABILITY": 2,
45097
- "WHETHER": 1,
45098
- "CONTRACT": 1,
45099
- "STRICT": 1,
45100
- "TORT": 1,
45101
- "NEGLIGENCE": 1,
45102
- "OTHERWISE": 1,
45103
- "ARISING": 1,
45104
- "WAY": 1,
45105
- "OUT": 1,
45106
- "EVEN": 1,
45107
- "IF": 1,
45108
- "ADVISED": 1,
45109
- "POSSIBILITY": 1,
45110
- "SUCH": 1,
45111
- "DAMAGE.": 1,
45112
- "@": 1,
45113
- "#": 1,
45114
- "Berkeley": 6,
45115
- "/16/91": 1,
45116
- ".if": 1,
45117
- "nv": 1,
45118
- ".rm": 1,
45119
- "CM": 1,
45120
- "UX": 3,
45121
- ".ie": 1,
45122
- "s": 13,
45123
- "NIX": 3,
45124
- "s0": 3,
45125
- ".el": 1,
45126
- "{": 14,
45127
- "dg": 2,
45128
- ".FS": 3,
45129
- "is": 77,
45130
- "a": 110,
45131
- "registered": 1,
45132
- "trademark": 2,
45133
- "AT": 9,
45134
- "T.": 1,
45135
- ".FE": 2,
45136
- ".nr": 1,
45137
- ".TL": 1,
45138
- "Toward": 1,
45139
- "Compatible": 1,
45140
- "Filesystem": 4,
45141
- "Interface": 1,
45142
- ".AU": 1,
45143
- "Michael": 1,
45144
- "J.": 1,
45145
- "Karels": 3,
45146
- "Marshall": 2,
45147
- "Kirk": 1,
45148
- "McKusick": 4,
45149
- ".AI": 1,
45150
- "Computer": 5,
45151
- "Systems": 4,
45152
- "Research": 2,
45153
- "Group": 2,
45154
- "Science": 2,
45155
- "Division": 1,
45156
- "Department": 1,
45157
- "Electrical": 1,
45158
- "Engineering": 1,
45159
- "California": 4,
45160
- ".AB": 1,
45161
- ".LP": 5,
45162
- "As": 10,
45163
- "network": 6,
45164
- "remote": 9,
45165
- "filesystems": 22,
45166
- "have": 12,
45167
- "been": 11,
45168
- "implemented": 5,
45169
- ".UX": 12,
45170
- "several": 7,
45171
- "stylized": 3,
45172
- "interfaces": 11,
45173
- "between": 7,
45174
- "filesystem": 81,
45175
- "implementation": 4,
45176
- "rest": 2,
45177
- "kernel": 3,
45178
- "developed.": 1,
45179
- "This": 12,
45180
- "an": 12,
45181
- "update": 1,
45182
- "paper": 1,
45183
- "originally": 2,
45184
- "presented": 3,
45185
- "at": 15,
45186
- "September": 1,
45187
- "conference": 1,
45188
- "European": 1,
45189
- "Users": 1,
45190
- "Virtual": 1,
45191
- "interface": 36,
45192
- "VFS": 9,
45193
- "using": 6,
45194
- "vnodes": 5,
45195
- "Digital": 3,
45196
- "Equipment": 2,
45197
- "File": 10,
45198
- "System": 14,
45199
- "Switch": 2,
45200
- "FSS": 2,
45201
- "Each": 7,
45202
- "design": 8,
45203
- "attempts": 3,
45204
- "isolate": 1,
45205
- "dependent": 5,
45206
- "details": 2,
45207
- "below": 1,
45208
- "generic": 7,
45209
- "provide": 2,
45210
- "framework": 1,
45211
- "within": 8,
45212
- "which": 14,
45213
- "new": 12,
45214
- "incorporated.": 1,
45215
- "However": 4,
45216
- "each": 4,
45217
- "these": 16,
45218
- "different": 13,
45219
- "incompatible": 1,
45220
- "others.": 1,
45221
- "them": 4,
45222
- "addresses": 1,
45223
- "somewhat": 3,
45224
- "goals.": 1,
45225
- "was": 3,
44898
+ "</div>": 2,
44899
+ "Print": 1,
44900
+ "{": 1,
44901
+ "example": 1,
44902
+ "}": 1
44903
+ },
44904
+ "HCL": {
44905
+ "consul": 1,
44906
+ "template": 1,
44907
+ "{": 4,
44908
+ "bar": 1,
44909
+ "}": 4,
44910
+ "resource": 1,
44911
+ "provisioner": 2,
44912
+ "source": 2,
44913
+ "destination": 2
44914
+ },
44915
+ "HLSL": {
44916
+ "//": 2,
44917
+ "struct": 8,
44918
+ "Vertex": 3,
44919
+ "{": 30,
44920
+ "float4": 21,
44921
+ "position": 1,
44922
+ "POSITION": 5,
44923
+ ";": 169,
44924
+ "float2": 8,
44925
+ "texCoord": 3,
44926
+ "TEXCOORD0": 5,
44927
+ "}": 30,
44928
+ "texture": 7,
44929
+ "t": 1,
44930
+ "sampler": 6,
44931
+ "s": 7,
44932
+ "vertexMain": 1,
44933
+ "(": 64,
44934
+ "input": 3,
44935
+ ")": 64,
44936
+ "return": 9,
44937
+ "pixelMain": 1,
44938
+ "COLOR0": 3,
44939
+ "tex2D": 6,
44940
+ "float4x4": 6,
44941
+ "matWorldView": 5,
44942
+ "WORLDVIEW": 2,
44943
+ "matWorldViewProjection": 5,
44944
+ "WORLDVIEWPROJECTION": 2,
44945
+ "VS_INPUT": 4,
44946
+ "Position": 2,
44947
+ "POSITION0": 2,
44948
+ "float3": 23,
44949
+ "Normal": 2,
44950
+ "NORMAL": 2,
44951
+ "Tangent": 2,
44952
+ "TANGENT": 2,
44953
+ "Binormal": 2,
44954
+ "BINORMAL": 2,
44955
+ "TexCoord0": 2,
44956
+ "TexCoord1": 2,
44957
+ "TEXCOORD1": 4,
44958
+ "VS_OUTPUT": 12,
44959
+ "float3x3": 1,
44960
+ "TangentToView": 1,
44961
+ "TEXCOORD2": 2,
44962
+ "vs_main": 4,
44963
+ "output": 2,
44964
+ "output.Position": 1,
44965
+ "mul": 7,
44966
+ "input.Position": 1,
44967
+ "output.TexCoord0": 1,
44968
+ "input.TexCoord0": 1,
44969
+ "*": 17,
44970
+ "output.TexCoord1": 1,
44971
+ "input.TexCoord1": 1,
44972
+ "output.TangentToView": 3,
44973
+ "[": 3,
44974
+ "]": 3,
44975
+ "input.Tangent": 1,
44976
+ ".xyz": 4,
44977
+ "input.Binormal": 1,
44978
+ "input.Normal": 1,
44979
+ "PS_OUTPUT": 6,
44980
+ "gbuffer0": 1,
44981
+ "gbuffer1": 1,
44982
+ "COLOR1": 1,
44983
+ "albedo_tex": 2,
44984
+ "albedo_samp": 2,
44985
+ "sampler_state": 7,
44986
+ "Texture": 7,
44987
+ "MipFilter": 7,
44988
+ "Linear": 12,
44989
+ "MinFilter": 7,
44990
+ "MagFilter": 7,
44991
+ "AddressU": 5,
44992
+ "Wrap": 8,
44993
+ "AddressV": 5,
44994
+ "sRGBTexture": 4,
44995
+ "True": 4,
44996
+ "normal_tex": 2,
44997
+ "normal_samp": 2,
44998
+ "False": 2,
44999
+ "specular_tex": 2,
45000
+ "specular_samp": 2,
45001
+ "ao_tex": 2,
45002
+ "ao_samp": 2,
45003
+ "ps_main": 4,
45004
+ "Input": 1,
45005
+ "o": 2,
45006
+ "tangentNormal": 2,
45007
+ "normalize": 7,
45008
+ "Input.TexCoord0": 3,
45009
+ "-": 6,
45010
+ "eyeNormal": 2,
45011
+ "Input.TangentToView": 1,
45012
+ "albedo": 2,
45013
+ ".rgb": 1,
45014
+ "float": 7,
45015
+ "ao": 3,
45016
+ "Input.TexCoord1": 1,
45017
+ ".r": 2,
45018
+ "spec": 2,
45019
+ "o.gbuffer0": 1,
45020
+ "o.gbuffer1": 1,
45021
+ "technique": 3,
45022
+ "mesh": 1,
45023
+ "pass": 3,
45024
+ "Geometry": 1,
45025
+ "VertexShader": 3,
45026
+ "compile": 6,
45027
+ "vs_3_0": 1,
45028
+ "PixelShader": 3,
45029
+ "ps_3_0": 1,
45030
+ "AlphaBlendEnable": 1,
45031
+ "ZWriteEnable": 1,
45032
+ "matWorld": 1,
45033
+ "WORLD": 1,
45034
+ "matView": 1,
45035
+ "VIEW": 1,
45036
+ "uniform": 4,
45037
+ "vViewPosition": 1,
45038
+ "Pos": 2,
45039
+ "reflection": 3,
45040
+ "refraction": 3,
45041
+ "fresnel": 5,
45042
+ "TEXCOORD3": 1,
45043
+ "amt": 1,
45044
+ "scale": 2,
45045
+ "phase": 2,
45046
+ "deform": 4,
45047
+ "p": 3,
45048
+ "p2": 6,
45049
+ "+": 6,
45050
+ "sin": 3,
45051
+ "p2.x": 1,
45052
+ "amt.x": 1,
45053
+ "p2.y": 1,
45054
+ "amt.y": 1,
45055
+ "p2.z": 1,
45056
+ "amt.z": 1,
45057
+ "/": 1,
45058
+ "In": 3,
45059
+ "Out": 6,
45060
+ "pos": 10,
45061
+ "In.Pos": 1,
45062
+ "norm": 7,
45063
+ "In.Normal": 1,
45064
+ "p1": 5,
45065
+ "In.Tangent": 1,
45066
+ "In.Binormal": 1,
45067
+ "cross": 1,
45068
+ "view": 4,
45069
+ "vViewPosition.xyz": 1,
45070
+ "Out.Pos": 1,
45071
+ "Out.reflection": 1,
45072
+ "reflect": 2,
45073
+ "Out.refraction": 1,
45074
+ "Out.fresnel": 1,
45075
+ "dot": 1,
45076
+ "#define": 1,
45077
+ "PS_INPUT": 2,
45078
+ "#if": 1,
45079
+ "textureCUBE": 1,
45080
+ "reflectionMap": 4,
45081
+ "samplerCUBE": 2,
45082
+ "reflectionMapSampler": 4,
45083
+ "LINEAR": 9,
45084
+ "#else": 1,
45085
+ "<": 1,
45086
+ "string": 2,
45087
+ "type": 1,
45088
+ "name": 1,
45089
+ "#endif": 1,
45090
+ "color": 1,
45091
+ "texCUBE": 2,
45092
+ "In.reflection": 1,
45093
+ "In.refraction": 1,
45094
+ "In.fresnel": 1,
45095
+ "abs": 1,
45096
+ "In.normal": 1,
45097
+ ".z": 1,
45098
+ "Out.color": 1,
45099
+ "lerp": 1,
45100
+ "pow": 1,
45101
+ "blur_ps_vs_2_0": 2,
45102
+ "P0": 2,
45103
+ "vs_2_0": 2,
45104
+ "ps_2_0": 2,
45105
+ "alpha": 2,
45106
+ "tex": 5,
45107
+ "tex_sampler": 2,
45108
+ "WRAP": 2,
45109
+ "vertex": 2,
45110
+ "ipos": 2,
45111
+ "Out.pos": 1,
45112
+ "Out.tex": 1,
45113
+ "pixel": 2,
45114
+ "COLOR": 1,
45115
+ "In.tex": 1
45116
+ },
45117
+ "HTML": {
45118
+ "<!DOCTYPE>": 4,
45119
+ "HTML": 2,
45120
+ "PUBLIC": 3,
45121
+ "W3C": 3,
45122
+ "DTD": 5,
45123
+ "4": 1,
45124
+ "0": 3,
45125
+ "Frameset": 1,
45126
+ "EN": 3,
45127
+ "http": 4,
45128
+ "www": 3,
45129
+ "w3": 3,
45130
+ "org": 3,
45131
+ "TR": 3,
45132
+ "REC": 1,
45133
+ "html40": 1,
45134
+ "frameset": 1,
45135
+ "dtd": 3,
45136
+ "<html>": 5,
45137
+ "<head>": 5,
45138
+ "Common_meta": 1,
45139
+ "(": 157,
45140
+ ")": 157,
45141
+ "<title>": 3,
45142
+ "Android": 5,
45143
+ "API": 7,
45144
+ "Differences": 2,
45145
+ "Report": 2,
45146
+ "</title>": 3,
45147
+ "<body>": 5,
45148
+ "<div>": 33,
45149
+ "class=": 59,
45150
+ "Header": 1,
45151
+ "<h2>": 11,
45152
+ "</h2>": 11,
45153
+ "<p>": 14,
45154
+ "This": 2,
45155
+ "document": 1,
45156
+ "details": 1,
45157
+ "the": 14,
45158
+ "changes": 2,
45159
+ "in": 4,
45160
+ "framework": 2,
45161
+ "API.": 3,
45162
+ "It": 2,
45163
+ "shows": 1,
45164
+ "additions": 1,
45165
+ "modifications": 1,
45166
+ "and": 6,
45167
+ "removals": 2,
45168
+ "for": 2,
45169
+ "packages": 1,
45170
+ "classes": 1,
45171
+ "methods": 1,
45172
+ "fields.": 1,
45173
+ "Each": 1,
45174
+ "reference": 1,
45175
+ "to": 3,
45176
+ "an": 3,
45177
+ "change": 2,
45178
+ "includes": 1,
45179
+ "a": 10,
45180
+ "brief": 1,
45181
+ "description": 1,
45182
+ "of": 5,
45183
+ "explanation": 1,
45184
+ "suggested": 1,
45185
+ "workaround": 1,
45186
+ "where": 1,
45187
+ "available.": 1,
45188
+ "</p>": 14,
45189
+ "The": 2,
45190
+ "differences": 2,
45191
+ "described": 1,
45192
+ "this": 2,
45193
+ "report": 1,
45194
+ "are": 3,
45226
45195
  "based": 1,
45227
- "on": 11,
45228
- "starting": 1,
45229
- "version": 2,
45230
- "targetted": 2,
45231
- "set": 6,
45232
- "varying": 5,
45233
- "characteristics": 1,
45234
- "uses": 5,
45235
- "primitive": 1,
45236
- "operations": 17,
45237
- "by": 37,
45238
- "filesystem.": 7,
45239
- "current": 11,
45240
- "study": 1,
45241
- "compares": 1,
45242
- "various": 3,
45243
- "interfaces.": 1,
45244
- "Criteria": 1,
45245
- "comparison": 2,
45246
- "include": 4,
45247
- "generality": 1,
45248
- "completeness": 1,
45249
- "robustness": 1,
45250
- "efficiency": 3,
45251
- "esthetics.": 1,
45252
- "Several": 4,
45253
- "underlying": 3,
45254
- "issues": 4,
45255
- "examined": 3,
45256
- "detail.": 1,
45257
- "result": 2,
45258
- "proposal": 2,
45259
- "advanced": 2,
45260
- "includes": 2,
45261
- "best": 3,
45262
- "features": 1,
45263
- "existing": 3,
45264
- "implementations.": 2,
45265
- "adopts": 1,
45266
- "calling": 3,
45267
- "convention": 2,
45268
- "lookup": 17,
45269
- "introduced": 3,
45270
- "BSD": 13,
45271
- "but": 6,
45272
- "otherwise": 4,
45273
- "closely": 1,
45274
- "related": 3,
45275
- "Sun": 23,
45276
- "Network": 3,
45277
- "NFS": 3,
45278
- "Sandberg85": 2,
45279
- "T": 8,
45280
- "extended": 1,
45281
- "Cole85": 2,
45282
- "Other": 2,
45283
- "research": 2,
45284
- "university": 1,
45285
- "groups": 5,
45286
- "internal": 6,
45287
- "notably": 1,
45288
- "Eighth": 1,
45289
- "Edition": 1,
45290
- "system": 20,
45291
- "Weinberger84": 2,
45292
- "two": 6,
45293
- "Carnegie": 1,
45294
- "Mellon": 1,
45295
- "Satyanarayanan85": 2,
45296
- "Numerous": 1,
45297
- "file": 24,
45298
- "access": 2,
45299
- "methods": 1,
45300
- "devised": 2,
45301
- "individual": 4,
45302
- "processes": 2,
45303
- "many": 1,
45304
- "modifications": 2,
45305
- "I/O": 2,
45306
- "library": 1,
45307
- "similar": 3,
45308
- "those": 3,
45309
- "Newcastle": 2,
45310
- "Connection": 2,
45311
- "Brownbridge82": 2,
45312
- ".PP": 27,
45313
- "Multiple": 2,
45314
- "frequently": 2,
45315
- "found": 1,
45316
- "single": 9,
45317
- "organization.": 1,
45318
- "These": 5,
45319
- "circumstances": 1,
45320
- "make": 3,
45321
- "it": 22,
45322
- "highly": 1,
45323
- "desirable": 2,
45324
- "able": 1,
45325
- "transport": 1,
45326
- "implementations": 4,
45327
- "one": 7,
45328
- "another.": 1,
45329
- "Such": 1,
45330
- "portability": 1,
45331
- "considerably": 2,
45332
- "enhanced": 1,
45333
- "carefully": 1,
45334
- "defined": 2,
45335
- "entry": 16,
45336
- "points": 7,
45337
- "separate": 4,
45338
- "operating": 3,
45339
- "system.": 4,
45340
- "should": 5,
45341
- "device": 11,
45342
- "drivers": 3,
45343
- "kernel.": 1,
45344
- "Although": 6,
45345
- "among": 3,
45346
- "common": 1,
45347
- "versions": 2,
45348
- "driver": 1,
45349
- "sufficiently": 1,
45350
- "moved": 1,
45351
- "another": 2,
45352
- "major": 3,
45353
- "problems.": 1,
45354
- "clean": 2,
45355
- "well": 4,
45356
- "also": 8,
45357
- "allows": 6,
45358
- "support": 4,
45359
- "multiple": 3,
45360
- "local": 9,
45361
- "types.": 2,
45362
- "For": 13,
45363
- "reasons": 1,
45364
- "such": 10,
45365
- "as": 27,
45366
- "when": 5,
45367
- "integrating": 1,
45368
- "into": 16,
45369
- "known": 2,
45370
- "Microsystems": 1,
45371
- "FSS.": 1,
45372
- "Another": 3,
45373
- "Generic": 2,
45374
- "GFS": 7,
45375
- "has": 15,
45376
- "ULTRIX": 6,
45377
- "dd": 2,
45378
- "Corp.": 1,
45379
- "Rodriguez86": 2,
45380
- "There": 2,
45381
- "numerous": 1,
45382
- "differences": 3,
45383
- "designs.": 3,
45384
- "understood": 2,
45385
- "philosophies": 1,
45386
- "goals": 5,
45387
- "involved": 1,
45388
- "systems": 8,
45389
- "under": 1,
45390
- "were": 6,
45391
- "done": 4,
45392
- "summarized": 1,
45393
- "sections": 1,
45394
- "limitations": 1,
45395
- "published": 1,
45396
- "specifications.": 1,
45397
- ".SH": 11,
45398
- "Design": 3,
45399
- "degrees": 1,
45400
- "driven": 1,
45401
- "divide": 1,
45402
- "type": 5,
45403
- "independent": 5,
45404
- "layer": 5,
45405
- "division": 1,
45406
- "layers": 3,
45407
- "occurs": 1,
45408
- "places": 1,
45409
- "reflecting": 1,
45410
- "views": 1,
45411
- "diversity": 1,
45412
- "types": 3,
45413
- "accommodated.": 1,
45414
- "Compatibility": 1,
45415
- "importance": 1,
45416
- "user": 6,
45417
- "process": 12,
45418
- "level": 3,
45419
- "completely": 1,
45420
- "transparent": 1,
45421
- "except": 4,
45422
- "few": 3,
45423
- "management": 1,
45424
- "programs.": 1,
45425
- "makes": 2,
45426
- "effort": 1,
45427
- "familiar": 1,
45428
- "even": 3,
45429
- "object": 3,
45430
- "compatibility": 3,
45431
- "modules": 2,
45432
- "drivers.": 1,
45433
- "Both": 4,
45434
- "DEC": 5,
45435
- "willing": 1,
45436
- "change": 3,
45437
- "data": 17,
45438
- "structures": 2,
45439
- "so": 5,
45440
- "might": 4,
45441
- "require": 2,
45442
- "recompilation": 1,
45443
- "modification.": 1,
45444
- "statelessness": 1,
45445
- "permeates": 1,
45446
- "interface.": 8,
45447
- "No": 1,
45448
- "locking": 5,
45449
- "occur": 1,
45450
- "only": 5,
45451
- "during": 6,
45452
- "call": 9,
45453
- "layer.": 3,
45454
- "final": 9,
45455
- "goal": 2,
45456
- "most": 9,
45457
- "implementors": 1,
45458
- "performance.": 3,
45459
- "tends": 1,
45460
- "conflict": 1,
45461
- "complete": 4,
45462
- "semantic": 1,
45463
- "consistency": 4,
45464
- "modularity.": 1,
45465
- "chosen": 1,
45466
- "performance": 5,
45467
- "over": 2,
45468
- "modularity": 2,
45469
- "some": 2,
45470
- "areas": 2,
45471
- "emphasized": 1,
45472
- "separation": 2,
45473
- "expense": 2,
45474
- "RFS": 3,
45475
- "yet": 3,
45476
- "seen": 2,
45477
- "seems": 1,
45478
- "considered": 4,
45479
- "far": 1,
45480
- "more": 6,
45481
- "important": 2,
45482
- "than": 10,
45483
- "Differences": 1,
45484
- "characterized": 1,
45485
- "ways.": 1,
45486
- "centered": 1,
45487
- "objects": 2,
45488
- "along": 1,
45489
- "primitives": 2,
45490
- "performing": 5,
45491
- "upon": 4,
45492
- "objects.": 2,
45493
- "In": 11,
45494
- "original": 1,
45495
- "Ritchie74": 2,
45496
- "basic": 1,
45497
- "inode": 16,
45498
- "index": 3,
45499
- "node.": 1,
45500
- "contains": 4,
45501
- "all": 6,
45502
- "information": 5,
45503
- "about": 2,
45504
- "identification": 1,
45505
- "ownership": 2,
45506
- "permissions": 2,
45507
- "timestamps": 2,
45508
- "location.": 2,
45509
- "Inodes": 1,
45510
- "identified": 1,
45511
- "number": 7,
45512
- "fInamei": 15,
45513
- "translates": 1,
45514
- "pathname": 11,
45515
- "fIiget": 4,
45516
- "locates": 1,
45517
- "installs": 1,
45518
- "core": 1,
45519
- "table.": 2,
45520
- "fINamei": 1,
45521
- "performs": 2,
45522
- "translation": 11,
45523
- "iterative": 1,
45524
- "component": 8,
45525
- "directory": 10,
45526
- "find": 3,
45527
- "inumber": 1,
45528
- "then": 6,
45529
- "return": 4,
45530
- "actual": 4,
45531
- "inode.": 2,
45532
- "If": 5,
45533
- "last": 3,
45534
- "reached": 1,
45535
- "returned": 2,
45536
- "describes": 1,
45537
- "next": 1,
45538
- "searched.": 1,
45539
- "ways": 1,
45540
- "caller": 1,
45541
- "read": 12,
45542
- "checked": 1,
45543
- "fields": 3,
45544
- "modified.": 1,
45545
- "Modified": 1,
45546
- "inodes": 2,
45547
- "automatically": 1,
45548
- "back": 2,
45549
- "disk": 4,
45550
- "reference": 12,
45551
- "released": 1,
45552
- "fIiput": 1,
45553
- "fP.": 3,
45554
- "same": 7,
45555
- "general": 2,
45556
- "scheme": 3,
45557
- "faster": 1,
45558
- "Mckusick85": 1,
45559
- "lesser": 1,
45560
- "extent": 1,
45561
- "attempt": 2,
45562
- "preserve": 1,
45563
- "oriented": 2,
45564
- "modify": 1,
45565
- "allow": 2,
45566
- "varieties": 1,
45567
- "structure": 15,
45568
- "separating": 1,
45569
- "parts": 4,
45570
- "arm": 1,
45571
- "union.": 1,
45572
- "equivalent": 1,
45573
- "old": 1,
45574
- "performed": 3,
45575
- "operations.": 4,
45576
- "Implicit": 1,
45577
- "files": 8,
45578
- "conveniently": 1,
45579
- "named": 2,
45580
- "located": 2,
45581
- "provides": 3,
45582
- "properties": 2,
45583
- "rather": 7,
45584
- "allowing": 1,
45585
- "arbitrary": 1,
45586
- "changes": 8,
45587
- "made": 3,
45588
- "part": 2,
45589
- "contrast": 1,
45590
- "replaces": 1,
45591
- "primary": 1,
45592
- "vnode.": 1,
45593
- "vnode": 30,
45594
- "pointer": 2,
45595
- "Properties": 1,
45596
- "transient": 1,
45597
- "size": 1,
45598
- "maintained": 2,
45599
- "lower": 1,
45600
- "format": 1,
45601
- "request": 3,
45602
- "callers": 1,
45603
- "expected": 1,
45604
- "not": 13,
45605
- "hold": 2,
45606
- "any": 6,
45607
- "length": 1,
45608
- "time": 5,
45609
- "they": 4,
45610
- "up": 4,
45611
- "date": 1,
45612
- "later": 2,
45613
- "on.": 1,
45614
- "corollary": 1,
45615
- "external": 1,
45616
- "obtaining": 1,
45617
- "operation.": 2,
45618
- "Separate": 1,
45619
- "procedures": 1,
45620
- "outside": 1,
45621
- "obtain": 2,
45622
- "handle": 1,
45623
- "given": 5,
45624
- "client": 2,
45625
- "server": 1,
45626
- "retrieved": 1,
45627
- "presentation": 2,
45628
- "handle.": 1,
45629
- "Name": 1,
45630
- "described": 5,
45631
- "mechanism": 1,
45632
- "representation": 1,
45633
- "translation.": 1,
45634
- "style": 3,
45635
- "function": 3,
45636
- "very": 1,
45637
- "three": 3,
45638
- "systems.": 4,
45639
- "function.": 1,
45640
- "quite": 1,
45641
- "however": 1,
45642
- "BSD.": 3,
45643
- "parameters": 4,
45644
- "context": 3,
45645
- "operation": 15,
45646
- "collected": 1,
45647
- "fInameidata": 7,
45648
- "passed": 3,
45649
- "Intent": 1,
45650
- "create": 2,
45651
- "delete": 1,
45652
- "declared": 1,
45653
- "advance": 1,
45654
- "scan": 1,
45655
- "offset": 6,
45656
- "will": 7,
45657
- "made.": 1,
45658
- "Filesystems": 1,
45659
- "mechanisms": 1,
45660
- "avoid": 5,
45661
- "redundant": 2,
45662
- "work": 2,
45663
- "therefore": 1,
45664
- "lock": 2,
45665
- "modified": 6,
45666
- "before": 3,
45667
- "completion.": 1,
45668
- "V": 2,
45669
- "previous": 1,
45670
- "stored": 4,
45671
- "per": 6,
45672
- "fIuser": 1,
45673
- "low": 1,
45674
- "routine": 7,
45675
- "called": 1,
45676
- "after": 3,
45677
- "creation": 14,
45678
- "deletion": 7,
45679
- "itself.": 1,
45680
- "side": 1,
45681
- "effects": 1,
45682
- "implementing": 1,
45683
- "deletion.": 2,
45684
- "responsible": 1,
45685
- "copying": 4,
45686
- "buffer": 19,
45687
- "validating": 1,
45688
- "interpolating": 1,
45689
- "contents": 1,
45690
- "symbolic": 2,
45691
- "links": 1,
45692
- "indirecting": 1,
45693
- "mount": 2,
45694
- "points.": 1,
45695
- "copied": 3,
45696
- "according": 1,
45697
- "location": 1,
45698
- "name.": 1,
45699
- "After": 1,
45700
- "determining": 1,
45701
- "start": 1,
45702
- "root": 1,
45703
- "calls": 10,
45704
- "replaced": 1,
45705
- "fIlookupname": 1,
45706
- "simply": 1,
45707
- "handling": 2,
45708
- "module": 1,
45709
- "allocate": 1,
45710
- "copy": 3,
45711
- "character": 1,
45712
- "fIlookuppn": 1,
45713
- "fILookuppn": 1,
45714
- "iteration": 1,
45715
- "directories": 2,
45716
- "leading": 1,
45717
- "destination": 1,
45718
- "copies": 1,
45719
- "fIlookup": 2,
45720
- "locate": 1,
45721
- "directory.": 3,
45722
- "Per": 1,
45723
- "routines": 5,
45724
- "translate": 1,
45725
- "call.": 2,
45726
- "unmodified": 1,
45727
- "serves": 1,
45728
- "check": 1,
45729
- "existence": 1,
45730
- "file.": 1,
45731
- "subsequent": 2,
45732
- "if": 6,
45733
- "repeat": 1,
45734
- "associated": 1,
45735
- "scan.": 1,
45736
- "particular": 3,
45737
- "inefficient": 1,
45738
- "requires": 1,
45739
- "scans": 1,
45740
- "improvements": 3,
45741
- "McKusick85": 2,
45742
- "Leffler84": 2,
45743
- ".IP": 17,
45744
- "wide": 1,
45745
- "cache": 31,
45746
- "recent": 1,
45747
- "translations": 1,
45748
- "maintained.": 1,
45749
- "present": 2,
45750
- "cache.": 3,
45751
- "does": 3,
45752
- "hard": 2,
45753
- "references": 2,
45754
- "normal": 2,
45755
- "pattern": 1,
45756
- "disturbed.": 1,
45757
- "kept": 1,
45758
- "successful": 1,
45759
- "done.": 1,
45760
- "sequential": 1,
45761
- "lookups": 2,
45762
- "entries": 3,
45763
- "linear": 1,
45764
- "time.": 1,
45765
- "entire": 2,
45766
- "subroutine": 2,
45767
- "character.": 1,
45768
- "pool": 1,
45769
- "buffers": 3,
45770
- "held": 2,
45771
- "avoiding": 2,
45772
- "allocation": 2,
45773
- "overhead.": 1,
45774
- "worth": 1,
45775
- "generalized": 1,
45776
- "framework.": 2,
45777
- "generalization": 3,
45778
- "already": 1,
45779
- "expensive": 1,
45780
- "costly.": 1,
45781
- "Most": 2,
45782
- "derives": 2,
45783
- "beta": 1,
45784
- "test": 1,
45785
- "generally": 1,
45786
- "like": 3,
45787
- "facility": 1,
45788
- "routines.": 1,
45789
- "first": 2,
45790
- "unlike": 1,
45791
- "holds": 1,
45792
- "increments": 1,
45793
- "count": 2,
45794
- "soft": 2,
45795
- "cannot": 1,
45796
- "allocates": 1,
45797
- "dynamically": 1,
45798
- "frees": 1,
45799
- "returns": 4,
45800
- "zero": 1,
45801
- "caching": 2,
45802
- "them.": 3,
45803
- "fewer": 1,
45804
- "distorts": 1,
45805
- "patterns": 1,
45806
- "LRU": 1,
45807
- "overflow": 1,
45808
- "table": 1,
45809
- "purged": 1,
45810
- "room": 1,
45811
- "Also": 2,
45812
- "determine": 1,
45813
- "whether": 1,
45814
- "example": 3,
45815
- "mounting": 2,
45816
- "flushed": 1,
45817
- "free": 1,
45818
- "reference.": 1,
45819
- "problems": 5,
45820
- "corrected": 2,
45821
- "scheme.": 1,
45822
- "observation": 1,
45823
- "architecture": 1,
45824
- "multi": 1,
45825
- "dramatically": 1,
45826
- "larger": 1,
45827
- "suffers": 2,
45828
- "problem": 3,
45829
- "much": 1,
45830
- "less": 1,
45831
- "violation": 1,
45832
- "layering.": 1,
45833
- "synchronization": 2,
45834
- "consistency.": 1,
45835
- "broken": 1,
45836
- "difficult": 1,
45837
- "guarantee": 1,
45838
- "throughout": 1,
45839
- "synchronize": 1,
45840
- "severely": 1,
45841
- "forbids": 1,
45842
- "across": 1,
45843
- "It": 6,
45844
- "possible": 3,
45845
- "created": 2,
45846
- "requested.": 1,
45847
- "Perhaps": 1,
45848
- "strangely": 1,
45849
- "fails": 1,
45850
- "target": 6,
45851
- "now": 2,
45852
- "exists": 1,
45853
- "link.": 1,
45854
- "either": 4,
45855
- "fail": 1,
45856
- "unexpectedly": 1,
45857
- "wrong": 1,
45858
- "note": 1,
45859
- "error": 1,
45860
- "restart": 1,
45861
- "lookup.": 1,
45862
- "always": 1,
45863
- "exist": 1,
45864
- "stateless": 2,
45865
- "forces": 2,
45866
- "share": 1,
45867
- "problem.": 1,
45868
- "restriction": 1,
45869
- "against": 2,
45870
- "duplication": 1,
45871
- "unacceptable.": 1,
45872
- "Support": 1,
45873
- "facilities": 3,
45874
- "interactions": 1,
45875
- "portable": 2,
45876
- "uniform": 1,
45877
- "behave": 1,
45878
- "consistent": 2,
45879
- "manner": 1,
45880
- "prominent": 1,
45881
- "standard": 3,
45882
- "physical": 5,
45883
- "blocks": 7,
45884
- "containing": 2,
45885
- "works": 1,
45886
- "obvious": 1,
45887
- "filesystems.": 1,
45888
- "describe": 3,
45889
- "device.": 1,
45890
- "block": 9,
45891
- "numbers": 2,
45892
- "virtual": 8,
45893
- "blocks.": 3,
45894
- "Use": 1,
45895
- "description": 1,
45896
- "easily": 1,
45897
- "accommodate": 2,
45898
- "indirect": 2,
45899
- "superblocks": 1,
45900
- "cylinder": 1,
45901
- "group": 4,
45902
- "describing": 1,
45903
- "internally": 2,
45904
- "looked": 1,
45905
- "searching": 1,
45906
- "private": 2,
45907
- "holding": 1,
45908
- "structure.": 4,
45909
- "better": 1,
45910
- "needed.": 1,
45911
- "currently": 1,
45912
- "thus": 3,
45913
- "probably": 1,
45914
- "unmodified.": 1,
45915
- "unknown": 1,
45916
- "us.": 1,
45917
- "subsystem": 1,
45918
- "large": 1,
45919
- "interaction": 1,
45920
- "memory": 9,
45921
- "satisfy": 1,
45922
- "fill": 3,
45923
- "demand": 2,
45924
- "page": 2,
45925
- "faults.": 1,
45926
- "arranged": 1,
45927
- "place": 1,
45928
- "directly": 2,
45929
- "pages": 2,
45930
- "assigned": 1,
45931
- "raw": 3,
45932
- "data.": 2,
45933
- "normally": 1,
45934
- "bypasses": 1,
45935
- "checking": 1,
45936
- "flushing": 1,
45937
- "disk.": 1,
45938
- "maintains": 1,
45939
- "own": 1,
45940
- "reusable": 1,
45941
- "text": 1,
45942
- "pages.": 1,
45943
- "creates": 2,
45944
- "additional": 1,
45945
- "complications.": 1,
45946
- "redesigned": 1,
45947
- "resolved": 1,
45948
- "reading": 1,
45949
- "through": 1,
45950
- "mapping": 2,
45951
- "cached": 1,
45952
- "address": 5,
45953
- "space.": 3,
45954
- "changed": 1,
45955
- "while": 2,
45956
- "remains": 2,
45957
- "would": 1,
45958
- "write": 3,
45959
- "meantime": 1,
45960
- "optimization": 1,
45961
- "logical": 2,
45962
- "setting": 1,
45963
- "image": 1,
45964
- "process.": 1,
45965
- "analogous": 1,
45966
- "fIbmap": 2,
45967
- "Given": 1,
45968
- "number.": 1,
45969
- "startup": 1,
45970
- "remain": 1,
45971
- "once": 1,
45972
- "read.": 1,
45973
- "addition": 2,
45974
- "fIstrategy": 1,
45975
- "reads": 1,
45976
- "space": 2,
45977
- "copying.": 2,
45978
- "header": 1,
45979
- "fIbuf": 1,
45980
- "instead": 1,
45981
- "fIuio": 5,
45982
- "internally.": 1,
45983
- "difference": 1,
45984
- "avoided": 1,
45985
- "to/from": 1,
45986
- "Instead": 1,
45987
- "could": 1,
45988
- "When": 1,
45989
- "loading": 1,
45990
- "received": 1,
45991
- "buffer.": 1,
45992
- "suitably": 1,
45993
- "aligned": 1,
45994
- "mapped": 1,
45995
- "swap": 1,
45996
- "case": 2,
45997
- "devising": 1,
45998
- "implicit": 1,
45999
- "global": 1,
46000
- "reentrancy": 1,
46001
- "conventions": 1,
46002
- "sleep/wakeup": 1,
46003
- "interrupted": 1,
46004
- "semaphores": 1,
46005
- "Proposal": 1,
46006
- "widely": 2,
46007
- "here.": 1,
46008
- "separated": 1,
46009
- "disadvantages": 1,
46010
- "minor": 1,
46011
- "philosophical": 1,
46012
- "advantages": 1,
46013
- "optimizations.": 1,
46014
- "components": 1,
46015
- "translated": 3,
46016
- "accommodates": 1,
46017
- "preference.": 1,
46018
- "least": 2,
46019
- "there": 1,
46020
- "little": 1,
46021
- "public": 1,
46022
- "groups.": 1,
46023
- "Accordingly": 1,
46024
- "proposed": 3,
46025
- "central": 1,
46026
- "pass": 2,
46027
- "communicate": 1,
46028
- "completion": 2,
46029
- "status": 2,
46030
- "routine.": 3,
46031
- "requests": 1,
46032
- ".br": 2,
46033
- ".ne": 2,
46034
- "i": 2,
46035
- ".ID": 1,
46036
- ".nf": 1,
46037
- ".ta": 5,
46038
- ".5i": 4,
46039
- "+": 21,
46040
- "w": 13,
46041
- "u": 13,
46042
- "struct": 18,
46043
- "nameidata": 1,
46044
- "caddr_t": 5,
46045
- "ni_dirp": 1,
46046
- "enum": 2,
46047
- "uio_seg": 1,
46048
- "ni_seg": 1,
46049
- "short": 7,
46050
- "ni_nameiop": 1,
46051
- "*ni_cdir": 1,
46052
- "*ni_rdir": 1,
46053
- "ucred": 1,
46054
- "*ni_cred": 1,
46055
- "ni_pnbuf": 1,
46056
- "char": 3,
46057
- "*ni_ptr": 1,
46058
- "int": 10,
46059
- "ni_pathlen": 1,
46060
- "ni_more": 1,
46061
- "ni_loopcnt": 1,
46062
- "*ni_vp": 1,
46063
- "*ni_dvp": 1,
46064
- "diroffcache": 1,
46065
- "*nc_prevdir": 4,
46066
- "long": 14,
46067
- "nc_id": 1,
46068
- "off_t": 1,
46069
- "nc_prevoffset": 1,
46070
- "ni_nc": 1,
46071
- ".DE": 6,
46072
- ".DS": 4,
46073
- "#define": 15,
46074
- "LOOKUP": 2,
46075
- "DELETE": 2,
46076
- "WANTPARENT": 2,
46077
- "NOCACHE": 1,
46078
- "FOLLOW": 1,
46079
- "NOFOLLOW": 3,
46080
- "credentials": 1,
46081
- "slightly": 1,
46082
- "accounting": 1,
46083
- "ID": 3,
46084
- "merged": 1,
46085
- "array.": 1,
46086
- "array": 1,
46087
- "explicitly": 1,
46088
- "reserved": 1,
46089
- "terminator.": 1,
46090
- "typedefs": 1,
46091
- "UIO_USERISPACE": 1,
46092
- "vfsops": 2,
46093
- "*vfs_vnodecovered": 1,
46094
- "VFS_EXPORTED": 2,
46095
- "t": 1,
46096
- "exec": 1,
46097
- "*/": 1,
46098
- "VFS_MLOCK": 1,
46099
- "VFS_MWAIT": 1,
46100
- "VFS_NOSUID": 1,
46101
- "EX_RDONLY": 1,
46102
- "supported": 1,
46103
- "vfs_mount": 1,
46104
- "vfs_unmount": 1,
46105
- "vfs_mountroot": 1,
46106
- "vfs_root": 1,
46107
- "vfs_statfs": 1,
46108
- "vfs_sync": 1,
46109
- "vfs_fhtovp": 1,
46110
- "vfs_vptofh": 1,
46111
- "fIvfs_statfs": 1,
46112
- "statfs": 1,
46113
- "f_type": 1,
46114
- "f_flags": 1,
46115
- "f_fsize": 1,
46116
- "f_bsize": 1,
46117
- "f_blocks": 1,
46118
- "f_bfree": 1,
46119
- "f_bavail": 1,
46120
- "f_files": 1,
46121
- "f_ffree": 1,
46122
- "fsid_t": 2,
46123
- "f_fsid": 1,
46124
- "*f_mntonname": 1,
46125
- "*f_mntfromname": 1,
46126
- "f_spare": 1,
46127
- "typedef": 1,
46128
- "vnodeops": 1,
46129
- "*v_vfsmountedhere": 1,
46130
- "vn_getattr": 1,
46131
- "obviously": 1,
46132
- "fIvn_lookup": 1,
46133
- "receives": 1,
46134
- "arguments": 1,
46135
- "described.": 1,
46136
- "fIvn_abortop": 1,
46137
- "undertaken.": 1,
46138
- "perform": 1,
46139
- "implement": 1,
46140
- "action": 1,
46141
- "left": 1,
46142
- "untranslated": 1,
46143
- "parent": 1,
46144
- "flexible": 1,
46145
- "enough": 1,
46146
- "fully": 2,
46147
- "stateful": 1,
46148
- "whenever": 1,
46149
- "possible.": 1,
46150
- "One": 1,
46151
- "problematical": 1,
46152
- "fIvn_rename": 1,
46153
- "tempting": 1,
46154
- "look": 1,
46155
- "rename": 1,
46156
- "creation.": 1,
46157
- "deadlock": 1,
46158
- "paths": 1,
46159
- "cross.": 1,
46160
- "reason": 1,
46161
- "flag": 3,
46162
- "CREATE.": 1,
46163
- "concerned": 1,
46164
- "fIvn_rdrw": 1,
46165
- "split": 1,
46166
- "fIvn_read": 1,
46167
- "fIvn_write": 1,
46168
- "read/write": 1,
46169
- "amounts": 2,
46170
- "checks": 1,
46171
- "direction": 2,
46172
- "identical": 1,
46173
- "contained": 1,
46174
- "argument.": 1,
46175
- "locations.": 1,
46176
- "updated": 1,
46177
- "return.": 1,
46178
- "fIvn_readdir": 1,
46179
- "token": 2,
46180
- "added.": 1,
46181
- "fIvn_seek": 1,
46182
- "concession": 1,
46183
- "record": 1,
46184
- "directories.": 1,
46185
- "verify": 1,
46186
- "seek": 1,
46187
- "leaves": 1,
46188
- "sensible": 1,
46189
- "relative": 1,
46190
- "earlier": 1,
46191
- "one.": 1,
46192
- "simple": 1,
46193
- "arithmetic.": 1,
46194
- "point": 1,
46195
- "fIvn_mmap": 1,
46196
- "Its": 1,
46197
- "semantics": 1,
46198
- "decided.": 1,
46199
- "additions": 1,
46200
- "fIvn_lock": 1,
46201
- "fIvn_unlock": 1,
46202
- "entries.": 1,
46203
- "locked": 1,
46204
- "periods": 1,
46205
- "it.": 1,
46206
- "They": 1,
46207
- "maintain": 1,
46208
- "fIexec": 1,
46209
- "construct": 1,
46210
- "atomic": 1,
46211
- "attributes": 1,
46212
- "need": 1,
46213
- "source.": 1,
46214
- "Attributes": 1,
46215
- "vattr": 1,
46216
- "vtype": 1,
46217
- "va_type": 1,
46218
- "u_short": 1,
46219
- "va_mode": 1,
46220
- "uid_t": 1,
46221
- "va_uid": 1,
46222
- "gid_t": 1,
46223
- "va_gid": 1,
46224
- "va_fsid": 1,
46225
- "va_fileid": 1,
46226
- "va_nlink": 1,
46227
- "u_long": 4,
46228
- "va_size": 1,
46229
- "va_size1": 1,
46230
- "va_blocksize": 1,
46231
- "timeval": 3,
46232
- "va_atime": 1,
46233
- "va_mtime": 1,
46234
- "va_ctime": 1,
46235
- "dev_t": 1,
46236
- "va_rdev": 1,
46237
- "va_bytes": 1,
46238
- "va_bytes1": 1,
46239
- "Conclusions": 1,
46240
- "Of": 1,
46241
- "cleanest": 1,
46242
- "structures.": 1,
46243
- "flaws": 1,
46244
- "felt": 1,
46245
- "certain": 1,
46246
- "can": 1,
46247
- "ameliorate": 1,
46248
- "here": 2,
46249
- "changes.": 1,
46250
- "being": 1,
46251
- "Berkeley.": 1,
46252
- "succeeds": 1,
46253
- "improving": 1,
46254
- "flexibility": 1,
46255
- "layering": 1,
46256
- "model": 1,
46257
- "Acknowledgements": 1,
46258
- "We": 1,
46259
- "indebted": 1,
46260
- "members": 1,
46261
- "discussions": 1,
46262
- "involved.": 1,
46263
- "References": 2,
46264
- "Brownbridge": 1,
46265
- "D.R.": 1,
46266
- "L.F.": 1,
46267
- "B.": 2,
46268
- "Randell": 1,
46269
- "UNIXes": 1,
46270
- "World": 1,
46271
- "Unite": 1,
46272
- "fISoftware": 1,
46273
- "Practice": 1,
46274
- "Experience": 1,
46275
- "Vol.": 3,
46276
- "pp.": 11,
46277
- "Cole": 1,
46278
- "C.T.": 1,
46279
- "P.B.": 1,
46280
- "Flinn": 1,
46281
- "A.B.": 1,
46282
- "Atlas": 1,
46283
- "An": 2,
46284
- "Implementation": 2,
46285
- "Extended": 1,
46286
- "UNIX": 3,
46287
- "fIUsenix": 8,
46288
- "Conference": 8,
46289
- "Proceedings": 7,
46290
- "June": 8,
46291
- "Kleiman86": 1,
46292
- "Vnodes": 1,
46293
- "Architecture": 2,
46294
- "Types": 1,
46295
- "Leffler": 3,
46296
- "S.": 4,
46297
- "M.K.": 3,
46298
- "M.": 5,
46299
- "Measuring": 1,
46300
- "Improving": 1,
46301
- "Performance": 2,
46302
- "McKusick84": 1,
46303
- "W.N.": 1,
46304
- "Joy": 1,
46305
- "S.J.": 1,
46306
- "R.S.": 1,
46307
- "Fabry": 1,
46308
- "Fast": 1,
46309
- "fITransactions": 1,
46310
- "ACM": 3,
46311
- "August": 1,
46312
- "Improvements": 1,
46313
- "Functional": 1,
46314
- "Enhancements": 1,
46315
- "Rifkin86": 1,
46316
- "Rifkin": 1,
46317
- "A.P.": 1,
46318
- "M.P.": 1,
46319
- "Forbes": 1,
46320
- "R.L.": 1,
46321
- "Hamilton": 1,
46322
- "Sabrio": 1,
46323
- "Shah": 1,
46324
- "K.": 2,
46325
- "Yueh": 1,
46326
- "Architectural": 1,
46327
- "Overview": 1,
46328
- "Ritchie": 1,
46329
- "D.M.": 1,
46330
- "Thompson": 1,
46331
- "Unix": 1,
46332
- "Time": 1,
46333
- "Sharing": 1,
46334
- "fICommunications": 1,
46335
- "July": 1,
46336
- "Rodriguez": 1,
46337
- "R.": 3,
46338
- "Koehler": 1,
46339
- "Hyde": 1,
46340
- "Sandberg": 1,
46341
- "D.": 2,
46342
- "Goldberg": 1,
46343
- "Kleiman": 1,
46344
- "Walsh": 1,
46345
- "Lyon": 1,
46346
- "Satyanarayanan": 1,
46347
- "fIet": 1,
46348
- "al.": 1,
46349
- "ITC": 1,
46350
- "Distributed": 3,
46351
- "Principles": 2,
46352
- "fIProc.": 1,
46353
- "th": 1,
46354
- "Symposium": 1,
46355
- "Operating": 1,
46356
- "December": 1,
46357
- "Walker85": 1,
46358
- "Walker": 2,
46359
- "B.J.": 2,
46360
- "S.H.": 1,
46361
- "Kiser": 1,
46362
- "LOCUS": 2,
46363
- "fIThe": 1,
46364
- "G.J.": 1,
46365
- "Popek": 1,
46366
- "ed.": 1,
46367
- "MIT": 1,
46368
- "Press": 1,
46369
- "Cambridge": 1,
46370
- "MA": 1,
46371
- "Weinberger": 1,
46372
- "P.J.": 1,
46373
- "Version": 1,
46374
- "Bac78": 1,
46375
- "Fod80": 1,
46376
- "Joy79": 1,
46377
- "Mc60": 1,
46378
- "Pat80": 1,
46379
- "Pat81": 1,
46380
- "Dorab": 1,
46381
- "Patel": 1,
46382
- "lqFunctional": 1,
46383
- "Interpreter": 1,
46384
- "User": 1,
46385
- "Manual": 1,
46386
- "rq": 1,
46387
- "Los": 1,
46388
- "Angeles": 1,
46389
- ".bp": 1,
46390
- ".TH": 1,
46391
- "FOO": 1,
46392
- "NAME": 1,
46393
- "foo": 2,
46394
- "bar": 4,
46395
- "SYNOPSIS": 1,
46396
- ".B": 2,
46397
- ".I": 1,
46398
- "Foo": 2,
46399
- ".BR": 1,
46400
- "baz": 1,
46401
- "quux.": 1,
46402
- "baz.": 1,
46403
- "license.terms": 1,
46404
- "Tcl": 1,
46405
- "Built": 1,
46406
- "fBCommands.": 1,
46407
- "fBEvaluation.": 1,
46408
- "fBWords.": 1,
46409
- "fBDouble": 1,
46410
- "quotes.": 1,
46411
- "fBArgument": 1,
46412
- "expansion.": 1,
46413
- "cmd": 2,
46414
- "b": 2,
46415
- "d": 2,
46416
- "e": 2,
46417
- "f": 2,
46418
- "g": 2,
46419
- "h": 2,
46420
- "fBBraces.": 1,
46421
- "fBCommand": 1,
46422
- "substitution.": 4,
46423
- "fBVariable": 1,
46424
- "fBBackslash": 1,
46425
- "fBComments.": 1,
46426
- "fBOrder": 1,
46427
- "fBSubstitution": 1,
46428
- "word": 3,
46429
- "boundaries.": 1,
46430
- "Substitutions": 1,
46431
- "affect": 1,
46432
- "boundaries": 1,
46433
- "command": 1,
46434
- "expansion": 1,
46435
- "specified": 1,
46436
- "rule": 1,
46437
- "variable": 3,
46438
- "substitution": 1,
46439
- "value": 1,
46440
- "becomes": 1,
46441
- "Local": 1,
46442
- "Variables": 1,
46443
- "column": 1
46444
- },
46445
- "Groovy": {
46446
- "task": 1,
46447
- "echoDirListViaAntBuilder": 1,
46448
- "(": 13,
46449
- ")": 13,
46450
- "{": 19,
46451
- "description": 1,
46452
- "//Docs": 1,
46453
- "http": 1,
46454
- "//ant.apache.org/manual/Types/fileset.html": 1,
46455
- "//Echo": 1,
46456
- "the": 3,
46457
- "Gradle": 1,
46458
- "project": 1,
46459
- "name": 4,
46460
- "via": 1,
46461
- "ant": 1,
46462
- "echo": 3,
46463
- "plugin": 1,
46464
- "ant.echo": 3,
46465
- "message": 2,
46466
- "project.name": 1,
46467
- "path": 2,
46468
- "//Gather": 1,
46469
- "list": 1,
46470
- "of": 1,
46471
- "files": 1,
46472
- "in": 1,
46473
- "a": 1,
46474
- "subdirectory": 1,
46475
- "ant.fileScanner": 1,
46476
- "fileset": 1,
46477
- "dir": 2,
46478
- "}": 19,
46479
- ".each": 1,
46480
- "//Print": 1,
46481
- "each": 1,
46482
- "file": 1,
46483
- "to": 1,
46484
- "screen": 1,
46485
- "with": 1,
46486
- "CWD": 1,
46487
- "projectDir": 1,
46488
- "removed.": 1,
46489
- "println": 3,
46490
- "it.toString": 1,
46491
- "-": 2,
46492
- "jettyUrl": 1,
46493
- "def": 3,
46494
- "servers": 5,
46495
- "stage": 4,
46496
- "node": 4,
46497
- "checkout": 2,
46498
- "scm": 2,
46499
- "load": 1,
46500
- "mvn": 3,
46501
- "stash": 1,
46502
- "includes": 1,
46503
- "parallel": 1,
46504
- "longerTests": 1,
46505
- "runTests": 3,
46506
- "quickerTests": 1,
46507
- "concurrency": 2,
46508
- "servers.deploy": 2,
46509
- "input": 1,
46510
- "sh": 2,
46511
- "args": 1,
46512
- "duration": 1,
46513
- "servers.runWithServer": 1,
46514
- "id": 1,
46515
- "SHEBANG#!groovy": 2,
46516
- "html": 3,
46517
- "head": 2,
46518
- "component": 1,
46519
- "title": 2,
46520
- "body": 1,
46521
- "p": 1
46522
- },
46523
- "Groovy Server Pages": {
46524
- "<html>": 4,
46525
- "<head>": 4,
46526
- "<meta>": 4,
46527
- "http": 3,
46528
- "equiv=": 3,
46529
- "content=": 4,
46530
- "<title>": 4,
46531
- "Testing": 3,
46532
- "with": 3,
46533
- "SiteMesh": 2,
46534
- "and": 2,
46535
- "Resources": 2,
46536
- "</title>": 4,
46537
- "name=": 1,
46538
- "<r:require>": 2,
46539
- "module=": 2,
46540
- "</head>": 4,
46541
- "<body>": 4,
46542
- "</body>": 4,
46543
- "</html>": 4,
46544
- "<%@>": 1,
46545
- "page": 2,
46546
- "contentType=": 1,
46547
- "Using": 1,
46548
- "directive": 1,
46549
- "tag": 1,
46550
- "<div>": 2,
46551
- "class=": 2,
46552
- "<a>": 2,
46553
- "href=": 2,
46554
- "alt=": 2,
46555
- "id=": 2,
46556
- "Download": 1,
46557
- "</a>": 2,
46558
- "</div>": 2,
46559
- "Print": 1,
46560
- "{": 1,
46561
- "example": 1,
46562
- "}": 1
46563
- },
46564
- "HCL": {
46565
- "consul": 1,
46566
- "template": 1,
46567
- "{": 4,
46568
- "bar": 1,
46569
- "}": 4,
46570
- "resource": 1,
46571
- "provisioner": 2,
46572
- "source": 2,
46573
- "destination": 2
46574
- },
46575
- "HLSL": {
46576
- "//": 2,
46577
- "struct": 8,
46578
- "Vertex": 3,
46579
- "{": 30,
46580
- "float4": 21,
46581
- "position": 1,
46582
- "POSITION": 5,
46583
- ";": 169,
46584
- "float2": 8,
46585
- "texCoord": 3,
46586
- "TEXCOORD0": 5,
46587
- "}": 30,
46588
- "texture": 7,
46589
- "t": 1,
46590
- "sampler": 6,
46591
- "s": 7,
46592
- "vertexMain": 1,
46593
- "(": 64,
46594
- "input": 3,
46595
- ")": 64,
46596
- "return": 9,
46597
- "pixelMain": 1,
46598
- "COLOR0": 3,
46599
- "tex2D": 6,
46600
- "float4x4": 6,
46601
- "matWorldView": 5,
46602
- "WORLDVIEW": 2,
46603
- "matWorldViewProjection": 5,
46604
- "WORLDVIEWPROJECTION": 2,
46605
- "VS_INPUT": 4,
46606
- "Position": 2,
46607
- "POSITION0": 2,
46608
- "float3": 23,
46609
- "Normal": 2,
46610
- "NORMAL": 2,
46611
- "Tangent": 2,
46612
- "TANGENT": 2,
46613
- "Binormal": 2,
46614
- "BINORMAL": 2,
46615
- "TexCoord0": 2,
46616
- "TexCoord1": 2,
46617
- "TEXCOORD1": 4,
46618
- "VS_OUTPUT": 12,
46619
- "float3x3": 1,
46620
- "TangentToView": 1,
46621
- "TEXCOORD2": 2,
46622
- "vs_main": 4,
46623
- "output": 2,
46624
- "output.Position": 1,
46625
- "mul": 7,
46626
- "input.Position": 1,
46627
- "output.TexCoord0": 1,
46628
- "input.TexCoord0": 1,
46629
- "*": 17,
46630
- "output.TexCoord1": 1,
46631
- "input.TexCoord1": 1,
46632
- "output.TangentToView": 3,
46633
- "[": 3,
46634
- "]": 3,
46635
- "input.Tangent": 1,
46636
- ".xyz": 4,
46637
- "input.Binormal": 1,
46638
- "input.Normal": 1,
46639
- "PS_OUTPUT": 6,
46640
- "gbuffer0": 1,
46641
- "gbuffer1": 1,
46642
- "COLOR1": 1,
46643
- "albedo_tex": 2,
46644
- "albedo_samp": 2,
46645
- "sampler_state": 7,
46646
- "Texture": 7,
46647
- "MipFilter": 7,
46648
- "Linear": 12,
46649
- "MinFilter": 7,
46650
- "MagFilter": 7,
46651
- "AddressU": 5,
46652
- "Wrap": 8,
46653
- "AddressV": 5,
46654
- "sRGBTexture": 4,
46655
- "True": 4,
46656
- "normal_tex": 2,
46657
- "normal_samp": 2,
46658
- "False": 2,
46659
- "specular_tex": 2,
46660
- "specular_samp": 2,
46661
- "ao_tex": 2,
46662
- "ao_samp": 2,
46663
- "ps_main": 4,
46664
- "Input": 1,
46665
- "o": 2,
46666
- "tangentNormal": 2,
46667
- "normalize": 7,
46668
- "Input.TexCoord0": 3,
46669
- "-": 6,
46670
- "eyeNormal": 2,
46671
- "Input.TangentToView": 1,
46672
- "albedo": 2,
46673
- ".rgb": 1,
46674
- "float": 7,
46675
- "ao": 3,
46676
- "Input.TexCoord1": 1,
46677
- ".r": 2,
46678
- "spec": 2,
46679
- "o.gbuffer0": 1,
46680
- "o.gbuffer1": 1,
46681
- "technique": 3,
46682
- "mesh": 1,
46683
- "pass": 3,
46684
- "Geometry": 1,
46685
- "VertexShader": 3,
46686
- "compile": 6,
46687
- "vs_3_0": 1,
46688
- "PixelShader": 3,
46689
- "ps_3_0": 1,
46690
- "AlphaBlendEnable": 1,
46691
- "ZWriteEnable": 1,
46692
- "matWorld": 1,
46693
- "WORLD": 1,
46694
- "matView": 1,
46695
- "VIEW": 1,
46696
- "uniform": 4,
46697
- "vViewPosition": 1,
46698
- "Pos": 2,
46699
- "reflection": 3,
46700
- "refraction": 3,
46701
- "fresnel": 5,
46702
- "TEXCOORD3": 1,
46703
- "amt": 1,
46704
- "scale": 2,
46705
- "phase": 2,
46706
- "deform": 4,
46707
- "p": 3,
46708
- "p2": 6,
46709
- "+": 6,
46710
- "sin": 3,
46711
- "p2.x": 1,
46712
- "amt.x": 1,
46713
- "p2.y": 1,
46714
- "amt.y": 1,
46715
- "p2.z": 1,
46716
- "amt.z": 1,
46717
- "/": 1,
46718
- "In": 3,
46719
- "Out": 6,
46720
- "pos": 10,
46721
- "In.Pos": 1,
46722
- "norm": 7,
46723
- "In.Normal": 1,
46724
- "p1": 5,
46725
- "In.Tangent": 1,
46726
- "In.Binormal": 1,
46727
- "cross": 1,
46728
- "view": 4,
46729
- "vViewPosition.xyz": 1,
46730
- "Out.Pos": 1,
46731
- "Out.reflection": 1,
46732
- "reflect": 2,
46733
- "Out.refraction": 1,
46734
- "Out.fresnel": 1,
46735
- "dot": 1,
46736
- "#define": 1,
46737
- "PS_INPUT": 2,
46738
- "#if": 1,
46739
- "textureCUBE": 1,
46740
- "reflectionMap": 4,
46741
- "samplerCUBE": 2,
46742
- "reflectionMapSampler": 4,
46743
- "LINEAR": 9,
46744
- "#else": 1,
46745
- "<": 1,
46746
- "string": 2,
46747
- "type": 1,
46748
- "name": 1,
46749
- "#endif": 1,
46750
- "color": 1,
46751
- "texCUBE": 2,
46752
- "In.reflection": 1,
46753
- "In.refraction": 1,
46754
- "In.fresnel": 1,
46755
- "abs": 1,
46756
- "In.normal": 1,
46757
- ".z": 1,
46758
- "Out.color": 1,
46759
- "lerp": 1,
46760
- "pow": 1,
46761
- "blur_ps_vs_2_0": 2,
46762
- "P0": 2,
46763
- "vs_2_0": 2,
46764
- "ps_2_0": 2,
46765
- "alpha": 2,
46766
- "tex": 5,
46767
- "tex_sampler": 2,
46768
- "WRAP": 2,
46769
- "vertex": 2,
46770
- "ipos": 2,
46771
- "Out.pos": 1,
46772
- "Out.tex": 1,
46773
- "pixel": 2,
46774
- "COLOR": 1,
46775
- "In.tex": 1
46776
- },
46777
- "HTML": {
46778
- "<!DOCTYPE>": 4,
46779
- "HTML": 2,
46780
- "PUBLIC": 3,
46781
- "W3C": 3,
46782
- "DTD": 5,
46783
- "4": 1,
46784
- "0": 3,
46785
- "Frameset": 1,
46786
- "EN": 3,
46787
- "http": 4,
46788
- "www": 3,
46789
- "w3": 3,
46790
- "org": 3,
46791
- "TR": 3,
46792
- "REC": 1,
46793
- "html40": 1,
46794
- "frameset": 1,
46795
- "dtd": 3,
46796
- "<html>": 5,
46797
- "<head>": 5,
46798
- "Common_meta": 1,
46799
- "(": 157,
46800
- ")": 157,
46801
- "<title>": 3,
46802
- "Android": 5,
46803
- "API": 7,
46804
- "Differences": 2,
46805
- "Report": 2,
46806
- "</title>": 3,
46807
- "<body>": 5,
46808
- "<div>": 33,
46809
- "class=": 59,
46810
- "Header": 1,
46811
- "<h2>": 11,
46812
- "</h2>": 11,
46813
- "<p>": 14,
46814
- "This": 2,
46815
- "document": 1,
46816
- "details": 1,
46817
- "the": 14,
46818
- "changes": 2,
46819
- "in": 4,
46820
- "framework": 2,
46821
- "API.": 3,
46822
- "It": 2,
46823
- "shows": 1,
46824
- "additions": 1,
46825
- "modifications": 1,
46826
- "and": 6,
46827
- "removals": 2,
46828
- "for": 2,
46829
- "packages": 1,
46830
- "classes": 1,
46831
- "methods": 1,
46832
- "fields.": 1,
46833
- "Each": 1,
46834
- "reference": 1,
46835
- "to": 3,
46836
- "an": 3,
46837
- "change": 2,
46838
- "includes": 1,
46839
- "a": 10,
46840
- "brief": 1,
46841
- "description": 1,
46842
- "of": 5,
46843
- "explanation": 1,
46844
- "suggested": 1,
46845
- "workaround": 1,
46846
- "where": 1,
46847
- "available.": 1,
46848
- "</p>": 14,
46849
- "The": 2,
46850
- "differences": 2,
46851
- "described": 1,
46852
- "this": 2,
46853
- "report": 1,
46854
- "are": 3,
46855
- "based": 1,
46856
- "comparison": 1,
46857
- "APIs": 1,
46858
- "whose": 1,
46859
- "versions": 1,
46860
- "specified": 1,
46861
- "upper": 1,
46862
- "-": 158,
46863
- "right": 1,
46864
- "corner": 1,
46865
- "page.": 2,
45196
+ "comparison": 1,
45197
+ "APIs": 1,
45198
+ "whose": 1,
45199
+ "versions": 1,
45200
+ "specified": 1,
45201
+ "upper": 1,
45202
+ "-": 158,
45203
+ "right": 1,
45204
+ "corner": 1,
45205
+ "page.": 2,
46866
45206
  "compares": 1,
46867
45207
  "newer": 1,
46868
45208
  "older": 2,
@@ -50822,28 +49162,6 @@
50822
49162
  "</ul>": 1,
50823
49163
  "</div>": 1
50824
49164
  },
50825
- "Jade": {
50826
- "p.": 1,
50827
- "Hello": 2,
50828
- "World": 1,
50829
- "doctype": 1,
50830
- "html": 2,
50831
- "head": 1,
50832
- "meta": 1,
50833
- "(": 2,
50834
- "charset": 1,
50835
- ")": 2,
50836
- "link": 1,
50837
- "rel": 1,
50838
- "type": 1,
50839
- "href": 1,
50840
- "title": 1,
50841
- "Pug": 1,
50842
- "body": 1,
50843
- "#text": 1,
50844
- "include": 1,
50845
- "page": 1
50846
- },
50847
49165
  "Jasmin": {
50848
49166
  ".class": 8,
50849
49167
  "public": 24,
@@ -78649,7 +76967,7 @@
78649
76967
  "logs/big.server.access.log": 1,
78650
76968
  "//big_server_com": 1
78651
76969
  },
78652
- "Nimrod": {
76970
+ "Nim": {
78653
76971
  "echo": 1
78654
76972
  },
78655
76973
  "Nit": {
@@ -102668,6 +100986,28 @@
102668
100986
  "I88cOhQ": 1,
102669
100987
  "lLvB": 1
102670
100988
  },
100989
+ "Pug": {
100990
+ "p.": 1,
100991
+ "Hello": 2,
100992
+ "World": 1,
100993
+ "doctype": 1,
100994
+ "html": 2,
100995
+ "head": 1,
100996
+ "meta": 1,
100997
+ "(": 2,
100998
+ "charset": 1,
100999
+ ")": 2,
101000
+ "link": 1,
101001
+ "rel": 1,
101002
+ "type": 1,
101003
+ "href": 1,
101004
+ "title": 1,
101005
+ "Pug": 1,
101006
+ "body": 1,
101007
+ "#text": 1,
101008
+ "include": 1,
101009
+ "page": 1
101010
+ },
102671
101011
  "Puppet": {
102672
101012
  "#": 6,
102673
101013
  "class": 9,
@@ -110799,7 +109139,7 @@
110799
109139
  "section": 9,
110800
109140
  "@index": 1
110801
109141
  },
110802
- "Ragel in Ruby Host": {
109142
+ "Ragel": {
110803
109143
  "begin": 3,
110804
109144
  "%": 34,
110805
109145
  "{": 19,
@@ -112291,145 +110631,1702 @@
112291
110631
  "need": 3,
112292
110632
  "to": 5,
112293
110633
  "repeat": 1,
112294
- "same": 1,
112295
- "workflow": 3,
112296
- "multiple": 2,
112297
- "times.": 1,
112298
- "Notice": 1,
112299
- "one": 1,
112300
- "of": 3,
112301
- "these": 1,
112302
- "tests": 5,
110634
+ "same": 1,
110635
+ "workflow": 3,
110636
+ "multiple": 2,
110637
+ "times.": 1,
110638
+ "Notice": 1,
110639
+ "one": 1,
110640
+ "of": 3,
110641
+ "these": 1,
110642
+ "tests": 5,
110643
+ "fails": 1,
110644
+ "on": 1,
110645
+ "purpose": 1,
110646
+ "show": 1,
110647
+ "how": 1,
110648
+ "failures": 1,
110649
+ "look": 1,
110650
+ "like.": 1,
110651
+ "Test": 4,
110652
+ "Template": 2,
110653
+ "Library": 3,
110654
+ "Cases": 3,
110655
+ "Expression": 1,
110656
+ "Expected": 1,
110657
+ "Addition": 2,
110658
+ "+": 6,
110659
+ "Subtraction": 1,
110660
+ "Multiplication": 1,
110661
+ "*": 4,
110662
+ "Division": 2,
110663
+ "/": 5,
110664
+ "Failing": 1,
110665
+ "Calculation": 3,
110666
+ "error": 4,
110667
+ "[": 4,
110668
+ "]": 4,
110669
+ "should": 9,
110670
+ "fail": 2,
110671
+ "kekkonen": 1,
110672
+ "Invalid": 2,
110673
+ "button": 13,
110674
+ "{": 15,
110675
+ "EMPTY": 3,
110676
+ "}": 15,
110677
+ "expression.": 1,
110678
+ "by": 3,
110679
+ "zero.": 1,
110680
+ "Keywords": 2,
110681
+ "Arguments": 2,
110682
+ "expression": 5,
110683
+ "expected": 4,
110684
+ "Push": 16,
110685
+ "buttons": 4,
110686
+ "C": 4,
110687
+ "Result": 8,
110688
+ "be": 9,
110689
+ "Should": 2,
110690
+ "cause": 1,
110691
+ "equal": 1,
110692
+ "#": 2,
110693
+ "Using": 1,
110694
+ "BuiltIn": 1,
110695
+ "case": 1,
110696
+ "gherkin": 1,
110697
+ "syntax.": 1,
110698
+ "This": 3,
110699
+ "similar": 1,
110700
+ "examples.": 1,
110701
+ "difference": 1,
110702
+ "higher": 1,
110703
+ "abstraction": 1,
110704
+ "level": 1,
110705
+ "and": 2,
110706
+ "their": 1,
110707
+ "arguments": 1,
110708
+ "are": 1,
110709
+ "embedded": 1,
110710
+ "into": 1,
110711
+ "names.": 1,
110712
+ "kind": 2,
110713
+ "_gherkin_": 2,
110714
+ "syntax": 1,
110715
+ "been": 3,
110716
+ "made": 1,
110717
+ "popular": 1,
110718
+ "http": 1,
110719
+ "//cukes.info": 1,
110720
+ "|": 1,
110721
+ "Cucumber": 1,
110722
+ "It": 1,
110723
+ "especially": 1,
110724
+ "act": 1,
110725
+ "as": 1,
110726
+ "examples": 1,
110727
+ "easily": 1,
110728
+ "understood": 1,
110729
+ "also": 2,
110730
+ "business": 2,
110731
+ "people.": 1,
110732
+ "Given": 1,
110733
+ "calculator": 1,
110734
+ "cleared": 2,
110735
+ "When": 1,
110736
+ "user": 2,
110737
+ "types": 2,
110738
+ "pushes": 2,
110739
+ "equals": 2,
110740
+ "Then": 1,
110741
+ "result": 2,
110742
+ "Calculator": 1,
110743
+ "User": 2,
110744
+ "All": 1,
110745
+ "contain": 1,
110746
+ "constructed": 1,
110747
+ "from": 1,
110748
+ "Creating": 1,
110749
+ "new": 1,
110750
+ "or": 1,
110751
+ "editing": 1,
110752
+ "existing": 1,
110753
+ "easy": 1,
110754
+ "even": 1,
110755
+ "for": 2,
110756
+ "people": 2,
110757
+ "without": 1,
110758
+ "programming": 1,
110759
+ "skills.": 1,
110760
+ "normal": 1,
110761
+ "automation.": 1,
110762
+ "If": 1,
110763
+ "understand": 1,
110764
+ "may": 1,
110765
+ "work": 1,
110766
+ "better.": 1,
110767
+ "Simple": 1,
110768
+ "calculation": 2,
110769
+ "Longer": 1,
110770
+ "Clear": 1,
110771
+ "built": 1,
110772
+ "variable": 1
110773
+ },
110774
+ "Roff": {
110775
+ ".": 83,
110776
+ "[": 37,
110777
+ "fB": 20,
110778
+ "fP": 87,
110779
+ "]": 37,
110780
+ "<a>": 4,
110781
+ "href=": 4,
110782
+ "*": 12,
110783
+ "(": 46,
110784
+ "m1": 3,
110785
+ "</a>": 2,
110786
+ "&": 10,
110787
+ "}": 15,
110788
+ "el": 1,
110789
+ "la": 1,
110790
+ "ra": 1,
110791
+ "hy": 2,
110792
+ "n": 6,
110793
+ "HY": 2,
110794
+ "..": 7,
110795
+ "Continuation": 1,
110796
+ "line": 1,
110797
+ "for": 58,
110798
+ ".TP": 1,
110799
+ "header.": 1,
110800
+ ".de": 6,
110801
+ "TQ": 1,
110802
+ "br": 1,
110803
+ "ns": 1,
110804
+ "TP": 1,
110805
+ "no": 6,
110806
+ "doublequotes": 1,
110807
+ "around": 2,
110808
+ "argument": 3,
110809
+ "Start": 2,
110810
+ "example.": 2,
110811
+ "EX": 1,
110812
+ "do": 5,
110813
+ "ds": 1,
110814
+ "mF": 2,
110815
+ ".fam": 1,
110816
+ "nr": 1,
110817
+ "mE": 2,
110818
+ ".f": 1,
110819
+ "nf": 1,
110820
+ "nh": 1,
110821
+ "fam": 2,
110822
+ "C": 2,
110823
+ "ft": 2,
110824
+ "CW": 1,
110825
+ "End": 3,
110826
+ "EE": 1,
110827
+ "fi": 1,
110828
+ "display.": 2,
110829
+ "DS": 1,
110830
+ "XXX": 2,
110831
+ "to": 127,
110832
+ "be": 64,
110833
+ "written": 5,
110834
+ "DE": 1,
110835
+ "EOF": 1,
110836
+ "CREATE": 3,
110837
+ "VIEW": 2,
110838
+ "-": 76,
110839
+ "SQL": 2,
110840
+ "Language": 2,
110841
+ "Statements": 1,
110842
+ "Commands": 2,
110843
+ "DESCRIPTION": 2,
110844
+ "PARAMETERS": 1,
110845
+ "NOTES": 1,
110846
+ "EXAMPLES": 1,
110847
+ "COMPATIBILITY": 1,
110848
+ "SEE": 1,
110849
+ "ALSO": 1,
110850
+ "DROP": 1,
110851
+ "fBdrop_view": 1,
110852
+ "fR": 13,
110853
+ "l": 1,
110854
+ ")": 37,
110855
+ "NetBSD": 1,
110856
+ "fsinterface.ms": 2,
110857
+ "v": 1,
110858
+ "/08/07": 1,
110859
+ "agc": 1,
110860
+ "Exp": 1,
110861
+ "Copyright": 1,
110862
+ "c": 3,
110863
+ "The": 68,
110864
+ "Regents": 1,
110865
+ "of": 131,
110866
+ "the": 360,
110867
+ "University": 5,
110868
+ "California.": 1,
110869
+ "All": 4,
110870
+ "rights": 1,
110871
+ "reserved.": 1,
110872
+ "Redistribution": 1,
110873
+ "and": 91,
110874
+ "use": 19,
110875
+ "in": 84,
110876
+ "source": 5,
110877
+ "binary": 3,
110878
+ "forms": 1,
110879
+ "with": 27,
110880
+ "or": 30,
110881
+ "without": 5,
110882
+ "modification": 3,
110883
+ "are": 41,
110884
+ "permitted": 1,
110885
+ "provided": 5,
110886
+ "that": 40,
110887
+ "following": 5,
110888
+ "conditions": 3,
110889
+ "met": 1,
110890
+ "Redistributions": 2,
110891
+ "code": 2,
110892
+ "must": 12,
110893
+ "retain": 5,
110894
+ "above": 4,
110895
+ "copyright": 2,
110896
+ "notice": 2,
110897
+ "this": 17,
110898
+ "list": 3,
110899
+ "disclaimer.": 1,
110900
+ "form": 5,
110901
+ "reproduce": 1,
110902
+ "disclaimer": 1,
110903
+ "documentation": 1,
110904
+ "and/or": 2,
110905
+ "other": 13,
110906
+ "materials": 1,
110907
+ "distribution.": 1,
110908
+ "Neither": 1,
110909
+ "name": 23,
110910
+ "nor": 1,
110911
+ "names": 3,
110912
+ "its": 8,
110913
+ "contributors": 1,
110914
+ "may": 35,
110915
+ "used": 23,
110916
+ "endorse": 1,
110917
+ "promote": 1,
110918
+ "products": 1,
110919
+ "derived": 2,
110920
+ "from": 27,
110921
+ "software": 1,
110922
+ "specific": 9,
110923
+ "prior": 1,
110924
+ "permission.": 1,
110925
+ "THIS": 2,
110926
+ "SOFTWARE": 2,
110927
+ "IS": 2,
110928
+ "PROVIDED": 1,
110929
+ "BY": 1,
110930
+ "THE": 5,
110931
+ "REGENTS": 2,
110932
+ "AND": 4,
110933
+ "CONTRIBUTORS": 2,
110934
+ "AS": 1,
110935
+ "ANY": 4,
110936
+ "EXPRESS": 1,
110937
+ "OR": 8,
110938
+ "IMPLIED": 2,
110939
+ "WARRANTIES": 2,
110940
+ "INCLUDING": 3,
110941
+ "BUT": 2,
110942
+ "NOT": 2,
110943
+ "LIMITED": 2,
110944
+ "TO": 2,
110945
+ "OF": 8,
110946
+ "MERCHANTABILITY": 1,
110947
+ "FITNESS": 1,
110948
+ "FOR": 2,
110949
+ "A": 10,
110950
+ "PARTICULAR": 1,
110951
+ "PURPOSE": 1,
110952
+ "ARE": 1,
110953
+ "DISCLAIMED.": 1,
110954
+ "IN": 3,
110955
+ "NO": 1,
110956
+ "EVENT": 1,
110957
+ "SHALL": 1,
110958
+ "BE": 1,
110959
+ "LIABLE": 1,
110960
+ "DIRECT": 1,
110961
+ "INDIRECT": 1,
110962
+ "INCIDENTAL": 1,
110963
+ "SPECIAL": 1,
110964
+ "EXEMPLARY": 1,
110965
+ "CONSEQUENTIAL": 1,
110966
+ "DAMAGES": 1,
110967
+ "PROCUREMENT": 1,
110968
+ "SUBSTITUTE": 1,
110969
+ "GOODS": 1,
110970
+ "SERVICES": 1,
110971
+ ";": 77,
110972
+ "LOSS": 1,
110973
+ "USE": 2,
110974
+ "DATA": 1,
110975
+ "PROFITS": 1,
110976
+ "BUSINESS": 1,
110977
+ "INTERRUPTION": 1,
110978
+ "HOWEVER": 1,
110979
+ "CAUSED": 1,
110980
+ "ON": 1,
110981
+ "THEORY": 1,
110982
+ "LIABILITY": 2,
110983
+ "WHETHER": 1,
110984
+ "CONTRACT": 1,
110985
+ "STRICT": 1,
110986
+ "TORT": 1,
110987
+ "NEGLIGENCE": 1,
110988
+ "OTHERWISE": 1,
110989
+ "ARISING": 1,
110990
+ "WAY": 1,
110991
+ "OUT": 1,
110992
+ "EVEN": 1,
110993
+ "IF": 1,
110994
+ "ADVISED": 1,
110995
+ "POSSIBILITY": 1,
110996
+ "SUCH": 1,
110997
+ "DAMAGE.": 1,
110998
+ "@": 1,
110999
+ "#": 1,
111000
+ "Berkeley": 6,
111001
+ "/16/91": 1,
111002
+ ".if": 1,
111003
+ "nv": 1,
111004
+ ".rm": 1,
111005
+ "CM": 1,
111006
+ "UX": 3,
111007
+ ".ie": 1,
111008
+ "s": 13,
111009
+ "NIX": 3,
111010
+ "s0": 3,
111011
+ ".el": 1,
111012
+ "{": 14,
111013
+ "dg": 2,
111014
+ ".FS": 3,
111015
+ "is": 77,
111016
+ "a": 110,
111017
+ "registered": 1,
111018
+ "trademark": 2,
111019
+ "AT": 9,
111020
+ "T.": 1,
111021
+ ".FE": 2,
111022
+ ".nr": 1,
111023
+ ".TL": 1,
111024
+ "Toward": 1,
111025
+ "Compatible": 1,
111026
+ "Filesystem": 4,
111027
+ "Interface": 1,
111028
+ ".AU": 1,
111029
+ "Michael": 1,
111030
+ "J.": 1,
111031
+ "Karels": 3,
111032
+ "Marshall": 2,
111033
+ "Kirk": 1,
111034
+ "McKusick": 4,
111035
+ ".AI": 1,
111036
+ "Computer": 5,
111037
+ "Systems": 4,
111038
+ "Research": 2,
111039
+ "Group": 2,
111040
+ "Science": 2,
111041
+ "Division": 1,
111042
+ "Department": 1,
111043
+ "Electrical": 1,
111044
+ "Engineering": 1,
111045
+ "California": 4,
111046
+ ".AB": 1,
111047
+ ".LP": 5,
111048
+ "As": 10,
111049
+ "network": 6,
111050
+ "remote": 9,
111051
+ "filesystems": 22,
111052
+ "have": 12,
111053
+ "been": 11,
111054
+ "implemented": 5,
111055
+ ".UX": 12,
111056
+ "several": 7,
111057
+ "stylized": 3,
111058
+ "interfaces": 11,
111059
+ "between": 7,
111060
+ "filesystem": 81,
111061
+ "implementation": 4,
111062
+ "rest": 2,
111063
+ "kernel": 3,
111064
+ "developed.": 1,
111065
+ "This": 12,
111066
+ "an": 12,
111067
+ "update": 1,
111068
+ "paper": 1,
111069
+ "originally": 2,
111070
+ "presented": 3,
111071
+ "at": 15,
111072
+ "September": 1,
111073
+ "conference": 1,
111074
+ "European": 1,
111075
+ "Users": 1,
111076
+ "Virtual": 1,
111077
+ "interface": 36,
111078
+ "VFS": 9,
111079
+ "using": 6,
111080
+ "vnodes": 5,
111081
+ "Digital": 3,
111082
+ "Equipment": 2,
111083
+ "File": 10,
111084
+ "System": 14,
111085
+ "Switch": 2,
111086
+ "FSS": 2,
111087
+ "Each": 7,
111088
+ "design": 8,
111089
+ "attempts": 3,
111090
+ "isolate": 1,
111091
+ "dependent": 5,
111092
+ "details": 2,
111093
+ "below": 1,
111094
+ "generic": 7,
111095
+ "provide": 2,
111096
+ "framework": 1,
111097
+ "within": 8,
111098
+ "which": 14,
111099
+ "new": 12,
111100
+ "incorporated.": 1,
111101
+ "However": 4,
111102
+ "each": 4,
111103
+ "these": 16,
111104
+ "different": 13,
111105
+ "incompatible": 1,
111106
+ "others.": 1,
111107
+ "them": 4,
111108
+ "addresses": 1,
111109
+ "somewhat": 3,
111110
+ "goals.": 1,
111111
+ "was": 3,
111112
+ "based": 1,
111113
+ "on": 11,
111114
+ "starting": 1,
111115
+ "version": 2,
111116
+ "targetted": 2,
111117
+ "set": 6,
111118
+ "varying": 5,
111119
+ "characteristics": 1,
111120
+ "uses": 5,
111121
+ "primitive": 1,
111122
+ "operations": 17,
111123
+ "by": 37,
111124
+ "filesystem.": 7,
111125
+ "current": 11,
111126
+ "study": 1,
111127
+ "compares": 1,
111128
+ "various": 3,
111129
+ "interfaces.": 1,
111130
+ "Criteria": 1,
111131
+ "comparison": 2,
111132
+ "include": 4,
111133
+ "generality": 1,
111134
+ "completeness": 1,
111135
+ "robustness": 1,
111136
+ "efficiency": 3,
111137
+ "esthetics.": 1,
111138
+ "Several": 4,
111139
+ "underlying": 3,
111140
+ "issues": 4,
111141
+ "examined": 3,
111142
+ "detail.": 1,
111143
+ "result": 2,
111144
+ "proposal": 2,
111145
+ "advanced": 2,
111146
+ "includes": 2,
111147
+ "best": 3,
111148
+ "features": 1,
111149
+ "existing": 3,
111150
+ "implementations.": 2,
111151
+ "adopts": 1,
111152
+ "calling": 3,
111153
+ "convention": 2,
111154
+ "lookup": 17,
111155
+ "introduced": 3,
111156
+ "BSD": 13,
111157
+ "but": 6,
111158
+ "otherwise": 4,
111159
+ "closely": 1,
111160
+ "related": 3,
111161
+ "Sun": 23,
111162
+ "Network": 3,
111163
+ "NFS": 3,
111164
+ "Sandberg85": 2,
111165
+ "T": 8,
111166
+ "extended": 1,
111167
+ "Cole85": 2,
111168
+ "Other": 2,
111169
+ "research": 2,
111170
+ "university": 1,
111171
+ "groups": 5,
111172
+ "internal": 6,
111173
+ "notably": 1,
111174
+ "Eighth": 1,
111175
+ "Edition": 1,
111176
+ "system": 20,
111177
+ "Weinberger84": 2,
111178
+ "two": 6,
111179
+ "Carnegie": 1,
111180
+ "Mellon": 1,
111181
+ "Satyanarayanan85": 2,
111182
+ "Numerous": 1,
111183
+ "file": 24,
111184
+ "access": 2,
111185
+ "methods": 1,
111186
+ "devised": 2,
111187
+ "individual": 4,
111188
+ "processes": 2,
111189
+ "many": 1,
111190
+ "modifications": 2,
111191
+ "I/O": 2,
111192
+ "library": 1,
111193
+ "similar": 3,
111194
+ "those": 3,
111195
+ "Newcastle": 2,
111196
+ "Connection": 2,
111197
+ "Brownbridge82": 2,
111198
+ ".PP": 27,
111199
+ "Multiple": 2,
111200
+ "frequently": 2,
111201
+ "found": 1,
111202
+ "single": 9,
111203
+ "organization.": 1,
111204
+ "These": 5,
111205
+ "circumstances": 1,
111206
+ "make": 3,
111207
+ "it": 22,
111208
+ "highly": 1,
111209
+ "desirable": 2,
111210
+ "able": 1,
111211
+ "transport": 1,
111212
+ "implementations": 4,
111213
+ "one": 7,
111214
+ "another.": 1,
111215
+ "Such": 1,
111216
+ "portability": 1,
111217
+ "considerably": 2,
111218
+ "enhanced": 1,
111219
+ "carefully": 1,
111220
+ "defined": 2,
111221
+ "entry": 16,
111222
+ "points": 7,
111223
+ "separate": 4,
111224
+ "operating": 3,
111225
+ "system.": 4,
111226
+ "should": 5,
111227
+ "device": 11,
111228
+ "drivers": 3,
111229
+ "kernel.": 1,
111230
+ "Although": 6,
111231
+ "among": 3,
111232
+ "common": 1,
111233
+ "versions": 2,
111234
+ "driver": 1,
111235
+ "sufficiently": 1,
111236
+ "moved": 1,
111237
+ "another": 2,
111238
+ "major": 3,
111239
+ "problems.": 1,
111240
+ "clean": 2,
111241
+ "well": 4,
111242
+ "also": 8,
111243
+ "allows": 6,
111244
+ "support": 4,
111245
+ "multiple": 3,
111246
+ "local": 9,
111247
+ "types.": 2,
111248
+ "For": 13,
111249
+ "reasons": 1,
111250
+ "such": 10,
111251
+ "as": 27,
111252
+ "when": 5,
111253
+ "integrating": 1,
111254
+ "into": 16,
111255
+ "known": 2,
111256
+ "Microsystems": 1,
111257
+ "FSS.": 1,
111258
+ "Another": 3,
111259
+ "Generic": 2,
111260
+ "GFS": 7,
111261
+ "has": 15,
111262
+ "ULTRIX": 6,
111263
+ "dd": 2,
111264
+ "Corp.": 1,
111265
+ "Rodriguez86": 2,
111266
+ "There": 2,
111267
+ "numerous": 1,
111268
+ "differences": 3,
111269
+ "designs.": 3,
111270
+ "understood": 2,
111271
+ "philosophies": 1,
111272
+ "goals": 5,
111273
+ "involved": 1,
111274
+ "systems": 8,
111275
+ "under": 1,
111276
+ "were": 6,
111277
+ "done": 4,
111278
+ "summarized": 1,
111279
+ "sections": 1,
111280
+ "limitations": 1,
111281
+ "published": 1,
111282
+ "specifications.": 1,
111283
+ ".SH": 11,
111284
+ "Design": 3,
111285
+ "degrees": 1,
111286
+ "driven": 1,
111287
+ "divide": 1,
111288
+ "type": 5,
111289
+ "independent": 5,
111290
+ "layer": 5,
111291
+ "division": 1,
111292
+ "layers": 3,
111293
+ "occurs": 1,
111294
+ "places": 1,
111295
+ "reflecting": 1,
111296
+ "views": 1,
111297
+ "diversity": 1,
111298
+ "types": 3,
111299
+ "accommodated.": 1,
111300
+ "Compatibility": 1,
111301
+ "importance": 1,
111302
+ "user": 6,
111303
+ "process": 12,
111304
+ "level": 3,
111305
+ "completely": 1,
111306
+ "transparent": 1,
111307
+ "except": 4,
111308
+ "few": 3,
111309
+ "management": 1,
111310
+ "programs.": 1,
111311
+ "makes": 2,
111312
+ "effort": 1,
111313
+ "familiar": 1,
111314
+ "even": 3,
111315
+ "object": 3,
111316
+ "compatibility": 3,
111317
+ "modules": 2,
111318
+ "drivers.": 1,
111319
+ "Both": 4,
111320
+ "DEC": 5,
111321
+ "willing": 1,
111322
+ "change": 3,
111323
+ "data": 17,
111324
+ "structures": 2,
111325
+ "so": 5,
111326
+ "might": 4,
111327
+ "require": 2,
111328
+ "recompilation": 1,
111329
+ "modification.": 1,
111330
+ "statelessness": 1,
111331
+ "permeates": 1,
111332
+ "interface.": 8,
111333
+ "No": 1,
111334
+ "locking": 5,
111335
+ "occur": 1,
111336
+ "only": 5,
111337
+ "during": 6,
111338
+ "call": 9,
111339
+ "layer.": 3,
111340
+ "final": 9,
111341
+ "goal": 2,
111342
+ "most": 9,
111343
+ "implementors": 1,
111344
+ "performance.": 3,
111345
+ "tends": 1,
111346
+ "conflict": 1,
111347
+ "complete": 4,
111348
+ "semantic": 1,
111349
+ "consistency": 4,
111350
+ "modularity.": 1,
111351
+ "chosen": 1,
111352
+ "performance": 5,
111353
+ "over": 2,
111354
+ "modularity": 2,
111355
+ "some": 2,
111356
+ "areas": 2,
111357
+ "emphasized": 1,
111358
+ "separation": 2,
111359
+ "expense": 2,
111360
+ "RFS": 3,
111361
+ "yet": 3,
111362
+ "seen": 2,
111363
+ "seems": 1,
111364
+ "considered": 4,
111365
+ "far": 1,
111366
+ "more": 6,
111367
+ "important": 2,
111368
+ "than": 10,
111369
+ "Differences": 1,
111370
+ "characterized": 1,
111371
+ "ways.": 1,
111372
+ "centered": 1,
111373
+ "objects": 2,
111374
+ "along": 1,
111375
+ "primitives": 2,
111376
+ "performing": 5,
111377
+ "upon": 4,
111378
+ "objects.": 2,
111379
+ "In": 11,
111380
+ "original": 1,
111381
+ "Ritchie74": 2,
111382
+ "basic": 1,
111383
+ "inode": 16,
111384
+ "index": 3,
111385
+ "node.": 1,
111386
+ "contains": 4,
111387
+ "all": 6,
111388
+ "information": 5,
111389
+ "about": 2,
111390
+ "identification": 1,
111391
+ "ownership": 2,
111392
+ "permissions": 2,
111393
+ "timestamps": 2,
111394
+ "location.": 2,
111395
+ "Inodes": 1,
111396
+ "identified": 1,
111397
+ "number": 7,
111398
+ "fInamei": 15,
111399
+ "translates": 1,
111400
+ "pathname": 11,
111401
+ "fIiget": 4,
111402
+ "locates": 1,
111403
+ "installs": 1,
111404
+ "core": 1,
111405
+ "table.": 2,
111406
+ "fINamei": 1,
111407
+ "performs": 2,
111408
+ "translation": 11,
111409
+ "iterative": 1,
111410
+ "component": 8,
111411
+ "directory": 10,
111412
+ "find": 3,
111413
+ "inumber": 1,
111414
+ "then": 6,
111415
+ "return": 4,
111416
+ "actual": 4,
111417
+ "inode.": 2,
111418
+ "If": 5,
111419
+ "last": 3,
111420
+ "reached": 1,
111421
+ "returned": 2,
111422
+ "describes": 1,
111423
+ "next": 1,
111424
+ "searched.": 1,
111425
+ "ways": 1,
111426
+ "caller": 1,
111427
+ "read": 12,
111428
+ "checked": 1,
111429
+ "fields": 3,
111430
+ "modified.": 1,
111431
+ "Modified": 1,
111432
+ "inodes": 2,
111433
+ "automatically": 1,
111434
+ "back": 2,
111435
+ "disk": 4,
111436
+ "reference": 12,
111437
+ "released": 1,
111438
+ "fIiput": 1,
111439
+ "fP.": 3,
111440
+ "same": 7,
111441
+ "general": 2,
111442
+ "scheme": 3,
111443
+ "faster": 1,
111444
+ "Mckusick85": 1,
111445
+ "lesser": 1,
111446
+ "extent": 1,
111447
+ "attempt": 2,
111448
+ "preserve": 1,
111449
+ "oriented": 2,
111450
+ "modify": 1,
111451
+ "allow": 2,
111452
+ "varieties": 1,
111453
+ "structure": 15,
111454
+ "separating": 1,
111455
+ "parts": 4,
111456
+ "arm": 1,
111457
+ "union.": 1,
111458
+ "equivalent": 1,
111459
+ "old": 1,
111460
+ "performed": 3,
111461
+ "operations.": 4,
111462
+ "Implicit": 1,
111463
+ "files": 8,
111464
+ "conveniently": 1,
111465
+ "named": 2,
111466
+ "located": 2,
111467
+ "provides": 3,
111468
+ "properties": 2,
111469
+ "rather": 7,
111470
+ "allowing": 1,
111471
+ "arbitrary": 1,
111472
+ "changes": 8,
111473
+ "made": 3,
111474
+ "part": 2,
111475
+ "contrast": 1,
111476
+ "replaces": 1,
111477
+ "primary": 1,
111478
+ "vnode.": 1,
111479
+ "vnode": 30,
111480
+ "pointer": 2,
111481
+ "Properties": 1,
111482
+ "transient": 1,
111483
+ "size": 1,
111484
+ "maintained": 2,
111485
+ "lower": 1,
111486
+ "format": 1,
111487
+ "request": 3,
111488
+ "callers": 1,
111489
+ "expected": 1,
111490
+ "not": 13,
111491
+ "hold": 2,
111492
+ "any": 6,
111493
+ "length": 1,
111494
+ "time": 5,
111495
+ "they": 4,
111496
+ "up": 4,
111497
+ "date": 1,
111498
+ "later": 2,
111499
+ "on.": 1,
111500
+ "corollary": 1,
111501
+ "external": 1,
111502
+ "obtaining": 1,
111503
+ "operation.": 2,
111504
+ "Separate": 1,
111505
+ "procedures": 1,
111506
+ "outside": 1,
111507
+ "obtain": 2,
111508
+ "handle": 1,
111509
+ "given": 5,
111510
+ "client": 2,
111511
+ "server": 1,
111512
+ "retrieved": 1,
111513
+ "presentation": 2,
111514
+ "handle.": 1,
111515
+ "Name": 1,
111516
+ "described": 5,
111517
+ "mechanism": 1,
111518
+ "representation": 1,
111519
+ "translation.": 1,
111520
+ "style": 3,
111521
+ "function": 3,
111522
+ "very": 1,
111523
+ "three": 3,
111524
+ "systems.": 4,
111525
+ "function.": 1,
111526
+ "quite": 1,
111527
+ "however": 1,
111528
+ "BSD.": 3,
111529
+ "parameters": 4,
111530
+ "context": 3,
111531
+ "operation": 15,
111532
+ "collected": 1,
111533
+ "fInameidata": 7,
111534
+ "passed": 3,
111535
+ "Intent": 1,
111536
+ "create": 2,
111537
+ "delete": 1,
111538
+ "declared": 1,
111539
+ "advance": 1,
111540
+ "scan": 1,
111541
+ "offset": 6,
111542
+ "will": 7,
111543
+ "made.": 1,
111544
+ "Filesystems": 1,
111545
+ "mechanisms": 1,
111546
+ "avoid": 5,
111547
+ "redundant": 2,
111548
+ "work": 2,
111549
+ "therefore": 1,
111550
+ "lock": 2,
111551
+ "modified": 6,
111552
+ "before": 3,
111553
+ "completion.": 1,
111554
+ "V": 2,
111555
+ "previous": 1,
111556
+ "stored": 4,
111557
+ "per": 6,
111558
+ "fIuser": 1,
111559
+ "low": 1,
111560
+ "routine": 7,
111561
+ "called": 1,
111562
+ "after": 3,
111563
+ "creation": 14,
111564
+ "deletion": 7,
111565
+ "itself.": 1,
111566
+ "side": 1,
111567
+ "effects": 1,
111568
+ "implementing": 1,
111569
+ "deletion.": 2,
111570
+ "responsible": 1,
111571
+ "copying": 4,
111572
+ "buffer": 19,
111573
+ "validating": 1,
111574
+ "interpolating": 1,
111575
+ "contents": 1,
111576
+ "symbolic": 2,
111577
+ "links": 1,
111578
+ "indirecting": 1,
111579
+ "mount": 2,
111580
+ "points.": 1,
111581
+ "copied": 3,
111582
+ "according": 1,
111583
+ "location": 1,
111584
+ "name.": 1,
111585
+ "After": 1,
111586
+ "determining": 1,
111587
+ "start": 1,
111588
+ "root": 1,
111589
+ "calls": 10,
111590
+ "replaced": 1,
111591
+ "fIlookupname": 1,
111592
+ "simply": 1,
111593
+ "handling": 2,
111594
+ "module": 1,
111595
+ "allocate": 1,
111596
+ "copy": 3,
111597
+ "character": 1,
111598
+ "fIlookuppn": 1,
111599
+ "fILookuppn": 1,
111600
+ "iteration": 1,
111601
+ "directories": 2,
111602
+ "leading": 1,
111603
+ "destination": 1,
111604
+ "copies": 1,
111605
+ "fIlookup": 2,
111606
+ "locate": 1,
111607
+ "directory.": 3,
111608
+ "Per": 1,
111609
+ "routines": 5,
111610
+ "translate": 1,
111611
+ "call.": 2,
111612
+ "unmodified": 1,
111613
+ "serves": 1,
111614
+ "check": 1,
111615
+ "existence": 1,
111616
+ "file.": 1,
111617
+ "subsequent": 2,
111618
+ "if": 6,
111619
+ "repeat": 1,
111620
+ "associated": 1,
111621
+ "scan.": 1,
111622
+ "particular": 3,
111623
+ "inefficient": 1,
111624
+ "requires": 1,
111625
+ "scans": 1,
111626
+ "improvements": 3,
111627
+ "McKusick85": 2,
111628
+ "Leffler84": 2,
111629
+ ".IP": 17,
111630
+ "wide": 1,
111631
+ "cache": 31,
111632
+ "recent": 1,
111633
+ "translations": 1,
111634
+ "maintained.": 1,
111635
+ "present": 2,
111636
+ "cache.": 3,
111637
+ "does": 3,
111638
+ "hard": 2,
111639
+ "references": 2,
111640
+ "normal": 2,
111641
+ "pattern": 1,
111642
+ "disturbed.": 1,
111643
+ "kept": 1,
111644
+ "successful": 1,
111645
+ "done.": 1,
111646
+ "sequential": 1,
111647
+ "lookups": 2,
111648
+ "entries": 3,
111649
+ "linear": 1,
111650
+ "time.": 1,
111651
+ "entire": 2,
111652
+ "subroutine": 2,
111653
+ "character.": 1,
111654
+ "pool": 1,
111655
+ "buffers": 3,
111656
+ "held": 2,
111657
+ "avoiding": 2,
111658
+ "allocation": 2,
111659
+ "overhead.": 1,
111660
+ "worth": 1,
111661
+ "generalized": 1,
111662
+ "framework.": 2,
111663
+ "generalization": 3,
111664
+ "already": 1,
111665
+ "expensive": 1,
111666
+ "costly.": 1,
111667
+ "Most": 2,
111668
+ "derives": 2,
111669
+ "beta": 1,
111670
+ "test": 1,
111671
+ "generally": 1,
111672
+ "like": 3,
111673
+ "facility": 1,
111674
+ "routines.": 1,
111675
+ "first": 2,
111676
+ "unlike": 1,
111677
+ "holds": 1,
111678
+ "increments": 1,
111679
+ "count": 2,
111680
+ "soft": 2,
111681
+ "cannot": 1,
111682
+ "allocates": 1,
111683
+ "dynamically": 1,
111684
+ "frees": 1,
111685
+ "returns": 4,
111686
+ "zero": 1,
111687
+ "caching": 2,
111688
+ "them.": 3,
111689
+ "fewer": 1,
111690
+ "distorts": 1,
111691
+ "patterns": 1,
111692
+ "LRU": 1,
111693
+ "overflow": 1,
111694
+ "table": 1,
111695
+ "purged": 1,
111696
+ "room": 1,
111697
+ "Also": 2,
111698
+ "determine": 1,
111699
+ "whether": 1,
111700
+ "example": 3,
111701
+ "mounting": 2,
111702
+ "flushed": 1,
111703
+ "free": 1,
111704
+ "reference.": 1,
111705
+ "problems": 5,
111706
+ "corrected": 2,
111707
+ "scheme.": 1,
111708
+ "observation": 1,
111709
+ "architecture": 1,
111710
+ "multi": 1,
111711
+ "dramatically": 1,
111712
+ "larger": 1,
111713
+ "suffers": 2,
111714
+ "problem": 3,
111715
+ "much": 1,
111716
+ "less": 1,
111717
+ "violation": 1,
111718
+ "layering.": 1,
111719
+ "synchronization": 2,
111720
+ "consistency.": 1,
111721
+ "broken": 1,
111722
+ "difficult": 1,
111723
+ "guarantee": 1,
111724
+ "throughout": 1,
111725
+ "synchronize": 1,
111726
+ "severely": 1,
111727
+ "forbids": 1,
111728
+ "across": 1,
111729
+ "It": 6,
111730
+ "possible": 3,
111731
+ "created": 2,
111732
+ "requested.": 1,
111733
+ "Perhaps": 1,
111734
+ "strangely": 1,
112303
111735
  "fails": 1,
112304
- "on": 1,
112305
- "purpose": 1,
112306
- "show": 1,
112307
- "how": 1,
112308
- "failures": 1,
112309
- "look": 1,
112310
- "like.": 1,
112311
- "Test": 4,
112312
- "Template": 2,
112313
- "Library": 3,
112314
- "Cases": 3,
112315
- "Expression": 1,
112316
- "Expected": 1,
112317
- "Addition": 2,
112318
- "+": 6,
112319
- "Subtraction": 1,
112320
- "Multiplication": 1,
112321
- "*": 4,
112322
- "Division": 2,
112323
- "/": 5,
112324
- "Failing": 1,
112325
- "Calculation": 3,
112326
- "error": 4,
112327
- "[": 4,
112328
- "]": 4,
112329
- "should": 9,
112330
- "fail": 2,
112331
- "kekkonen": 1,
112332
- "Invalid": 2,
112333
- "button": 13,
112334
- "{": 15,
112335
- "EMPTY": 3,
112336
- "}": 15,
112337
- "expression.": 1,
112338
- "by": 3,
112339
- "zero.": 1,
112340
- "Keywords": 2,
112341
- "Arguments": 2,
112342
- "expression": 5,
112343
- "expected": 4,
112344
- "Push": 16,
112345
- "buttons": 4,
112346
- "C": 4,
112347
- "Result": 8,
112348
- "be": 9,
112349
- "Should": 2,
112350
- "cause": 1,
112351
- "equal": 1,
112352
- "#": 2,
112353
- "Using": 1,
112354
- "BuiltIn": 1,
112355
- "case": 1,
112356
- "gherkin": 1,
112357
- "syntax.": 1,
112358
- "This": 3,
112359
- "similar": 1,
112360
- "examples.": 1,
112361
- "difference": 1,
112362
- "higher": 1,
112363
- "abstraction": 1,
112364
- "level": 1,
112365
- "and": 2,
112366
- "their": 1,
112367
- "arguments": 1,
112368
- "are": 1,
112369
- "embedded": 1,
112370
- "into": 1,
112371
- "names.": 1,
112372
- "kind": 2,
112373
- "_gherkin_": 2,
112374
- "syntax": 1,
112375
- "been": 3,
112376
- "made": 1,
112377
- "popular": 1,
112378
- "http": 1,
112379
- "//cukes.info": 1,
112380
- "|": 1,
112381
- "Cucumber": 1,
112382
- "It": 1,
112383
- "especially": 1,
112384
- "act": 1,
112385
- "as": 1,
112386
- "examples": 1,
111736
+ "target": 6,
111737
+ "now": 2,
111738
+ "exists": 1,
111739
+ "link.": 1,
111740
+ "either": 4,
111741
+ "fail": 1,
111742
+ "unexpectedly": 1,
111743
+ "wrong": 1,
111744
+ "note": 1,
111745
+ "error": 1,
111746
+ "restart": 1,
111747
+ "lookup.": 1,
111748
+ "always": 1,
111749
+ "exist": 1,
111750
+ "stateless": 2,
111751
+ "forces": 2,
111752
+ "share": 1,
111753
+ "problem.": 1,
111754
+ "restriction": 1,
111755
+ "against": 2,
111756
+ "duplication": 1,
111757
+ "unacceptable.": 1,
111758
+ "Support": 1,
111759
+ "facilities": 3,
111760
+ "interactions": 1,
111761
+ "portable": 2,
111762
+ "uniform": 1,
111763
+ "behave": 1,
111764
+ "consistent": 2,
111765
+ "manner": 1,
111766
+ "prominent": 1,
111767
+ "standard": 3,
111768
+ "physical": 5,
111769
+ "blocks": 7,
111770
+ "containing": 2,
111771
+ "works": 1,
111772
+ "obvious": 1,
111773
+ "filesystems.": 1,
111774
+ "describe": 3,
111775
+ "device.": 1,
111776
+ "block": 9,
111777
+ "numbers": 2,
111778
+ "virtual": 8,
111779
+ "blocks.": 3,
111780
+ "Use": 1,
111781
+ "description": 1,
112387
111782
  "easily": 1,
112388
- "understood": 1,
112389
- "also": 2,
112390
- "business": 2,
112391
- "people.": 1,
111783
+ "accommodate": 2,
111784
+ "indirect": 2,
111785
+ "superblocks": 1,
111786
+ "cylinder": 1,
111787
+ "group": 4,
111788
+ "describing": 1,
111789
+ "internally": 2,
111790
+ "looked": 1,
111791
+ "searching": 1,
111792
+ "private": 2,
111793
+ "holding": 1,
111794
+ "structure.": 4,
111795
+ "better": 1,
111796
+ "needed.": 1,
111797
+ "currently": 1,
111798
+ "thus": 3,
111799
+ "probably": 1,
111800
+ "unmodified.": 1,
111801
+ "unknown": 1,
111802
+ "us.": 1,
111803
+ "subsystem": 1,
111804
+ "large": 1,
111805
+ "interaction": 1,
111806
+ "memory": 9,
111807
+ "satisfy": 1,
111808
+ "fill": 3,
111809
+ "demand": 2,
111810
+ "page": 2,
111811
+ "faults.": 1,
111812
+ "arranged": 1,
111813
+ "place": 1,
111814
+ "directly": 2,
111815
+ "pages": 2,
111816
+ "assigned": 1,
111817
+ "raw": 3,
111818
+ "data.": 2,
111819
+ "normally": 1,
111820
+ "bypasses": 1,
111821
+ "checking": 1,
111822
+ "flushing": 1,
111823
+ "disk.": 1,
111824
+ "maintains": 1,
111825
+ "own": 1,
111826
+ "reusable": 1,
111827
+ "text": 1,
111828
+ "pages.": 1,
111829
+ "creates": 2,
111830
+ "additional": 1,
111831
+ "complications.": 1,
111832
+ "redesigned": 1,
111833
+ "resolved": 1,
111834
+ "reading": 1,
111835
+ "through": 1,
111836
+ "mapping": 2,
111837
+ "cached": 1,
111838
+ "address": 5,
111839
+ "space.": 3,
111840
+ "changed": 1,
111841
+ "while": 2,
111842
+ "remains": 2,
111843
+ "would": 1,
111844
+ "write": 3,
111845
+ "meantime": 1,
111846
+ "optimization": 1,
111847
+ "logical": 2,
111848
+ "setting": 1,
111849
+ "image": 1,
111850
+ "process.": 1,
111851
+ "analogous": 1,
111852
+ "fIbmap": 2,
112392
111853
  "Given": 1,
112393
- "calculator": 1,
112394
- "cleared": 2,
111854
+ "number.": 1,
111855
+ "startup": 1,
111856
+ "remain": 1,
111857
+ "once": 1,
111858
+ "read.": 1,
111859
+ "addition": 2,
111860
+ "fIstrategy": 1,
111861
+ "reads": 1,
111862
+ "space": 2,
111863
+ "copying.": 2,
111864
+ "header": 1,
111865
+ "fIbuf": 1,
111866
+ "instead": 1,
111867
+ "fIuio": 5,
111868
+ "internally.": 1,
111869
+ "difference": 1,
111870
+ "avoided": 1,
111871
+ "to/from": 1,
111872
+ "Instead": 1,
111873
+ "could": 1,
112395
111874
  "When": 1,
112396
- "user": 2,
112397
- "types": 2,
112398
- "pushes": 2,
112399
- "equals": 2,
112400
- "Then": 1,
112401
- "result": 2,
112402
- "Calculator": 1,
112403
- "User": 2,
112404
- "All": 1,
112405
- "contain": 1,
112406
- "constructed": 1,
112407
- "from": 1,
112408
- "Creating": 1,
112409
- "new": 1,
112410
- "or": 1,
112411
- "editing": 1,
112412
- "existing": 1,
112413
- "easy": 1,
112414
- "even": 1,
112415
- "for": 2,
112416
- "people": 2,
112417
- "without": 1,
112418
- "programming": 1,
112419
- "skills.": 1,
112420
- "normal": 1,
112421
- "automation.": 1,
112422
- "If": 1,
112423
- "understand": 1,
112424
- "may": 1,
112425
- "work": 1,
112426
- "better.": 1,
112427
- "Simple": 1,
112428
- "calculation": 2,
112429
- "Longer": 1,
112430
- "Clear": 1,
112431
- "built": 1,
112432
- "variable": 1
111875
+ "loading": 1,
111876
+ "received": 1,
111877
+ "buffer.": 1,
111878
+ "suitably": 1,
111879
+ "aligned": 1,
111880
+ "mapped": 1,
111881
+ "swap": 1,
111882
+ "case": 2,
111883
+ "devising": 1,
111884
+ "implicit": 1,
111885
+ "global": 1,
111886
+ "reentrancy": 1,
111887
+ "conventions": 1,
111888
+ "sleep/wakeup": 1,
111889
+ "interrupted": 1,
111890
+ "semaphores": 1,
111891
+ "Proposal": 1,
111892
+ "widely": 2,
111893
+ "here.": 1,
111894
+ "separated": 1,
111895
+ "disadvantages": 1,
111896
+ "minor": 1,
111897
+ "philosophical": 1,
111898
+ "advantages": 1,
111899
+ "optimizations.": 1,
111900
+ "components": 1,
111901
+ "translated": 3,
111902
+ "accommodates": 1,
111903
+ "preference.": 1,
111904
+ "least": 2,
111905
+ "there": 1,
111906
+ "little": 1,
111907
+ "public": 1,
111908
+ "groups.": 1,
111909
+ "Accordingly": 1,
111910
+ "proposed": 3,
111911
+ "central": 1,
111912
+ "pass": 2,
111913
+ "communicate": 1,
111914
+ "completion": 2,
111915
+ "status": 2,
111916
+ "routine.": 3,
111917
+ "requests": 1,
111918
+ ".br": 2,
111919
+ ".ne": 2,
111920
+ "i": 2,
111921
+ ".ID": 1,
111922
+ ".nf": 1,
111923
+ ".ta": 5,
111924
+ ".5i": 4,
111925
+ "+": 21,
111926
+ "w": 13,
111927
+ "u": 13,
111928
+ "struct": 18,
111929
+ "nameidata": 1,
111930
+ "caddr_t": 5,
111931
+ "ni_dirp": 1,
111932
+ "enum": 2,
111933
+ "uio_seg": 1,
111934
+ "ni_seg": 1,
111935
+ "short": 7,
111936
+ "ni_nameiop": 1,
111937
+ "*ni_cdir": 1,
111938
+ "*ni_rdir": 1,
111939
+ "ucred": 1,
111940
+ "*ni_cred": 1,
111941
+ "ni_pnbuf": 1,
111942
+ "char": 3,
111943
+ "*ni_ptr": 1,
111944
+ "int": 10,
111945
+ "ni_pathlen": 1,
111946
+ "ni_more": 1,
111947
+ "ni_loopcnt": 1,
111948
+ "*ni_vp": 1,
111949
+ "*ni_dvp": 1,
111950
+ "diroffcache": 1,
111951
+ "*nc_prevdir": 4,
111952
+ "long": 14,
111953
+ "nc_id": 1,
111954
+ "off_t": 1,
111955
+ "nc_prevoffset": 1,
111956
+ "ni_nc": 1,
111957
+ ".DE": 6,
111958
+ ".DS": 4,
111959
+ "#define": 15,
111960
+ "LOOKUP": 2,
111961
+ "DELETE": 2,
111962
+ "WANTPARENT": 2,
111963
+ "NOCACHE": 1,
111964
+ "FOLLOW": 1,
111965
+ "NOFOLLOW": 3,
111966
+ "credentials": 1,
111967
+ "slightly": 1,
111968
+ "accounting": 1,
111969
+ "ID": 3,
111970
+ "merged": 1,
111971
+ "array.": 1,
111972
+ "array": 1,
111973
+ "explicitly": 1,
111974
+ "reserved": 1,
111975
+ "terminator.": 1,
111976
+ "typedefs": 1,
111977
+ "UIO_USERISPACE": 1,
111978
+ "vfsops": 2,
111979
+ "*vfs_vnodecovered": 1,
111980
+ "VFS_EXPORTED": 2,
111981
+ "t": 1,
111982
+ "exec": 1,
111983
+ "*/": 1,
111984
+ "VFS_MLOCK": 1,
111985
+ "VFS_MWAIT": 1,
111986
+ "VFS_NOSUID": 1,
111987
+ "EX_RDONLY": 1,
111988
+ "supported": 1,
111989
+ "vfs_mount": 1,
111990
+ "vfs_unmount": 1,
111991
+ "vfs_mountroot": 1,
111992
+ "vfs_root": 1,
111993
+ "vfs_statfs": 1,
111994
+ "vfs_sync": 1,
111995
+ "vfs_fhtovp": 1,
111996
+ "vfs_vptofh": 1,
111997
+ "fIvfs_statfs": 1,
111998
+ "statfs": 1,
111999
+ "f_type": 1,
112000
+ "f_flags": 1,
112001
+ "f_fsize": 1,
112002
+ "f_bsize": 1,
112003
+ "f_blocks": 1,
112004
+ "f_bfree": 1,
112005
+ "f_bavail": 1,
112006
+ "f_files": 1,
112007
+ "f_ffree": 1,
112008
+ "fsid_t": 2,
112009
+ "f_fsid": 1,
112010
+ "*f_mntonname": 1,
112011
+ "*f_mntfromname": 1,
112012
+ "f_spare": 1,
112013
+ "typedef": 1,
112014
+ "vnodeops": 1,
112015
+ "*v_vfsmountedhere": 1,
112016
+ "vn_getattr": 1,
112017
+ "obviously": 1,
112018
+ "fIvn_lookup": 1,
112019
+ "receives": 1,
112020
+ "arguments": 1,
112021
+ "described.": 1,
112022
+ "fIvn_abortop": 1,
112023
+ "undertaken.": 1,
112024
+ "perform": 1,
112025
+ "implement": 1,
112026
+ "action": 1,
112027
+ "left": 1,
112028
+ "untranslated": 1,
112029
+ "parent": 1,
112030
+ "flexible": 1,
112031
+ "enough": 1,
112032
+ "fully": 2,
112033
+ "stateful": 1,
112034
+ "whenever": 1,
112035
+ "possible.": 1,
112036
+ "One": 1,
112037
+ "problematical": 1,
112038
+ "fIvn_rename": 1,
112039
+ "tempting": 1,
112040
+ "look": 1,
112041
+ "rename": 1,
112042
+ "creation.": 1,
112043
+ "deadlock": 1,
112044
+ "paths": 1,
112045
+ "cross.": 1,
112046
+ "reason": 1,
112047
+ "flag": 3,
112048
+ "CREATE.": 1,
112049
+ "concerned": 1,
112050
+ "fIvn_rdrw": 1,
112051
+ "split": 1,
112052
+ "fIvn_read": 1,
112053
+ "fIvn_write": 1,
112054
+ "read/write": 1,
112055
+ "amounts": 2,
112056
+ "checks": 1,
112057
+ "direction": 2,
112058
+ "identical": 1,
112059
+ "contained": 1,
112060
+ "argument.": 1,
112061
+ "locations.": 1,
112062
+ "updated": 1,
112063
+ "return.": 1,
112064
+ "fIvn_readdir": 1,
112065
+ "token": 2,
112066
+ "added.": 1,
112067
+ "fIvn_seek": 1,
112068
+ "concession": 1,
112069
+ "record": 1,
112070
+ "directories.": 1,
112071
+ "verify": 1,
112072
+ "seek": 1,
112073
+ "leaves": 1,
112074
+ "sensible": 1,
112075
+ "relative": 1,
112076
+ "earlier": 1,
112077
+ "one.": 1,
112078
+ "simple": 1,
112079
+ "arithmetic.": 1,
112080
+ "point": 1,
112081
+ "fIvn_mmap": 1,
112082
+ "Its": 1,
112083
+ "semantics": 1,
112084
+ "decided.": 1,
112085
+ "additions": 1,
112086
+ "fIvn_lock": 1,
112087
+ "fIvn_unlock": 1,
112088
+ "entries.": 1,
112089
+ "locked": 1,
112090
+ "periods": 1,
112091
+ "it.": 1,
112092
+ "They": 1,
112093
+ "maintain": 1,
112094
+ "fIexec": 1,
112095
+ "construct": 1,
112096
+ "atomic": 1,
112097
+ "attributes": 1,
112098
+ "need": 1,
112099
+ "source.": 1,
112100
+ "Attributes": 1,
112101
+ "vattr": 1,
112102
+ "vtype": 1,
112103
+ "va_type": 1,
112104
+ "u_short": 1,
112105
+ "va_mode": 1,
112106
+ "uid_t": 1,
112107
+ "va_uid": 1,
112108
+ "gid_t": 1,
112109
+ "va_gid": 1,
112110
+ "va_fsid": 1,
112111
+ "va_fileid": 1,
112112
+ "va_nlink": 1,
112113
+ "u_long": 4,
112114
+ "va_size": 1,
112115
+ "va_size1": 1,
112116
+ "va_blocksize": 1,
112117
+ "timeval": 3,
112118
+ "va_atime": 1,
112119
+ "va_mtime": 1,
112120
+ "va_ctime": 1,
112121
+ "dev_t": 1,
112122
+ "va_rdev": 1,
112123
+ "va_bytes": 1,
112124
+ "va_bytes1": 1,
112125
+ "Conclusions": 1,
112126
+ "Of": 1,
112127
+ "cleanest": 1,
112128
+ "structures.": 1,
112129
+ "flaws": 1,
112130
+ "felt": 1,
112131
+ "certain": 1,
112132
+ "can": 1,
112133
+ "ameliorate": 1,
112134
+ "here": 2,
112135
+ "changes.": 1,
112136
+ "being": 1,
112137
+ "Berkeley.": 1,
112138
+ "succeeds": 1,
112139
+ "improving": 1,
112140
+ "flexibility": 1,
112141
+ "layering": 1,
112142
+ "model": 1,
112143
+ "Acknowledgements": 1,
112144
+ "We": 1,
112145
+ "indebted": 1,
112146
+ "members": 1,
112147
+ "discussions": 1,
112148
+ "involved.": 1,
112149
+ "References": 2,
112150
+ "Brownbridge": 1,
112151
+ "D.R.": 1,
112152
+ "L.F.": 1,
112153
+ "B.": 2,
112154
+ "Randell": 1,
112155
+ "UNIXes": 1,
112156
+ "World": 1,
112157
+ "Unite": 1,
112158
+ "fISoftware": 1,
112159
+ "Practice": 1,
112160
+ "Experience": 1,
112161
+ "Vol.": 3,
112162
+ "pp.": 11,
112163
+ "Cole": 1,
112164
+ "C.T.": 1,
112165
+ "P.B.": 1,
112166
+ "Flinn": 1,
112167
+ "A.B.": 1,
112168
+ "Atlas": 1,
112169
+ "An": 2,
112170
+ "Implementation": 2,
112171
+ "Extended": 1,
112172
+ "UNIX": 3,
112173
+ "fIUsenix": 8,
112174
+ "Conference": 8,
112175
+ "Proceedings": 7,
112176
+ "June": 8,
112177
+ "Kleiman86": 1,
112178
+ "Vnodes": 1,
112179
+ "Architecture": 2,
112180
+ "Types": 1,
112181
+ "Leffler": 3,
112182
+ "S.": 4,
112183
+ "M.K.": 3,
112184
+ "M.": 5,
112185
+ "Measuring": 1,
112186
+ "Improving": 1,
112187
+ "Performance": 2,
112188
+ "McKusick84": 1,
112189
+ "W.N.": 1,
112190
+ "Joy": 1,
112191
+ "S.J.": 1,
112192
+ "R.S.": 1,
112193
+ "Fabry": 1,
112194
+ "Fast": 1,
112195
+ "fITransactions": 1,
112196
+ "ACM": 3,
112197
+ "August": 1,
112198
+ "Improvements": 1,
112199
+ "Functional": 1,
112200
+ "Enhancements": 1,
112201
+ "Rifkin86": 1,
112202
+ "Rifkin": 1,
112203
+ "A.P.": 1,
112204
+ "M.P.": 1,
112205
+ "Forbes": 1,
112206
+ "R.L.": 1,
112207
+ "Hamilton": 1,
112208
+ "Sabrio": 1,
112209
+ "Shah": 1,
112210
+ "K.": 2,
112211
+ "Yueh": 1,
112212
+ "Architectural": 1,
112213
+ "Overview": 1,
112214
+ "Ritchie": 1,
112215
+ "D.M.": 1,
112216
+ "Thompson": 1,
112217
+ "Unix": 1,
112218
+ "Time": 1,
112219
+ "Sharing": 1,
112220
+ "fICommunications": 1,
112221
+ "July": 1,
112222
+ "Rodriguez": 1,
112223
+ "R.": 3,
112224
+ "Koehler": 1,
112225
+ "Hyde": 1,
112226
+ "Sandberg": 1,
112227
+ "D.": 2,
112228
+ "Goldberg": 1,
112229
+ "Kleiman": 1,
112230
+ "Walsh": 1,
112231
+ "Lyon": 1,
112232
+ "Satyanarayanan": 1,
112233
+ "fIet": 1,
112234
+ "al.": 1,
112235
+ "ITC": 1,
112236
+ "Distributed": 3,
112237
+ "Principles": 2,
112238
+ "fIProc.": 1,
112239
+ "th": 1,
112240
+ "Symposium": 1,
112241
+ "Operating": 1,
112242
+ "December": 1,
112243
+ "Walker85": 1,
112244
+ "Walker": 2,
112245
+ "B.J.": 2,
112246
+ "S.H.": 1,
112247
+ "Kiser": 1,
112248
+ "LOCUS": 2,
112249
+ "fIThe": 1,
112250
+ "G.J.": 1,
112251
+ "Popek": 1,
112252
+ "ed.": 1,
112253
+ "MIT": 1,
112254
+ "Press": 1,
112255
+ "Cambridge": 1,
112256
+ "MA": 1,
112257
+ "Weinberger": 1,
112258
+ "P.J.": 1,
112259
+ "Version": 1,
112260
+ "Bac78": 1,
112261
+ "Fod80": 1,
112262
+ "Joy79": 1,
112263
+ "Mc60": 1,
112264
+ "Pat80": 1,
112265
+ "Pat81": 1,
112266
+ "Dorab": 1,
112267
+ "Patel": 1,
112268
+ "lqFunctional": 1,
112269
+ "Interpreter": 1,
112270
+ "User": 1,
112271
+ "Manual": 1,
112272
+ "rq": 1,
112273
+ "Los": 1,
112274
+ "Angeles": 1,
112275
+ ".bp": 1,
112276
+ ".TH": 1,
112277
+ "FOO": 1,
112278
+ "NAME": 1,
112279
+ "foo": 2,
112280
+ "bar": 4,
112281
+ "SYNOPSIS": 1,
112282
+ ".B": 2,
112283
+ ".I": 1,
112284
+ "Foo": 2,
112285
+ ".BR": 1,
112286
+ "baz": 1,
112287
+ "quux.": 1,
112288
+ "baz.": 1,
112289
+ "license.terms": 1,
112290
+ "Tcl": 1,
112291
+ "Built": 1,
112292
+ "fBCommands.": 1,
112293
+ "fBEvaluation.": 1,
112294
+ "fBWords.": 1,
112295
+ "fBDouble": 1,
112296
+ "quotes.": 1,
112297
+ "fBArgument": 1,
112298
+ "expansion.": 1,
112299
+ "cmd": 2,
112300
+ "b": 2,
112301
+ "d": 2,
112302
+ "e": 2,
112303
+ "f": 2,
112304
+ "g": 2,
112305
+ "h": 2,
112306
+ "fBBraces.": 1,
112307
+ "fBCommand": 1,
112308
+ "substitution.": 4,
112309
+ "fBVariable": 1,
112310
+ "fBBackslash": 1,
112311
+ "fBComments.": 1,
112312
+ "fBOrder": 1,
112313
+ "fBSubstitution": 1,
112314
+ "word": 3,
112315
+ "boundaries.": 1,
112316
+ "Substitutions": 1,
112317
+ "affect": 1,
112318
+ "boundaries": 1,
112319
+ "command": 1,
112320
+ "expansion": 1,
112321
+ "specified": 1,
112322
+ "rule": 1,
112323
+ "variable": 3,
112324
+ "substitution": 1,
112325
+ "value": 1,
112326
+ "becomes": 1,
112327
+ "Local": 1,
112328
+ "Variables": 1,
112329
+ "column": 1
112433
112330
  },
112434
112331
  "Ruby": {
112435
112332
  "require": 71,
@@ -129781,6 +129678,109 @@
129781
129678
  ".333333343": 1,
129782
129679
  "m_TimeScale": 1
129783
129680
  },
129681
+ "Unix Assembly": {
129682
+ ".macro": 1,
129683
+ "invalid": 2,
129684
+ ".word": 2,
129685
+ "stc": 1,
129686
+ "cr0": 1,
129687
+ "[": 3,
129688
+ "r0": 6,
129689
+ "]": 3,
129690
+ ".endm": 1,
129691
+ ".global": 1,
129692
+ "_start": 2,
129693
+ "nop": 1,
129694
+ "bl": 1,
129695
+ "skip_output": 2,
129696
+ "hello_text": 1,
129697
+ ".asciz": 1,
129698
+ ".p2align": 2,
129699
+ "mov": 6,
129700
+ "r4": 9,
129701
+ "r14": 1,
129702
+ "output_next": 2,
129703
+ "adr": 2,
129704
+ "into_thumb": 2,
129705
+ "+": 3,
129706
+ "bx": 2,
129707
+ ".thumb": 1,
129708
+ "#3": 2,
129709
+ "@": 2,
129710
+ "writec": 1,
129711
+ "angel": 1,
129712
+ "call": 2,
129713
+ "r1": 3,
129714
+ "swi": 3,
129715
+ "Confirm": 1,
129716
+ "number.": 1,
129717
+ "r5": 6,
129718
+ "back_to_arm": 2,
129719
+ ".arm": 1,
129720
+ "add": 2,
129721
+ "#1": 2,
129722
+ "sub": 2,
129723
+ "r3": 8,
129724
+ "ldrb": 2,
129725
+ "teq": 2,
129726
+ "#0": 2,
129727
+ "beq": 1,
129728
+ "done": 2,
129729
+ "#0x123456": 2,
129730
+ "bne": 1,
129731
+ "#0x18": 1,
129732
+ "ldr": 1,
129733
+ "exit_code": 2,
129734
+ ".cstring": 1,
129735
+ "LC0": 2,
129736
+ ".ascii": 2,
129737
+ ".text": 1,
129738
+ ".globl": 2,
129739
+ "_main": 2,
129740
+ "LFB3": 4,
129741
+ "pushq": 1,
129742
+ "%": 6,
129743
+ "rbp": 2,
129744
+ "LCFI0": 3,
129745
+ "movq": 1,
129746
+ "rsp": 1,
129747
+ "LCFI1": 2,
129748
+ "leaq": 1,
129749
+ "(": 1,
129750
+ "rip": 1,
129751
+ ")": 1,
129752
+ "rdi": 1,
129753
+ "_puts": 1,
129754
+ "movl": 1,
129755
+ "eax": 1,
129756
+ "leave": 1,
129757
+ "ret": 1,
129758
+ "LFE3": 2,
129759
+ ".section": 1,
129760
+ "__TEXT": 1,
129761
+ "__eh_frame": 1,
129762
+ "coalesced": 1,
129763
+ "no_toc": 1,
129764
+ "strip_static_syms": 1,
129765
+ "live_support": 1,
129766
+ "EH_frame1": 2,
129767
+ ".set": 5,
129768
+ "L": 10,
129769
+ "set": 10,
129770
+ "LECIE1": 2,
129771
+ "-": 7,
129772
+ "LSCIE1": 2,
129773
+ ".long": 6,
129774
+ ".byte": 20,
129775
+ ".align": 2,
129776
+ "_main.eh": 2,
129777
+ "LSFDE1": 1,
129778
+ "LEFDE1": 2,
129779
+ "LASFDE1": 3,
129780
+ ".quad": 2,
129781
+ ".": 1,
129782
+ ".subsections_via_symbols": 1
129783
+ },
129784
129784
  "Uno": {
129785
129785
  "using": 22,
129786
129786
  "Uno": 3,
@@ -131144,7 +131144,7 @@
131144
131144
  ".csrm_dat_o": 1,
131145
131145
  ".csrm_dat_i": 1
131146
131146
  },
131147
- "VimL": {
131147
+ "Vim script": {
131148
131148
  "set": 19,
131149
131149
  "guioptions": 1,
131150
131150
  "-": 1247,
@@ -140146,17 +140146,16 @@
140146
140146
  "Erlang": 7011,
140147
140147
  "F#": 3281,
140148
140148
  "FLUX": 1392,
140149
- "FORTRAN": 203,
140150
140149
  "Filebench WML": 109,
140151
140150
  "Filterscript": 143,
140152
140151
  "Formatted": 5103,
140153
140152
  "Forth": 4308,
140153
+ "Fortran": 203,
140154
140154
  "FreeMarker": 131,
140155
140155
  "Frege": 4373,
140156
140156
  "G-code": 142,
140157
140157
  "GAMS": 363,
140158
140158
  "GAP": 11117,
140159
- "GAS": 241,
140160
140159
  "GCC Machine Description": 9310,
140161
140160
  "GDB": 974,
140162
140161
  "GDScript": 1958,
@@ -140173,7 +140172,6 @@
140173
140172
  "Graph Modeling Language": 21,
140174
140173
  "GraphQL": 256,
140175
140174
  "Graphviz (DOT)": 575,
140176
- "Groff": 5862,
140177
140175
  "Groovy": 177,
140178
140176
  "Groovy Server Pages": 91,
140179
140177
  "HCL": 18,
@@ -140205,7 +140203,6 @@
140205
140203
  "JSONLD": 18,
140206
140204
  "JSONiq": 151,
140207
140205
  "JSX": 49,
140208
- "Jade": 24,
140209
140206
  "Jasmin": 1137,
140210
140207
  "Java": 15181,
140211
140208
  "JavaScript": 78302,
@@ -140268,7 +140265,7 @@
140268
140265
  "NetLogo": 243,
140269
140266
  "NewLisp": 2411,
140270
140267
  "Nginx": 782,
140271
- "Nimrod": 1,
140268
+ "Nim": 1,
140272
140269
  "Nit": 8703,
140273
140270
  "Nix": 198,
140274
140271
  "Nu": 116,
@@ -140315,6 +140312,7 @@
140315
140312
  "Propeller Spin": 13501,
140316
140313
  "Protocol Buffer": 63,
140317
140314
  "Public Key": 403,
140315
+ "Pug": 24,
140318
140316
  "Puppet": 846,
140319
140317
  "PureBasic": 867,
140320
140318
  "PureScript": 1818,
@@ -140329,13 +140327,14 @@
140329
140327
  "RPM Spec": 2855,
140330
140328
  "RUNOFF": 28475,
140331
140329
  "Racket": 331,
140332
- "Ragel in Ruby Host": 593,
140330
+ "Ragel": 593,
140333
140331
  "Rascal": 1348,
140334
140332
  "Rebol": 533,
140335
140333
  "Red": 813,
140336
140334
  "Ren'Py": 1497,
140337
140335
  "RenderScript": 1298,
140338
140336
  "RobotFramework": 483,
140337
+ "Roff": 5862,
140339
140338
  "Ruby": 5321,
140340
140339
  "Rust": 12851,
140341
140340
  "SAS": 1777,
@@ -140385,13 +140384,14 @@
140385
140384
  "Turtle": 569,
140386
140385
  "TypeScript": 172,
140387
140386
  "Unity3D Asset": 841,
140387
+ "Unix Assembly": 241,
140388
140388
  "Uno": 1267,
140389
140389
  "UnrealScript": 2873,
140390
140390
  "UrWeb": 576,
140391
140391
  "VCL": 545,
140392
140392
  "VHDL": 37,
140393
140393
  "Verilog": 3778,
140394
- "VimL": 4284,
140394
+ "Vim script": 4284,
140395
140395
  "Visual Basic": 581,
140396
140396
  "Volt": 387,
140397
140397
  "Vue": 103,
@@ -140509,17 +140509,16 @@
140509
140509
  "Erlang": 13,
140510
140510
  "F#": 8,
140511
140511
  "FLUX": 4,
140512
- "FORTRAN": 5,
140513
140512
  "Filebench WML": 1,
140514
140513
  "Filterscript": 2,
140515
140514
  "Formatted": 3,
140516
140515
  "Forth": 16,
140516
+ "Fortran": 5,
140517
140517
  "FreeMarker": 2,
140518
140518
  "Frege": 4,
140519
140519
  "G-code": 2,
140520
140520
  "GAMS": 1,
140521
140521
  "GAP": 9,
140522
- "GAS": 2,
140523
140522
  "GCC Machine Description": 1,
140524
140523
  "GDB": 2,
140525
140524
  "GDScript": 4,
@@ -140536,7 +140535,6 @@
140536
140535
  "Graph Modeling Language": 1,
140537
140536
  "GraphQL": 2,
140538
140537
  "Graphviz (DOT)": 2,
140539
- "Groff": 6,
140540
140538
  "Groovy": 6,
140541
140539
  "Groovy Server Pages": 4,
140542
140540
  "HCL": 2,
@@ -140568,7 +140566,6 @@
140568
140566
  "JSONLD": 1,
140569
140567
  "JSONiq": 2,
140570
140568
  "JSX": 1,
140571
- "Jade": 2,
140572
140569
  "Jasmin": 8,
140573
140570
  "Java": 9,
140574
140571
  "JavaScript": 31,
@@ -140631,7 +140628,7 @@
140631
140628
  "NetLogo": 1,
140632
140629
  "NewLisp": 3,
140633
140630
  "Nginx": 2,
140634
- "Nimrod": 1,
140631
+ "Nim": 1,
140635
140632
  "Nit": 24,
140636
140633
  "Nix": 1,
140637
140634
  "Nu": 2,
@@ -140678,6 +140675,7 @@
140678
140675
  "Propeller Spin": 10,
140679
140676
  "Protocol Buffer": 1,
140680
140677
  "Public Key": 7,
140678
+ "Pug": 2,
140681
140679
  "Puppet": 5,
140682
140680
  "PureBasic": 2,
140683
140681
  "PureScript": 4,
@@ -140692,13 +140690,14 @@
140692
140690
  "RPM Spec": 3,
140693
140691
  "RUNOFF": 4,
140694
140692
  "Racket": 2,
140695
- "Ragel in Ruby Host": 3,
140693
+ "Ragel": 3,
140696
140694
  "Rascal": 4,
140697
140695
  "Rebol": 6,
140698
140696
  "Red": 2,
140699
140697
  "Ren'Py": 1,
140700
140698
  "RenderScript": 2,
140701
140699
  "RobotFramework": 3,
140700
+ "Roff": 6,
140702
140701
  "Ruby": 31,
140703
140702
  "Rust": 3,
140704
140703
  "SAS": 3,
@@ -140748,13 +140747,14 @@
140748
140747
  "Turtle": 2,
140749
140748
  "TypeScript": 3,
140750
140749
  "Unity3D Asset": 5,
140750
+ "Unix Assembly": 2,
140751
140751
  "Uno": 3,
140752
140752
  "UnrealScript": 2,
140753
140753
  "UrWeb": 2,
140754
140754
  "VCL": 2,
140755
140755
  "VHDL": 1,
140756
140756
  "Verilog": 13,
140757
- "VimL": 5,
140757
+ "Vim script": 5,
140758
140758
  "Visual Basic": 3,
140759
140759
  "Volt": 1,
140760
140760
  "Vue": 2,
@@ -140785,5 +140785,5 @@
140785
140785
  "wisp": 1,
140786
140786
  "xBase": 3
140787
140787
  },
140788
- "md5": "0d91f3255a64f5c5e8a5d721297ef8e1"
140788
+ "md5": "3e95e05f8cb745955b82fdb5670b559e"
140789
140789
  }