DELTA 252980 16689 242 SVNqRdh hRr`,Eb,Ctype] # # Returns data from $file on a mounted CDROM device. Similar to cat(1). If # $probe_type is present and non-NULL, returns success if $file exists. If # $probe_type is equal to $PROBE_SIZE, prints the size of $file in bytes to # standard-out. # f_media_get_cdrom() { local dev="$1" file="$2" probe_type="$3" f_dprintf "f_media_get_cdrom: dev=[%s] file=[%s] probe_type=%s" \ "$dev" "$file" "$probe_type" f_media_generic_get "$MOUNTPOINT" "$file" "$probe_typeENDREP DELTA 252987 7121 43 SVNy % $&5f#DnwRReBx^SQo0|ƿf}I[RU1BBv;eg;@`B!wwVXh)bZ" PiBJ|O0__Rϟޏ^CKz 9QXoQ!4$&#,(W덁)k3nǓh&㯣hh YD"IH Xg"ɬJiXSwR%xeE'u\SS+s|%i\B*~)ǥGn[D8 4ɗPK ţ6A\.CU Xs>kgX+W]5E<p816h-6=EGY7wy:WlGs|c-kܳ!8";7q޸~$k٫eS\IaΓ<|ߏpy4x$S)״e mrKs=qT}Ss3D%y}P3 A0M&n:RCłoLi%ENDREP DELTA 252980 17019 318 SVNpO1p pza)D,/,Ctypetype is present and non-NULL, returns success if $file # exists. If $probe_type is equal to $PROBE_SIZE, prints the size of $file in # bytes to standard-out. # f_media_get_directory() { local dev="$1" file="$2" probe_type="$3" path f_dprintf "f_media_get_directory: dev=[%s] file=[%s] probe_type=%s" \ "$dev" "$file" "$probe_type" device_$dev get private path f_media_generic_get "$path" "$file" "$probe_typeENDREP DELTA 252980 17368 308 SVN3d d n`3,Ctypetype is present and non-NULL, returns success if $file exists. If # $probe_type is equal to $PROBE_SIZE, prints the size of $file in bytes to # standard-out. # f_media_get_dos() { local dev="$1" file="$2" probe_type="$3" f_dprintf "f_media_get_dos: dev=[%s] file=[%s] probe_type=%s" \ "$dev" "$file" "$probe_type" f_media_generic_get "$MOUNTPOINT" "$file" "$probe_typeENDREP DELTA 252980 17707 194 SVN;q21j j;t^3gEu)>3auFNx^RMO0=ǿM+U9PXDŅ.B2Blw]~$*X㙼yo>2MKr`ZOи&/6xR@tؒwck5@X%k[݆NpŁֻ'w*.jIo~^|ڶa"a[QOKȺ2'jLB-g]nԮd~Ou:jkaL+ lr{c4~N9A=XƔc51ʕ&Z% &X (WXV:o[k)kaG4=]Ddíj^&8TP9T2E_.*Yq6a@/m[kw!]f/SiENDREP DELTA 252980 17932 1177 SVNh2:\9d d nHyzE;NzKZ,Ctypetype is present and non-NULL, # returns success if $file exists. If $probe_type is equal to $PROBE_SIZE, # prints the size of $file in bytes to standard-outtype="$3" hosts= f_dprintf "f_media_get_ftp: dev=[%s] file=[%s] probe_type=%s" \ "$dev" "$file" "$probe_typetype" ]; then local url="ftp://$userpass$host$port/$dir/$file" size[ "$probe_type" = "$PROBE_SIZE" ] && echo "-1" return $FAILURE fi [ "$probe_type" = "$PROBE_SIZE" ] && echo "$size"ENDREP DELTA 252987 7440 46 SVNRn?>7H;=rA{/V5" r"s2 x^]j0mw8(N])4"PKl6=J+:!fHDZHU uw3?3VivPͤ9mHx|erҚ-bɵF;‰H/$aH4Uatg"cq$jPB*Ukfn'h-nWC #3O =d酘F&OێlCRIjCՁJ_u+:WWAW`uk;PTcP^tyxnrDZ}P'PTfBq~G^ƔXMdu-RzV8: Dg5tXnOENDREP DELTA 252987 7516 657 SVN'D76]VaC;1}(."Vrms=N/ZفkQͤ9mHx09Hk^\k# JB4CoDž [8D]6]Ǒ̫L !WT=-!UCnS_~ d镘n+coqcɟtt)'RIjMՁc'ݟ@S`#,[ڎx~.\驇P}_|*|_:\9OVd (*k3Taֻb\_^Ƒ1Bx]4YrG $} KDg5d2n_ zϗENDREP DELTA 252987 8264 43 SVNo4V8a/typetype is present and non-NULL, returns success if $file exists. If # $probe_type is equal to $PROBE_SIZE, prints the size of $file in bytes to # standard-out. # f_media_get_nfs() { local dev="$1" file="$2" probe_type="$3" f_dprintf "f_media_get_nfs: dev=[%s] file=[%s] probe_type=%s" \ "$dev" "$file" "$probe_type" f_media_generic_get "$MOUNTPOINT" "$file" "$probe_typeENDREP DELTA 252987 8460 308 SVN) f }d'dtype] # # Returns data from $file on a mounted UFS partition device. Similar to cat(1). # If $probe_type is present and non-NULL, returns success if $file exists. If # $probe_type is equal to $PROBE_SIZE, prints the size of $file in bytes to # standard-out. # f_media_get_ufs() { local dev="$1" file="$2" probe_type="$3" f_dprintf "f_media_get_ufs: dev=[%s] file=[%s] probe_type=%s" \ "$dev" "$file" "$probe_type" f_media_generic_get "$MOUNTPOINT" "$file" "$probe_typeENDREP DELTA 252980 20160 308 SVNT5cd d8n_.&a,Ctype] # # Returns data from $file on a mounted USB disk device. Similar to cat(1). If # $probe_type is present and non-NULL, returns success if $file exists. If # $probe_type is equal to $PROBE_SIZE, prints the size of $file in bytes to # standard-out. # f_media_get_usb() { local dev="$1" file="$2" probe_type="$3" f_dprintf "f_media_get_usb: dev=[%s] file=[%s] probe_type=%s" \ "$dev" "$file" "$probe_type" f_media_generic_get "$MOUNTPOINT" "$file" "$probe_typeENDREP DELTA 252980 20681 1241 SVNqgo o,y]2X ,CPROBE_EXISTENDREP id: 10-247280.0.r253333/5777 type: file pred: 10-247280.0.r252987/35669 count: 6 text: 253333 0 521 5970 367e8838c084c5bdccf0fba4582aa70d 2f03cf9e1fe190fad00aa2fb86326a4a9f6c2ae7 253332-5fh2/_6 props: 247280 85539 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/cdrom.subr copyroot: 0 / id: 12-247280.0.r253333/6099 type: file pred: 12-247280.0.r252987/35995 count: 7 text: 253333 551 573 4745 e6d460250953b9f2fa2f3d34ea373514 0b4bd8516f961be211dce526cd8242c02ea95bcd 253332-5fh2/_7 props: 247280 85887 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/common.subr copyroot: 0 / id: 14-247280.0.r253333/6424 type: file pred: 14-247280.0.r252987/36322 count: 6 text: 253333 1152 475 4815 c73e2dd2008478535e76d6e5d11b90bc d8c9fbad2f6097d313bdd064e6951525cf61a43e 253332-5fh2/_8 props: 247280 86236 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/directory.subr copyroot: 0 / id: 16-247280.0.r253333/6753 type: file pred: 16-247280.0.r252987/36652 count: 6 text: 253333 1657 434 4884 3a8c3ef9540af3a69e125c59f756410e f2605c87283c9564f06e5a76b721de6f0029ff51 253332-5fh2/_9 props: 247280 86588 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/dos.subr copyroot: 0 / id: 18-247280.0.r253333/7076 type: file pred: 18-247280.0.r252987/36976 count: 6 text: 253333 2121 448 6769 02aeec7949b919557f8aad1f9d911138 e2153066e05aa2eafe78366b69076842676e2bf2 253332-5fh2/_a props: 247280 86934 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/floppy.subr copyroot: 0 / id: 1a-247280.0.r253333/7402 type: file pred: 1a-247280.0.r252987/37303 count: 18 text: 253333 2599 548 30258 b6f223b4e0e47697886335fa9fa7888e a6c8bd4607002b81e2f864e06bd2940ba3c2439e 253332-5fh2/_b props: 247280 87283 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/ftp.subr copyroot: 0 / id: c-252112.0.r253333/7727 type: file pred: c-252112.0.r252987/37629 count: 3 text: 253333 3178 460 18798 f0b9c35e418c2fe700482e4a69609476 f5ca9de9c8699cfec00de8dc7e8ee89230acfd24 253332-5fh2/_c props: 252112 14042 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/http.subr copyroot: 0 / id: 1c-247280.0.r253333/8050 type: file pred: 1c-247280.0.r252987/37953 count: 9 text: 253333 3666 456 13380 0e1c169cc46e690c862b568f90ac8fc5 5d433d12772d3b34eb66a6bf3f661c5190e3a127 253332-5fh2/_d props: 247280 87630 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/httpproxy.subr copyroot: 0 / id: 1g-247280.0.r253333/8380 type: file pred: 1g-247280.0.r252987/38613 count: 7 text: 253333 4151 420 7663 ee7c232f7ab668977ac49dd30e764e78 762edf16f75165d3dbdf4e02ad9dd454862216e4 253332-5fh2/_e props: 247280 88333 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/nfs.subr copyroot: 0 / id: 1m-247280.0.r253333/8703 type: file pred: 1m-247280.0.r252987/39594 count: 5 text: 253333 4599 511 5768 055201563cd2072549e1444c38cf157a e6d61d6463178e8d00758dab610753fa7d8e0b93 253332-5fh2/_f props: 247280 89379 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/ufs.subr copyroot: 0 / id: 1o-247280.0.r253333/9026 type: file pred: 1o-247280.0.r252987/39919 count: 6 text: 253333 5139 520 5045 5d25c43be4bbfca71c6565952efd7cb1 e8620978468dc5546b5a9d7ff00924dc19b03335 253332-5fh2/_g props: 247280 89725 38 0 b6b34f029ed66be42751a530d6e4b830 cpath: /head/usr.sbin/bsdconfig/share/media/usb.subr copyroot: 0 / PLAIN K 8 Makefile V 29 file v-247280.0.r252112/13400 K 8 any.subr V 29 file y-247280.0.r252987/35347 K 10 cdrom.subr V 29 file 10-247280.0.r253333/5777 K 11 common.subr V 29 file 12-247280.0.r253333/6099 K 14 directory.subr V 29 file 14-247280.0.r253333/6424 K 8 dos.subr V 29 file 16-247280.0.r253333/6753 K 11 floppy.subr V 29 file 18-247280.0.r253333/7076 K 8 ftp.subr V 29 file 1a-247280.0.r253333/7402 K 9 http.subr V 28 file c-252112.0.r253333/7727 K 14 httpproxy.subr V 29 file 1c-247280.0.r253333/8050 K 12 network.subr V 30 file 1e-247280.0.r252987/38285 K 8 nfs.subr V 29 file 1g-247280.0.r253333/8380 K 12 options.subr V 30 file 1i-247280.0.r252987/38937 K 10 tcpip.subr V 30 file 1k-247280.0.r252987/39266 K 8 ufs.subr V 29 file 1m-247280.0.r253333/8703 K 8 usb.subr V 29 file 1o-247280.0.r253333/9026 END ENDREP id: u-247280.0.r253333/10175 type: dir pred: u-247280.0.r252987/41080 count: 37 text: 253333 9349 813 813 b2b99d596a08960434ad308f0e3bb3c9 cpath: /head/usr.sbin/bsdconfig/share/media copyroot: 0 / id: 10-250323.0.r253333/10373 type: file pred: 10-250323.0.r252987/42331 count: 26 text: 253333 5689 57 36967 71ad084510f48e6baac1ea19ca5eac53 1c41c9962c67a4b5776461b7e5a31d69a2729dc4 253332-5fh2/_i props: 250323 30249 64 0 a0283a89aab39edd4cfb26f6b28671ff cpath: /head/usr.sbin/bsdconfig/share/packages/packages.subr copyroot: 0 / PLAIN K 8 Makefile V 29 file t-250323.0.r250323/29201 K 15 categories.subr V 29 file w-250323.0.r252987/41671 K 10 index.subr V 29 file y-250323.0.r252987/42003 K 13 packages.subr V 30 file 10-250323.0.r253333/10373 END ENDREP id: s-250323.0.r253333/10933 type: dir pred: s-250323.0.r252987/42892 count: 34 text: 253333 10706 214 214 4f78e99b101c8355f5ced950b0814ffb cpath: /head/usr.sbin/bsdconfig/share/packages copyroot: 0 / PLAIN K 8 Makefile V 30 file 1s-240684.0.r250323/27468 K 11 common.subr V 35 file 31-238438.9-240684.r253175/694 K 11 device.subr V 29 file s-247280.0.r252987/34642 K 11 dialog.subr V 34 file 33-238438.a-240684.r253121/71 K 5 media V 28 dir u-247280.0.r253333/10175 K 15 mustberoot.subr V 37 file 37-238438.b-240684.r252987/41279 K 8 packages V 28 dir s-250323.0.r253333/10933 K 11 script.subr V 29 file c-245052.0.r252987/43094 K 12 strings.subr V 37 file 39-238438.c-240684.r252987/43415 K 11 struct.subr V 30 file 1s-247280.0.r252987/43801 K 10 sysrc.subr V 37 file 3b-238438.d-240684.r252987/44123 K 13 variable.subr V 29 file e-245052.0.r252987/44504 END ENDREP id: 1r-240684.0.r253333/11802 type: dir pred: 1r-240684.0.r253175/1739 count: 138 text: 253333 11135 654 654 ca7f27ba7d5c0ef1d436a44cafae369d cpath: /head/usr.sbin/bsdconfig/share copyroot: 0 / PLAIN K 8 Makefile V 29 file d-238438.0.r250323/22948 K 5 USAGE V 29 file g-238438.0.r252987/14176 K 9 bsdconfig V 28 file i-238438.0.r252849/1072 K 11 bsdconfig.8 V 26 file k-238438.0.r252817/81 K 7 console V 28 dir m-238438.0.r252987/17542 K 8 diskmgmt V 29 dir 1e-238438.0.r252987/18630 K 11 docsinstall V 29 dir 1u-238438.0.r252987/19733 K 3 dot V 29 dir 2a-238438.0.r252987/20810 K 8 examples V 27 dir 2q-238438.0.r252822/638 K 5 fdisk V 30 dir 2w-238438.0.r238438/272671 K 7 include V 28 dir 2x-238438.0.r252775/2271 K 5 mouse V 29 dir 3d-238438.0.r252987/23701 K 10 networking V 29 dir 43-238438.0.r252987/30740 K 8 packages V 28 dir 8-250323.0.r252987/31824 K 8 password V 29 dir 57-238438.0.r252987/32960 K 8 security V 29 dir 5p-238438.0.r252987/34444 K 5 share V 29 dir 1r-240684.0.r253333/11802 K 7 startup V 29 dir 67-238438.0.r252987/49762 K 8 timezone V 29 dir 75-238438.0.r252987/53502 K 4 ttys V 29 dir 7v-238438.0.r252987/54583 K 8 usermgmt V 29 dir 8b-238438.0.r252987/55790 END ENDREP id: c-238438.0.r253333/13002 type: dir pred: c-238438.0.r253175/2936 count: 251 text: 253333 11997 992 992 d107967bd2c2ef349e397966acf5224c cpath: /head/usr.sbin/bsdconfig copyroot: 0 / PLAIN K 9 IPXrouted V 26 dir 2-11820.0.r231817/1360 K 8 Makefile V 31 file 24-1553.6-1554.r252862/159 K 14 Makefile.amd64 V 30 file 4-212525.0.r252356/114946 K 12 Makefile.arm V 27 file 6-212525.0.r232908/439 K 13 Makefile.i386 V 30 file 8-212525.0.r252356/115253 K 13 Makefile.ia64 V 30 file a-212525.0.r252356/115557 K 12 Makefile.inc V 33 file 27-1553.7-1554.r201390/43477 K 13 Makefile.mips V 29 file c-212525.0.r233644/35649 K 16 Makefile.powerpc V 30 file g-212525.0.r252356/115861 K 16 Makefile.sparc64 V 30 file i-212525.0.r252356/116168 K 2 ac V 24 dir b-1554.0.r248413/655 K 6 accton V 26 dir d-1554.0.r201390/92943 K 4 acpi V 28 dir 1l-65047.0.r252276/28029 K 7 adduser V 24 dir 2-5263.0.r240530/762 K 3 amd V 26 dir f-1554.0.r231118/16987 K 9 ancontrol V 26 dir 1k-55992.0.r238221/640 K 3 apm V 24 dir 2-3259.0.r227249/940 K 4 apmd V 27 dir 2-48731.0.r250227/56992 K 3 arp V 27 dir 15-1554.0.r250504/11422 K 8 arpaname V 28 dir w-224093.0.r224093/30864 K 3 asf V 29 dir 2-116009.0.r206622/239756 K 5 audit V 28 dir 4-155213.0.r201390/92261 K 6 auditd V 28 dir 8-155213.0.r204352/20883 K 10 auditdistd V 28 dir l-243752.0.r249657/45177 K 11 auditreduce V 28 dir c-155213.0.r201390/32353 K 6 authpf V 27 dir 18-126385.0.r253138/661 K 5 bhyve V 35 dir 3i-221828.a-245652.r253181/5624 K 8 bhyvectl V 35 dir 52-221828.b-245652.r248935/9299 K 9 bhyveload V 33 dir 5-223828.c-245652.r248492/951 K 9 bluetooth V 29 dir 58-107120.0.r250926/27016 K 8 boot0cfg V 27 dir 2-44197.0.r233455/17324 K 9 boot98cfg V 25 dir 4-64126.0.r174764/566 K 10 bootparamd V 26 dir 2-6752.0.r250582/43807 K 9 bsdconfig V 28 dir c-238438.0.r253333/13002 K 10 bsdinstall V 27 dir 7-218799.0.r251854/2122 K 6 bsnmpd V 28 dir 1h-122405.0.r252540/2319 K 5 btxld V 27 dir 2-39093.0.r201390/29595 K 9 cdcontrol V 28 dir 4-10099.0.r233648/264165 K 6 chkgrp V 26 dir 2-36332.0.r243085/1530 K 5 chown V 25 dir 19-1554.0.r227251/930 K 6 chroot V 26 dir 1b-1554.0.r241330/2465 K 6 ckdist V 28 dir 2-21919.0.r213573/161935 K 11 clear_locks V 29 dir 4m-177633.0.r208291/91682 K 6 config V 27 dir 1d-1554.0.r250926/28190 K 10 cpucontrol V 28 dir 19-181430.0.r245491/1445 K 9 crashinfo V 26 dir 4-181335.0.r232666/792 K 4 cron V 25 dir 2-2312.0.r242101/5872 K 6 crunch V 25 dir 2-1723.0.r246346/1438 K 6 ctladm V 28 dir 2y-229997.0.r250443/1330 K 3 ctm V 25 dir 2-2887.0.r228659/1082 K 6 daemon V 26 dir 4-82547.0.r244986/2313 K 9 dconschat V 28 dir 1b-121468.0.r233195/3017 K 12 ddns-confgen V 29 dir 10-224093.0.r224093/32655 K 7 devinfo V 26 dir 2-75752.0.r227252/1043 K 7 digictl V 27 dir 3i-76195.0.r236500/9590 K 8 diskinfo V 29 dir 4-113287.0.r241844/107592 K 16 dnssec-dsfromkey V 29 dir pk-193149.0.r201390/41428 K 19 dnssec-keyfromlabel V 29 dir po-193149.0.r201390/47803 K 13 dnssec-keygen V 28 dir u-135569.0.r201390/21654 K 13 dnssec-revoke V 29 dir 14-224093.0.r224093/28509 K 14 dnssec-settime V 29 dir 18-224093.0.r224093/34830 K 15 dnssec-signzone V 28 dir y-135569.0.r224093/29048 K 7 dumpcis V 28 dir 4-185032.0.r250460/83675 K 7 editmap V 27 dir 4-90797.0.r201390/77638 K 7 edquota V 25 dir 1n-1554.0.r243321/635 K 6 eeprom V 27 dir 2-129590.0.r203972/5080 K 9 etcupdate V 26 dir j-238423.0.r238428/690 K 7 extattr V 29 dir 2-102607.0.r248995/113927 K 10 extattrctl V 26 dir 4-59247.0.r216292/1234 K 6 faithd V 27 dir 1y-56668.0.r233522/8466 K 9 fdcontrol V 25 dir 2-4008.0.r208593/2092 K 8 fdformat V 25 dir 2-1023.0.r218910/2945 K 6 fdread V 25 dir 2-76590.0.r227253/929 K 7 fdwrite V 26 dir 2-2850.0.r233510/90408 K 7 fifolog V 28 dir 2-176998.0.r249657/51797 K 7 flowctl V 27 dir 4-135380.0.r236808/1444 K 14 freebsd-update V 28 dir h-161748.0.r250582/44490 K 9 ftp-proxy V 30 dir 18-171173.0.r240494/123060 K 9 fwcontrol V 27 dir 4-108441.0.r236500/8935 K 9 genrandom V 29 dir 1e-224093.0.r224093/32035 K 7 getfmac V 29 dir 4-105756.0.r201390/123934 K 7 getpmac V 28 dir c-105756.0.r201390/94242 K 7 gpioctl V 28 dir 4-213238.0.r241737/80205 K 4 gssd V 27 dir 63-184588.0.r253020/785 K 5 gstat V 29 dir 4-112444.0.r201390/130013 K 3 i2c V 28 dir 4-187712.0.r235873/42586 K 8 ifmcstat V 27 dir 1i-55163.0.r245015/1003 K 5 inetd V 25 dir 1r-1554.0.r245696/921 K 6 iostat V 26 dir 1t-1554.0.r244271/1616 K 10 ip6addrctl V 28 dir 4-121748.0.r241737/80936 K 8 ipfwpcap V 26 dir 2-151427.0.r238612/975 K 14 isc-hmac-fixup V 29 dir 1i-224093.0.r224093/29707 K 6 isfctl V 28 dir r-239685.0.r239685/69724 K 4 jail V 28 dir 2o-46155.0.r250926/29268 K 5 jexec V 28 dir b-113277.0.r201390/85285 K 3 jls V 27 dir j-113277.0.r250736/2096 K 10 kbdcontrol V 26 dir 2-2088.0.r250227/60137 K 6 kbdmap V 24 dir 2-7303.0.r237257/649 K 7 keyserv V 27 dir 2-26235.0.r239991/54070 K 5 kgmon V 25 dir 1v-1554.0.r246792/988 K 5 kgzip V 28 dir 2-48906.0.r140442/132774 K 7 kldxref V 25 dir 4-83322.0.r251440/950 K 9 lastlogin V 26 dir 4-68723.0.r222767/2270 K 9 lmcconfig V 26 dir f-150850.0.r239988/751 K 3 lpr V 25 dir z-1553.0.r251044/4399 K 10 lptcontrol V 27 dir 2-2471.0.r201390/121864 K 9 mailstats V 28 dir 2-38095.0.r201390/103671 K 11 mailwrapper V 25 dir 7-54817.0.r213749/710 K 6 makefs V 34 dir 1-185222.0-186335.r250605/1482 K 7 makemap V 28 dir 2-38097.0.r201390/144851 K 6 manctl V 26 dir 2-1367.0.r99968/128409 K 10 memcontrol V 25 dir 2-45411.0.r241829/885 K 11 mergemaster V 25 dir 2-52401.0.r252174/945 K 7 mfiutil V 28 dir e-196200.0.r251516/25837 K 5 mixer V 25 dir 2-6449.0.r230611/1920 K 9 mld6query V 26 dir 2-62915.0.r216586/2061 K 10 mlxcontrol V 28 dir 2-59139.0.r229997/281545 K 11 mount_smbfs V 27 dir q-87874.0.r201390/21092 K 6 mountd V 25 dir 5g-1558.0.r247034/673 K 6 moused V 27 dir 2-16566.0.r248478/61914 K 7 mptable V 25 dir 2-25265.0.r244530/665 K 7 mptutil V 28 dir 4-196212.0.r249373/87563 K 5 mtest V 27 dir 2-20530.0.r244538/21136 K 5 mtree V 27 dir 2j-1554.0.r245241/21844 K 5 named V 24 dir 2-2981.0.r246627/446 K 15 named-checkconf V 29 dir 2r-135549.0.r224093/34168 K 15 named-checkzone V 29 dir 2v-135549.0.r201390/69633 K 18 named-journalprint V 29 dir 1q-224093.0.r224093/33285 K 7 nandsim V 27 dir 57-235537.0.r249744/826 K 8 nandtool V 28 dir 5p-235537.0.r235544/6858 K 7 ndiscvt V 28 dir 2-123475.0.r250227/61133 K 3 ndp V 26 dir 24-55505.0.r250941/977 K 9 newsyslog V 25 dir 2-13245.0.r252378/961 K 6 nfscbd V 28 dir 4-192811.0.r243238/13483 K 4 nfsd V 26 dir 5s-1558.0.r252483/1091 K 12 nfsdumpstate V 26 dir c-192811.0.r210272/549 K 9 nfsrevoke V 27 dir k-192811.0.r193070/4553 K 8 nfsuserd V 27 dir s-192811.0.r223382/1326 K 5 ngctl V 27 dir 8t-52419.0.r216588/2827 K 6 nghook V 28 dir 9n-52419.0.r201390/67815 K 6 nmtree V 27 dir 5-244562.0.r249293/7719 K 7 nologin V 26 dir 60-1558.0.r169439/1113 K 4 nscd V 28 dir 3q-158115.0.r238095/2295 K 9 nsec3hash V 29 dir 1u-224093.0.r224093/35453 K 3 ntp V 27 dir 2-54552.0.r235337/23252 K 5 nvram V 27 dir 11-160892.0.r253162/729 K 7 ofwdump V 29 dir 2-105401.0.r201390/129367 K 13 pc-sysinstall V 27 dir 7-209513.0.r249094/5002 K 7 pciconf V 26 dir 2-19103.0.r250741/1081 K 8 periodic V 26 dir 2-28113.0.r231568/1678 K 3 pkg V 26 dir 4-234313.0.r251560/783 K 11 pkg_install V 24 dir 2-328.0.r252363/6388 K 11 pmcannotate V 26 dir 4-185347.0.r250304/602 K 10 pmccontrol V 29 dir 31-145256.0.r241737/87223 K 7 pmcstat V 29 dir 39-145256.0.r241737/89499 K 7 pnpinfo V 27 dir 2-29619.0.r201390/63741 K 8 portsnap V 27 dir h-148871.0.r253224/1084 K 6 powerd V 27 dir 2-142577.0.r252713/5209 K 3 ppp V 26 dir 37-6059.0.r252826/7861 K 6 pppctl V 28 dir 4-27008.0.r206622/238921 K 9 praliases V 27 dir 2-38096.0.r201390/18412 K 7 praudit V 29 dir g-155213.0.r201390/107729 K 7 procctl V 27 dir b-31565.0.r201390/25635 K 5 pstat V 27 dir 2n-1554.0.r225847/22501 K 2 pw V 26 dir 2-20254.0.r252688/1522 K 8 pwd_mkdb V 25 dir 2p-1554.0.r227257/651 K 4 quot V 27 dir 2r-1554.0.r241015/17168 K 7 quotaon V 27 dir 2t-1554.0.r241737/90217 K 5 rarpd V 24 dir 2-6824.0.r249234/934 K 8 repquota V 27 dir 2v-1554.0.r241737/90939 K 9 rip6query V 26 dir 1y-55163.0.r227258/674 K 3 rmt V 25 dir 2x-1554.0.r227259/869 K 4 rndc V 29 dir 33-135549.0.r224093/31390 K 12 rndc-confgen V 29 dir 37-135549.0.r224093/27853 K 7 route6d V 27 dir 26-55163.0.r243242/1045 K 9 rpc.lockd V 26 dir 5-14124.0.r240350/2178 K 9 rpc.statd V 27 dir 5-14126.0.r231118/19910 K 11 rpc.umntall V 27 dir 4-53494.0.r201390/54196 K 13 rpc.yppasswdd V 27 dir 2-14063.0.r231994/28467 K 13 rpc.ypupdated V 27 dir 2-26237.0.r231118/21586 K 10 rpc.ypxfrd V 27 dir 2-16126.0.r231118/25289 K 7 rpcbind V 28 dir 7c-74462.0.r244538/22295 K 7 rrenumd V 28 dir 2e-55505.0.r250227/62072 K 8 rtadvctl V 35 dir 6-224006.0-224144.r235873/39709 K 6 rtadvd V 27 dir 2u-55505.0.r253058/1842 K 6 rtprio V 24 dir 4-2447.0.r241061/919 K 6 rtsold V 26 dir 2m-55163.0.r251059/891 K 5 rwhod V 26 dir 2z-1554.0.r252605/2114 K 2 sa V 24 dir 2-3126.0.r228681/764 K 8 sendmail V 27 dir 31-1554.0.r246880/24346 K 7 service V 27 dir 4-200743.0.r244132/1193 K 13 services_mkdb V 28 dir 4-206156.0.r249373/88331 K 6 setfib V 28 dir 2l-178888.0.r236509/8730 K 7 setfmac V 29 dir i-105756.0.r206622/242441 K 7 setpmac V 29 dir q-105756.0.r206622/237616 K 9 sicontrol V 26 dir 2-10045.0.r179668/2667 K 6 smbmsg V 28 dir 2-129331.0.r235873/40604 K 8 snapinfo V 28 dir 2-148197.0.r241015/17819 K 8 spkrtest V 24 dir 2-3763.0.r217364/516 K 5 spray V 25 dir 2-13243.0.r227261/714 K 7 syslogd V 25 dir 4f-1554.0.r249983/702 K 5 sysrc V 28 dir 7-241149.0.r252987/57636 K 7 tcpdchk V 27 dir 4-44747.0.r201390/17211 K 9 tcpdmatch V 27 dir 8-44747.0.r201390/26861 K 7 tcpdrop V 27 dir 8-141381.0.r246129/1406 K 7 tcpdump V 22 dir u-3.0.r251160/1448 K 5 timed V 26 dir 4h-1554.0.r249771/1730 K 10 traceroute V 26 dir 4t-1554.0.r216184/6263 K 11 traceroute6 V 26 dir 34-55163.0.r235138/681 K 4 trpt V 26 dir 4v-1554.0.r189090/9126 K 7 tzsetup V 24 dir 2-2751.0.r247780/719 K 8 uathload V 26 dir t-190688.0.r218749/778 K 6 ugidfw V 28 dir 4-101209.0.r210641/39595 K 7 uhsoctl V 28 dir r-202181.0.r250604/20692 K 9 usbconfig V 29 dir j4-184610.0.r248236/17548 K 7 usbdump V 26 dir 2-215651.0.r238279/462 K 3 utx V 33 dir 8-218847.0-231530.r235967/557 K 10 vidcontrol V 24 dir 2-2089.0.r250509/657 K 4 vipw V 25 dir 51-1554.0.r231648/950 K 4 wake V 28 dir 4-195200.0.r250582/46265 K 5 watch V 24 dir 9-6521.0.r232781/671 K 9 watchdogd V 26 dir n-116874.0.r249245/582 K 9 wlandebug V 30 dir 12-153317.0.r233648/260158 K 8 wlconfig V 27 dir 2-26006.0.r233522/10121 K 3 wpa V 29 dir 2-147020.0.r252726/288854 K 7 yp_mkdb V 25 dir 2-15424.0.r228722/655 K 6 ypbind V 24 dir 2-1927.0.r226690/686 K 6 yppoll V 25 dir 4-1929.0.r203972/4033 K 6 yppush V 27 dir 2-13395.0.r231118/26067 K 6 ypserv V 26 dir 2-12892.0.r253253/1151 K 5 ypset V 26 dir a-1929.0.r201390/24997 K 3 zic V 26 dir 2-2703.0.r223758/54396 K 3 zzz V 28 dir 2-117557.0.r130420/15225 END ENDREP id: q-3.0.r253333/23912 type: dir pred: q-3.0.r253253/12053 count: 13763 text: 253333 13189 10710 10710 dcb9e60c46d396e935df63d24562f62c cpath: /head/usr.sbin copyroot: 0 / minfo-cnt: 9 PLAIN K 9 COPYRIGHT V 25 file 1-2656.0.r244900/131 K 5 LOCKS V 26 file 1-146890.0.r244822/91 K 11 MAINTAINERS V 25 file 1-94742.0.r250778/65 K 8 Makefile V 30 file 3-1594.0-1595.r253003/391 K 13 Makefile.inc1 V 26 file 5-38666.0.r252856/529 K 17 ObsoleteFiles.inc V 27 file 4-148330.0.r253167/791 K 6 README V 26 file 1-21173.0.r215293/415 K 8 UPDATING V 26 file 1-41806.0.r253305/487 K 3 bin V 22 dir 1-5.0.r253271/5412 K 4 cddl V 27 dir 1-168404.0.r252732/3602 K 7 contrib V 27 dir 1-16755.0.r253159/27144 K 6 crypto V 26 dir 1-25405.0.r252409/6739 K 3 etc V 24 dir 1-38.0.r253076/12232 K 5 games V 25 dir 1-2491.0.r248580/2553 K 3 gnu V 22 dir 1-3.0.r252513/3003 K 7 include V 24 dir 1-697.0.r252784/5629 K 9 kerberos5 V 27 dir 4q-29815.0.r250177/2948 K 3 lib V 23 dir 6-5.0.r253321/17187 K 7 libexec V 22 dir c-5.0.r251627/2403 K 7 release V 25 dir 1-3027.0.r252846/2010 K 6 rescue V 28 dir 7-117035.0.r252356/36383 K 4 sbin V 23 dir fa-4.0.r253279/6526 K 6 secure V 25 dir r-1553.0.r249971/3293 K 5 share V 22 dir e-3.0.r253306/6478 K 3 sys V 23 dir g-5.0.r253332/18653 K 5 tools V 27 dir 43-1590.0.r253305/12054 K 7 usr.bin V 23 dir m-3.0.r253275/15901 K 8 usr.sbin V 23 dir q-3.0.r253333/23912 END ENDREP id: 5-1.0.r253333/25311 type: dir pred: 5-1.0.r253332/20118 count: 176403 text: 253333 24099 1199 1199 11b933307849eec0b62035cef68f2292 props: 233713 14925 417 0 fe95f2ac252be6f08902a979c27a022c cpath: /head copyroot: 0 / minfo-cnt: 129 minfo-here: y PLAIN K 11 ROADMAP.txt V 27 file 0-179453.0.r221478/293 K 7 cvs2svn V 23 dir 0-1.0.r177821/70859 K 4 head V 23 dir 5-1.0.r253333/25311 K 8 projects V 22 dir 6-1.0.r253329/7377 K 7 release V 22 dir 7-1.0.r251259/2845 K 6 releng V 23 dir 8-1.0.r252334/25839 K 6 stable V 23 dir 9-1.0.r253324/33099 K 8 svnadmin V 27 dir 0-179447.0.r253248/1306 K 4 user V 24 dir a-1.0.r253312/252817 K 6 vendor V 22 dir b-1.0.r253148/6310 K 13 vendor-crypto V 25 dir 0-1575.0.r250738/3175 K 10 vendor-sys V 27 dir 0-12116.0.r252839/13860 END ENDREP id: 0.0.r253333/26093 type: dir pred: 0.0.r253332/20899 count: 253333 text: 253333 25563 517 517 43c10385d0eb5dacc0bcc6dd537c38de cpath: / copyroot: 0 / minfo-cnt: 35145 10-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/cdrom.subr 12-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/common.subr 14-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/directory.subr 16-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/dos.subr 18-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/floppy.subr 1a-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/ftp.subr c-252112.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/http.subr 1c-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/httpproxy.subr 1g-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/nfs.subr 1m-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/ufs.subr 1o-247280.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/media/usb.subr 10-250323.0.t253332-5fh2 modify-file true false /head/usr.sbin/bsdconfig/share/packages/packages.subr 26093 26264