| /netbsd-src/external/gpl3/autoconf/dist/build-aux/ |
| H A D | gnupload | 302 upload () function 316 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc 321 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc 385 upload "$dest" "$destdir" "`hostname`-$$" "" "$stmt" 404 upload "$dest" "$destdir" "$file" "$file" "$stmt" "$files"
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | aria | 32 # upload length; the uploaded length of download like: 0 400h 33 >(6.L+22) ubequad !0 \b, upload length %#llx
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | README-how-to-make-a-release | 10 it also contains an upload script used to install tarballs on the GNU 13 Make sure that you have upload authority on sourceware and fencepost. 300 Check for an email response from the upload. If necessary 312 needed ? [The above commands upload them and nobody has complained, 333 new documentation and mention the new version and then upload it. 339 (see step 25 above). Then upload and rename the directories as 527 4. [If paranoid - upload the tarballs to one of the FTP servers and 544 It is OK to upload the signatures as well.
|
| /netbsd-src/share/examples/ftpd/ |
| H A D | ftpd.conf | 23 upload guest off
|
| /netbsd-src/external/bsd/file/dist/python/ |
| H A D | CHANGELOG.md | 18 - Fix `setup.py` so we can upload to PyPI
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | README-how-to-make-a-release | 10 it also contains an upload script used to install tarballs on the GNU 13 Make sure that you have upload authority on sourceware and fencepost. 375 Check for an email response from the upload. If necessary 389 needed ? [The above commands upload them and nobody has complained, 410 new documentation and mention the new version and then upload it. 417 Then upload and rename the directories as needed. 634 4. [If paranoid - upload the tarballs to one of the FTP servers and 651 It is OK to upload the signatures as well.
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | README.git | 18 And upload the archive wherever it's supposed to go.
|
| /netbsd-src/external/mit/expat/dist/doc/ |
| H A D | ok.min.css | 2 …upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-it…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Phabricator.rst | 36 Phabricator has a tool called *Arcanist* to upload patches from 66 Note that you can upload patches created through git, but using `arc` on the 78 to upload your patch): 87 To upload a new patch: 194 Phabricator will automatically trigger a build for every new patch you upload or
|
| H A D | HowToReleaseLLVM.rst | 133 GitHub. This can be done using the github-upload-release.py script in utils/release. 137 …$ github-upload-release.py upload --token <github-token> --release X.Y.Z-rcN --files <release_file… 153 pack the Release build for upload. You should use the Release+Asserts sysroot,
|
| /netbsd-src/dist/pf/share/pf/ |
| H A D | ackpri | 11 # upload saturates the uplink, download drops to 7 kB/s. With the
|
| /netbsd-src/libexec/ftpd/ |
| H A D | conf.c | 128 CURCLASS_FLAGS_SET(upload); in init_curclass() 490 CONF_FLAG(upload); in parse_conf() 491 if (! CURCLASS_FLAGS_ISSET(upload)) in parse_conf()
|
| H A D | cmds.c | 660 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode)) in fact_perm() 718 if (wok && CURCLASS_FLAGS_ISSET(upload) && S_ISREG(fe->stat->st_mode)) in fact_perm()
|
| H A D | ftpcmd.y | 1331 if (isupload && ! CURCLASS_FLAGS_ISSET(upload)) {
|
| /netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| H A D | gcc_release | 80 -u username Username for upload operations. 657 upload) MODE_UPLOAD=1;;
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | gcc_release | 80 -u username Username for upload operations. 657 upload) MODE_UPLOAD=1;;
|
| H A D | ChangeLog | 1139 * gcc_release: Do upload files when local. 1145 * gcc_release: Correct upload handling.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
| H A D | curl.d | 470 void upload(Conn = AutoProtocol)(string loadFromPath, const(char)[] url, Conn conn = Conn()) 481 conn.handle.set(CurlOption.upload, 1L); 486 return upload!FTP(loadFromPath, url, FTP()); 488 return upload!HTTP(loadFromPath, url, HTTP()); 523 upload(fn, host ~ "/path"); 1173 client.handle.set(CurlOption.upload, 1L); in _basicFTP() 2630 p.curl.set(CurlOption.upload, 1L); 2631 opt = CurlOption.upload; 3862 p.curl.set(CurlOption.upload, 1L); in initialize()
|
| /netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
| H A D | signing.rst | 29 upload verifiable information (such as a DS record) to the parent zone to 204 trust. The format and the upload methods are actually dictated by your 207 deliver or upload the information to the parent zone. 210 parent zone accepts the upload? To the rest of the world, your 227 Here are some examples of what you may upload to your parent zone, with 230 publishing DS record(s) based on the information you upload. Again, 258 received the new zone data, and the parent zone has accepted your upload 531 if our upload to the parent was successful, ask the parent name server 939 your zone, presumably using the same mechanism you used to upload the 974 fully automatic signing, to upload verifiabl [all...] |
| H A D | recipes.rst | 420 most zone operators choose to upload two DS records as shown in 557 Anytime after generating the DS record, you can upload it;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/ |
| H A D | curl.d | 485 void upload(Conn = AutoProtocol)(string loadFromPath, const(char)[] url, Conn conn = Conn()) 496 conn.handle.set(CurlOption.upload, 1L); 501 return upload!FTP(loadFromPath, url, FTP()); 503 return upload!HTTP(loadFromPath, url, HTTP()); 538 upload(fn, host ~ "/path"); 1201 client.handle.set(CurlOption.upload, 1L); in _basicFTP() 2601 p.curl.set(CurlOption.upload, 1L); 2602 opt = CurlOption.upload; 3846 p.curl.set(CurlOption.upload, 1L); in initialize()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| H A D | sysctl.h | 1043 struct xen_sysctl_livepatch_upload upload; member
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/ |
| H A D | curl.d | 856 upload, /** this is an upload */ enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | curl.d | 849 upload, /** this is an upload */ enumerator
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | unbound.spec_fedora | 246 - Bump release - forgot to upload the new tar ball.
|