/linux-4.1.27/Documentation/scsi/ |
D | ppa.txt | 4 http://web.archive.org/web/*/http://www.torque.net/~campbell/ 6 Driver archive for old drivers: 7 http://web.archive.org/web/*/http://www.torque.net/~campbell/ppa 10 http://web.archive.org/web/*/http://www.torque.net/parport/
|
D | wd719x.txt | 15 wget http://support.wdc.com/download/archive/pciscsi.exe
|
D | scsi.txt | 8 http://web.archive.org/web/*/http://www.torque.net/scsi/SCSI-2.4-HOWTO
|
D | NinjaSCSI.txt | 53 [4] Extract this driver's archive somewhere, and edit Makefile, then do make.
|
D | qlogicfas.txt | 61 large executable or archive). It should be at least 5 megabytes, but
|
D | scsi_mid_low_api.txt | 46 at http://web.archive.org/web/20070107183357rn_1/sg.torque.net/scsi/.
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-archive.txt | 1 perf-archive(1) 6 perf-archive - Create archive with object files with build-ids found in perf.data file 11 'perf archive' [file]
|
D | android.txt | 62 If you also want to use perf-archive you need busybox tools for Android. 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive 65 chmod +x /tmp/perf-archive 66 adb push /tmp/perf-archive /data/perf-archive
|
D | perf-inject.txt | 49 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 11 is different. The initramfs buffer contains an archive which is 17 archive can be compressed using gzip(1). One valid version of an 44 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is 81 If the filename is "TRAILER!!!" this is actually an end-of-archive 82 marker; the c_filesize for an end-of-archive marker must be zero. 101 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is 110 end-of-archive marker, or
|
D | README | 14 - gen_init_cpio, a program that builds a cpio-format archive 15 containing a root filesystem image. This archive is compressed, and 25 archive to be used as the image or have the kernel build process build 30 You can create a cpio archive that contains the early userspace image. 31 Your cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it 34 combination with a cpio archive. 39 source parts rather than supplying a cpio archive. This method provides 143 initrd format, an cpio archive. It must be called "/init". This binary 147 comes via an initramfs cpio archive. If this is not the case,
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 89 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is 95 archive is extracted into it, the kernel will fall through to the older code 101 - The old initrd was always a separate file, while the initramfs archive is 103 to generating this archive during the build.) 107 initramfs archive is a gzipped cpio archive (like tar only simpler, 134 archive and links it into the resulting kernel binary. By default, this 135 archive is empty (consuming 134 bytes on x86). 139 initramfs archive, which will automatically be incorporated into the 141 archive, a directory containing files to be archived, or a text file 159 set permissions or create device nodes in the new archive. (Note that those [all …]
|
D | afs.txt | 236 mount -t afs "#grand.central.org:root.archive." /afs/grand.central.org/archive
|
D | affs.txt | 222 http://web.archive.org/web/*/http://www.freiburg.linux.de/~uae/
|
D | vfat.txt | 209 http://web.archive.org/web/*/http://bmrc.berkeley.edu/
|
D | hpfs.txt | 248 Directories have no longer archive attribute set (some programs don't like
|
D | ntfs.txt | 275 Simply extract the downloaded archive (tar xvjf linux-ldm-0.0.8.tar.bz2), go
|
/linux-4.1.27/tools/perf/ |
D | perf-archive.sh | 21 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX) 31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
D | Makefile.perf | 153 SCRIPT_SH += perf-archive.sh 253 LIBS = -Wl,--whole-archive $(PERFLIBS) -Wl,--no-whole-archive -Wl,--start-group $(EXTLIBS) -Wl,--en… 480 $(call QUIET_INSTALL, perf-archive) \ 481 $(INSTALL) $(OUTPUT)perf-archive -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)' 529 …$(call QUIET_CLEAN, core-objs) $(RM) $(LIB_FILE) $(OUTPUT)perf-archive $(OUTPUT)perf-with-kcore $…
|
D | .gitignore | 20 perf-archive
|
D | command-list.txt | 6 perf-archive mainporcelain common
|
/linux-4.1.27/Documentation/acpi/ |
D | initrd_table_override.txt | 54 # Add the raw ACPI tables to an uncompressed cpio archive. 56 # cpio archive. 57 # The uncompressed cpio archive must be the first. 68 # Create the uncompressed cpio archive and concatenate the original initrd
|
/linux-4.1.27/usr/ |
D | Kconfig | 9 This can be either a single cpio archive with a .cpio suffix or a 11 initramfs image. A cpio archive should contain a filesystem archive
|
/linux-4.1.27/Documentation/w1/masters/ |
D | mxc-w1 | 8 http://cache.freescale.com/files/dsp/doc/archive/MCIMX27.pdf?fsrch=1&WT_TYPE=
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | FreeBird | 2 http://web.archive.org/web/*/http://www.legend.com.cn
|
/linux-4.1.27/drivers/staging/media/cxd2099/ |
D | TODO | 8 http://www.mail-archive.com/linux-media@vger.kernel.org/msg22196.html
|
/linux-4.1.27/Documentation/x86/ |
D | 00-INDEX | 6 - How to load microcode from an initrd-CPIO archive early to fix CPU issues.
|
/linux-4.1.27/fs/hpfs/ |
D | hpfs.h | 335 u8 archive: 1; /* dos attrib */ member 341 u8 archive: 1; /* dos attrib */ member
|
D | namei.c | 150 dee.archive = 1; in hpfs_create() 239 dee.archive = 1; in hpfs_mknod() 315 dee.archive = 1; in hpfs_symlink()
|
/linux-4.1.27/Documentation/dvb/ |
D | get_dvb_firmware | 402 my $archive = 'Yuan MPC718 TV Tuner Card 2.13.10.1016.zip'; 408 wgetfile($archive, $url); 409 unzip($archive, $tmpdir);
|
D | readme.txt | 9 the archive http://linuxtv.org/pipermail/linux-dvb/
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 17 sudo debootstrap --verbose --arch i386 precise /mnt http://archive.ubuntu.com/ubuntu
|
/linux-4.1.27/Documentation/hwmon/ |
D | zl6100 | 49 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146401 54 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146256
|
D | pmbus | 9 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146395
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 30 http://web.archive.org/web/*/http://home.adelphia.net/~siglercm/sb1000.html 31 http://web.archive.org/web/*/http://linuxpower.cx/~cable/ 186 sb1000-1.1.2.tar.gz archive and build and install sb1000.o manually. You'll 199 still supplied with his driver .tar.gz archive. I and all other sb1000 users
|
D | udplite.txt | 15 http://web.archive.org/web/*/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/ 19 http://web.archive.org/web/*/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/
|
D | skfp.txt | 208 - tar archive instead of standard package format (rpm).
|
D | eql.txt | 55 Unpack this archive someplace obvious like /usr/local/src/. It will
|
D | decnet.txt | 143 at the ftp archive.
|
D | cs89x0.txt | 372 Refer to the RELEASE.TXT file distributed as part of this archive for a list of
|
D | bonding.txt | 2738 - http://web.archive.org/web/*/http://www.scyld.com/network/
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 112 git --git-dir=$(srctree)/.git archive --prefix=$(perf-tar)/ \
|
/linux-4.1.27/firmware/dsp56k/ |
D | bootstrap.asm | 4 ; License. See the file COPYING in the main directory of this archive
|
/linux-4.1.27/Documentation/sound/oss/ |
D | WaveArtist | 69 And the following diagram is derived from the description in the CVS archive:
|
/linux-4.1.27/scripts/ |
D | gen_initramfs_list.sh | 27 <cpio_source> File list or directory for cpio archive.
|
/linux-4.1.27/Documentation/ |
D | dontdiff | 196 perf-archive
|
D | initrd.txt | 83 archive. On such systems, the creation of a ramdisk image doesn't need to
|
D | SubmittingPatches | 162 give a URL to the mailing list archive; use the https://lkml.kernel.org/ 167 resources. In addition to giving a URL to a mailing list archive or
|
D | devices.txt | 2606 See http://web.archive.org/web/20080115195241/
|
/linux-4.1.27/Documentation/w1/ |
D | w1.netlink | 187 2. http://www.ioremap.net/archive/w1 188 This archive includes userspace application w1d.c which uses
|
/linux-4.1.27/Documentation/input/ |
D | appletouch.txt | 85 [2]: http://web.archive.org/web/*/http://web.telia.com/~u89404340/touchpad/index.html
|
D | iforce-protocol.txt | 254 Home page at http://web.archive.org/web/*/http://www.esil.univ-mrs.fr
|
D | input.txt | 260 in the LinuxConsole project CVS archive (see the URL below).
|
/linux-4.1.27/Documentation/serial/ |
D | n_gsm.txt | 6 http://www.3gpp.org/ftp/Specs/archive/07_series/07.10/0710-720.zip
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | README | 29 hcwamc.rbf. The file is in the pvr45xxx.exe archive (self-extracting
|
D | Sound-FAQ | 31 you might want to check the video4linux mailing list archive first...
|
/linux-4.1.27/Documentation/arm/ |
D | Porting | 1 Taken from list archive at http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2001-July/00406…
|
/linux-4.1.27/tools/perf/tests/ |
D | make | 137 installed_files_bin += libexec/perf-core/perf-archive
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2067 __u32 archive = lk->lk_data; in mdc_ioc_hsm_ct_start() local 2082 rc = mdc_ioc_hsm_ct_register(imp, archive); in mdc_ioc_hsm_ct_start() 2132 __u32 archive = data; in mdc_hsm_ct_reregister() local 2136 archive); in mdc_hsm_ct_reregister() 2137 rc = mdc_ioc_hsm_ct_register(imp, archive); in mdc_hsm_ct_reregister()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | HOWTO | 360 网上很多地方都有这个邮件列表的存档(archive)。可以使用搜索引擎来找到这些
|
/linux-4.1.27/ |
D | .mailmap | 3 # in the git archive, either because the author's full name was messed up
|
D | CREDITS | 3583 D: Maintainer of tsx-11.mit.edu ftp archive
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 234 <http://web.archive.org/web/*/http://mikonos.dia.unisa.it/tcfs> 261 linux/ixjuser.h <http://web.archive.org/web/*/http://www.quicknet.net>
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 239 master of the following git archive: 243 Clone this archive and follow the instructions in the README file.
|
/linux-4.1.27/Documentation/fb/ |
D | framebuffer.txt | 319 subscription information and archive browsing.
|
/linux-4.1.27/drivers/input/mouse/ |
D | Kconfig | 33 <http://xorg.freedesktop.org/archive/individual/driver/>
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 121 2. Unpack the archive with :
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 415 http://web.archive.org/web/*/http://www.torque.net/parport/
|
D | README.DAC960 | 222 LILO 21 and FDISK v2.9 include DAC960 support; also included in this archive
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 488 mailing list, as well as a link to its searchable archive is at
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 581 \url{http://oss.sgi.com/projects/netdev/archive/2000-06/msg00250.html} 599 \url{http://oss.sgi.com/projects/netdev/archive/2000-06/msg00254.html} 2440 \url{http://www.mail-archive.com/kvm@vger.kernel.org/msg28640.html}
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1271 <http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html>
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1196 <http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html>
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1098 <http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html>
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 162 Some administrators may want to change Samba's smb.conf "map archive" and
|
D | CHANGES | 206 when archive dos attribute not set and we are changing mode back to writeable
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 1003 $(libs-y) lists directories where a lib.a archive can be located.
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 2766 <ftp://ftp.hp.com/pub/alphaserver/archive/triadd/>
|