├── .gitignore ├── LICENSE ├── README.md ├── install-usbpatchd.sh └── root ├── .mount_rw ├── Library └── LaunchDaemons │ ├── com.apple.usbpatchd.plist │ ├── dropbear-bridgeos-ncm.plist │ ├── dropbear-tv.plist │ └── dropbear.plist ├── bin ├── bash ├── cat ├── chmod ├── cp ├── date ├── dd ├── hostname ├── kill ├── launchctl ├── ln ├── ls ├── mkdir ├── mv ├── pwd ├── rm ├── rmdir ├── sleep ├── stty └── sync ├── etc ├── profile └── ssl ├── sbin ├── dmesg ├── ifconfig ├── md5 ├── mknod ├── ping ├── shutdown └── umount └── usr ├── bin ├── arch ├── bunzip2 ├── bzcat ├── bzip2 ├── bzip2recover ├── captoinfo ├── chflags ├── clear ├── cut ├── dbclient ├── dropbearconvert ├── dropbearkey ├── dropbearmulti ├── du ├── ex ├── false ├── find ├── fs_usage ├── grep ├── gunzip ├── gzip ├── head ├── hexdump ├── hexedit ├── hostinfo ├── id ├── infocmp ├── infotocap ├── killall ├── ldid ├── less ├── login ├── lsmp ├── lzcat ├── lzma ├── more ├── nano ├── ncurses5-config ├── nohup ├── passwd ├── plconvert ├── plutil ├── printf ├── renice ├── reset ├── rnano ├── rview ├── rvim ├── sc_usage ├── scp ├── screen ├── script ├── sed ├── seq ├── snappy ├── split ├── sqlite3 ├── stat ├── tail ├── tar ├── tee ├── tic ├── time ├── toe ├── tput ├── true ├── tset ├── uicache ├── uname ├── unlzma ├── unxz ├── vi ├── view ├── vim ├── w ├── wc ├── what ├── which ├── xargs ├── xxd ├── xz ├── xzcat ├── xzcmp ├── xzdec ├── xzdiff ├── xzegrep ├── xzfgrep ├── xzgrep ├── xzless └── xzmore ├── lib ├── libform.5.dylib ├── libform.dylib ├── liblzma.5.dylib ├── libmenu.5.dylib ├── libmenu.dylib ├── libncurses.5.dylib ├── libncurses.dylib ├── libpanel.5.dylib ├── libpanel.dylib └── terminfo ├── libexec └── usbpatchd.sh ├── local └── bin │ ├── filemon │ ├── jtool │ ├── jtool2 │ ├── lsdtrip.arm64 │ ├── netbottom │ └── procexp ├── sbin ├── chown ├── dropbear ├── ioreg ├── kextstat ├── ltop ├── sysctl └── taskpolicy └── share ├── tabset ├── std ├── stdcrt ├── vt100 └── vt300 └── terminfo ├── 41 ├── 45 ├── 61 ├── 63 ├── 64 ├── 65 ├── 67 ├── 70 ├── 72 ├── 73 ├── 74 ├── 75 ├── 76 ├── 78 ├── 6b ├── 6c ├── 6d ├── A ├── Apple_Terminal ├── ansi ├── ansi+arrows ├── ansi+csr ├── ansi+cup ├── ansi+enq ├── ansi+erase ├── ansi+idc ├── ansi+idc1 ├── ansi+idl ├── ansi+idl1 ├── ansi+inittabs ├── ansi+local ├── ansi+local1 ├── ansi+pp ├── ansi+rca ├── ansi+rep ├── ansi+sgr ├── ansi+sgrbold ├── ansi+sgrdim ├── ansi+sgrso ├── ansi+sgrul ├── ansi+tabs ├── ansi-color-2-emx ├── ansi-color-3-emx ├── ansi-emx ├── ansi-generic ├── ansi-m ├── ansi-mini ├── ansi-mono ├── ansi-mr ├── ansi-mtabs ├── ansi-nt ├── ansi.sys ├── ansi.sys-old ├── ansi.sysk ├── apple-80 ├── apple-ae ├── apple-soroc ├── apple-uterm ├── apple-uterm-vb ├── apple-videx ├── apple-videx2 ├── apple-videx3 └── apple-vm80 ├── E ├── Eterm-256color ├── Eterm-88color ├── eterm └── eterm-color ├── c ├── cons25 ├── cons25-debian ├── cons25-iso-m ├── cons25-iso8859 ├── cons25-koi8-r ├── cons25-koi8r-m ├── cons25-m └── cygwin ├── d ├── dumb └── dumb-emacs-ansi ├── g ├── gnome ├── gnome+pcfkeys ├── gnome-2007 ├── gnome-2008 ├── gnome-2012 ├── gnome-256color ├── gnome-fc5 ├── gnome-rh62 ├── gnome-rh72 ├── gnome-rh80 └── gnome-rh90 ├── k ├── konsole ├── konsole+pcfkeys ├── konsole-16color ├── konsole-256color ├── konsole-base ├── konsole-direct ├── konsole-linux ├── konsole-solaris ├── konsole-vt100 ├── konsole-vt420pc ├── konsole-xf3x └── konsole-xf4x ├── l ├── linux ├── linux-16color ├── linux-basic ├── linux-c ├── linux-c-nc ├── linux-koi8 ├── linux-koi8r ├── linux-lat ├── linux-m ├── linux-m1 ├── linux-m1b ├── linux-m2 ├── linux-nic └── linux-vt ├── m ├── mach ├── mach-bold ├── mach-color ├── mach-gnu └── mach-gnu-color ├── p ├── pcansi ├── pcansi-25 ├── pcansi-25-m ├── pcansi-33 ├── pcansi-33-m ├── pcansi-43 ├── pcansi-43-m ├── pcansi-m ├── pcansi-mono ├── putty ├── putty+fnkeys ├── putty+fnkeys+esc ├── putty+fnkeys+linux ├── putty+fnkeys+sco ├── putty+fnkeys+vt100 ├── putty+fnkeys+vt400 ├── putty+fnkeys+xterm ├── putty-256color ├── putty-m1 ├── putty-m1b ├── putty-m2 ├── putty-noapp ├── putty-sco └── putty-vt100 ├── r ├── rxvt ├── rxvt+pcfkeys ├── rxvt-16color ├── rxvt-256color ├── rxvt-88color ├── rxvt-basic ├── rxvt-color ├── rxvt-cygwin ├── rxvt-cygwin-native ├── rxvt-m ├── rxvt-unicode ├── rxvt-unicode-256color └── rxvt-xpm ├── s ├── screen ├── screen+fkeys ├── screen+italics ├── screen-16color ├── screen-16color-bce ├── screen-16color-bce-s ├── screen-16color-s ├── screen-256color ├── screen-256color-bce ├── screen-256color-bce-s ├── screen-256color-s ├── screen-bce ├── screen-bce.Eterm ├── screen-bce.gnome ├── screen-bce.konsole ├── screen-bce.linux ├── screen-bce.mrxvt ├── screen-bce.rxvt ├── screen-bce.xterm-new ├── screen-s ├── screen-w ├── screen.Eterm ├── screen.gnome ├── screen.konsole ├── screen.konsole-256color ├── screen.linux ├── screen.linux-m1 ├── screen.linux-m1b ├── screen.linux-m2 ├── screen.minitel1 ├── screen.minitel1-nb ├── screen.minitel12-80 ├── screen.minitel1b ├── screen.minitel1b-80 ├── screen.minitel1b-nb ├── screen.minitel2-80 ├── screen.mlterm ├── screen.mlterm-256color ├── screen.mrxvt ├── screen.putty ├── screen.putty-256color ├── screen.putty-m1 ├── screen.putty-m1b ├── screen.putty-m2 ├── screen.rxvt ├── screen.teraterm ├── screen.vte ├── screen.vte-256color ├── screen.xterm-256color ├── screen.xterm-new ├── screen.xterm-r6 ├── screen.xterm-xfree86 ├── sun ├── sun+sl ├── sun-1 ├── sun-12 ├── sun-17 ├── sun-24 ├── sun-34 ├── sun-48 ├── sun-c ├── sun-cgsix ├── sun-cmd ├── sun-color ├── sun-e ├── sun-e-s ├── sun-il ├── sun-nic ├── sun-s ├── sun-s-e ├── sun-ss5 └── sun-type4 ├── t ├── tmux └── tmux-256color ├── u └── unknown ├── v ├── vt100 ├── vt100+ ├── vt100+4bsd ├── vt100+enq ├── vt100+fnkeys ├── vt100+keypad ├── vt100+pfkeys ├── vt100-am ├── vt100-bm ├── vt100-bm-o ├── vt100-bot-s ├── vt100-nam ├── vt100-nam-w ├── vt100-nav ├── vt100-nav-w ├── vt100-putty ├── vt100-s ├── vt100-s-bot ├── vt100-s-top ├── vt100-top-s ├── vt100-vb ├── vt100-w ├── vt100-w-am ├── vt100-w-nam ├── vt100-w-nav ├── vt102 ├── vt102+enq ├── vt102-nsgr ├── vt102-w ├── vt220 ├── vt220+keypad ├── vt220-8 ├── vt220-8bit ├── vt220-js ├── vt220-nam ├── vt220-old ├── vt220-w └── vt52 └── x ├── xterm ├── xterm+256color ├── xterm+256setaf ├── xterm+88color ├── xterm+alt+title ├── xterm+alt1049 ├── xterm+app ├── xterm+app+pc ├── xterm+decedit ├── xterm+direct ├── xterm+direct2 ├── xterm+edit ├── xterm+indirect ├── xterm+kbs ├── xterm+noalt ├── xterm+noapp ├── xterm+noapp+pc ├── xterm+pc+edit ├── xterm+pcc0 ├── xterm+pcc1 ├── xterm+pcc2 ├── xterm+pcc3 ├── xterm+pce0 ├── xterm+pce1 ├── xterm+pce2 ├── xterm+pce3 ├── xterm+pcf0 ├── xterm+pcf1 ├── xterm+pcf2 ├── xterm+pcf3 ├── xterm+pcfN ├── xterm+pcfkeys ├── xterm+r6f2 ├── xterm+sl ├── xterm+sl-twm ├── xterm+sm+1002 ├── xterm+sm+1003 ├── xterm+sm+1005 ├── xterm+sm+1006 ├── xterm+titlestack ├── xterm+tmux ├── xterm+vt+edit ├── xterm+x10mouse ├── xterm+x11hilite ├── xterm+x11mouse ├── xterm-1002 ├── xterm-1003 ├── xterm-1005 ├── xterm-1006 ├── xterm-16color ├── xterm-24 ├── xterm-256color ├── xterm-65 ├── xterm-88color ├── xterm-8bit ├── xterm-basic ├── xterm-bold ├── xterm-boldso ├── xterm-color ├── xterm-debian ├── xterm-direct ├── xterm-direct2 ├── xterm-hp ├── xterm-ic ├── xterm-mono ├── xterm-new ├── xterm-nic ├── xterm-noapp ├── xterm-nrc ├── xterm-old ├── xterm-pcolor ├── xterm-r5 ├── xterm-r6 ├── xterm-rep ├── xterm-sco ├── xterm-sun ├── xterm-utf8 ├── xterm-vi ├── xterm-vt220 ├── xterm-vt52 ├── xterm-x10mouse ├── xterm-x11hilite ├── xterm-x11mouse ├── xterm-xf86-v32 ├── xterm-xf86-v33 ├── xterm-xf86-v333 ├── xterm-xf86-v40 ├── xterm-xf86-v43 ├── xterm-xf86-v44 ├── xterm-xfree86 ├── xterm-xi └── xterm-xmc /.gitignore: -------------------------------------------------------------------------------- 1 | # General 2 | .DS_Store 3 | .AppleDouble 4 | .LSOverride 5 | 6 | # Icon must end with two \r 7 | Icon 8 | 9 | 10 | # Thumbnails 11 | ._* 12 | 13 | # Files that might appear in the root of a volume 14 | .DocumentRevisions-V100 15 | .fseventsd 16 | .Spotlight-V100 17 | .TemporaryItems 18 | .Trashes 19 | .VolumeIcon.icns 20 | .com.apple.timemachine.donotpresent 21 | 22 | # Directories potentially created on remote AFP share 23 | .AppleDB 24 | .AppleDesktop 25 | Network Trash Folder 26 | Temporary Items 27 | .apdisk 28 | 29 | usbpatchd-install.tar.gz -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # usbpatchd 2 | 3 | Patch the USB restriction on iOS, which blocks USB accessories from accessing the device. 4 | This can be used to provide SSH over USB (courtesy of dropbear) from a locked 5 | iOS device. 6 | 7 | This is a free alternative to "minaUSB patcher" that is not as buggy or malicious—there 8 | have been numerous reports of "minaUSB patcher" deleting and hiding files it has no 9 | right to. 10 | 11 | Most files in this repository have been aligned similar to the checkra1n bootstrap 12 | (/binpack); as such, the GPLv3 license applies as labelled in the [License section](#license) 13 | to only the files that I have written (and therefore claim copyright on). 14 | 15 | ## Using 16 | 1. Boot into an SSH ramdisk capable of SSH and mounting the System volume 17 | * A ramdisk capable of such can be created through a free public tool 18 | created by u/meowcat454 which can be found 19 | [here](https://web.archive.org/web/20220812002341/https://www.reddit.com/r/setupapp/comments/w1irgx/how_to_boot_a_ssh_ramdisk_on_64bit_devices/) 20 | (instructions may not be provided, but it should be simple enough). 21 | 2. Run `install-usbpatchd.sh` from Terminal and follow any instructions. 22 | 23 | ## Notes 24 | * You will have to run some manual commands. This shouldn't be too difficult. 25 | I will try to improve this to let snappy run automatically in the future. 26 | * This is a work in progress. Pull requests are encouraged. 27 | * As this is a work in progress, stability should not be expected. This 28 | script has been a little buggy, but the implementation itself is one 29 | I created for my own personal use and have found it to work perfectly 30 | to suit my needs (i.e. tested on A10 iOS 13 via macOS 12). 31 | 32 | ## TODO 33 | * Fix renaming snapshots automatically 34 | * Check for gzip on SSH ramdisk 35 | * Provide ramdisk building capabilities (submodule?) 36 | * Determine whether .bootstrapped file should be added 37 | 38 | ## License 39 | `install-usbpatchd.sh`, `root/Library/LaunchDaemons/com.apple.usbpatchd.plist`, 40 | and `root/usr/libexec/usbpatchd.sh` are my copyright and are licensed with the 41 | [GNU General Public License Version 3](./LICENSE) 42 | -------------------------------------------------------------------------------- /install-usbpatchd.sh: -------------------------------------------------------------------------------- 1 | #!/bin/zsh 2 | 3 | # Copyright 2022, Nick Botticelli. 4 | # 5 | # This file is part of usbpatchd. 6 | # 7 | # usbpatchd is free software: you can redistribute it and/or modify 8 | # it under the terms of the GNU General Public License as published by 9 | # the Free Software Foundation, either version 3 of the License, or 10 | # (at your option) any later version. 11 | # 12 | # usbpatchd is distributed in the hope that it will be useful, 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 | # GNU General Public License for more details. 16 | # 17 | # You should have received a copy of the GNU General Public License 18 | # along with usbpatchd. If not, see . 19 | 20 | # 21 | # usbpatchd 22 | # install-usbpatchd.sh v0.1.0 23 | # 24 | 25 | # Fail-fast 26 | set -e 27 | 28 | 29 | 30 | ORIGINALPATH="$(pwd)" 31 | SCRIPTPATH="$(cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P)" 32 | 33 | SSH_PORT="4242" 34 | 35 | 36 | 37 | function cleanup { 38 | cd "$ORIGINALPATH" 39 | } 40 | 41 | # $1 : SSH command 42 | function SshCmd() { 43 | sshpass -p 'alpine' ssh -o StrictHostKeyChecking=no -p $SSH_PORT root@localhost $1 44 | } 45 | 46 | # $1 : File/directory to send 47 | # $2 : Remote path 48 | function ScpUpload() { 49 | sshpass -p 'alpine' scp -rP $SSH_PORT -o StrictHostKeyChecking=no $1 root@localhost:$2 50 | } 51 | 52 | 53 | 54 | trap cleanup EXIT 55 | 56 | cd "$SCRIPTPATH" 57 | 58 | # Check dependencies 59 | if ! [ -x "$(command -v sshpass)" ] 60 | then 61 | echo 'sshpass is required but was not found, please install it (brew install esolitos/ipa/sshpass)!' 62 | exit -1 63 | fi 64 | 65 | if ! [ -x "$(command -v iproxy)" ] 66 | then 67 | echo 'iproxy is required but was not found, please install it (brew install libusbmuxd)!' 68 | exit -1 69 | fi 70 | 71 | # Continue normal execution 72 | echo 'You should now boot your SSH-capable ramdisk and mount the System (/dev/disk0s1s1)' 73 | echo 'volume in /mnt1.' 74 | echo "If you are using u/meowcat454\'s ramdisk, you should type \`bash /usr/bin/mount_root\`." 75 | echo "After that, run iproxy with \`iproxy 4242 22\`. You may need to replace 22 with 44." 76 | 77 | printf 'Press Enter to continue...' 78 | head -n 1 > /dev/null 79 | 80 | ScpUpload 'root/usr/bin/snappy' '/mnt1/usr/bin/' 81 | 82 | SYSTEM_SNAPSHOT=$(SshCmd '/mnt1/usr/bin/snappy -s' | cut -d ' ' -f 3 | tr -d '\n') 83 | 84 | if [[ "$SYSTEM_SNAPSHOT" == "com.apple.os.update"* ]] 85 | then 86 | SshCmd '/mnt1/usr/bin/snappy -f /mnt1 -r "$SYSTEM_SNAPSHOT" -t orig-fs > /dev/null' 87 | else 88 | SYSTEM_SNAPSHOT=$(SshCmd '/mnt1/usr/bin/snappy -f /mnt1 -l' | sed -n 2p | tr -d '\n') 89 | 90 | # If initial attempt failed, try this instead (should I just do this?) 91 | if [[ "$SYSTEM_SNAPSHOT" == "com.apple.os.update"* ]] 92 | then 93 | SshCmd '/mnt1/usr/bin/snappy -f /mnt1 -r "$SYSTEM_SNAPSHOT" -t orig-fs > /dev/null' 94 | else 95 | echo 'Unable to rename rootfs snapshot! Please file a bug report.' 96 | exit -1 97 | fi 98 | fi 99 | 100 | 101 | cd root 102 | tar czf ../usbpatchd-install.tar.gz ./ 103 | cd .. 104 | 105 | ScpUpload 'usbpatchd-install.tar.gz' '/mnt1/' 106 | 107 | # TODO: Must have tar (and gzip?) installed on ramdisk 108 | SshCmd 'cd /mnt1 && tar -xvzf usbpatchd-install.tar.gz && rm usbpatchd-install.tar.gz' 109 | 110 | # echo 'Finished installing usbpatchd to System volume. One last step before rebooting' 111 | # echo 'is to rename System snapshot to orig-fs. To do this, run' 112 | # echo "\`/mnt1/usr/bin/snappy -f /mnt1 -l\`, then copy and paste the long string" 113 | # echo '(com.apple.os.update...) and run' 114 | # echo "\`/mnt1/usr/bin/snappy -f /mnt1 -r com.apple.os.update... -t orig-fs\`" 115 | # echo '' 116 | echo 'Finished installing usbpatchd.' 117 | echo 'Now you can reboot and run checkra1n (either from CLI or from Recovery mode)' 118 | echo 'to finish patching USB restriction. After that, SSH should now be accessible' 119 | echo 'from the lock screen when using iproxy or tcprelay (`iproxy 2222 44`)!' 120 | -------------------------------------------------------------------------------- /root/.mount_rw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/.mount_rw -------------------------------------------------------------------------------- /root/Library/LaunchDaemons/com.apple.usbpatchd.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 23 | 24 | 25 | Label 26 | com.apple.usbpatchd 27 | Program 28 | /bin/bash 29 | ProgramArguments 30 | 31 | /bin/bash 32 | /usr/libexec/usbpatchd.sh 33 | 34 | RunAtLoad 35 | 36 | UserName> 37 | root 38 | ExecuteAllowed 39 | 40 | HighPriorityIO 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /root/Library/LaunchDaemons/dropbear-bridgeos-ncm.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Label 6 | dropbear-bridgeos-ncm 7 | POSIXSpawnType 8 | Interactive 9 | Program 10 | /usr/sbin/dropbear 11 | ProgramArguments 12 | 13 | /usr/sbin/dropbear 14 | -i 15 | -S 16 | /bin/bash 17 | -r 18 | /private/var/dropbear_rsa_host_key 19 | 20 | 21 | Sockets 22 | 23 | Listeners 24 | 25 | Bonjour 26 | 27 | SockServiceName 28 | ssh 29 | 30 | 31 | 32 | StandardErrorPath 33 | /dev/null 34 | 35 | inetdCompatibility 36 | 37 | Wait 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /root/Library/LaunchDaemons/dropbear-tv.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Label 6 | dropbear 7 | POSIXSpawnType 8 | Interactive 9 | Program 10 | /usr/sbin/dropbear 11 | ProgramArguments 12 | 13 | /usr/sbin/dropbear 14 | -i 15 | -S 16 | /bin/bash 17 | -r 18 | /private/var/dropbear_rsa_host_key 19 | 20 | SessionCreate 21 | 22 | Sockets 23 | 24 | Dropbear44Listener 25 | 26 | SockServiceName 27 | 44 28 | 29 | 30 | StandardErrorPath 31 | /dev/null 32 | inetdCompatibility 33 | 34 | Wait 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /root/Library/LaunchDaemons/dropbear.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Label 6 | dropbear 7 | POSIXSpawnType 8 | Interactive 9 | Program 10 | /usr/sbin/dropbear 11 | ProgramArguments 12 | 13 | /usr/sbin/dropbear 14 | -i 15 | -S 16 | /bin/bash 17 | -r 18 | /private/var/dropbear_rsa_host_key 19 | 20 | 21 | SessionCreate 22 | 23 | 24 | Sockets 25 | 26 | DropbearV4Listener 27 | 28 | SockFamily 29 | IPv4 30 | SockNodeName 31 | 127.0.0.1 32 | SockServiceName 33 | 44 34 | 35 | DropbearV6Listener 36 | 37 | SockFamily 38 | IPv6 39 | SockNodeName 40 | ::1 41 | SockServiceName 42 | 44 43 | 44 | 45 | 46 | StandardErrorPath 47 | /dev/null 48 | 49 | inetdCompatibility 50 | 51 | Wait 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /root/bin/bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/bash -------------------------------------------------------------------------------- /root/bin/cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/cat -------------------------------------------------------------------------------- /root/bin/chmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/chmod -------------------------------------------------------------------------------- /root/bin/cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/cp -------------------------------------------------------------------------------- /root/bin/date: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/date -------------------------------------------------------------------------------- /root/bin/dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/dd -------------------------------------------------------------------------------- /root/bin/hostname: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/hostname -------------------------------------------------------------------------------- /root/bin/kill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/kill -------------------------------------------------------------------------------- /root/bin/launchctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/launchctl -------------------------------------------------------------------------------- /root/bin/ln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/ln -------------------------------------------------------------------------------- /root/bin/ls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/ls -------------------------------------------------------------------------------- /root/bin/mkdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/mkdir -------------------------------------------------------------------------------- /root/bin/mv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/mv -------------------------------------------------------------------------------- /root/bin/pwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/pwd -------------------------------------------------------------------------------- /root/bin/rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/rm -------------------------------------------------------------------------------- /root/bin/rmdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/rmdir -------------------------------------------------------------------------------- /root/bin/sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/sleep -------------------------------------------------------------------------------- /root/bin/stty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/stty -------------------------------------------------------------------------------- /root/bin/sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/bin/sync -------------------------------------------------------------------------------- /root/etc/profile: -------------------------------------------------------------------------------- 1 | export PS1='$USER@$HOST ($PWD)# ' 2 | export PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin 3 | 4 | -------------------------------------------------------------------------------- /root/etc/ssl: -------------------------------------------------------------------------------- 1 | ../usr/ -------------------------------------------------------------------------------- /root/sbin/dmesg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/sbin/dmesg -------------------------------------------------------------------------------- /root/sbin/ifconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/sbin/ifconfig -------------------------------------------------------------------------------- /root/sbin/md5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/sbin/md5 -------------------------------------------------------------------------------- /root/sbin/mknod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/sbin/mknod -------------------------------------------------------------------------------- /root/sbin/ping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/sbin/ping -------------------------------------------------------------------------------- /root/sbin/shutdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/sbin/shutdown -------------------------------------------------------------------------------- /root/sbin/umount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/sbin/umount -------------------------------------------------------------------------------- /root/usr/bin/arch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/arch -------------------------------------------------------------------------------- /root/usr/bin/bunzip2: -------------------------------------------------------------------------------- 1 | bzip2 -------------------------------------------------------------------------------- /root/usr/bin/bzcat: -------------------------------------------------------------------------------- 1 | bzip2 -------------------------------------------------------------------------------- /root/usr/bin/bzip2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/bzip2 -------------------------------------------------------------------------------- /root/usr/bin/bzip2recover: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/bzip2recover -------------------------------------------------------------------------------- /root/usr/bin/captoinfo: -------------------------------------------------------------------------------- 1 | tic -------------------------------------------------------------------------------- /root/usr/bin/chflags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/chflags -------------------------------------------------------------------------------- /root/usr/bin/clear: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/clear -------------------------------------------------------------------------------- /root/usr/bin/cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/cut -------------------------------------------------------------------------------- /root/usr/bin/dbclient: -------------------------------------------------------------------------------- 1 | /usr/bin/dropbearmulti -------------------------------------------------------------------------------- /root/usr/bin/dropbearconvert: -------------------------------------------------------------------------------- 1 | /usr/bin/dropbearmulti -------------------------------------------------------------------------------- /root/usr/bin/dropbearkey: -------------------------------------------------------------------------------- 1 | /usr/bin/dropbearmulti -------------------------------------------------------------------------------- /root/usr/bin/dropbearmulti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/dropbearmulti -------------------------------------------------------------------------------- /root/usr/bin/du: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/du -------------------------------------------------------------------------------- /root/usr/bin/ex: -------------------------------------------------------------------------------- 1 | vim -------------------------------------------------------------------------------- /root/usr/bin/false: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/false -------------------------------------------------------------------------------- /root/usr/bin/find: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/find -------------------------------------------------------------------------------- /root/usr/bin/fs_usage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/fs_usage -------------------------------------------------------------------------------- /root/usr/bin/grep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/grep -------------------------------------------------------------------------------- /root/usr/bin/gunzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/gunzip -------------------------------------------------------------------------------- /root/usr/bin/gzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/gzip -------------------------------------------------------------------------------- /root/usr/bin/head: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/head -------------------------------------------------------------------------------- /root/usr/bin/hexdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/hexdump -------------------------------------------------------------------------------- /root/usr/bin/hexedit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/hexedit -------------------------------------------------------------------------------- /root/usr/bin/hostinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/hostinfo -------------------------------------------------------------------------------- /root/usr/bin/id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/id -------------------------------------------------------------------------------- /root/usr/bin/infocmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/infocmp -------------------------------------------------------------------------------- /root/usr/bin/infotocap: -------------------------------------------------------------------------------- 1 | tic -------------------------------------------------------------------------------- /root/usr/bin/killall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/killall -------------------------------------------------------------------------------- /root/usr/bin/ldid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/ldid -------------------------------------------------------------------------------- /root/usr/bin/less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/less -------------------------------------------------------------------------------- /root/usr/bin/login: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/login -------------------------------------------------------------------------------- /root/usr/bin/lsmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/lsmp -------------------------------------------------------------------------------- /root/usr/bin/lzcat: -------------------------------------------------------------------------------- 1 | lzma -------------------------------------------------------------------------------- /root/usr/bin/lzma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/lzma -------------------------------------------------------------------------------- /root/usr/bin/more: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/more -------------------------------------------------------------------------------- /root/usr/bin/nano: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/nano -------------------------------------------------------------------------------- /root/usr/bin/ncurses5-config: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # $Id: ncurses-config.in,v 1.12 2007/03/17 20:02:19 tom Exp $ 3 | ############################################################################## 4 | # Copyright (c) 2006,2007 Free Software Foundation, Inc. # 5 | # # 6 | # Permission is hereby granted, free of charge, to any person obtaining a # 7 | # copy of this software and associated documentation files (the "Software"), # 8 | # to deal in the Software without restriction, including without limitation # 9 | # the rights to use, copy, modify, merge, publish, distribute, distribute # 10 | # with modifications, sublicense, and/or sell copies of the Software, and to # 11 | # permit persons to whom the Software is furnished to do so, subject to the # 12 | # following conditions: # 13 | # # 14 | # The above copyright notice and this permission notice shall be included in # 15 | # all copies or substantial portions of the Software. # 16 | # # 17 | # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # 18 | # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # 19 | # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # 20 | # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # 21 | # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # 22 | # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # 23 | # DEALINGS IN THE SOFTWARE. # 24 | # # 25 | # Except as contained in this notice, the name(s) of the above copyright # 26 | # holders shall not be used in advertising or otherwise to promote the sale, # 27 | # use or other dealings in this Software without prior written # 28 | # authorization. # 29 | ############################################################################## 30 | # 31 | # Author: Thomas E. Dickey, 2006 32 | 33 | prefix="/binpack/usr" 34 | exec_prefix="${prefix}" 35 | 36 | bindir="${exec_prefix}/bin" 37 | libdir="${exec_prefix}/lib" 38 | datadir="${prefix}/share" 39 | mandir="${prefix}/man" 40 | 41 | THIS="ncurses" 42 | 43 | LANG=C; export LANG 44 | LANGUAGE=C; export LANGUAGE 45 | LC_ALL=C; export LC_ALL 46 | LC_CTYPE=C; export LC_CTYPE 47 | 48 | test $# = 0 && exec /bin/sh $0 --error 49 | 50 | while test $# -gt 0; do 51 | case "$1" in 52 | -*=*) 53 | ARG=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` 54 | ;; 55 | *) 56 | ARG= 57 | ;; 58 | esac 59 | 60 | case "$1" in 61 | # basic configuration 62 | --prefix=*) 63 | prefix="$ARG" 64 | test -z "$exec_prefix" && exec_prefix="$ARG" 65 | ;; 66 | --prefix) 67 | echo "$prefix" 68 | ;; 69 | --exec-prefix=*) 70 | exec_prefix="$ARG" 71 | ;; 72 | --exec-prefix) 73 | echo "$exec_prefix" 74 | ;; 75 | # compile/link 76 | --cflags) 77 | INCS= 78 | if test "${prefix}/include" != /usr/include ; then 79 | INCS="-I${prefix}/include" 80 | fi 81 | if test "" != no ; then 82 | INCS="$INCS -I${prefix}/include/${THIS}" 83 | fi 84 | sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO 85 | $INCS 86 | ENDECHO 87 | ;; 88 | --libs) 89 | sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO 90 | -L${exec_prefix}/lib -l${THIS} 91 | ENDECHO 92 | ;; 93 | # identification 94 | --version) 95 | echo "5.7.20081102" 96 | ;; 97 | --abi-version) 98 | echo "5" 99 | ;; 100 | --mouse-version) 101 | echo "1" 102 | ;; 103 | # locations 104 | --bindir) 105 | echo "${bindir}" 106 | ;; 107 | --datadir) 108 | echo "${datadir}" 109 | ;; 110 | --libdir) 111 | echo "${libdir}" 112 | ;; 113 | --mandir) 114 | echo "${mandir}" 115 | ;; 116 | --terminfo) 117 | echo "/binpack/usr/share/terminfo" 118 | ;; 119 | --terminfo-dirs) 120 | echo "/binpack/usr/share/terminfo" 121 | ;; 122 | --termpath) 123 | echo "/etc/termcap:/usr/share/misc/termcap" 124 | ;; 125 | # general info 126 | --help) 127 | cat <&2 156 | exit 1 157 | ;; 158 | esac 159 | shift 160 | done 161 | # vile:shmode 162 | -------------------------------------------------------------------------------- /root/usr/bin/nohup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/nohup -------------------------------------------------------------------------------- /root/usr/bin/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/passwd -------------------------------------------------------------------------------- /root/usr/bin/plconvert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/plconvert -------------------------------------------------------------------------------- /root/usr/bin/plutil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/plutil -------------------------------------------------------------------------------- /root/usr/bin/printf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/printf -------------------------------------------------------------------------------- /root/usr/bin/renice: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/renice -------------------------------------------------------------------------------- /root/usr/bin/reset: -------------------------------------------------------------------------------- 1 | tset -------------------------------------------------------------------------------- /root/usr/bin/rnano: -------------------------------------------------------------------------------- 1 | nano -------------------------------------------------------------------------------- /root/usr/bin/rview: -------------------------------------------------------------------------------- 1 | vim -------------------------------------------------------------------------------- /root/usr/bin/rvim: -------------------------------------------------------------------------------- 1 | vim -------------------------------------------------------------------------------- /root/usr/bin/sc_usage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/sc_usage -------------------------------------------------------------------------------- /root/usr/bin/scp: -------------------------------------------------------------------------------- 1 | /usr/bin/dropbearmulti -------------------------------------------------------------------------------- /root/usr/bin/screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/screen -------------------------------------------------------------------------------- /root/usr/bin/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/script -------------------------------------------------------------------------------- /root/usr/bin/sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/sed -------------------------------------------------------------------------------- /root/usr/bin/seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/seq -------------------------------------------------------------------------------- /root/usr/bin/snappy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/snappy -------------------------------------------------------------------------------- /root/usr/bin/split: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/split -------------------------------------------------------------------------------- /root/usr/bin/sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/sqlite3 -------------------------------------------------------------------------------- /root/usr/bin/stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/stat -------------------------------------------------------------------------------- /root/usr/bin/tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/tail -------------------------------------------------------------------------------- /root/usr/bin/tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/tar -------------------------------------------------------------------------------- /root/usr/bin/tee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/tee -------------------------------------------------------------------------------- /root/usr/bin/tic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/tic -------------------------------------------------------------------------------- /root/usr/bin/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/time -------------------------------------------------------------------------------- /root/usr/bin/toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/toe -------------------------------------------------------------------------------- /root/usr/bin/tput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/tput -------------------------------------------------------------------------------- /root/usr/bin/true: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/true -------------------------------------------------------------------------------- /root/usr/bin/tset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/tset -------------------------------------------------------------------------------- /root/usr/bin/uicache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/uicache -------------------------------------------------------------------------------- /root/usr/bin/uname: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/uname -------------------------------------------------------------------------------- /root/usr/bin/unlzma: -------------------------------------------------------------------------------- 1 | lzma -------------------------------------------------------------------------------- /root/usr/bin/unxz: -------------------------------------------------------------------------------- 1 | xz -------------------------------------------------------------------------------- /root/usr/bin/vi: -------------------------------------------------------------------------------- 1 | vim -------------------------------------------------------------------------------- /root/usr/bin/view: -------------------------------------------------------------------------------- 1 | vim -------------------------------------------------------------------------------- /root/usr/bin/vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/vim -------------------------------------------------------------------------------- /root/usr/bin/w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/w -------------------------------------------------------------------------------- /root/usr/bin/wc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/wc -------------------------------------------------------------------------------- /root/usr/bin/what: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/what -------------------------------------------------------------------------------- /root/usr/bin/which: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/which -------------------------------------------------------------------------------- /root/usr/bin/xargs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/xargs -------------------------------------------------------------------------------- /root/usr/bin/xxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/xxd -------------------------------------------------------------------------------- /root/usr/bin/xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/xz -------------------------------------------------------------------------------- /root/usr/bin/xzcat: -------------------------------------------------------------------------------- 1 | xz -------------------------------------------------------------------------------- /root/usr/bin/xzcmp: -------------------------------------------------------------------------------- 1 | xzdiff -------------------------------------------------------------------------------- /root/usr/bin/xzdec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/bin/xzdec -------------------------------------------------------------------------------- /root/usr/bin/xzdiff: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Copyright (C) 1998, 2002, 2006, 2007 Free Software Foundation 4 | # Copyright (C) 1993 Jean-loup Gailly 5 | 6 | # Modified for XZ Utils by Andrew Dudman and Lasse Collin. 7 | 8 | # This program is free software; you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation; either version 2 of the License, or 11 | # (at your option) any later version. 12 | 13 | # This program is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | 18 | #SET_PATH - This line is a placeholder to ease patching this script. 19 | 20 | # Instead of unsetting XZ_OPT, just make sure that xz will use file format 21 | # autodetection. This way memory usage limit and thread limit can be 22 | # specified via XZ_OPT. With gzip, bzip2, and lzop it's OK to just unset the 23 | # environment variables. 24 | xz='xz --format=auto' 25 | unset GZIP BZIP BZIP2 LZOP 26 | 27 | case ${0##*/} in 28 | *cmp*) prog=xzcmp; cmp=${CMP:-cmp};; 29 | *) prog=xzdiff; cmp=${DIFF:-diff};; 30 | esac 31 | 32 | version="$prog (XZ Utils) 5.2.4" 33 | 34 | usage="Usage: ${0##*/} [OPTION]... FILE1 [FILE2] 35 | Compare FILE1 to FILE2, using their uncompressed contents if they are 36 | compressed. If FILE2 is omitted, then the files compared are FILE1 and 37 | FILE1 from which the compression format suffix has been stripped. 38 | 39 | Do comparisons like '$cmp' does. OPTIONs are the same as for '$cmp'. 40 | 41 | Report bugs to ." 42 | 43 | # sed script to escape all ' for the shell, and then (to handle trailing 44 | # newlines correctly) turn trailing X on last line into '. 45 | escape=' 46 | s/'\''/'\''\\'\'''\''/g 47 | $s/X$/'\''/ 48 | ' 49 | 50 | while :; do 51 | case $1 in 52 | --h*) printf '%s\n' "$usage" || exit 2; exit;; 53 | --v*) echo "$version" || exit 2; exit;; 54 | --) shift; break;; 55 | -*\'*) cmp="$cmp '"`printf '%sX\n' "$1" | sed "$escape"`;; 56 | -?*) cmp="$cmp '$1'";; 57 | *) break;; 58 | esac 59 | shift 60 | done 61 | cmp="$cmp --" 62 | 63 | for file; do 64 | test "X$file" = X- || <"$file" || exit 2 65 | done 66 | 67 | xz1=$xz 68 | xz2=$xz 69 | xz_status=0 70 | exec 3>&1 71 | 72 | if test $# -eq 1; then 73 | case $1 in 74 | *[-.]xz | *[-.]lzma | *.t[lx]z) 75 | ;; 76 | *[-.]bz2 | *.tbz | *.tbz2) 77 | xz1=bzip2;; 78 | *[-.][zZ] | *_z | *[-.]gz | *.t[ag]z) 79 | xz1=gzip;; 80 | *[-.]lzo | *.tzo) 81 | xz1=lzop;; 82 | *) 83 | echo >&2 "$0: $1: Unknown compressed file name suffix" 84 | exit 2;; 85 | esac 86 | case $1 in 87 | *[-.][zZ] | *_z | *[-.][gx]z | *[-.]bz2 | *[-.]lzma | *[-.]lzo) 88 | FILE=`expr "X$1" : 'X\(.*\)[-.][abglmoxzZ2]*$'`;; 89 | *.t[abglx]z) 90 | FILE=`expr "X$1" : 'X\(.*[-.]t\)[abglx]z$'`ar;; 91 | *.tbz2) 92 | FILE=`expr "X$1" : 'X\(.*[-.]t\)bz2$'`ar;; 93 | *.tzo) 94 | FILE=`expr "X$1" : 'X\(.*[-.]t\)zo$'`ar;; 95 | esac 96 | xz_status=$( 97 | exec 4>&1 98 | ($xz1 -cd -- "$1" 4>&-; echo $? >&4) 3>&- | eval "$cmp" - '"$FILE"' >&3 99 | ) 100 | elif test $# -eq 2; then 101 | case $1 in 102 | *[-.]bz2 | *.tbz | *.tbz2) xz1=bzip2;; 103 | *[-.][zZ] | *_z | *[-.]gz | *.t[ag]z) xz1=gzip;; 104 | *[-.]lzo | *.tzo) xz1=lzop;; 105 | esac 106 | case $2 in 107 | *[-.]bz2 | *.tbz | *.tbz2) xz2=bzip2;; 108 | *[-.][zZ] | *_z | *[-.]gz | *.t[ag]z) xz2=gzip;; 109 | *[-.]lzo | *.tzo) xz2=lzop;; 110 | esac 111 | case $1 in 112 | *[-.][zZ] | *_z | *[-.][gx]z | *[-.]bz2 | *[-.]lzma | *.t[abglx]z | *.tbz2 | *[-.]lzo | *.tzo | -) 113 | case "$2" in 114 | *[-.][zZ] | *_z | *[-.][gx]z | *[-.]bz2 | *[-.]lzma | *.t[abglx]z | *.tbz2 | *[-.]lzo | *.tzo | -) 115 | if test "$1$2" = --; then 116 | xz_status=$( 117 | exec 4>&1 118 | ($xz1 -cdfq - 4>&-; echo $? >&4) 3>&- | 119 | eval "$cmp" - - >&3 120 | ) 121 | elif # Reject Solaris 8's buggy /bin/bash 2.03. 122 | echo X | (echo X | eval "$cmp" /dev/fd/5 - >/dev/null 2>&1) 5<&0; then 123 | xz_status=$( 124 | exec 4>&1 125 | ($xz1 -cdfq -- "$1" 4>&-; echo $? >&4) 3>&- | 126 | ( ($xz2 -cdfq -- "$2" 4>&-; echo $? >&4) 3>&- 5<&- &3) 5<&0 128 | ) 129 | cmp_status=$? 130 | case $xz_status in 131 | *[1-9]*) xz_status=1;; 132 | *) xz_status=0;; 133 | esac 134 | (exit $cmp_status) 135 | else 136 | F=`expr "/$2" : '.*/\(.*\)[-.][ablmotxz2]*$'` || F=$prog 137 | tmp= 138 | trap ' 139 | test -n "$tmp" && rm -rf "$tmp" 140 | (exit 2); exit 2 141 | ' HUP INT PIPE TERM 0 142 | if type mktemp >/dev/null 2>&1; then 143 | # Note that FreeBSD's mktemp isn't fully compatible with 144 | # the implementations from mktemp.org and GNU coreutils. 145 | # It is important that the -t argument is the last argument 146 | # and that no "--" is used between -t and the template argument. 147 | # This way this command works on all implementations. 148 | tmp=`mktemp -d -t "$prog.XXXXXXXXXX"` || exit 2 149 | else 150 | # Fallback code if mktemp is missing. This isn't as 151 | # robust as using mktemp since this doesn't try with 152 | # different file names in case of a file name conflict. 153 | # 154 | # There's no need to save the original umask since 155 | # we don't create any non-temp files. Note that using 156 | # mkdir -m 0077 isn't secure since some mkdir implementations 157 | # create the dir with the default umask and chmod the 158 | # the dir afterwards. 159 | umask 0077 160 | mkdir -- "${TMPDIR-/tmp}/$prog.$$" || exit 2 161 | tmp="${TMPDIR-/tmp}/$prog.$$" 162 | fi 163 | $xz2 -cdfq -- "$2" > "$tmp/$F" || exit 2 164 | xz_status=$( 165 | exec 4>&1 166 | ($xz1 -cdfq -- "$1" 4>&-; echo $? >&4) 3>&- | 167 | eval "$cmp" - '"$tmp/$F"' >&3 168 | ) 169 | cmp_status=$? 170 | rm -rf "$tmp" || xz_status=$? 171 | trap - HUP INT PIPE TERM 0 172 | (exit $cmp_status) 173 | fi;; 174 | *) 175 | xz_status=$( 176 | exec 4>&1 177 | ($xz1 -cdfq -- "$1" 4>&-; echo $? >&4) 3>&- | 178 | eval "$cmp" - '"$2"' >&3 179 | );; 180 | esac;; 181 | *) 182 | case "$2" in 183 | *[-.][zZ] | *_z | *[-.][gx]z | *[-.]bz2 | *[-.]lzma | *.t[abglx]z | *.tbz2 | *[-.]lzo | *.tzo | -) 184 | xz_status=$( 185 | exec 4>&1 186 | ($xz2 -cdfq -- "$2" 4>&-; echo $? >&4) 3>&- | 187 | eval "$cmp" '"$1"' - >&3 188 | );; 189 | *) 190 | eval "$cmp" '"$1"' '"$2"';; 191 | esac;; 192 | esac 193 | else 194 | echo >&2 "$0: Invalid number of operands; try \`${0##*/} --help' for help" 195 | exit 2 196 | fi 197 | 198 | cmp_status=$? 199 | test "$xz_status" -eq 0 || exit 2 200 | exit $cmp_status 201 | -------------------------------------------------------------------------------- /root/usr/bin/xzegrep: -------------------------------------------------------------------------------- 1 | xzgrep -------------------------------------------------------------------------------- /root/usr/bin/xzfgrep: -------------------------------------------------------------------------------- 1 | xzgrep -------------------------------------------------------------------------------- /root/usr/bin/xzgrep: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # xzgrep -- a wrapper around a grep program that decompresses files as needed 4 | # Adapted from a version sent by Charles Levert 5 | 6 | # Copyright (C) 1998, 2001, 2002, 2006, 2007 Free Software Foundation 7 | # Copyright (C) 1993 Jean-loup Gailly 8 | 9 | # Modified for XZ Utils by Andrew Dudman and Lasse Collin. 10 | 11 | # This program is free software; you can redistribute it and/or modify 12 | # it under the terms of the GNU General Public License as published by 13 | # the Free Software Foundation; either version 2 of the License, or 14 | # (at your option) any later version. 15 | 16 | # This program is distributed in the hope that it will be useful, 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 | # GNU General Public License for more details. 20 | 21 | #SET_PATH - This line is a placeholder to ease patching this script. 22 | 23 | # Instead of unsetting XZ_OPT, just make sure that xz will use file format 24 | # autodetection. This way memory usage limit and thread limit can be 25 | # specified via XZ_OPT. With gzip, bzip2, and lzop it's OK to just unset the 26 | # environment variables. 27 | xz='xz --format=auto' 28 | unset GZIP BZIP BZIP2 LZOP 29 | 30 | case ${0##*/} in 31 | *egrep*) prog=xzegrep; grep=${GREP:-egrep};; 32 | *fgrep*) prog=xzfgrep; grep=${GREP:-fgrep};; 33 | *) prog=xzgrep; grep=${GREP:-grep};; 34 | esac 35 | 36 | version="$prog (XZ Utils) 5.2.4" 37 | 38 | usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]... 39 | Look for instances of PATTERN in the input FILEs, using their 40 | uncompressed contents if they are compressed. 41 | 42 | OPTIONs are the same as for '$grep'. 43 | 44 | Report bugs to ." 45 | 46 | # sed script to escape all ' for the shell, and then (to handle trailing 47 | # newlines correctly) turn trailing X on last line into '. 48 | escape=' 49 | s/'\''/'\''\\'\'''\''/g 50 | $s/X$/'\''/ 51 | ' 52 | operands= 53 | have_pat=0 54 | files_with_matches=0 55 | files_without_matches=0 56 | no_filename=0 57 | with_filename=0 58 | 59 | while test $# -ne 0; do 60 | option=$1 61 | shift 62 | optarg= 63 | 64 | case $option in 65 | (-[0123456789abcdhHiIKLlnoqrRsTuUvVwxyzZ]?*) 66 | arg2=-\'$(expr "X${option}X" : 'X-.[0-9]*\(.*\)' | sed "$escape") 67 | eval "set -- $arg2 "'${1+"$@"}' 68 | option=$(expr "X$option" : 'X\(-.[0-9]*\)');; 69 | (--binary-*=* | --[lm]a*=* | --reg*=*) 70 | ;; 71 | (-[ABCDefm] | --binary-* | --file | --[lm]a* | --reg*) 72 | case ${1?"$option option requires an argument"} in 73 | (*\'*) 74 | optarg=" '"$(printf '%sX\n' "$1" | sed "$escape");; 75 | (*) 76 | optarg=" '$1'";; 77 | esac 78 | shift;; 79 | (--) 80 | break;; 81 | (-?*) 82 | ;; 83 | (*) 84 | case $option in 85 | (*\'*) 86 | operands="$operands '"$(printf '%sX\n' "$option" | sed "$escape");; 87 | (*) 88 | operands="$operands '$option'";; 89 | esac 90 | ${POSIXLY_CORRECT+break} 91 | continue;; 92 | esac 93 | 94 | case $option in 95 | (-[drRzZ] | --di* | --exc* | --inc* | --rec* | --nu*) 96 | printf >&2 '%s: %s: Option not supported\n' "$0" "$option" 97 | exit 2;; 98 | (-[ef]* | --file | --file=* | --reg*) 99 | have_pat=1;; 100 | (--h | --he | --hel | --help) 101 | echo "$usage" || exit 2 102 | exit;; 103 | (-H | --wi | --wit | --with | --with- | --with-f | --with-fi \ 104 | | --with-fil | --with-file | --with-filen | --with-filena | --with-filenam \ 105 | | --with-filename) 106 | with_filename=1 107 | continue;; 108 | (-l | --files-with-*) 109 | files_with_matches=1 110 | continue;; 111 | (-L | --files-witho*) 112 | files_without_matches=1 113 | continue;; 114 | (-h | --no-f*) 115 | no_filename=1;; 116 | (-V | --v | --ve | --ver | --vers | --versi | --versio | --version) 117 | echo "$version" || exit 2 118 | exit;; 119 | esac 120 | 121 | case $option in 122 | (*\'?*) 123 | option=\'$(expr "X${option}X" : 'X\(.*\)' | sed "$escape");; 124 | (*) 125 | option="'$option'";; 126 | esac 127 | 128 | grep="$grep $option$optarg" 129 | done 130 | 131 | if test $files_with_matches -eq 1 || test $files_without_matches -eq 1; then 132 | grep="$grep -q" 133 | fi 134 | 135 | eval "set -- $operands "'${1+"$@"}' 136 | 137 | if test $have_pat -eq 0; then 138 | case ${1?"Missing pattern; try \`${0##*/} --help' for help"} in 139 | (*\'*) 140 | grep="$grep -- '"$(printf '%sX\n' "$1" | sed "$escape");; 141 | (*) 142 | grep="$grep -- '$1'";; 143 | esac 144 | shift 145 | fi 146 | 147 | if test $# -eq 0; then 148 | set -- - 149 | fi 150 | 151 | exec 3>&1 152 | 153 | # res=1 means that no file matched yet 154 | res=1 155 | 156 | for i; do 157 | case $i in 158 | *[-.][zZ] | *_z | *[-.]gz | *.t[ag]z) uncompress="gzip -cdfq";; 159 | *[-.]bz2 | *[-.]tbz | *.tbz2) uncompress="bzip2 -cdfq";; 160 | *[-.]lzo | *[-.]tzo) uncompress="lzop -cdfq";; 161 | *) uncompress="$xz -cdfq";; 162 | esac 163 | # Fail if xz or grep (or sed) fails. 164 | xz_status=$( 165 | exec 5>&1 166 | ($uncompress -- "$i" 5>&-; echo $? >&5) 3>&- | 167 | if test $files_with_matches -eq 1; then 168 | eval "$grep" && { printf '%s\n' "$i" || exit 2; } 169 | elif test $files_without_matches -eq 1; then 170 | eval "$grep" || { 171 | r=$? 172 | if test $r -eq 1; then 173 | printf '%s\n' "$i" || r=2 174 | fi 175 | exit $r 176 | } 177 | elif test $with_filename -eq 0 && 178 | { test $# -eq 1 || test $no_filename -eq 1; }; then 179 | eval "$grep" 180 | else 181 | case $i in 182 | (*' 183 | '* | *'&'* | *'\'* | *'|'*) 184 | i=$(printf '%s\n' "$i" | 185 | sed ' 186 | $!N 187 | $s/[&\|]/\\&/g 188 | $s/\n/\\n/g 189 | ');; 190 | esac 191 | sed_script="s|^|$i:|" 192 | 193 | # Fail if grep or sed fails. 194 | r=$( 195 | exec 4>&1 196 | (eval "$grep" 4>&-; echo $? >&4) 3>&- | sed "$sed_script" >&3 4>&- 197 | ) || r=2 198 | exit $r 199 | fi >&3 5>&- 200 | ) 201 | r=$? 202 | 203 | # fail occured previously, nothing worse can happen 204 | test $res -gt 1 && continue 205 | 206 | test "$xz_status" -eq 0 || test "$xz_status" -eq 2 \ 207 | || test "$(kill -l "$xz_status" 2> /dev/null)" = "PIPE" || r=2 208 | 209 | # still no match 210 | test $r -eq 1 && continue 211 | 212 | # 0 == match, >=2 == fail 213 | res=$r 214 | done 215 | exit $res 216 | -------------------------------------------------------------------------------- /root/usr/bin/xzless: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Copyright (C) 1998, 2002, 2006, 2007 Free Software Foundation 4 | 5 | # The original version for gzip was written by Paul Eggert. 6 | # Modified for XZ Utils by Andrew Dudman and Lasse Collin. 7 | 8 | # This program is free software; you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation; either version 2 of the License, or 11 | # (at your option) any later version. 12 | 13 | # This program is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | 18 | #SET_PATH - This line is a placeholder to ease patching this script. 19 | 20 | # Instead of unsetting XZ_OPT, just make sure that xz will use file format 21 | # autodetection. This way memory usage limit and thread limit can be 22 | # specified via XZ_OPT. 23 | xz='xz --format=auto' 24 | 25 | version='xzless (XZ Utils) 5.2.4' 26 | 27 | usage="Usage: ${0##*/} [OPTION]... [FILE]... 28 | Like 'less', but operate on the uncompressed contents of xz compressed FILEs. 29 | 30 | Options are the same as for 'less'. 31 | 32 | Report bugs to ." 33 | 34 | case $1 in 35 | --help) echo "$usage" || exit 2; exit;; 36 | --version) echo "$version" || exit 2; exit;; 37 | esac 38 | 39 | if test "${LESSMETACHARS+set}" != set; then 40 | # Work around a bug in less 394 and earlier; 41 | # it mishandles the metacharacters '$%=~'. 42 | space=' ' 43 | tab=' ' 44 | nl=' 45 | ' 46 | LESSMETACHARS="$space$tab$nl'"';*?"()<>[|&^`#\$%=~' 47 | fi 48 | 49 | if test "$(less -V | { read less ver re && echo ${ver}; })" -ge 429; then 50 | # less 429 or later: LESSOPEN pipe will be used on 51 | # standard input if $LESSOPEN begins with |-. 52 | LESSOPEN="|-$xz -cdfq -- %s" 53 | else 54 | LESSOPEN="|$xz -cdfq -- %s" 55 | fi 56 | export LESSMETACHARS LESSOPEN 57 | 58 | exec less "$@" 59 | -------------------------------------------------------------------------------- /root/usr/bin/xzmore: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Copyright (C) 2001, 2002, 2007 Free Software Foundation 4 | # Copyright (C) 1992, 1993 Jean-loup Gailly 5 | 6 | # Modified for XZ Utils by Andrew Dudman and Lasse Collin. 7 | 8 | # This program is free software; you can redistribute it and/or modify 9 | # it under the terms of the GNU General Public License as published by 10 | # the Free Software Foundation; either version 2 of the License, or 11 | # (at your option) any later version. 12 | 13 | # This program is distributed in the hope that it will be useful, 14 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 | # GNU General Public License for more details. 17 | 18 | #SET_PATH - This line is a placeholder to ease patching this script. 19 | 20 | # Instead of unsetting XZ_OPT, just make sure that xz will use file format 21 | # autodetection. This way memory usage limit and thread limit can be 22 | # specified via XZ_OPT. 23 | xz='xz --format=auto' 24 | 25 | version='xzmore (XZ Utils) 5.2.4' 26 | 27 | usage="Usage: ${0##*/} [OPTION]... [FILE]... 28 | Like 'more', but operate on the uncompressed contents of xz compressed FILEs. 29 | 30 | Report bugs to ." 31 | 32 | case $1 in 33 | --help) echo "$usage" || exit 2; exit;; 34 | --version) echo "$version" || exit 2; exit;; 35 | esac 36 | 37 | oldtty=`stty -g 2>/dev/null` 38 | if stty -cbreak 2>/dev/null; then 39 | cb='cbreak'; ncb='-cbreak' 40 | else 41 | # 'stty min 1' resets eof to ^a on both SunOS and SysV! 42 | cb='min 1 -icanon'; ncb='icanon eof ^d' 43 | fi 44 | if test $? -eq 0 && test -n "$oldtty"; then 45 | trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15 46 | else 47 | trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15 48 | fi 49 | 50 | if test $# = 0; then 51 | if test -t 0; then 52 | echo "$usage"; exit 1 53 | else 54 | $xz -cdfq | eval "${PAGER:-more}" 55 | fi 56 | else 57 | FIRST=1 58 | for FILE; do 59 | < "$FILE" || continue 60 | if test $FIRST -eq 0; then 61 | printf "%s--More--(Next file: %s)" "" "$FILE" 62 | stty $cb -echo 2>/dev/null 63 | ANS=`dd bs=1 count=1 2>/dev/null` 64 | stty $ncb echo 2>/dev/null 65 | echo " " 66 | case "$ANS" in 67 | [eq]) exit;; 68 | esac 69 | fi 70 | if test "$ANS" != 's'; then 71 | echo "------> $FILE <------" 72 | $xz -cdfq -- "$FILE" | eval "${PAGER:-more}" 73 | fi 74 | if test -t 1; then 75 | FIRST=0 76 | fi 77 | done 78 | fi 79 | -------------------------------------------------------------------------------- /root/usr/lib/libform.5.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/lib/libform.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/libform.dylib: -------------------------------------------------------------------------------- 1 | libform.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/liblzma.5.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/lib/liblzma.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/libmenu.5.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/lib/libmenu.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/libmenu.dylib: -------------------------------------------------------------------------------- 1 | libmenu.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/libncurses.5.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/lib/libncurses.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/libncurses.dylib: -------------------------------------------------------------------------------- 1 | libncurses.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/libpanel.5.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/lib/libpanel.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/libpanel.dylib: -------------------------------------------------------------------------------- 1 | libpanel.5.dylib -------------------------------------------------------------------------------- /root/usr/lib/terminfo: -------------------------------------------------------------------------------- 1 | ../share/terminfo -------------------------------------------------------------------------------- /root/usr/libexec/usbpatchd.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Copyright 2022, Nick Botticelli. 4 | # 5 | # This file is part of usbpatchd. 6 | # 7 | # usbpatchd is free software: you can redistribute it and/or modify 8 | # it under the terms of the GNU General Public License as published by 9 | # the Free Software Foundation, either version 3 of the License, or 10 | # (at your option) any later version. 11 | # 12 | # usbpatchd is distributed in the hope that it will be useful, 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 | # GNU General Public License for more details. 16 | # 17 | # You should have received a copy of the GNU General Public License 18 | # along with usbpatchd. If not, see . 19 | 20 | # 21 | # usbpatchd 22 | # usbpatchd.sh v0.1.0 23 | # 24 | 25 | # Allow writing to System 26 | /sbin/mount -o rw,union,update -t apfs /dev/disk0s1s1 / 27 | 28 | # Unlock files 29 | /usr/bin/chflags -R nouchg /private/var/mobile/Library/UserConfigurationProfiles 30 | 31 | # Patch USB restriction 32 | /usr/bin/plutil -key restrictedBool -key allowUSBRestrictedMode -dict -key value -0 /private/var/mobile/Library/UserConfigurationProfiles/EffectiveUserSettings.plist 33 | /usr/bin/plutil -key restrictedBool -key allowUSBRestrictedMode -dict -key value -0 /private/var/mobile/Library/UserConfigurationProfiles/PublicInfo/PublicEffectiveUserSettings.plist 34 | 35 | # Lock files to prevent modification of USB restriction settings 36 | /usr/bin/chflags -R uchg /private/var/mobile/Library/UserConfigurationProfiles 37 | -------------------------------------------------------------------------------- /root/usr/local/bin/filemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/local/bin/filemon -------------------------------------------------------------------------------- /root/usr/local/bin/jtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/local/bin/jtool -------------------------------------------------------------------------------- /root/usr/local/bin/jtool2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/local/bin/jtool2 -------------------------------------------------------------------------------- /root/usr/local/bin/lsdtrip.arm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/local/bin/lsdtrip.arm64 -------------------------------------------------------------------------------- /root/usr/local/bin/netbottom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/local/bin/netbottom -------------------------------------------------------------------------------- /root/usr/local/bin/procexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/local/bin/procexp -------------------------------------------------------------------------------- /root/usr/sbin/chown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/sbin/chown -------------------------------------------------------------------------------- /root/usr/sbin/dropbear: -------------------------------------------------------------------------------- 1 | /usr/bin/dropbearmulti -------------------------------------------------------------------------------- /root/usr/sbin/ioreg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/sbin/ioreg -------------------------------------------------------------------------------- /root/usr/sbin/kextstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/sbin/kextstat -------------------------------------------------------------------------------- /root/usr/sbin/ltop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/sbin/ltop -------------------------------------------------------------------------------- /root/usr/sbin/sysctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/sbin/sysctl -------------------------------------------------------------------------------- /root/usr/sbin/taskpolicy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/sbin/taskpolicy -------------------------------------------------------------------------------- /root/usr/share/tabset/std: -------------------------------------------------------------------------------- 1 | 3 1 1 1 1 1 1 1 1 1 1 1 1 1 2 | -------------------------------------------------------------------------------- /root/usr/share/tabset/stdcrt: -------------------------------------------------------------------------------- 1 | 3 1 1 1 1 1 1 1 1 1 -------------------------------------------------------------------------------- /root/usr/share/tabset/vt100: -------------------------------------------------------------------------------- 1 | 2 |  3 | H H H H H H H H H H H H H H H H 4 | -------------------------------------------------------------------------------- /root/usr/share/tabset/vt300: -------------------------------------------------------------------------------- 1 | 2 |  3 | P2$t9/17/25/33/41/49/57/65/73/81/89/97/105/113/121/129\ 4 | -------------------------------------------------------------------------------- /root/usr/share/terminfo/41: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /root/usr/share/terminfo/45: -------------------------------------------------------------------------------- 1 | E -------------------------------------------------------------------------------- /root/usr/share/terminfo/61: -------------------------------------------------------------------------------- 1 | a -------------------------------------------------------------------------------- /root/usr/share/terminfo/63: -------------------------------------------------------------------------------- 1 | c -------------------------------------------------------------------------------- /root/usr/share/terminfo/64: -------------------------------------------------------------------------------- 1 | d -------------------------------------------------------------------------------- /root/usr/share/terminfo/65: -------------------------------------------------------------------------------- 1 | e -------------------------------------------------------------------------------- /root/usr/share/terminfo/67: -------------------------------------------------------------------------------- 1 | g -------------------------------------------------------------------------------- /root/usr/share/terminfo/6b: -------------------------------------------------------------------------------- 1 | k -------------------------------------------------------------------------------- /root/usr/share/terminfo/6c: -------------------------------------------------------------------------------- 1 | l -------------------------------------------------------------------------------- /root/usr/share/terminfo/6d: -------------------------------------------------------------------------------- 1 | m -------------------------------------------------------------------------------- /root/usr/share/terminfo/70: -------------------------------------------------------------------------------- 1 | p -------------------------------------------------------------------------------- /root/usr/share/terminfo/72: -------------------------------------------------------------------------------- 1 | r -------------------------------------------------------------------------------- /root/usr/share/terminfo/73: -------------------------------------------------------------------------------- 1 | s -------------------------------------------------------------------------------- /root/usr/share/terminfo/74: -------------------------------------------------------------------------------- 1 | t -------------------------------------------------------------------------------- /root/usr/share/terminfo/75: -------------------------------------------------------------------------------- 1 | u -------------------------------------------------------------------------------- /root/usr/share/terminfo/76: -------------------------------------------------------------------------------- 1 | v -------------------------------------------------------------------------------- /root/usr/share/terminfo/78: -------------------------------------------------------------------------------- 1 | x -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/Apple_Terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/Apple_Terminal -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+arrows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+arrows -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+csr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+csr -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+cup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+cup -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+enq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+enq -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+erase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+erase -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+idc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+idc -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+idc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+idc1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+idl -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+idl1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+idl1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+inittabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+inittabs -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+local -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+local1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+local1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+pp -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+rca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+rca -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+rep -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+sgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+sgr -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+sgrbold: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+sgrbold -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+sgrdim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+sgrdim -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+sgrso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+sgrso -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+sgrul: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+sgrul -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi+tabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi+tabs -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-color-2-emx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-color-2-emx -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-color-3-emx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-color-3-emx -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-emx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-emx -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-generic -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-mini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-mini -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-mono: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-mono -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-mr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-mr -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-mtabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-mtabs -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi-nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi-nt -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi.sys -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi.sys-old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi.sys-old -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/ansi.sysk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/ansi.sysk -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-80 -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-ae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-ae -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-soroc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-soroc -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-uterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-uterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-uterm-vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-uterm-vb -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-videx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-videx -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-videx2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-videx2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-videx3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-videx3 -------------------------------------------------------------------------------- /root/usr/share/terminfo/A/apple-vm80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/A/apple-vm80 -------------------------------------------------------------------------------- /root/usr/share/terminfo/E/Eterm-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/E/Eterm-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/E/Eterm-88color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/E/Eterm-88color -------------------------------------------------------------------------------- /root/usr/share/terminfo/E/eterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/E/eterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/E/eterm-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/E/eterm-color -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cons25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cons25 -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cons25-debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cons25-debian -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cons25-iso-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cons25-iso-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cons25-iso8859: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cons25-iso8859 -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cons25-koi8-r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cons25-koi8-r -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cons25-koi8r-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cons25-koi8r-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cons25-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cons25-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/c/cygwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/c/cygwin -------------------------------------------------------------------------------- /root/usr/share/terminfo/d/dumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/d/dumb -------------------------------------------------------------------------------- /root/usr/share/terminfo/d/dumb-emacs-ansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/d/dumb-emacs-ansi -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome+pcfkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome+pcfkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-2007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-2007 -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-2008: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-2008 -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-2012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-2012 -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-fc5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-fc5 -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-rh62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-rh62 -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-rh72: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-rh72 -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-rh80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-rh80 -------------------------------------------------------------------------------- /root/usr/share/terminfo/g/gnome-rh90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/g/gnome-rh90 -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole+pcfkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole+pcfkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-16color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-16color -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-base -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-direct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-direct -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-linux -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-solaris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-solaris -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-vt100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-vt100 -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-vt420pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-vt420pc -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-xf3x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-xf3x -------------------------------------------------------------------------------- /root/usr/share/terminfo/k/konsole-xf4x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/k/konsole-xf4x -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-16color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-16color -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-basic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-basic -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-c -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-c-nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-c-nc -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-koi8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-koi8 -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-koi8r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-koi8r -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-lat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-lat -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-m1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-m1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-m1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-m1b -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-m2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-m2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-nic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-nic -------------------------------------------------------------------------------- /root/usr/share/terminfo/l/linux-vt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/l/linux-vt -------------------------------------------------------------------------------- /root/usr/share/terminfo/m/mach: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/m/mach -------------------------------------------------------------------------------- /root/usr/share/terminfo/m/mach-bold: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/m/mach-bold -------------------------------------------------------------------------------- /root/usr/share/terminfo/m/mach-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/m/mach-color -------------------------------------------------------------------------------- /root/usr/share/terminfo/m/mach-gnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/m/mach-gnu -------------------------------------------------------------------------------- /root/usr/share/terminfo/m/mach-gnu-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/m/mach-gnu-color -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-25 -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-25-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-25-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-33 -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-33-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-33-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-43 -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-43-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-43-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/pcansi-mono: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/pcansi-mono -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty+fnkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty+fnkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty+fnkeys+esc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty+fnkeys+esc -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty+fnkeys+linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty+fnkeys+linux -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty+fnkeys+sco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty+fnkeys+sco -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty+fnkeys+vt100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty+fnkeys+vt100 -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty+fnkeys+vt400: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty+fnkeys+vt400 -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty+fnkeys+xterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty+fnkeys+xterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty-m1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty-m1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty-m1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty-m1b -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty-m2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty-m2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty-noapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty-noapp -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty-sco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty-sco -------------------------------------------------------------------------------- /root/usr/share/terminfo/p/putty-vt100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/p/putty-vt100 -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt+pcfkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt+pcfkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-16color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-16color -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-88color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-88color -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-basic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-basic -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-color -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-cygwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-cygwin -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-cygwin-native: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-cygwin-native -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-m -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-unicode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-unicode -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-unicode-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-unicode-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/r/rxvt-xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/r/rxvt-xpm -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen+fkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen+fkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen+italics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen+italics -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-16color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-16color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-16color-bce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-16color-bce -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-16color-bce-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-16color-bce-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-16color-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-16color-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-256color-bce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-256color-bce -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-256color-bce-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-256color-bce-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-256color-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-256color-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce.Eterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce.Eterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce.gnome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce.gnome -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce.konsole: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce.konsole -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce.linux -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce.mrxvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce.mrxvt -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce.rxvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce.rxvt -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-bce.xterm-new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-bce.xterm-new -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen-w -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.Eterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.Eterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.gnome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.gnome -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.konsole: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.konsole -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.konsole-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.konsole-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.linux -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.linux-m1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.linux-m1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.linux-m1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.linux-m1b -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.linux-m2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.linux-m2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.minitel1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.minitel1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.minitel1-nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.minitel1-nb -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.minitel12-80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.minitel12-80 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.minitel1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.minitel1b -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.minitel1b-80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.minitel1b-80 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.minitel1b-nb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.minitel1b-nb -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.minitel2-80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.minitel2-80 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.mlterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.mlterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.mlterm-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.mlterm-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.mrxvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.mrxvt -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.putty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.putty -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.putty-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.putty-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.putty-m1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.putty-m1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.putty-m1b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.putty-m1b -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.putty-m2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.putty-m2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.rxvt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.rxvt -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.teraterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.teraterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.vte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.vte -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.vte-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.vte-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.xterm-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.xterm-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.xterm-new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.xterm-new -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.xterm-r6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.xterm-r6 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/screen.xterm-xfree86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/screen.xterm-xfree86 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun+sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun+sl -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-12 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-17 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-24 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-34 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-48 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-c -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-cgsix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-cgsix -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-cmd -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-color -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-e -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-e-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-e-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-il: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-il -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-nic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-nic -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-s-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-s-e -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-ss5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-ss5 -------------------------------------------------------------------------------- /root/usr/share/terminfo/s/sun-type4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/s/sun-type4 -------------------------------------------------------------------------------- /root/usr/share/terminfo/t/tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/t/tmux -------------------------------------------------------------------------------- /root/usr/share/terminfo/t/tmux-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/t/tmux-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/u/unknown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/u/unknown -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100 -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100+ -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100+4bsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100+4bsd -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100+enq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100+enq -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100+fnkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100+fnkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100+keypad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100+keypad -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100+pfkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100+pfkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-am -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-bm -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-bm-o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-bm-o -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-bot-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-bot-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-nam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-nam -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-nam-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-nam-w -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-nav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-nav -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-nav-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-nav-w -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-putty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-putty -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-s-bot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-s-bot -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-s-top: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-s-top -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-top-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-top-s -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-vb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-vb -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-w -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-w-am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-w-am -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-w-nam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-w-nam -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt100-w-nav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt100-w-nav -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt102: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt102 -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt102+enq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt102+enq -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt102-nsgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt102-nsgr -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt102-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt102-w -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220 -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220+keypad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220+keypad -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220-8 -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220-8bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220-8bit -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220-js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220-js -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220-nam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220-nam -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220-old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220-old -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt220-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt220-w -------------------------------------------------------------------------------- /root/usr/share/terminfo/v/vt52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/v/vt52 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+256setaf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+256setaf -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+88color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+88color -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+alt+title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+alt+title -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+alt1049: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+alt1049 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+app -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+app+pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+app+pc -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+decedit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+decedit -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+direct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+direct -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+direct2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+direct2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+edit -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+indirect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+indirect -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+kbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+kbs -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+noalt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+noalt -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+noapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+noapp -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+noapp+pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+noapp+pc -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pc+edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pc+edit -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcc0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcc0 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcc1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcc2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcc3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcc3 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pce0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pce0 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pce1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pce1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pce2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pce2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pce3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pce3 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcf0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcf0 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcf1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcf1 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcf2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcf3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcf3 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcfN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcfN -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+pcfkeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+pcfkeys -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+r6f2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+r6f2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+sl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+sl -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+sl-twm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+sl-twm -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+sm+1002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+sm+1002 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+sm+1003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+sm+1003 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+sm+1005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+sm+1005 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+sm+1006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+sm+1006 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+titlestack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+titlestack -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+tmux -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+vt+edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+vt+edit -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+x10mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+x10mouse -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+x11hilite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+x11hilite -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm+x11mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm+x11mouse -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-1002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-1002 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-1003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-1003 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-1005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-1005 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-1006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-1006 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-16color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-16color -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-24 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-256color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-256color -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-65: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-65 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-88color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-88color -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-8bit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-8bit -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-basic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-basic -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-bold: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-bold -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-boldso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-boldso -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-color -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-debian -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-direct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-direct -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-direct2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-direct2 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-hp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-hp -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-ic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-ic -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-mono: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-mono -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-new: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-new -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-nic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-nic -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-noapp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-noapp -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-nrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-nrc -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-old -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-pcolor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-pcolor -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-r5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-r5 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-r6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-r6 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-rep -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-sco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-sco -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-sun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-sun -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-utf8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-utf8 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-vi -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-vt220: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-vt220 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-vt52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-vt52 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-x10mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-x10mouse -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-x11hilite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-x11hilite -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-x11mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-x11mouse -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xf86-v32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xf86-v32 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xf86-v33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xf86-v33 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xf86-v333: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xf86-v333 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xf86-v40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xf86-v40 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xf86-v43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xf86-v43 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xf86-v44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xf86-v44 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xfree86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xfree86 -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xi -------------------------------------------------------------------------------- /root/usr/share/terminfo/x/xterm-xmc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nick-botticelli/usbpatchd/8245e33f4d7ce4782c64810c6f47d8f8e5323dbb/root/usr/share/terminfo/x/xterm-xmc --------------------------------------------------------------------------------