.\" .\" Copyright (c) 2014 Ingo Schwarze .\" .\" Permission to use, copy, modify, and distribute this presentation for any .\" purpose with or without fee is hereby granted, provided that the above .\" copyright notice and this permission notice appear in all copies. .\" .\" THE PRESENTATION IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL .\" WARRANTIES WITH REGARD TO THIS PRESENTATION INCLUDING ALL IMPLIED .\" WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE .\" AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL .\" DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA .\" OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER .\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS PRESENTATION. .\" .\" These slides use the mm and gpresent groff macros. .\" For example, on OpenBSD, install these ports: .\" groff, gpresent, ghostscript. .\" .\" Build instructions: .\" groff -mm -mpresent NewTrendsInMandoc.roff > NewTrendsInMandoc.pps .\" presentps -l NewTrendsInMandoc.pps > NewTrendsInMandoc.ps .\" ps2pdf NewTrendsInMandoc.ps .\" .\" === preamble ======================================================= .\" --- global mm configuration settings ------------------------------- .nr Pi 3 .\" --- global gpresent configuration settings ------------------------- .DEFCOLOR Kea1 0 0.8 0.48 .DEFCOLOR Kea2 0 0.5 0.3 .TITLECOLOR Kea1 .SUBTITLEFORMAT C .SUBTITLECOLOR Kea2 .FOOTERSIZE 2 .\" --- gpresent header setup ------------------------------------------ .\" We don't want a header line for the title page, .\" so we have to start it before setting up headers. .TITLE New trends in mandoc: .nr gpe_page_tot 1 .nr gpe_page_sec 0 .af gpe_page_sec I .nr gpe_time_tsec 60 .nr gpe_time_min 1 .nr gpe_time_sec 0 .af gpe_time_sec 02 . .de GPE_SECTION .ds gpe_title_sec \\$1 .nr gpe_page_sec 0 .. .de HEADER .nr gpe_page_tot +1 .nr gpe_page_sec +1 .sp 0.5v .tl 'Ingo Schwarze: new trends in mandoc'\ page \\n[gpe_page_tot]: \\*[gpe_title_sec] \\n[gpe_page_sec]'\ BSDCan 2014, May 17, Ottawa' .sp -0.5v \l'\\n(.lu'\h'-\\n(.lu' .br .. .\" --- define some gpresent extension macros -------------------------- .de GPE_MULB .nr gpe_colwr \\n(.l-\\$1-1n .ie \\n[.$]>1 .ds gpe_vsp \\$2 .el .ds gpe_vsp 0.5v .sp -\\*[gpe_vsp] .MULB \\$1 1n \\n[gpe_colwr]u .sp \\*[gpe_vsp] .. .de GPE_EM .COLOR red \\$1 .COLOR P .. .de GPE_SM .S -4 \\$1 .S P .. .de GPE_SMEM .ce 3 .GPE_SM "\\$1 \m[red]\\$2\m[] \\$3" .. .\" --- title page ----------------------------------------------------- .TITLE Enhancing the modern toolbox .sp -2v .TITLE for the classic documentation formats .SUBTITLE "Ingo Schwarze " .sp -1.5v .SUBTITLE "BSDCan 2014, May 17, Ottawa" .PSPIC Images/BrentBarrettKea.eps 13c .ce .GPE_SM "Kea juvenile (Nestor notabilis) exploring new horizons \ (c) 2007 Brent Barrett @flickr (CC)" .GPE_SECTION INTRO .SK .\" --- gpresent footer setup ------------------------------------------ .\" We dont want a footer line for the title page, .\" so we have to set it up after completing the title page. .de GPE_NEXT .nr gpe_time_tsec +\\$1 .nr gpe_time_min \\n[gpe_time_tsec]/60 .nr gpe_time_sec \\n[gpe_time_tsec]%60 .ds gpe_next \\$2 .SK .. .de FOOTER .ps 18 .vs 20 .sp -2v \l'\\n(.lu'\h'-\\n(.lu' .br .tl '\s-6\\n[gpe_time_min]:\s-2\\n[gpe_time_sec]\s+8'\ '\\m[Kea2]\\*[gpe_next]\ \ \(->\\m[]' .ps .vs .. .\" ==================================================================== .GPE_SMEM "Enhancing the modern" toolbox\ "for the classic documentation formats:" .TITLE "Tools for handling manual pages" .BVL 1c .LI "Manual viewer: man(1)" .BL .LI Find manuals in the file system. .LI Call a formatter and a pager on them. .LI Not the topic of this talk... .LE .sp 0.5v .LI "Manual formatter: \fBmandoc(1)\fP" .BL .LI .GPE_EM "Read source code written in markup languages." .LI Write formatted text for the user. .LI Classical tool for this task: nroff(1). .LE .sp 0.5v .LI "Manual page search tool: \fBapropos(1)\fP = \f(CWman \-k\fP" .BL .LI Do database lookups. .LE .sp 0.5v .LI "Manual page database tool: \fBmakewhatis(8)\fP" .BL .LI Build databases. .LE .LE .\" -------------------------------------------------------------------- .GPE_NEXT 60 "How do the markup languages look like?" .GPE_SMEM "Enhancing the modern toolbox for the" classic\ "documentation formats:" .TITLE "Classic roff markup syntax" .ce Classic = literally half a century of history! .sp 1.5v .GPE_MULB 10c The concept of text and macro lines: .P .GPE_EM "RUNOFF (later became \(lqroff\(rq)" .P by Jerome H. Saltzer, MIT, 1964 .P in MAD for CTSS on the IBM 7094 .P .GPE_SM "inspired by Memo, Modify, and Ditto" .br .GPE_SM "by Lowry/Corbato/Steinberg 1963." .P Requests still in use today: .VERBON 2 16 \&.ad .ce .fi .in .ll .nf \&.br .sp .VERBOFF .MULN .PSPIC Images/ColumbiaIBM7094.eps .GPE_SM "IBM 7094 (c) 1965 Columbia Univ. Archives (Courtesy)" .MULE .sp 1.5v Macro lines contain a period (\(oq.\(cq), a macro name, and optional arguments. .P All other lines are text lines. .\" -------------------------------------------------------------------- .GPE_NEXT 100 "Why do we still use that syntax 50 years later?" .TITLE "Sample roff(7) source code" .VERBON 1 14 .TITLE "Advantages of the roff macro syntax" .S +2 .BL .LI Can easily be hand-edited with minimal typing overhead. .LI Looks unobtrusive, does not muddle the actual text. .LI Harmonizes very well with diff(1). .LI Allows high quality output in multiple output formats, .br in particular for terminal output and typesetting. .LI Works with simple, fast, portable, readily available tools. .LI Does not need any heavyweight or cumbersome toolchains, .br in particular, does not require XML. .LE .sp 2v .ce 2 \&... or to say it in one word: .sp 2v .S +4 .GPE_EM "KISS!" .S -6 .GPE_NEXT 50 "Application to software manuals?" .VERBOFF .\" -------------------------------------------------------------------- .GPE_NEXT 40 "OK, try again:\ \ Why do we still use that syntax 50 years later?" \& .br .TITLE "Advantages of the roff macro syntax" .S +2 .BL .LI Can easily be hand-edited with minimal typing overhead. .LI Looks unobtrusive, does not muddle the actual text. .LI Harmonizes very well with diff(1). .LI Allows high quality output in multiple output formats, .br in particular for terminal output and typesetting. .LI Works with simple, fast, portable, readily available tools. .LI Does not need any heavyweight or cumbersome toolchains, .br in particular, does not require XML. .LE .sp 2v .ce 2 \&... or say it in one word: .sp 2v .S +4 .GPE_EM "KISS!" .S -6 .\" -------------------------------------------------------------------- .GPE_NEXT 80 "Application to software manuals?" .GPE_SMEM "Enhancing the modern toolbox for the classic"\ documentation formats: .TITLE "Origin of the basic manual structure" .GPE_MULB 4i .GPE_EM "AT&T Version 1 UNIX manual" .P formatted with roff .P by Ken Thompson .br and Dennis M. Ritchie, .br Bell Labs, 1971 .P written in assembler .br for UNIX on the DEC PDP-11 .P .GPE_SM "inspired by the CTSS manuals" .P Section headers in use since v1: .br NAME, SYNOPSIS, DESCRIPTION, FILES, SEE ALSO, DIAGNOSTICS, BUGS .MULN .PSPIC Images/BellPDP11.eps (u;\n(.l-\n(.i)u .ce 2 .GPE_SM "Ritchie, Thompson, PDP-11 (c) 1971 Bell Labs" .GPE_SM "Reprinted with permission of Alcatel-Lucent USA Inc." .MULE .P Precursors to man(7) and mdoc(7) macros, used in v4\(env6 (1973-1975): .P \f(CW.th\fP (\(-> .TH/.Dt)\ \ \ \f(CW.sh\fP (\(-> .SH/.Sh)\ \ \ \ \f(CW.bd\fP (\(-> .B/.Sy)\ \ \ \f(CW.it\fP (\(-> .I/.Em) .P .GPE_EM "The man(7) language first appeared in Version 7 AT&T UNIX (1979)." .\" -------------------------------------------------------------------- .GPE_NEXT 60 "Was there any progress during the last 35 years?" .GPE_SMEM "Enhancing the" modern\ "toolbox for the \m[red]classic\m[] documentation formats: .TITLE "Origin of semantic markup in manuals" .GPE_MULB 18c 2v .BL .LI The mdoc(7) semantic markup macro language. .LI First in 4.3BSD-Reno by Cynthia Livingston, USENIX, 1990. .LI Formatted with Brian Kernighan's device independent troff, .LI written in K&R C, running on BSD UNIX on DEC VAX. .LE .SUBTITLE "Advantages of the mdoc(7) language" .MULN .PSPIC Images/BSDBeastie.eps .GPE_SM "4.2BSD Beastie" .MULE .BL .LI Considerable expressive power for semantic markup \(em .br while man(7) is a presentation level language only. .LI Works in practice as a standalone language \(em .br while man(7) regularly requires resorting to low-level roff features. .LI Consequently, more uniform appearance, easier to read and write than man(7). .LI Portability is no longer an issue: for legacy systems still not having mdoc(7), mandoc(1) can be used to convert to man(7) \(em see this talk. .LI .GPE_EM "Facilitates semantic searching \(em see this talk." .LE .\" -------------------------------------------------------------------- .GPE_NEXT 100 "How does mdoc(7) code look like?" .TITLE "Sample mdoc(7) source code" .VERBON 1 14 .Dd $Mdocdate: March 31 2014 $ .Dt MDOC 7 .Os .Sh NAME .Nm mdoc .Nd semantic markup language for formatting manual pages .Sh DESCRIPTION The .Nm mdoc language supports authoring of manual pages for the .Xr man 1 utility by allowing semantic annotations of words, phrases, page sections and complete manual pages. Such annotations are used by formatting tools to achieve a uniform presentation across all manuals written in .Nm , and to support hyperlinking if supported by the output medium. .Pp This reference document describes the structure of manual pages and the syntax and usage of the .Nm language. The reference implementation of a parsing and formatting tool is .Xr mandoc 1 ; the .Sx COMPATIBILITY section describes compatibility with other implementations. .VERBOFF .\" -------------------------------------------------------------------- .GPE_NEXT 30 "Classic documentation formats (summary)" .TITLE "Classic documentation formats (summary)" .BL .LI The roff(7) input syntax, .LI the mdoc(7) semantic markup, .LI and the man(1) presentation format .LE .sp 0.5v .ce .GPE_EM "have proven timeless by their simplicity and efficiency:" .sp -0.5v .BL .LI Nobody has come up with a better basic concept yet, .LI even though many have tried, .LI and regarding the formats, there is indeed little one could wish. .LE .PSPIC Images/AndrewRockWren.eps 10c .ce .GPE_SM "Rock Wren / Hurupounamu (Xenicus gilviventris)\ (c) 2006 57Andrew@flickr (CC)" .\" -------------------------------------------------------------------- .GPE_NEXT 30 "So we need modern tools for all this!" .GPE_SMEM Enhancing "the modern toolbox"\ "for the classic documentation formats:" .TITLE "Advantages of mandoc(1)" .BL .LI Functional \(em all in one binary: .BL .LI ASCII, UTF-8, HTML, XHTML, PostScript, PDF output .LI mdoc(7) to man(7) conversion .LI makewhatis(8)/apropos(1) .LE .LI Free \(em ISC/BSD-licensed, no GPL code. .LI Lightweight \(em ANSI C, POSIX, no C++ code. .LI Portable \(em includes compat_*.c files for missing functions on older systems. .LI Small \(em source tarball (uncompressed) is 8% of groff, executable binary 50%. .LI Fast \(em for mdoc(7), typically 5 times faster than groff, typically about a hundred times faster than an AsciiDoc/DocBook toolchain. .LE .sp 2v .ce .GPE_EM "Basic functionality already presented during BSDCan 2011." .\" -------------------------------------------------------------------- .GPE_NEXT 90 "So, let's finally use our strengths!\ \ New functionality..." .TITLE "Table of contents" .GPE_MULB 12c .AL .LI Introduction: .br Classic documentation formats .LI Searching for manual pages .BL .LI Markup-sensitive search .LI Complex search queries .LI Flexible output format .LI Database implementation .LI Search algorithm .LI Optimization and performance .LI Consistency checking .LE .LI Adoption of mandoc .LI Handling manual pages in ports .LI Manual pages for portable software: .br The mdoc(7) to man(7) converter .LI Conclusion and future directions .LI Acknowledgements .LE .MULN .PSPIC Images/NZDOCKakapoChicks.eps .ce 2 .GPE_SM "Kakapo chicks (Strigops habroptilus)" .GPE_SM "(c) 2009 NZ DOC @flickr (CC)" .MULE .\" ==================================================================== .GPE_SECTION APROPOS .GPE_NEXT 50 "How does searching work?" .TITLE "Searching for manual pages" .sp -1.5v .SUBTITLE "Traditional functionality is preserved" .\" XXX kristaps@ started makewhatis/apropos on April 2, 2011 .\" XXX rewrite for SQLite3 since June 8, 2012 .sp -0.5v .BVL 1c .\" XXX working since October 19, 2013 .LI "apropos \fIkeywords\fP ..." Search case-insensitively for substrings in names and descriptions. .LI "man \-k \fIarguments\fP" As before, an alias for: apropos \fIarguments\fP .br But now also supports new-style arguments, see below. .LI "apropos [\fB\-C \fIfile\fR] [\fB\-M \fIpath\fR] [\fB\-m \fIpath\fR] \ [\fB\-S \fIarch\fR] [\fB\-s \fIsection\fR] \fIkeywords\fR ..." Traditional options are all supported. .LE .GPE_MULB 12c .BVL 1c .LI "whatis \fIkeywords\fP ..." Search case-insensitively for complete .br words in page names only. .LI "makewhatis" Rebuild all configured databases. .\" XXX working since June 3, 2013 .LI "makewhatis \-d \fIdirectory files ...\fP Update entries for the given \fIfiles\fP .br in one database. .LE .P .ce .GPE_EM "backward compatible" .sp -2v .MULN .PSPIC Images/GlenFergusKiwi.eps .ce 2 .GPE_SM "Southern Kiwi / Tokoeka (Apteryx australis)" .GPE_SM "(c) 2008 Glen Fergus @wikimedia (CC)" .sp -2v .MULE .\" -------------------------------------------------------------------- .GPE_NEXT 60 "New functionality" .TITLE "Markup-sensitive search" .sp -1v .VERBON 0 12 $ apropos Ev=USER Mail, mail, mailx(1) \(en send and receive mail csh(1) \(en a shell (command interpreter) with Clike syntax login(1) \(en log into the computer logname(1) \(en display user's login name slogin, ssh(1) \(en OpenSSH SSH client (remote login program) su(1) \(en substitute user identity [...] .VERBOFF .sp 0.2v Macro keys that can be searched for (examples, ordered by frequency): .GPE_MULB 5i .S -4 .VL 2c 0c 1 .LI Nm manual page names .LI Nd manual page descriptions .LI sec manual section numbers .LI arch machine architectures .LI Xr cross references .LI Ar command argument names .LI Fa function argument types and names .LI Dv preprocessor constants .LI Pa file system paths .LI Cd kernel configuration directives .LI Va variable names .LI Ft function return types .LI Er error constants .LI Ev environment variables .LI In include file names .LI St references to standards documents .LI An author names .LI ... and so on ... .LE .S +4 .MULN .PSPIC Images/JJHarrisonSilvereye.eps (u;\n(.l-\n(.i)u .ce 2 .GPE_SM "Silvereye / Tauhou (Zosterops lateralis)" .GPE_SM "(c) 2008 J. J. Harrison @wikimedia (CC)" .MULE .\" -------------------------------------------------------------------- .GPE_NEXT 60 "Intermediate new search features" .TITLE "Markup-sensitive search features" Search keys can be OR'ed: .VERBON 6 12 $ apropos \m[red]Fa,Ft,Va,Vt=\m[]timespec EV_SET, kevent, kqueue(2) \(en kernel event notification mechanism clock_getres, clock_gettime, clock_settime(2) \(en get/set/calibrate date and time futimens, futimes, utimensat, utimes(2) \(en set file access and modification times nanosleep(2) \(en high resolution sleep parse_time(3) \(en parse and unparse time intervals poll, ppoll(2) \(en synchronous I/O multiplexing pselect, \m[red]select(2)\m[], FD_CLR, FD_ISSET, FD_SET, \ \m[red]FD_ZERO(3)\m[]\ \(en synchronous I/O multiplexing sem_timedwait, sem_trywait, sem_wait(3) \(en decrement (lock) a semaphore tstohz, tvtohz(9) \(en translate time period to timeout delay [...] .VERBOFF Searching across all keys is possible: .VERBON 6 12 $ apropos \m[red]any=\m[]ulimit ksh, rksh(1) \(en public domain Korn shell sh(1) \(en public domain Bourne shell getrlimit, setrlimit(2) \(en control maximum system resource consumption .VERBOFF Regular expressions are supported (\(oq~\(cq instead of \(oq=\(cq) since October 19, 2013: .VERBON 6 12 $ apropos "Nm~^[gs]et.*gid" endgrent, getgrent, getgrgid, getgrgid_r, getgrnam, getgrnam_r, setgrent, setgrfile, setgroupent(3) \(en group database operations getegid, getgid(2) \(en get group process identification getpgid, getpgrp(2) \(en get process group getresgid, getresuid, setresgid, setresuid(2) \(en get or set real, effective and saved user or group ID setegid, seteuid, setgid, setuid(2) \(en set user and group ID setpgid, setpgrp(2) \(en set process group setregid(2) \(en set real and effective group IDs [...] .VERBOFF .\" -------------------------------------------------------------------- .GPE_NEXT 50 "Advanced new search features" .TITLE "Complex search queries" By default, multiple search terms are joined with OR, .br but the .B \-s and .B \-S options attach to the rest of the search expression with AND: .VERBON 6 12 $ apropos \-s 1 tbl Nm=eqn deroff(1) \(en remove nroff/troff, eqn, pic and tbl constructs eqn(1) \(en format equations for troff or MathML eqn2graph(1) \(en convert an EQN equation into a cropped image neqn(1) \(en format equations for ascii output tbl(1) \(en format tables for troff .VERBOFF .sp 1v .GPE_MULB 15.5c Explicit logical AND and OR are supported: .VERBON 6 12 $ apropos Nd=gigabit \m[red]\-a\m[] Cd=sbus gem(4) \(en GEM 10/100/Gigabit Ethernet device ti(4) \(en Alteon Networks Tigon I and II Gigabit Ethernet device .VERBOFF Precedence can be changed with parantheses: .VERBON 6 12 $ apropos \-s 1 terminal \m[red]\-a\ \e(\m[] At~[1\-6] \m[red]\-o\m[] Bx~^[12] \m[red]\e)\m[] clear, tput(1) \(en terminal capability interface lock(1) \(en reserve a terminal reset, tset(1) \(en terminal initialization script(1) \(en make typescript of terminal session stty(1) \(en set the options for a terminal device interface tty(1) \(en return user's terminal name .VERBOFF .sp 1v Complex search queries are working since January 4, 2014. .MULN .PSPIC Images/AvicedaMorepork.eps .ce 3 .GPE_SM "Morepork / Ruru (c) 2005" .GPE_SM "(Ninox novaeseelandiae)" .GPE_SM "Aviceda@wikimedia (CC)" .MULE .\" -------------------------------------------------------------------- .GPE_NEXT 50 "New output features" .TITLE "Flexible output format" .sp -1v .BL .LI The names, section numbers, and architectures of the search results are always shown because these are needed to access the results with man(1). .LI By default, apropos(1) also shows the one-line descriptions. .LE .sp 0.5v With the .B \-O option, any other macro key can be shown instead: .VERBON 6 12 $ apropos \-O Cd wireless acx(4) \(en acx* at pci? # acx* at cardbus? an(4) \(en an* at isapnp? # an* at pcmcia? # an* at pci? ath(4) \(en ath* at pci? dev ? function ? # ath* at cardbus? dev ? function ? # gpio* at ath? athn(4) \(en athn* at cardbus? # athn* at uhub? port ? # athn* at pci? atu(4) \(en atu* at uhub? port ? atw(4) \(en atw* at pci? # atw* at cardbus? .VERBOFF The .B \-O option is available since December 31, 2013. .PSPIC Images/SidMosdellBellbird.eps 8c .ce .GPE_SM "Bellbird / Korimako (Anthornis melanura)\ (c) 2012 Sid Mosdell @flickr (CC)" .\" -------------------------------------------------------------------- .GPE_NEXT 50 "How is this implemented?" .TITLE "Database implementation" .GPE_MULB 13c .BL .LI The old \f(CWwhatis.db\fR was a plain text file. .LI Now we need a structured database. .LI But a client-server model would be overkill and merely a hindrance. .LI So SQLite was the logical choice. .LE .MULN .PSPIC Images/SQLite.eps .MULE .BL .sp 0.5v .LI Four tables. They contain, respectively, one record ... .VL 2.5c 0c 1 .LI \fBmpages\fP \&... per physical page, containing the description .LI \fBmlinks\fP \&... per file system entry, containing section, architecture, filename .LI \fBnames\fP \&... per page name; for all manual page names, not just file names .LI \fBkeys\fP \&... per key=value pair .LE .sp 0.5v .LI The mlinks table has full support for: .BL .LI hard links since December 27, 2013 .LI symbolic links since April 18, 2014 .LI redirections using the roff .so request since March 19, 2014 .br (used by X.org) .LE .LE .\" -------------------------------------------------------------------- .GPE_NEXT 70 "How does the search algorithm work?" .TITLE "Search algorithm" Two or three queries: .AL .LI \f(CWSELECT FROM mpages\fP .br to find the pages to be displayed .BL .LI Conveniently, searching for descriptions is fastest \(em .br in the first step, access one single table only, finding the \f(CWpageid\fR. .LI Searching for names is the second in speed \(em .br it requires only a simple JOIN to a small table. .LE .LI \f(CWSELECT FROM names\fP .br to find the page names to be displayed .br This is very fast because it is just a simple SELECT .br in a small table using the indexed \f(CWpageid\fR. .LI \f(CWSELECT FROM keys\fP .br to find the values to be displayed .BL .LI Only needed when .B \-O is given. .br Otherwise, we already have the description from search step 1. .LI Very fast, too, just another simple SELECT indexed by \f(CWpageid\fR. .LE .LE .\" -------------------------------------------------------------------- .GPE_NEXT 110 "What has been optimized?" .GPE_MULB 10.5c \& .br .TITLE "Optimization" As usual, optimization is not a well-defined task in the mathematical sense. .sp 1v We want high speed and small size: .sp 1v .BL .LI a small database .LI a short database build time .LI low apropos memory consumption .LI short search times .LE .sp 1v Of course, these optimization goals conflict. .sp 2v The gprof(1) profiler was used a lot. .MULN .PSPIC Images/Py1jtpFalcon.eps .ce 2 .GPE_SM "Falcon / Karearea (Falco novaeseelandiae)" .GPE_SM "(c) 2008 Py1jtp@wikimedia (CC)" .sp -2v .MULE .\" -------------------------------------------------------------------- .GPE_NEXT 40 "What about search speed?" .TITLE "Search speed optimization" .BL .LI \" April 9, 2014 Moving the \m[red]descriptions\m[] from the keys table directly into the mpages table gained roughly a \fBfactor 4\fP in speed for searches by description \(em at no cost, the database shrank, too, due to reduced pageid overhead. .LI \" April 9, 2014 The dedicated \m[red]names\m[] table gained roughly a \fBfactor 4\fP in speed for searches by name \(em at almost no cost. .LI \" April 16, 2014 Adding an index to the \m[red]mlinks\m[] table sped up the second step in the algorithm, name retrieval, by about a factor of 20, which resulted in an overall \fB30% economy\fP for simple searches, and more for searches returning many results. The cost was a 10% growth of the database. .LI Adding an index to the \m[red]keys\m[] table sped up the third step in the algorithm, .B \-O value retrieval, which is dominant in .B \-O searches, resulting roughly in a \fBfactor 4\fP speedup of such searches. The cost was another 10% grow of the database. .LI \" April 11, 2014 By providing an SQLITE_CONFIG_PAGECACHE with mmap(3) MAP_ANON, execution time decreased by 20\-25% for simple (Nd and/or Nm) queries, 10\-20% for non-NAME queries, and even apropos(1) resident memory size decreased by 20% for simple and by 60% for non-NAME queries. Cache size is a compromize to provide nearly optimal speed gain for all queries while limiting additional memory consumption to about 15%. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 120 "What about database build time?" .TITLE "Database build time optimization" This is relevant because \f(CWmandoc.db\fP is built during regular base system and Xenocara snapshots builds on all architectures, and we don't want to slow down developers during development and testing. .BL .LI \" January 5, 2014 Quick mode: \m[red]Abort parsing after the NAME section:\m[] factor 2 in speed and factor 4 in size. In the following, all speedups refer to quick mode. .LI \" January 6, 2014 Do not sync to disk after each individual manual page, only sync to disk one single time when all data is ready: 87%. .LI \" January 6, 2014 In quick mode, do not clear user-defined macros clashing with mdoc(7) or man(7) standard macros when parsing .Dd or .TH: 25%. .LI \" January 6, 2014 In quick mode, do not validate and normalize the date format: 18%. .LI \" January 6, 2014 Do not copy predefined strings into the dynamic string table: 10%. .LI \" January 7, 2014 Cache uname(3) result: 3%. .LI \" January 18, 2014 Do not index the keys in the keys table: 12% (and 42% size reduction). .LI \" January 18, 2014 No primary keys in the mlinks and keys table: 15% (and 3% size). .LI \" March 19, 2014 Properly handling .so redirections reduced Xenocara database build time by 40% and database size by nearly 50%. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 90 "What about database size?" .TITLE "Database size optimizations" All size reductions refer to quick mode. .BL .LI \" January 5, 2014 Do not store the descriptions twice, once for searching and once for display, at the expense of somewhat more complicated, but not slower search code: 9%. .LI \" January 5, 2014 Remove the redundant "file" column from the mlinks table: 9%. .LI \" January 18, 2014 Sort macro keys by frequency: 11%. .LI \" January 19, 2014 Always store the arch in lower-case only: 1.5%. .LE .PSPIC -C Images/DigitaltrailsRifleman.eps 10c .ce .GPE_SM "Rifleman / Titipounamo (Acanthisitta chloris),\ NZ's smallest bird (c) 2008 digitaltrails@flickr (CC)" .\" -------------------------------------------------------------------- .GPE_NEXT 60 "Performance summary" .TITLE "Search and database performance summary" .BL .LI With the old, plain text apropos(1), a simple search took about 10 milliseconds on my notebook. .LI With the new, SQLite apropos(1), it is unavoidably slower due to the SQL overhead and because the names are now separated from the descriptions. It now takes about 40 milliseconds. .LI However, the difference is of no practical relevance even on moderately old hardware (like this notebook). .LE .sp 1v .GPE_MULB 10c 0v .BL .LI Base system database size grows from 250 kB to 900 kB (quick mode) or about 3800 kB (fully featured more). That is not a practical problem for any of our architectures. .LI During system builds, database build times are \m[red]reduced by roughly a factor 3\m[] with respect to the old Perl makewhatis(8). .LE .MULN .PSPIC Images/AvenueSpottedShag.eps .ce 2 .GPE_SM "Spotted Shag / Parekareka (Phalacrocorax punctatus)" .GPE_SM "(c) 2010 Avenue@wikimedia (CC)" .MULE .\" -------------------------------------------------------------------- .GPE_NEXT 80 "Are there any useful by-products?" .GPE_MULB 12c 0v .TITLE "Consistency checking" .BL .LI Mismatch of the section number .br given in the manual page with .br the directory the page is stored in. .LI Mismatch of the architecture name .br given in the manual page with .br the directory the page is stored in. .LI \" April 4, 2014 File name does not appear .br as a name in the NAME section. .sp 1v .LI Besides, direct inspection of the database .br has been used to catch markup errors. .LI More can be done later, .br all this is \m[red]just a start\m[]. .LE .MULN .PSPIC Images/AugustusHamiltonMoa.eps .ce 2 .GPE_SM "Moa hunt in the Dunedin Public Gardens" .GPE_SM "(c) 1906 Augustus Hamilton (PD)" .MULE Already checked by the old makewhatis(8): .BL .LI Missing NAME section, missing name(s) and/or missing description. .LI \" April 4, 2014 A name in the name section does not appear as an MLINK in the file system. .LE .\" ==================================================================== .GPE_SECTION ADOPTION .GPE_NEXT 90 "Adoption of mandoc(1)" .TITLE "Status in OpenBSD" .GPE_MULB 17c 2v .BL 3n 1 .LI Kristaps@ developed mandoc(1) since November 22, 2008. .LI Source code in the base repo since April 6, 2009. .LI Schwarze@ maintaining it since June 14, 2009. .LI Actively maintained regression suite since October 27, 2009. .LE .MULN .PSPIC Images/OpenBSD.eps .MULE .BL 3n 1 .LI mandoc(1) installed with OpenBSD-current since April 2, 2010. .LI Base system manuals built with mandoc(1) since April 3, 2010. .LI USE_GROFF framework for ports by espie@ since April 5, 2010. .LI Releases fully rely on mandoc(1) since OpenBSD 4.8, November 1, 2010. .LI Groff disconnected from base build since October 18, 2010: .br .\" topic (quoted) .GPE_EM "mandoc(1) is the only documentation formatter in base for three years." .LI Groff removed from the source tree since March 12, 2011. .LI Groff 1.21/1.22 available from the ports tree since March 19, 2011. .LI No stable releases contain groff since OpenBSD 4.9, May 1, 2011. .sp .LI SQLite-based code in the source tree since December 30, 2013. .LI .GPE_EM "makewhatis(8)/apropos(1) using mandoc" since April 18, 2014. .LI All will be released with OpenBSD 5.6 on November 1, 2014. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 80 "NetBSD" .TITLE "Status in NetBSD" .GPE_MULB 15c .BL .LI A pkgsrc mdocml port by J\(:org Sonnenberger .br exists since March 1, 2009 \(-> .br continued support for \fImany\fP platforms. .LI The first code patch was sent upstream .br by J\(:org Sonnenberger on June 11, 2009. .LI Source code in the base repo and installed by default .br in NetBSD-current since October 21, 2009. .LE .MULN .PSPIC Images/NetBSD.eps .MULE .SUBTITLE "Big changes in NetBSD on February 7, 2012" .BL .LI .\" src/share/mk/bsd.own.mk#rev1.695 Install source manuals, no longer install preformatted manuals. .LI Use mandoc(1) as the default run-time manual formatter instead of groff. .LI Use makemandb(8) by Abhinav Upadhyay instead of makewhatis(8) .br together with versions of apropos(1) and whatis(1) based on it, .br featuring full text search, but not semantic search. .LE .P .GPE_EM "All this was first released with NetBSD 6.0 on October 17, 2012." .P Semantic searching is not yet supported, not even as an option. .\" -------------------------------------------------------------------- .GPE_NEXT 90 "FreeBSD and DragonFly" .TITLE "Status in FreeBSD" .GPE_MULB 17.5c 3v .BL .LI An mdocml port by Ulrich Sp\(:orlein exists since March 9, 2009. .LI First code patch sent in by Ulrich Sp\(:orlein on July 18, 2009. .LE .MULN .PSPIC Images/FreeBSD.eps .MULE .BL .LI Source code in the base repo and installed by default since October 19, 2012. .LI .GPE_EM "First released with FreeBSD 10.0 on January 20, 2014." .LE .TITLE "Status in DragonFly BSD" .GPE_MULB 17.5c 2v .BL .LI Source code in the base repo and installed by default .br since October 27, 2009 (Sascha Wildner) .LI .GPE_EM "First released with DragonFly BSD 3.6.0 on March 28, 2010." .LE .MULN .PSPIC Images/DragonFly.eps .MULE .sp -1v .BL .LI First code patch sent in by Franco Fichtner on November 25, 2013. .LE .SUBTITLE "In both:" .BL .LI mandoc(1) is installed, but not used. .LI Semantic searching is not yet supported, not even as an option. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 120 "Non-BSD systems" .SUBTITLE "Status in non-BSD systems" .sp -1.5v .BVL 1c .LI "Minix 3" .BL .LI Source code in the base repo since June 26, 2010 (Ben Gras). .LI Somewhat apathetic, still using a version that is more than three years old. .LE .LE .GPE_MULB 12c .BVL 1c .LI "Alpine Linux" .BL .LI A testing aport exists since .br July 6, 2010 (Natanael Copa). .LI The aport moved from testing to main .br on June 12, 2011 (Natanael Copa). .LI Continuously maintained. .LE .LI "Arch Linux" .BL .LI An mdocml package exists since .br October 3, 2010 (Markus M. May). .LI Updated to 1.12.3 on April 17, 2014 .br (new maintainer Jesse Adams). .LE .LE .MULN .sp 1v .PSPIC Images/FlagstaffBluePenguin.eps (u;\n(.l-\n(.i)u .ce 4 .GPE_SM "Little Blue Penguin / Korora" .GPE_SM "(Eudyptula minor)" .GPE_SM "(c) 2009 Fir0002/Flagstaffotos" .GPE_SM "@wikimedia (CC)" .MULE .sp -0.5v .BVL 1c .LI "Debian GNU/Linux" .BL .LI An unofficial mdocml package exists since April 19, 2014 (Jesse Adams). .LE .LI "Solaris, MacOS X" .BL .LI Tested using pkgsrc. .LE .LE .\" -------------------------------------------------------------------- .GPE_NEXT 90 "Adoption (summary)" .TITLE "Adoption status (summary)" .BVL 3c .LI "OpenBSD" Only documentation formatter in base for three years, .br and now also enabled as the manual page search system. .LI "NetBSD" Default manual formatter for two years. .LI "FreeBSD, DragonFly" Part of the base system, and both consider switching to it. .LE .sp 0.5v .GPE_MULB 12c .BVL 3c .LI "Minix 3" Part of the base system. .LI "Linux, Solaris, MacOS" Tested. .LI "pkgsrc" Provides packages .br for additional systems. .LE .sp 2v .GPE_EM "A lot of traction in all BSDs and beyond." .MULN .PSPIC Images/PhillipCapperBlueDuck.eps (u;\n(.l-\n(.i)u .ce 3 .GPE_SM "Blue Duck / Whio in Sussex, England" .GPE_SM "(Hymenolaimus malacorhynchos)" .GPE_SM "(c) 2005 Philipp Capper @flickr (CC)" .MULE .\" ==================================================================== .GPE_SECTION PORTS .GPE_NEXT 60 "Rest of the talk: Topics of porting and portability" .TITLE "Handling manual pages in ports" .SUBTITLE "The problem" .BVL 1c .LI "The Law of Feature Creep" If a software offers some feature, sooner or later somebody will use it. .LI "Porting corollary" For every feature of the roff language (and for every groff extension), no matter how arcane and how obviously irrelevant for manual pages, sooner or later somebody will want to port a third-party software abusing that feature to format its manual pages. .LI "mandoc(1) is not a complete nroff implementation" and who knows whether it will ever be... .LI "Not a problem in the base system:" Given a finite set of manuals, implement in mandoc(1) what is needed, or patch away the worst abuse in the handful of manuals affected. .LI "\m[red]But in ports, \(lqmandoc or nothing\(rq is not a viable\ strategy:\m[]" That would inevitably leave you with some seriously misformatted manuals, and in some cases with no usable manuals at all. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 100 "How can this be solved?" .TITLE "The OpenBSD solution for manual pages in ports" .sp -1v .BL .LI Make sure that no port tries to preformat manuals during the build target. .LI Let every port install manual page sources during the fake install target. .LI For the majority of ports, mandoc(1) can handle all manuals: .br That's it, you are done with respect to these. .LI For the remaining minority of ports: Set a special boolean make(1) variable in the port Makefile, in OpenBSD called USE_GROFF. .LI That variable implies a build dependency on the groff port. .LI .GPE_EM "When building the package, the ports framework runs groff on the\ fly and packages the preformatted pages instead of the source pages." .LI After installing the packages, this will work just fine at run time: The preformatted pages will be diplayed directly by man(1), and man(1) will format the source pages with mandoc(1), with no dedicated configuration. .LI .\" main topic (quoted) Example of OpenBSD: 7952 ports, 1217 still USE_GROFF (15%). .br Some of these probably don't really need it, but there is no hurry. .br Removing USE_GROFF needs a manual check \(em which was already done for about 3000 ports during the last three years. .LI This concept has been designed and implemented by Marc Espie, and it has proven very sturdy and very easy to use. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 140 "makewhatis(8) in ports" .TITLE "makewhatis(8) in ports" .BL .LI Base and X manual databases are essentially static. .LI But packages get installed and deinstalled. .LI You could wait for the periodic weekly(8) makewhatis(1) rebuild. .LI Better idea: .br During pkg_add, run \f(CWmakewhatis -d /usr/local/man files ...\fP .br During pkg_delete, run \f(CWmakewhatis -u /usr/local/man files ...\fP .LI Done routinely on OpenBSD, works seamlessly with the new makewhatis. .LI .GPE_EM "So, right after pkg_add(1), you call apropos(1),\ and it finds the freshly installed manual pages." .LE .GPE_MULB 14.5c 1.5v .SUBTITLE "Features that help, in particular for ports" .BL .LI Handle preformatted manuals (since Nov. 27, 2011). .LI Natively support gzip(1)'ed manual pages .br (since March 26, 2014). .LI During makewhatis -d/-u, automatically rebuild .br missing or corrupt databases (since April 18, 2014). .LE .MULN .PSPIC Images/SidMosdellKakariki.eps .ce 3 .GPE_SM "Red-crested parakeet / Kakariki" .GPE_SM "(Cyanoramphus novaezelandiae)" .GPE_SM "(c) 2010 Sid Mosdell @flickr (CC)" .MULE .\" ==================================================================== .GPE_SECTION \-Tman .GPE_NEXT 160 "What about the reverse perspective?" .TITLE "Manual pages for portable software" .SUBTITLE "The problem" .BL .LI .\" topic Consider portable software packages like sudo(8), OpenSSH, OpenSMTPd, ... .LI Which markup language should be chosen for the manual pages? .LI Use mdoc(7) and some legacy systems lose that still don't have mdoc(7) after it has been freely available for more than 20 years (hello, Solaris). .LI Use man(7) and everybody loses \(em that would be a very bad idea indeed. .LE .SUBTITLE "mandoc(1) to the rescue!" .BL .LI .GPE_EM "Write the manual pages using mdoc(7)." .LI Use mandoc -Tman to convert them to man(7) format. .LI Include both the mdoc(7) and man(7) versions into distribution tarballs. .LI Let \f(CW./configure\fP decide: .LI On systems supporting mdoc(7), install the mdoc(7) versions. .LI Otherwise, install the man(7) versions. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 110 "Let's look at an example" .TITLE "Case study: the sudo(8) manuals" .SUBTITLE "Build system for the distribution tarball" .GPE_MULB 17c 1.5v Simplified code from the Makefile: .sp 0.5v .VERBON 6 16 sudo.man: sudo.mdoc mandoc -Tman sudo.mdoc > sudo.man sudo.cat: sudo.mdoc mandoc sudo.mdoc > sudo.cat .VERBOFF .MULN .PSPIC Images/sudo.eps .MULE .SUBTITLE "Installation system" .BL .LI If \f(CW./configure\fP finds mandoc(1), install the *.mdoc pages .LI If \f(CW./configure\fP does not find nroff(1), install the *.cat pages .LI If \f(CW./configure\fP successfully tests \f(CWnroff -mdoc\fP, install the *.mdoc pages .LI Otherwise, install the *.man pages. .LI To override this autodetection logic, provide \f(CW--with-mdoc\fP or \f(CW--with-man\fP options to \f(CW./configure\fP. .LE .\" -------------------------------------------------------------------- .GPE_NEXT 180 "How is this implemented?" .TITLE "Implementation of the mdoc to man converter" .BL .LI First run the mdoc(7) parser, constructing exactly the same abstract syntax tree in memory as when running -Tascii, -Thtml, or -Tps. .LI Then run the mdoc(7)-to-man(7) output module, structured similarly as the mdoc(7)-to-ASCII output module, but sharing no code. .LI One file, 1600 lines of very straightforward C source code. .LI One macro lookup table containing pre- and post-node action functions and pre- and post-node output strings for each mdoc(7) macro type. .LI The module \m[red]iterates the syntax tree and calls the appropriate action functions\m[] for each mdoc(7) node. .LE .GPE_MULB 15c .BL .LI An alternative, slightly more flexible approach would have been to first translate the mdoc(7) syntax tree to a man(7) syntax tree, then provide a non-translating man(7) output module. .LI That would have allowed man(7)-to-man(7) code normalization as a by-product. .LI However, the direct approach was simpler and has so far proven sufficient for all practical needs. .LE .MULN .PSPIC Images/MarkJoblingTomtit.eps .ce 4 .GPE_SM "Tomtit / Miromiro" .GPE_SM "(Petroica macrocephala)" .GPE_SM "(c) 2007 Mark Jobling" .GPE_SM "@wikimedia (PD)" .MULE .\" -------------------------------------------------------------------- .GPE_NEXT 140 "Implementation (summary)" .TITLE "Implementation of the mdoc to man converter (2)" .BL .LI Typical example of a tool that was technically quite easy to build on top of existing infrastructure, that is the mandoc(3) parser library, but quite useful and powerful in practice. .LI At first, I underestimated the importance of this tool, development only proceeded haltingly, nearly exclusively at hackathons: .LI I started development on September 17, 2011 (s2k11, Ljubljana). .LI The bulk of the work was done around July 10, 2012 (g2k12, Budapest). .LI It is ready for production since November 19, 2012 (c2k12, Coimbra). .LE .GPE_SECTION CONCLUSION .PSPIC Images/SidMosdellTui.eps 8c .ce .GPE_SM "Tui (Prosthemadera novaeseelandiae)\ (c) 2011 Sid Mosdell @flickr (CC)" .\" ==================================================================== .GPE_NEXT 50 "Was anything else improved in mandoc(1)?" .TITLE "Continuous evolution of mandoc(1)" .sp -0.5v .BL .LI Output modes -Tuft8 and -Tlocale since May 20, 2011. .LI Indirect references in roff(7) expansion since April 7, 2014. .LI Expansion of roff(7) number registers since March 21, 2013 (Christos Zoulas). .LI Almost complete support for roff(7) numerical expressions since April 7, 2014. .LI Numeric comparison in roff(7) conditionals since April 3, 2013 (Chr. Zoulas). .LI String comparison in roff(7) conditionals since March 8, 2014. .LE .GPE_MULB 14c .BL .LI Newly supported roff(7) requests: .DS .ta 6c \&.as\~(append to string) .cc\~(control character) \&.it\~(input line trap) .ll\~(line length) \&.rr\~(remove register) .tr\~(character translation) .DE .LI newly supported man(7)-ext macros: .DS \&.EX/.EE (example display) \&.OP (optional element) \&.PD (paragraph distance) \&.UR/.UE (uniform resource identifier) .DE .LI Lots of bugfixes and formatting corrections. .LE .MULN .PSPIC Images/BrendaAndersonFantail.eps .ce 2 .GPE_SM "\h'-0.8c'Fantail / Piwakawaka (Rhipidura fuliginosa)" .GPE_SM "\h'-0.4c'(c) 2007 Brenda Anderson @flickr (CC)" .MULE .P .ce .GPE_EM "Matured considerably in addition to growing new features." .\" -------------------------------------------------------------------- .GPE_NEXT 90 "Conclusion: Did we reach our goals?" .TITLE "Did we reach our goals last time?" During BSDCan 2011, I presented the following "possible future directions": .BL .LI Install manual sources, not preformatted manuals. .GPE_EM "DONE June 23, 2011" .LI Implement -mdoc -Tman. .GPE_EM "DONE November 19, 2012" .LI Rewrite apropos(1) and makewhatis(8) to use mandoc. .GPE_EM "DONE April 14, 2014" .LI Write pod2mdoc(1) in Perl. .GPE_EM "WIP kristaps@ in C" .LI Implement -man -Tmdoc. .GPE_EM "WIP kristaps@ via docbook2mdoc" .LI Use the mandoc toolbox to replace man.cgi on the websites. .GPE_EM "OPEN" .LE .PSPIC Images/DaveYoungShelduck.eps 15c .ce .GPE_SM "Paradise Shelduck / Putangitangi (Tadorna variegata)\ (c) 2008 Dave Young @flickr (CC)" .\" -------------------------------------------------------------------- .GPE_NEXT 100 "What shall we do in the future?" .\" main topic (quoted) .TITLE "Possible future directions" .BL .LI Use the new apropos(1) to replace man.cgi on the websites. .LI Integrate preconv(1) into mandoc(1) for better UTF-8 handling. .LI Support transitions from man(7) to mdoc(7) with doclifter and docbook2mdoc. .LI Support semantic enrichment of Perl and libReSSL manuals with pod2mdoc. .LI Unify parsers, allowing improvement of low-level roff(7) support. .LE .PSPIC Images/AndrewBarclayMollymawk.eps 13.5c .ce .GPE_SM "Buller's Mollymawk / Toroa-teoteo (Thalassarche bulleri)\ (c) 2008 Andrew Barclay @flickr (CC)" .\" ==================================================================== .GPE_SECTION THANKS .GPE_NEXT 240 "Who contributed?" .TITLE Thanks! .S -2 .sp -2v .BVL 1c .LI "Kristaps Dzonsons (bsd.lv)" for writing mandoc .LI "Franco Fichtner (DragonFly), J\(:org Sonnenberger,\ Christos Zoulas, Tsugutomo Enami (NetBSD)" for code contributions .LI "Marc Espie (OpenBSD)" for OpenBSD ports integration and lots of important feedback .LI "Jason McIntyre (OpenBSD)" for lots of feedback and countless useful discussions .LI "Thomas Klausner (NetBSD)" for NetBSD and pkgsrc porting work and lots of feedback .LI "Ulrich Sp\(:orlein (FreeBSD)" for FreeBSD porting and many bug reports .LI "Werner Lemberg (GNU troff)" for tireless help with groff-mandoc synchronization .LI "Anthony J. Bentley (OpenBSD)" for porting related software to OpenBSD and for many bug reports .LI "Natanael Copa (Alpine), Jesse Adams (Arch),\ Matthias Scheler (Solaris), Ben Gras (Minix 3)" for porting mandoc(1) and providing feedback .LI "Todd C. Miller (OpenBSD & sudo)" for feedback and multiple patches for the mdoc-to-man converter .LE .S +2 .SK .GPE_MULB 15.8c 0v .TITLE Thanks! .S -2 .sp -1v .BVL 1c .LI "Jeremy Evans (OpenBSD)" for crucial help with SQLite database optimization .LI "Christian Weisgerber (OpenBSD)" for continuous work on mandoc issues in OpenBSD ports .LI "Stuart Henderson (OpenBSD)" for help with large numbers of porting issues .LI "Pascal Stumpf (OpenBSD)" for repeated help with difficult groff porting issues .LE .P For bug reports and useful suggestions and discussions: .S +2 .MULN .PSPIC Images/MarkJoblingRobin.eps .ce 2 .GPE_SM "\h'-1.4c'Robin / Toutouwai (Petroica australis)" .GPE_SM "\h'-1.8c'(c) 2007 Mark Jobling @wikimedia (PD)" .MULE .S -2 .sp -0.5 Antoine Jacoutot, Bob Beck, Brad Smith, Bret Lambert, Bryan Steele, David Coppa, .br David Gwynne, Gleydson Soares, Florian Obser, Igor Sobrado, Jasper Lievisse Adriaanse, J\('er\('emie Courr\(`eges-Anglas, Jonathan Gray, Juan Francisco Cantero Hurtado, Kenji Aoyama, Kenneth R. Westerback, Landry Breuil, Martin Pieuchot, Matthew Dempsky, Matthias Kilian, Miod Vallat, Nicholas Marriott, Nick Holland, Nigel Taylor, Okan Demirmen, Paul de Weerd, Philip Guenther, Stefan Sperling, Ted Unangst, Theo de Raadt, Todd T. Fries, Vadim Zhukov (OpenBSD) .P Nicolas Joly, Abhinav Upadhyay, Havard Eidnes, Jonathan Perkin (NetBSD), .br Antonio Huete Jimenez, Sascha Wildner (DragonFly), David Hill (Bitrig), .br Yuri Pankov (IllumOS), Michael Dexter (bsd.lv) .P Chris Hettrick, David Levine, Dmitrij D. Czarkoff, Fabian Raetz, Jan Stary, .br Maxim Belooussov, Mike Small, Mikolaj Kucharski, Steffen Nurpmeso, Tim van der Molen .S +2 .GPE_NEXT 190 "Where did the images come from?" .TITLE "Bye, and thanks for all the birds!" .S -6 .DS https://www.flickr.com/photos/whereisbrent/461055143\ Brent Barrett: Kea juvenile (by-nc-nd) http://www.columbia.edu/cu/computinghistory/1965.html\ Columbia University: IBM 7094 (with permission) Courtesy of University Archives, Columbia University in the City of New York http://cm.bell-labs.com/who/dmr/picture.html\ Bell Labs: PDP-11 (with permission) Reprinted with permission of Alcatel-Lucent USA Inc. http://www.mckusick.com/beastie/shirts/bsdunix.html\ USENIX: 4.2BSD Beastie https://www.flickr.com/photos/29954808@N00/1300190844\ 57Andrew: Rock Wren (by) https://www.flickr.com/photos/docnz/8528275645\ NZ DOC: Kakapo (by-nc-sa) http://commons.wikimedia.org/wiki/File:Tokoeka.jpg\ Glen Fergus: Southern Kiwi (by-sa) http://commons.wikimedia.org/wiki/File:Silvereye.jpg\ J. J. Harrison: Silvereye (by-sa) http://commons.wikimedia.org/wiki/File:Nz_boobook.JPG\ Aviceda: Morepork (by-sa) https://www.flickr.com/photos/sidm/6681523917\ Sid Mosdell: Bellbird (by) http://commons.wikimedia.org/wiki/File:Nz_falcon.JPG\ Py1jtp: NZ Falcon (by-sa) https://www.flickr.com/photos/digitaltrails/2214314908\ Digitaltrails: Rifleman (by-nc-sa) http://commons.wikimedia.org/wiki/File:Spotted_Shag_%28Phalacrocorax_punctatus%29_in_flight_2.jpg Avenue: Spotted Shag (by-sa) http://commons.wikimedia.org/wiki/File:Moa_mock_hunt.jpg\ Augustus Hamilton: Moa (c) expired http://commons.wikimedia.org/wiki/File:Little_Penguin_Feb09.jpg\ Fir0002/Flagstaffotos: Little Penguin (by-nc) https://www.flickr.com/photos/flissphil/53850663\ Philip Capper: Blue Duck (by) https://www.flickr.com/photos/sidm/5225410158\ Sid Mosdell: Red-crested parakeet (by) http://commons.wikimedia.org/wiki/File:Petroica_macrocephala_macrocephala1.jpg\ Mark Jobling: Tomtit (pd) https://www.flickr.com/photos/sidm/6557924841\ Sid Mosdell: Tui (by) https://www.flickr.com/photos/curiouskiwi/566823278\ Brenda Anderson: Fantail (by-nc-sa) https://www.flickr.com/photos/22018552@N08/2944307294\ Dave Young: Paradise Shelduck (by) https://www.flickr.com/photos/electropod/2817879475\ Andrew Barclay: Buller's Mollymawk (by-nc-nd) http://commons.wikimedia.org/wiki/File:070308_Stewart_Island_robin_on_Ulva.jpg\ Mark Jobling: NZ Robin (pd) .DE .ds gpe_next What would you like to ask? ¡®Yes, sir. I felt sure you understood that. She said she had told you.¡¯ "Why, eh,--I--I don't know that my movements need have anything to do with his. Yours, of course,--" "Ah, but if it saved your life!" "No, I'm not," grumbled the Doctor, "I've had enough of this wild-goose chase. And besides, it's nearly dinner time." "I am coming to that," Lawrence said, lighting a fresh cigarette. "As soon as Bruce was in trouble and the plot began to reel off I saw that it was mine. Of course there were large varyings in the details, but the scheme was mine. It was even laid on the same spot as my skeleton story. When I grasped that, I knew quite well that somebody must have stolen my plot." Judy In a coach-house, through which we passed on our way to see the prince's favourite horses with the state carriages¡ªquite commonplace and comfortable, and made at Palitana¡ªwas a chigram,[Pg 68] off which its silk cover was lifted; it was painted bright red and spangled with twinkling copper nails. This carriage, which is hermetically closed when the Ranee goes out in it, was lined with cloth-of-gold patterned with Gohel Sheri's initials within a horseshoe: a little hand-glass on one of the cushions, two boxes of chased silver, the curtains and hangings redolent of otto of roses. "Are you certain of it? You have seen so very little of him, and you may be mistaken." "And your wife?" "I drawed on my man's bundle o' wood," said Gid, "and then dropped a little, so's to git him where he was biggest and make sure o' him." HoME²¨¶àÒ°½áÒÂ×óÏßÊÓÆµ ENTER NUMBET 0016www.kisosb.com.cn
hiyacar.com.cn
lschain.com.cn
www.tuinaxue.com.cn
ofykjg.com.cn
tasdsyj.org.cn
www.sjmrchat.com.cn
www.mtfwjw.com.cn
www.suomai.net.cn
www.oxbzpt.com.cn
欧美西方美女艺术图片 美女掰b图片 外国操逼成人片 肏屄蓝魔mp5官网 骚穴骚影网址 藤冲有关的电视剧 偷拍包厢内少男少女激情狂欢 大中华色露脸对话 黄片俄罗斯大学校园 久久炮图 类似狠狠鲁的网站 台湾大佬自拍偷拍网 人于兽性爱小说 美女上厕所刚出炉图 来插妹妹的小穴 美红换交 丝袜女女舔足 性爱换妻乱伦故事 女同性恋热吻优酷视频 苍井空裸阴毛 日本美女百濑图片 成人毛片快播高清影视 宫藤新一的性福生活 成人小妹 少女金频双艳 人与shuo 武汉教室做爱吉吉 人体艺术黑木耳西西 射极品空姐超碰 骚女自慰照片 江西公安局政委用枪逼儿媳妇通奸 浅川花里子 粉嫩逼贴图 一进大门观四方 诱奷表妹 和大姨子肏屄之续 日本 大胆人体艺术图片 松岛枫 中国女裸名单 美女露体没有马赛克 国产强奸乱伦加电影yingyinxianfeng 熟女人妻15p 诱奸 少妇 小说 天使的眼泪黄色群 伦理 偷拍 皮皮 骚女浪妇乱伦爱爱 幼幼性交比赛 魔王av亚洲无码bt 就要在线撸电影站 快播欧美荡妇聚会 影音先锋韩国女主 亚洲 性交图 看黄片不用要播放器 猪猪影院百度影音艺术片 人性交电影 妹妹看黄色片 浙江真实乱伦迅雷 一个最真实 的我 一个 的我 的我 歌曲 成人爱爱在线观看 色妹妹天天撸 插妹妹成人电影院在线观看 风间由美熟女人妻黑丝商务交会种子 男性大鸡巴被操的故事 人之初性本善 致橡树原文 神经系统体格检查 狠狠撸操干妈图片大全 中国成人电影小说 日姥姥性爱淫乱三从四德群交30p 爱爱jj发综合网 黑木香一经典番号 黄蓉与刘老汉 大黑鸡大吧操妈妈 印尼大胆人体艺术 草别人媳妇 人体艺体肉欲 互联网jiqingwuyue 白虎穴尿尿艺术图片 操操淫乱穴 寡妇自拍 三级色逼一片 林心如两腿分开 人与动物三客优 金伟哥vga说明书 日本av女优馒头逼图片 十九摸 儿子和母亲激情性交 有快播可以上的色网址 幼幼色色 ribenchengrenxiaoshuo 外国性爱网站 欧美美女人穴 性爱小说撸啊撸 呕美操逼图 女人的屄照片 人体艺体阴部插图片 百度云照烧铁板 我的八年性情史 淫香淫色插逼图 有黄的的qq号 欧美色亲片 zuixinmuziluanlunxiaoshuohetupian 杜比影院最佳座位 白雪公主摸乳干 美女露屄毛的图片 绫川まどか在线先锋 影音先锋操大奶妹 手机动漫成人电影网 强奸女护士 亚洲陈丽佳人体艺术 欧美经典七夕电影 WWWANGOULECOM 我和村嫂乱伦 母子通奸网 亚州色图就射 www777影音先锋 邓紫棋图片亚洲色图偷拍自拍 白嫩美女做爱爽图36p 瑶瑶的淫叫声 大树梨纱 人体私处大胆艺术图 母子插逼视频 母子淫水 狠狠干五色天 换妻17p 性之图吧偷拍自拍亚洲色图 激情性爱动漫欧美 WWW53AVCOM 启东操逼 艳母峰臀 欧美激情裸体艺术图片 激情明星狠狠碰 欧美强奸少女图 孟十朵 妻子玲儿 黑大炮群交内射白虎视频 西西人体艺术大胆人体艺术亚洲 白领穿丝被干视频 亚洲电影第10 归乡义母种子 骚丝袜老师 性爱亚洲色图大鸡巴 长谷川美红母 2014uuucom 神马影院未来电影在线 强奸少妇图片乱伦小说 我与妈妈做爱抽插操逼 ss5678 美丽的丝袜老师妈妈4 樱井知香裸体照 摸女人大胸图片 丁香社操逼 操美女av 久久热无码在线视频 去去去电影 女性尿道口真人版图片无衣 liaozaiyantan成人免费电影网站 超碰视频网友自拍第一页 色波波影院 迅雷下载 诱色天使香香裤高腰款 熟妇张柏芝丝袜 2015最新操 酒鬼电影院会员 秋露伦理Av 咪咪色色老师小说 i嘿片网 AV换妻电影 风间由美club 奶子大骚Pmsewuyecom 自拍爱色综合社区 手机看片操女优 av丝袜教师手机天堂 16668伪C0m 花俏小姨子mp4 久久撸久久肏开心五月 搜索sexinsexnet 厨房干同学妈妈的屁眼wwwwanren8netmwanren8net 日本小金井 美国十次啦老熟女 www色色网络com 天堂网妞赶 插蝴蝶逼 青青3p luanlun爱 小姐的的性感生活作爱片 激情短篇小学 牛牛超碰免费公开在线视频 日夜色先锋资源站 在线网站AV黑人wwwgzyunhecom 手机av受美国法律保护 性感老师校园春色 天天啪夜夜操www9eyycom 洪爷小说幼女交换 美女洞毛电影 雪白的古典武侠 三级片三级片的坏的视频播放 小说专区乱伦小说目录99 色第四色wwwav565com色就是色 舔岳母的小穴 肥佬能用的三级片网站 淫荡的肉弹美女教师 熟女香蕉无a在线视频 美女操逼黄色大片 www1111r80s 欧美色图迷人的骚女15P 哥哥干av成人社区男人天堂 武藤蓝av 搜索炼狱岛 精液降头 偷拍女厕所自慰图片 xxoo成人影院熟女 freefronvideos人母 卡通图片另类变态 春药潮吹痉挛视频 2017最新www超碰com 最新kkbokk 欧美露大乳图 激情电影乱伦小说 邻家丰满少妇 绑架调教性感丝袜性奴女 风流情哥哥网站 激情小说加多撸 欧美性虐哥哥射 变态淫荡 seyuyue 人体穴鲍图 伊人在线视频变身6 中国十大禁书黄小说 国产自拍秀mp4 性交口交天天撸 裸体摄影优果网 少妇人妻自拍图区 久草在线新时代3wwwczyzxcnzxzy8com 最大胆一千美女 大几把骚逼 全国最大三级图文 干了校长的骚穴 与妻侄女 户田惠梨香av片 家庭乱伦之人妻 淫贱孝姨 干美女狗趴 变态孕妇母乳片 sss480 偷拍穴毛 yazhouxingjiaosetu 明日花绮罗京都不伦妻 se牛牛视频网址 婶婶的原味内内 偷拍自拍做爱操逼 天天瑟瑟天天撸 蕾丝兔宝宝图片 华为网盘饭岛爱 天天鲁鲁天天在线 岳母与女婿性爱故事 2016年的小萝莉网站 狐狸色成人AV网站 18岁女主播直播自慰 qinglouscom 农夫激情基地 免费小萝莉自慰在线直播 wwwmmtt11me 性交透明内衣美女乳头无遮挡 亚州av潮吹视频 高跟熟女性奴 淫秽黄色啪啪手机视频 幼同志 怡红院更新前的主页 青青草肛交灌肠视频在线播放 搜索100avcom 老熟女下一篇7p 国语对白AV在线观看wwwyaob111com 成人动漫在线免费 11ppdd页面访问升级 189df、com wwwsesoucom 舞会电影台湾 www550ai30in 伊人情人网综合wwwggsao58info 都市淫秽 朋友妻子穿着丝袜让我舔 激情网址五月天 奶大妞女 兽皇英国 老熟女喷水小说 淫淫撸 偷拍影音先锋电影网 网上聊操逼 www路ppp7cnm 色色成人Cy视频 性吧春暖花开性吧有你旧版 丝袜制服人妻交换 鬼父第十七集番号 映像av加勒比先锋影音 wwwtutu10cnM 欧美乱伦18p 大香蕉超 国产看片点我 日本女穴 阿v手机天堂 稻田淫 wwwyouijzzsmcnm 我的办公室老婆三邦年 郑重声明我们立足于52avav xingnuchuanqi 黄色电影露阴毛 黄色录像番金莲 AV91 影音先锋强奸影片 亚洲在线a手机 曰本女优在线www5sdlcom 帮帮鲁色老汉 在线成人小视频下载 黄色网站都有那些 大胆人体露阴艺术 浅田美姬 草榴免费视频 捷克??机 丝袜美女被性侵 日日性 丝袜人体艺术偷拍 凹凸视频在线av 情欲超市小说 西西里大胆艺 黄片免费网址 东方a∨在线亚州色图狠狠撸 苍井空超短裙丝袜诱惑图片 奇米成人影视色和尚、色尼姑 ckck爱情电影 恋爱记录短片分享 局长成长史686 AV成人播放器免费的 纯洁的玛利亚邪恶漫画 五月激情综合狠狠色 wwwbbb552cm 性插网页 美女丝袜撸撸五月天 色色泡泡影院 一部女生被插jj的完整黄片 wwwadcrrr222con 秋霞伦理片在线播放 教室调教老师 亚洲色图日本AV 很很艹 日骚妇内射在线视频观看 ya亚洲麒麟色影影院 qqb66666 亚洲色图欧美色图美腿丝袜 曰一日 农村少妇电影magnet 移动成人你射精 20158韩国女演员激情视频合集 酒店小姐裸体艺术照 足浴小姐做爱过程 av女教师自慰动态图 AV影音先锋影院 123红色播放 女友自拍偷拍刺激 wwwseebimei 123CTCTCOM 婷婷xx youjuzz小说专区 一级黄色wangzhan 男人体摄影 裸体两性 欧美精品超碰 强奸小村花千骨 幼少女肏屄视频18 五月婷婷婷婷五月丁香 色魔在线 国产父女乱伦小说 KTKX089 www454HUcom 在线手机播放器 偷拍自拍32 成人激情图片,电影mmmnn7777 ww777rvvom WWW9itKcom 美国名模啪啪啪 用力的操狠狠的干 小浪穴妹妹亚洲色图 525zzzcom 乱伦妈妈15p 唐伯虎点秋香不是三级片 最大色牛牛 欧美色kuaibo 手机在线tokyo 欧美幼女网mp4 760yycom 少妇干净迷人鲍优优 绳艺magnet 身穿民族服饰的中国少数民族漂亮美女大胆人体艺术7国内 www47escomxz34 Www2222magnet 色偷怕自拍视频 丁香五月天拍拍播放` 青苹果影院噜噜妈妈 公然妄想露出在线 图片区偷窥自拍亚洲色图欧美色图动漫图片美腿丝袜清纯唯美乱伦图区电 黄色三级片77天天撸 美国女孩成人网站 东京热亚洲色色 超碰av大帝在线视频 西瓜成人资源网 一级片城年5 孝姨大阴唇 pp529com 青青色草在线 504hu迅雷下载 殴州1314 母子乱论视频 微信自拍成人视频在线观看 www44cim 东方av官方 297Pmp4 骚av老师 小明看看成人永久免费视频在钱imgcctuocom 越南人体艺术露鲍 两个女人用道具做爱 影音先锋制服丝袜偷拍 爱搞搞爱撸撸爱色堂 闹洞房就去干 男根的诱惑系列 樱井亚莉偷拍自拍 色dogcom 里中结衣在线观看 特大鸡巴碰上大波霸 躶体狂插相片 熟女撒尿视频 国产成人在线视频网站 武汉18中教师门 刘亦菲阴道毛多吗 操b网址大全 欧美性生活色图 母子尾交 图 操山村老大妈 淫母之穴 00后人体图片少女无毛掰开图片 6655人体艺术果果人体艺术波谷人体艺术 刘嘉大胆人体艺术 欧美色图 成人动漫第一页 淋浴做爱av 骚逼yaoyao 9115视频在线资源sss 黑屌做爱爽片 女优性交免费电影 欧美熟肥女图片 韩国女主播朴妮唛的黄色小说 撸哇哽播 在线自拍干幼女 高清晰自拍偷拍图色色网 去哦v大 欧美父女性爱 淫秽网站肥女视频 666亚洲无码 最新日韩乱伦小说网站 操少妇游戏 日本少妇11p图片 什么片好黄 多人合集9部 河合优衣ed2k 狠狠撸美女手掰穴图片 女儿交换乱轮 欧美妈妈和她的大屌儿子 富婆和年轻帅男性交 夫妻居家性爱自拍 色色偶性爱自拍 强奸模特小说 少年与熟妇爱图 体操美女之性生活 色骚逼在线高清播放 www1314xxx 韩国三级片一对男女在大学教师xxoo后来女的怀孕了男女结婚后女的跑了男的和 夫妻坐爱一级片 成人男女做爱视频 人体艺术图片绘狗网 入江辉美在线电影 鲁av影院 动漫同志片 风间由美爱爱网站 乱伦3p生活 最美妙的骚逼 王梦溪迅雷种子下载 我姐尻屁片 亚洲色图人妻p 日本人体艺术波之轩 偷拍黄色照片 汤加l丽裸照 伦理片日本家庭教师 操逼撸撸撸吧影院 WWW_BB152_COM 保险知识 左边杨丞琳 女人淫乱图 穿挺屄裤子的图片 色色公公与好儿媳 苍井空完全服从 色姐姐乱依 人妻乱伦星野绫香 熟女的角色扮演性爱快播 快播奸少女阴道电影 都市激情撸情 女人小穴很很日 狠狠肏老婆 亚欧人体摄影 中华医药艾叶作用在线视频 美女粉乳头10p 俩根大吊插一个美眉 品色堂俺去也 l少女luluse 模逼图片 山下智久柚木提娜种子ed2k 桃色播播激情五月天 沙绪里与狗 橹二哥影院影视先锋 小说快播综合网 12306影院第一页 巨乳无码xfplay 萩原舞电影 学生逼逼电影 欧美群交欧美色图 操少妇的逼短片 韩国主播吉吉影音 影音先锋厕所偷拍片 欧美熟女系列 鹿鼎淫记 3p性感尤物内射她的小骚穴 国产强奸幼幼逼 屌配屄毛 美女做热爱性交口交 女主人的人体厕所 顶级黄色图片可看到阴道口 无码少妇在线色 美女吹萧爽吗 黄色网站是多少翱 妹妹视 人体模特毛婷人体艺术 佐藤爱理番号 开心宝贝色播网 大屌巨乳系列 重温陈冠希图片做爱 美女豪乳50p 黑网袜性爱 操熟女老师 日韩av逍遥社区 安装香港恋夜场秀 美女制服诱惑男女 亚洲人妻岛国线播放 色小说色图色电影 日韩美女映画网 成人动漫转帖区 www狠狠射c 露脸绝对领域 妻子地铁失身 淫老婆电影第一页 中文字幕都市激情家庭乱伦亚洲色图 日本美女特大胆裸体露逼 口工教师av 色色999偷拍自拍日韩美女 www968ddcnmagnet jjjhhh1com日本 老王社区lw78cc ed2kyounv 美女口交舔逼小说 类似古丽阁网站 帅男同的鸡鸡ed2k 少妇的小骚玩 av黄鳝自慰小说 经点乱系列 百度久久做爱视频 a狼电影网成人 干小嫩b10Pwwwneihan8com 原国产母子做爱乱伦 美国十四拉人体艺术 老公我要插深点快点啊 涩涩乱伦小说 波霸暴露 994yyccm 美国女人和动物zzzwww 后入式微拍 中国国模03150p 色色色乱伦熟女图片 欧美大胆嫩肉穴爽大片 这个经典的给你吧rr123win 老婆乱伦片 另类少妇AV 巨乳俏女医漫画 WWWSWWWMITAOCOM 糖糖激情操逼 男屁眼被曰小说 yinsezonghewang 爆操人妻熟女15P 福利脱衣麻将 久久热偷偷撸黑丝袜免费经典视频 电影三级mp4黄色电影 超级黑人巨屌操白妇 人妻偷拍自拍强奸 男男激情小说肉文 韩日女优大奶视频 杀神有声小说 有声性小说mp3mp3 天春色图片 春色龙 樱井莉亚口才 日本成人 求h网导航 h网游游戏 有没有免费的黄网 设置加www 开心网 五月天 的五月天 qvod东京热图片 东京热n0383.rmvb 皮皮看黄片 沙发看黄片 黄色小说短篇 大色鱼情迷 风月阁论坛 日韩色姐姐 色兔子成人 师傅搞综合 18人体艺术 amod在线 大M成人综合 我爱弟弟影院 给力QVOD色 最纯洁少女做爱 無双帝國谁有E谁有G adultbig影院 日日顺 久久爱 歪歪小说网 九型人格分析 分分操导航 2017 一本道va手机在线 youjizzⅹⅹx 婷影院 一楼一凤影院欧美首页 猫蛋蛋很黄 shenyifuli ssni 049bt下载 另类图片-色爱 汤姆影院atom55 五月丁香深爱基地 皮特成人影院 gay pornhub video chitu x77223 色色ev 客车偷拍图片大全 动漫av ftp 青青草免费线观综合网 兄嫁はいじっぱり认证补丁 人妻少妇视频系列 小林瞳电车痴汉代码 秋霞短片福利 青娱乐视频盛会 日韩成人午夜视屏 影音先锋 熟女系列 在线观看皇片你的懂的 原千岁全集协和影视 日本一级性交视频 日本人性交视频 又黄又色的影剧院 大型AV 好屌色狼 早乙女由依 最佳专辑 尹人影院大香蕉禄现 吉泽明步私处流出资源大 伦理战场 情欲影院云播 bestfornmc0m 搭讪 mgnet 玩农村小姑娘裂缝电子书 日本AⅤ无码在线观看 伦理聚合高请无码在线播放 b里香视频在线2白色爽 有个妮可舍宾怎么找她视频 妇女磁力下载 凹凸視頻免賛在線 caosaobi在线观看免费 东方影库300 wwwxyc123con ipz862在线观看 武则天一级全黄视频 迅雷下载 亚洲在线一区 丰满女人多毛 思思热在线色视频 噜死你们资源站 mum骑兵在线播放 欧美色图狠狠插 邪恶插阴口动态图 风月影院黄视频 黄片VX 厕所偷窥视频 ay电影院 wwwkp99 木村都那厕所无码 good电影神马小丢 黑人和中国人群交视频 色色网址在线 九月婷婷在线 久草在线首页老司机 500dh com福利 杀戮都市里番在线 电影天堂在线福利 淫色视频网 苍木玛娜教师链接 97人妻C○m piczz漫画 橘梨纱作品Bd播放 激情按摩胸部无码 yy6080最稳定的资源 shtv123 日本成人影片 magnet 里番姐弟的关系3 超级碰av公开在线 thzvip 草帽国产综合网 日本色木木 dv1456 老色哥第四色 亚洲av欧美av电影av视频 日日夜夜插天天插 桃花影院今日新鲜事 A片网主名字 大屁股啪啪无码高清视频 东方阿v视频在线最新 xxoo淫交视频 电击女神asia fox在线 东北可爱小骚妻又一次3p娇小身材力战大屌-9 扒开双腿拳交 给我来个娘们操逼的黄片黄片 日本黄色枧频 j鸡巴小視频 叛客与雷鬼高清 迅雷 下载 美女自慰流淫水 在线 人妻小悠福利在线 巨乳王瑞儿在线视频 啪啪肉捧往哪叉?视频 劲暴欧美 一本道 东京热 自拍 国产 无码 黑丝自拍做爱 538prom久久日逼 www骚逼 XXXWWWUUU 求个一本道的资源 杨幂醉酒视完正版视频在线观看 日本女用胸为客人性按摩影院 仲村里绪 影音先锋女主播视频网站 vtt944 国产自拍福利社视频 18v韩国主播 在线翘臀福利 校园多女一男类番号 微福利吃精 香坂里奈 热舞福利120 538porm在线插放视频 wwwtaosetvcom 日本三级天堂网无码 韩国歪歪漫画官网进入 欧美图片亚洲色理论电影 欧美AVmm625 爱色影分类 56popo体验区 www奔驰宝马成人网站 射丝袜足 在线影院 kanmitao1视频 巨乳女教师の诱惑电影 欧洲老女人肏屄 ygyg66怼粉逼 热带夜中文字幕mp4 洁泽明步 m3u8人妻 蛇精脸网红主播小兔兔现场啪啪大秀 mmavtv少妇 萝莉小妹妹av 免费做爱视频网站免费 AISS模特索菲 在线福利视频 多毛龟 66ffff视频 佐伯雪菜在线av先锋 51zhiyuan 播播影院免费A片 av5685 真人下体抽插下阴喷水视频 色喜 王丹 美女动态图张又黄又色 www,O3ⅩXX,Cm 国内在线自拍人人澡人人看 BT 冲田杏梨巨乳女教师の诱惑 神马影院午夜伦dy888mmm 大香蕉亚洲人妻小说 丝袜自慰视频在线观看 涩播音频 popo福利网盘2018 性污秽小视频 想上你日你视频 享悦国产在线 校园禁断介护 校花在浴池被强视频 香港十大禁片黄e 小苹果性交影院 老湿影院未成年人 Xxxxx161116骆驼祥子 熟女papa视频 亚州影院午夜-一 97jibayingyuan 色欲直播 处女中出视频 爱爱福利区 鸡巴操逼的黄片 500夜趣福利免费 亚州香焦视频 porn在线播放制服丝袜 91c仔内裤哥在线观看 wwwz9k6com 偷拍美女浴室伦理电影 4438x3全国最大情人网站 速看网在线观看 新妈妈 ftp 亚洲国际成人综合 4455qu类似的网站 水菜丽无码粪便av连接 wwwabc300wom 唐朝TV360 国产AV,亚洲AV 采桑洗浴中心 波多结野衣与无码观看 比比琼斯作品合集磁力 山谷两日 thunder 日本高清凌辱免费三级片 magnet 欧美虐性 av无码 中文字幕 迅雷 樱井步禁断介护在线 四房色播av 织田真子113在线观看 罗马狼窝影院 插进去拔出来综合网 台湾R级在线 SOD时间禁止器 s跳蛋调教视频 WANQUEYINGYUAN 超级碰夜色猫视频 成人日日夜拍拍 RCTD mp4 v ip eeusssvv 求手机能看哪种视频的网站 欧美激情第一页在线观看 俺去也看免费视频 视频小姐中出 三七影视成人福利播放器 伦理无料 日韩SM高清 赫敏被强奸视频 泄欲哥导航为什么看不了了 1啪啪啪视频app 色无极亚洲影院东京热 黄色福利1000 要要橹福利 乱伦1视频 岛田阳子拍了多少AV片 正在播放肛交视频 萝莉无码小视频 本田英里子MP4迅雷种子 厕所偷拍无修。 北京彪哥真皮大床激战学院派 苍井空在线毛钱 波波兔 磁力 操奶子视频 波多野结衣与狗激情直接视频 久久干视频 ftp 橹先生成人影片 色妻视频观看 暴力插美女屁眼视频 48号缚师绑美女 草榴影院女同 空姐不愿意拍视频被男友强干到高潮的视频 sskanzyz新资源 小岛南无码链接magnet 小草草大黄瓜在线观看 renrencaome 虐阴漫画 国产第一页天天拍 wwwsesw 优酷 解放军在巴黎 18禁自拍偷拍 韩国肛交视频播放 美女做爱磁力连接 捆绑天海翼 5xsq四虎 美国十次啦福利视频 射精丝袜的视频 美女被人舔阴帝视频 乱伦香蕉色视频 色狐免费无码电影 美国成人性爱电影 六月丁香手机在线观看 教练和学生作爱视频 加勒比在线视频网 强奸乱伦1 骑士美女AV视频 去火涩 成人av视 ed2k 婷婷基地色色网 五月婷综合官网 撸必撸 足交鸣人漫画 gvg567 黑丝FJ 菲菲去网站 如果电话亭 avi rhj-073 黄片日屄视频 shiwaizhipaizhao 偷偷撸电影院 手机看片永久免费在线观看国产频道 国产另类自拍亚洲 天堂国产手机a 自拍视频在线观看 teen萝莉 不打码木叶性处理医院 风月海棠空姐 3d hy工房 在线观看 femmina在线观看 陈冠希艳照1300张阿娇 黄色网站在线视频 黄色综合网站 好看的中文字幕色拍拍噜 哦哦弟弟 黄色A片直播 后人动态图 qplayer在线播放网址 www第四色 野战情线国产视频在线观看 偷拍自拍在线赌博 护士无码视频 鬼佬 在线 云播 桃乃木香奈在线三上悠亚在线 ipx247在线观看 天降艳福不是福绝版在线看 一本道0588视频 日本无码光谍区 尻屄AV 老太太h类在线视频 国产3P自拍偷拍 伦理视频黄片大全 91小青蛙红杏出墙3p 内藤幸恵 你懂的 国产在线观啪啪啪网站 国产自拍、欧美 呦呦禁处 福利国产成人强奸少女50集 玉狼影院 国产偷拍自拍中文对白在线 阴道内窥镜凌辱女友 嘿嘿嘿影院永久 可知子 无码 成人在线黄色电影 快播八戒网 我要干色和尚 大胸美女一级黄色毛片 日本绣惑电影 yingyinxianfeng ziyuang 露脸操白妹国语 日本女性爱视频在线观看 成人狂欢福利网 91偷拍视频在线观看 操同事的小女友爱剪辑 粗暴轮奸视频 国产自自拍永久免费 天天干b天天插 国产25P 凹凸视频线观看免费 不雅视频磁力链接下载 香蕉影院超频在线视频 新加坡人美国艳星口交视频 肛塞自慰视频 8338磁力链接 成人色色网美国av幼女 把鸡巴插入妈妈的阴道 24美图野战 我和老师做爱漫画 淫乱肛胶美女 日撸神 清纯漂亮的嫩妹女孩与男友在家激情做爱流出高清视频mp4 阿姨熟女丝袜 黑丝袜电影院 色图网大全 丝袜阿姨的淫荡生活 日本乱伦变态 熟妇性交视频女人色网站 1234qec0m 六年级学生屄 波谷桐原 爆操巨乳妈妈 阿v天堂2012关于苍井空的视频 淫秽的我 官场艳情纪莜竹 少妇性交图25p