Searched refs:author (Results 1 – 25 of 83) sorted by relevance
1234
/linux-3.4.99/scripts/ |
D | get_maintainer.pl | 1309 my $author = $1; 1310 my ($name, $address) = parse_email($author); 1311 $author = format_email($name, $address, 1); 1312 push(@authors, $author); 1741 my $author = $1; 1742 $author = deduplicate_email($author); 1743 push(@authors, $author); 1938 my $author = $1; 1939 $author = deduplicate_email($author); 1940 push(@authors, $author); [all …]
|
/linux-3.4.99/tools/perf/util/ |
D | setup.py | 39 author='Arnaldo Carvalho de Melo',
|
/linux-3.4.99/fs/cifs/ |
D | AUTHORS | 5 The author wishes to express his appreciation and thanks to: 13 Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
|
/linux-3.4.99/Documentation/RCU/ |
D | RTFP.txt | 188 ,author="H. T. Kung and Q. Lehman" 207 ,author="Udi Manber and Richard E. Ladner" 243 ,author="Udi Manber and Richard E. Ladner" 301 ,author = {Barbara Liskov} 322 ,author="James P. Hennessy and Damian L. Osisek and Joseph W. {Seigh II}" 333 ,author="William Pugh" 366 ,author="Van Jacobson" 437 ,author="John D. Slingwine and Paul E. McKenney" 456 ,author="John D. Slingwine and Paul E. McKenney" 472 ,author="John D. Slingwine and Paul E. McKenney" [all …]
|
/linux-3.4.99/fs/afs/ |
D | afs.h | 121 u32 author; /* author ID */ member
|
/linux-3.4.99/Documentation/serial/ |
D | riscom8.txt | 1 * NOTE - this is an unmaintained driver. The original author cannot be located.
|
/linux-3.4.99/Documentation/video4linux/ |
D | et61x251.txt | 58 author during the development of this project; despite several requests, 233 here. They have never collaborated with the author, so no advertising. 311 The author may be contacted by e-mail at <luca.risolia@studio.unibo.it>. 313 GPG/PGP encrypted e-mail's are accepted. The GPG key ID of the author is
|
D | zc0301.txt | 197 here. They have never collaborated with the author, so no advertising. 255 The author may be contacted by e-mail at <luca.risolia@studio.unibo.it>. 257 GPG/PGP encrypted e-mail's are accepted. The GPG key ID of the author is
|
D | radiotrack.txt | 12 experiments that the author performed on his own setup, so your mileage may 16 author. This document is offered in the hopes that it might help users who
|
/linux-3.4.99/Documentation/hwmon/ |
D | asb100 | 21 Alexander van Kaam (author of MBM for Windows)
|
/linux-3.4.99/ |
D | CREDITS | 283 D: Original author of the NFS server 363 D: Original author of the Linux networking code 374 D: Original author of the Keyspan USB to serial drivers, random PowerPC hacker 447 D: Co-author of wd7000 SCSI driver 549 D: Original author of Amiga FFS filesystem 719 D: Original designer and co-author of ATA Taskfile 783 D: Network driver author - depca, ewrk3 and de4x5 1066 D: Audio Excel DSP 16 init driver author 1067 D: libmodem author 1069 D: First ELF-HOWTO author [all …]
|
D | COPYING | 59 Also, for each author's protection and ours, we want to make certain 238 system; it is up to the author/donor to decide if he or she is willing 267 programs whose distribution conditions are different, write to the author 310 Copyright (C) <year> <name of author> 332 Gnomovision version 69, Copyright (C) year name of author
|
/linux-3.4.99/Documentation/networking/ |
D | x25.txt | 24 by a different author.
|
/linux-3.4.99/Documentation/filesystems/ |
D | bfs.txt | 55 implementation please contact the author:
|
/linux-3.4.99/Documentation/ |
D | SubmittingDrivers | 105 the author then patches will be redirected to them unless 118 existing driver author to build a single perfect driver.
|
D | SAK.txt | 39 systems which implement C2 level security. This author does not
|
D | SubmittingPatches | 213 Any fix by the author/maintainer of the file (ie. patch monkey 363 want at the same time to credit the author, track changes, merge the fix, 365 can you change the author's identity (the From header), as it is the one 480 - A "from" line specifying the patch author. 546 From: Original Author <author@example.com> 548 The "from" line specifies who will be credited as the author of the 551 the patch author in the changelog.
|
/linux-3.4.99/drivers/staging/usbip/userspace/ |
D | COPYING | 43 Also, for each author's protection and ours, we want to make certain 222 system; it is up to the author/donor to decide if he or she is willing 251 programs whose distribution conditions are different, write to the author 294 Copyright (C) <year> <name of author> 316 Gnomovision version 69, Copyright (C) year name of author
|
/linux-3.4.99/drivers/staging/rtl8192u/ |
D | copying | 43 Also, for each author's protection and ours, we want to make certain 222 system; it is up to the author/donor to decide if he or she is willing 251 programs whose distribution conditions are different, write to the author 294 Copyright (C) <year> <name of author> 316 Gnomovision version 69, Copyright (C) year name of author
|
/linux-3.4.99/drivers/staging/rtl8192e/ |
D | license | 48 Also, for each author's protection and ours, we want to make certain that 223 author/donor to decide if he or she is willing to distribute software 251 whose distribution conditions are different, write to the author to ask 294 Copyright (C) yyyy name of author 315 Gnomovision version 69, Copyright (C) year name of author Gnomovision comes
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 57 build environment is different than that of the author.
|
D | Kconfig.aic7xxx | 62 build environment is different than that of the author.
|
/linux-3.4.99/Documentation/ptp/ |
D | ptp.txt | 30 author of a clock driver need only implement the details of
|
/linux-3.4.99/Documentation/development-process/ |
D | 8.Conclusion | 15 author would like to humbly suggest http://lwn.net/ as a source;
|
/linux-3.4.99/include/linux/ |
D | module.h | 131 #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)
|
1234