forked from util-linux/util-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
869 lines (857 loc) · 37.1 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
util-linux
MAINTAINER:
Karel Zak <[email protected]>
PAST MAINTAINERS:
Adrian Bunk <[email protected]>
Andries E. Brouwer <[email protected]>
AUTHORS (merged projects & commands):
blkdiscard: Lukas Czerner <[email protected]>
blkzone: Shaun Tancheff <[email protected]>
Damien Le Moal <[email protected]>
fallocate: Eric Sandeen <[email protected]>
Karel Zak <[email protected]>
Matěj Cepl <[email protected]>
fincore: Masatake YAMATO <[email protected]>
findmnt: Karel Zak <[email protected]>
flock: H. Peter Anvin <[email protected]>
fsck: [merged from e2fsprogs]
Theodore Ts'o <[email protected]>
fstrim: Lukas Czerner <[email protected]>
fsfreeze: Hajime Taira <[email protected]>
getopt: Frodo Looijaard <[email protected]>
hardlink: Jakub Jelinek <[email protected]>
hwclock: Bryan Henderson <[email protected]>
ipcmk: Hayden James <[email protected]>
irqtop/lsirq: Zhenwei Pi <[email protected]>
Sami Kerola <[email protected]>
last/lastb: [merged from sysvinit]
Miquel van Smoorenburg <[email protected]>
ldattach: Tilman Schmidt <[email protected]>
libblkid: [merged from e2fsprogs]
Theodore Ts'o <[email protected]>
libmount: Karel Zak <[email protected]>
libuuid: Theodore Ts'o <[email protected]>
lscpu: Cai Qian <[email protected]>
lsblk: Milan Broz <[email protected]>
Karel Zak <[email protected]>
lsfd: Masatake YAMATO <[email protected]>
lsipc: Ondrej Oprala <[email protected]>
Karel Zak <[email protected]>
lslocks: Davidlohr Bueso <[email protected]>
lslogins: Ondrej Oprala <[email protected]>
lsmem/chmem: Heiko Carstens <[email protected]>
mountpoint: Karel Zak <[email protected]>
nsenter: Eric W. Biederman <[email protected]>
prlimit: Davidlohr Bueso <[email protected]>
runuser: [derived from coreutils su(1)]
Karel Zak <[email protected]>
resizepart: Vivek Goyal <[email protected]>
rfkill: Johannes Berg <[email protected]>
Marcel Holtmann <[email protected]>
Tim Gardner <[email protected]>
rtcwake: David Brownell <[email protected]>
Bernhard Walle <[email protected]>
schedutils: Robert Love <[email protected]>
setarch: Elliot Lee <[email protected]>
Jindrich Novy <[email protected]>
setpriv: Andy Lutomirski <[email protected]>
simpleinit: Richard Gooch <[email protected]>
su: [merged from coreutils]
Free Software Foundation, Inc.
SUSE Linux Products GmbH
sulogin: [merged from sysvinit]
Miquel van Smoorenburg
switch_root: Peter Jones <[email protected]>
Jeremy Katz <[email protected]>
uclampse: Qais Yousef <[email protected]>
unshare: Mikhail Gusarov <[email protected]>
utmpdump: [merged from sysvinit]
Danek Duvall <[email protected]>
Miquel van Smoorenburg <[email protected]>
wipefs: Karel Zak <[email protected]>
swaplabel: Jason Borden <[email protected]>
Karel Zak <[email protected]>
zramctl: Timofey Titovets <[email protected]>
Karel Zak <[email protected]>
CONTRIBUTORS:
Aaron Lu <[email protected]>
A. Bram Neijt <[email protected]>
A. Costa <[email protected]>
Adam Jackson <[email protected]>
Adriaan de Groot <[email protected]>
Adrian Knoth <[email protected]>
Adrian Reber <[email protected]>
Ævar Arnfjörð Bjarmason <[email protected]>
ahmogit <[email protected]>
Alain Guibert <[email protected]>
Alan Curry <[email protected]>
Alan Jenkins <[email protected]>
Alan Wendt <[email protected]>
Alban Crequy <[email protected]>
Alden Tondettar <[email protected]>
Alejandro Martinez Ruiz <[email protected]>
Alexander F Rødseth <[email protected]>
Alexander Kuleshov <[email protected]>
Alexander Shishkin <[email protected]>
Alexander Troosh <[email protected]>
Alexandre Peixoto Ferreira <[email protected]>
Alex Bligh <[email protected]>
Alexey Galakhov <[email protected]>
Alexey Gladkov <[email protected]>
Alexey Obitotskiy <[email protected]>
Alex Ivanov <[email protected]>
Allon Mureinik <[email protected]>
Alon Bar-Lev <[email protected]>
Alvaro M. Echevarria
Américo Wang <[email protected]>
Anatoly Pugachev <[email protected]>
Andrea Galbusera <[email protected]>
Andreas Bießmann <[email protected]>
Andreas Dilger <[email protected]>
Andreas Henriksson <[email protected]>
Andreas Schwab <[email protected]>
Andreas Vogel <[email protected]>
Andre Wild <[email protected]>
Andrew McGill <[email protected]>
Andrew Nayenko <[email protected]>
Andrew Price <[email protected]>
Andrew Savchenko <[email protected]>
Andrew Shapiro <[email protected]>
Andrew Vagin <[email protected]>
Andrew Wilcox <[email protected]>
Andrii Bordunov <[email protected]>
Andrius Štikonas <[email protected]>
Andrzej Krzysztofowicz <[email protected]>
Andy Grover <[email protected]>
Andy Lutomirski <[email protected]>
Aner Perez <[email protected]>
Anna Jonna Ármannsdóttir <[email protected]>
Anthony Iliopoulos <[email protected]>
Anthony Rumble <[email protected]>
Anton Blanchard <[email protected]>
Antonio Ceballos Roa <[email protected]>
Antonio Ospite <[email protected]>
Anton V. Boyarshinov <[email protected]>
Aravind Ramesh <[email protected]>
Ard Biesheuvel <[email protected]>
Arif E. Nugroho <[email protected]>
Arkadiusz Miśkiewicz <[email protected]>
Armin Begovic <[email protected]>
Arnaud Mouiche <[email protected]>
Arun Persaud <[email protected]>
Attila Áfra <[email protected]>
Aurelien Aptel <[email protected]>
Aurelien Jarno <[email protected]>
Aurelien LAJOIE <[email protected]>
Austin English <[email protected]>
Awal Garg <[email protected]>
Bader Zaidan <[email protected]>
Balint Cristian <[email protected]>
Bastian Friedrich <[email protected]>
Bauke Jan Douma <[email protected]>
Ben Frankel <[email protected]>
Ben Hutchings <[email protected]>
Benjamin Robin <[email protected]>
Benjamin Romer <[email protected]>
Benno Schulenberg <[email protected]>
Bernardo Innocenti <[email protected]>
Bernhard Voelker <[email protected]>
Bernhard Walle <[email protected]>
Bert van Hall <[email protected]>
Bill Pemberton <[email protected]>
Bill Pemberton <[email protected]>
Bill Reynolds <[email protected]>
Bjarni Ingi Gislason <[email protected]>
Björn Jacke <[email protected]>
Bjørn Mork <[email protected]>
Bob Proulx <[email protected]>
Boris Egorov <[email protected]>
Borut Mrak <[email protected]>
Boyuan Yang <[email protected]>
Božidar Putanec <[email protected]>
Brad Forschinger <[email protected]>
Bryn M. Reeves <[email protected]>
B Watson <[email protected]>
Cai Qian <[email protected]>
Carlo Caione <[email protected]>
Carlos Maiolino <[email protected]>
Carlos Santos <[email protected]>
Casper Ti. Vector <[email protected]>
Chandan B Rajenda <[email protected]>
chas williams - CONTRACTOR <[email protected]>
Chen Qi <[email protected]>
Chistyj Arkadij <[email protected]>
Chow Loong Jin <[email protected]>
Chris Frost <[email protected]>
Chris Hofstaedtler <[email protected]>
Chris MacGregor <[email protected]>
Chris Metcalf <[email protected]>
Chris Morin <[email protected]>
Christian Hesse <[email protected]>
Christian von Roques <[email protected]>
Christian Wiese <[email protected]>
Christophe Blaess <[email protected]>
Christoph Egger <[email protected]>
Christopher James Halse Rogers <[email protected]>
Christoph Hellwig <[email protected]>
Christoph Junghans <[email protected]>
Christoph Lameter <[email protected]>
Chris Webb <[email protected]>
Claus Hindsgaul <[email protected]>
Cliff Wickman <[email protected]>
Clytie Siddall <[email protected]>
coastal-hiker <[email protected]>
Cody Maloney <[email protected]>
Colin Watson <[email protected]>
Cong Wang <[email protected]>
Corentin Chary <[email protected]>
Cristian Rodríguez <[email protected]>
Csaba Kos <[email protected]>
Daan De Meyer <[email protected]>
Daisuke Yamashita <[email protected]>
Damien Goutte-Gattat <[email protected]>
Damien Le Moal <[email protected]>
dana <[email protected]>
Daniel Drake <[email protected]>
Daniel Kahn Gillmor <[email protected]>
Daniel Mierswa <[email protected]>
Daniel Nylander <[email protected]>
Daniel Quinlan <[email protected]>
Daniel Shahaf <[email protected]>
Daniel Stodden <[email protected]>
Daniel Thumim <[email protected]>
Daniel Trebbien <[email protected]>
Darren Salt <[email protected]>
Darsey Litzenberger <[email protected]>
Dave Jones <[email protected]>
Dave Reisner <[email protected]>
David Brownell <[email protected]>
David Holland <[email protected]>
Davidlohr Bueso <[email protected]>
David Miller <[email protected]>
David Prévot <[email protected]>
David Shea <[email protected]>
David Woodhouse <[email protected]>
Deiz <[email protected]>
Denis Chaplygin <[email protected]>
Denis ChengRq <[email protected]>
Dennis Gilmore <[email protected]>
Dennis H Jensen <[email protected]>
Dennis Jensen <[email protected]>
Diego Elio 'Flameeyes' Pettenò <[email protected]>
Dima Kogan <[email protected]>
Dimitri John Ledkov <[email protected]>
Dirk Mueller <[email protected]>
Disconnect3d <[email protected]>
Dmitriy Chestnykh <[email protected]>
Dmitry V. Levin <[email protected]>
Đoàn Trần Công Danh <[email protected]>
Dong Hao <[email protected]>
Dongli Zhang <[email protected]>
Dongsu Park <[email protected]>
Douglas E. Quale
Doug Quale <[email protected]>
Dov Grobgeld <[email protected]>
Dr. David Alan Gilbert <[email protected]>
Dusty Mabe <[email protected]>
Ed Carp
edupont <[email protected]>
Egor Chelak <[email protected]>
Elan Ruusamäe <[email protected]>
Elliott Mitchell <[email protected]>
Eric Biggers <[email protected]>
Eric Desrochers <[email protected]>
Érico Rolim <[email protected]>
Eric Rannaud <[email protected]>
Eric Rasmussen <[email protected]>
Eric Sandeen <[email protected]>
Eric Simpson <[email protected]>
Eric S. Raymond <[email protected]>
Eric W. Biederman <[email protected]>
Erik Troan
Ernesto A. Fernández <[email protected]>
Erwan Velu <[email protected]>
Eryu Guan <[email protected]>
Etienne Mollier <[email protected]>
Eugene Yunak <[email protected]>
Evan Green <[email protected]>
Evgeniy Yakushev <[email protected]>
Evgeny Vereshchagin <[email protected]>
Fabian Frederick <[email protected]>
Fabian Groffen <[email protected]>
Fabian Vogt <[email protected]>
Federico Simoncelli <[email protected]>
Filipe Brandenburger <[email protected]>
Flávio Leitner <[email protected]>
Florentin Duneau <[email protected]>
Florian Weimer <[email protected]>
Florian Zumbiehl <[email protected]>
Forest Bond <[email protected]>
Francesco Cosoleto <[email protected]>
Francisco Javier Tsao Santín <[email protected]>
Franco Fichtner <[email protected]>
François Revol <[email protected]>
Fran Diéguez <[email protected]>
Frank Mayhar <[email protected]>
Frank Schaefer <[email protected]>
Frantisek Sumsal <[email protected]>
Frédéric Bothamy <[email protected]>
Frederick Grose <[email protected]>
Frédéric Marchal <[email protected]>
Frederik "Freso" S. Olesen <[email protected]>
Fred Mora <[email protected]>
fREW Schmidt <[email protected]>
Fridolin Pokorny <[email protected]>
Gabor Kelemen <[email protected]>
Gabriel Barazer <[email protected]>
Gabriel Burt <[email protected]>
Gabriel de Perthuis <[email protected]>
Gabriele Giacone <[email protected]>
Gabriel M. Schuyler <[email protected]>
Gaël PORTAY <[email protected]>
Gao Xiang <[email protected]>
Georg Schiesser <[email protected]>
Gerald Schaefer <[email protected]>
Gerhard Schneider <[email protected]>
Gero Treuner <[email protected]>
Gerrit Renker <[email protected]>
Giacomo <[email protected]>
Gilles Espinasse <[email protected]>
Giulio Orsero <[email protected]>
Giuseppe Scrivano <[email protected]>
Gleb Fotengauer-Malinovskiy <[email protected]>
Goffredo Baroncelli <[email protected]>
Grady Martin <[email protected]>
G.raud Meyer <[email protected]>
Guan Xin <[email protected]>
Gui Hecheng <[email protected]>
Guillem Jover <[email protected]>
Gunnar Ritter <[email protected]>
Gustavo Zacarias <[email protected]>
Hajime Taira <[email protected]>
Hamish Coleman <[email protected]>
Hannes Müller <>
Hannes Reinecke <[email protected]>
Hans Holmberg <[email protected]>
Harald Hoyer <[email protected]>
Harry Mallon <[email protected]>
Hayden James <[email protected]>
Heiko Carstens <[email protected]>
Heinrich Schuchardt <[email protected]>
heitbaum <[email protected]>
Helge Deller <[email protected]>
Helmut Grohne <[email protected]>
Hendrik Lönngren <[email protected]>
Henne Vogelsang <[email protected]>
H.J. Lu <[email protected]>
H. Peter Anvin <[email protected]>
HUANG Wei <[email protected]>
Hugh Dickins <[email protected]>
Humberto Zuazaga
Huschaam Hussain <[email protected]>
Hushan Jia <[email protected]>
Ian Wienand <[email protected]>
Icenowy Zheng <[email protected]>
Igor Bazhitov <[email protected]>
Igor Gnatenko <[email protected]>
ihno <[email protected]>
Ilias Mamedov <[email protected]>
Imre Kaloz <[email protected]>
Ingo Brückl <[email protected]>
Isaac Dunham <[email protected]>
Issam E. Maghni <[email protected]>
Ivan Delalande <[email protected]>
Ivan Mironov <[email protected]>
Jaakko Hyvätti <[email protected]>
Jakob Unterwurzacher <[email protected]>
Jakub Bogusz <[email protected]>
Jakub Hrozek <[email protected]>
Jakub Wilk <[email protected]>
James Bottomley <[email protected]>
James Buren <[email protected]>
James Clarke <[email protected]>
James Hunt <[email protected]>
James Le Cuirot <[email protected]>
James Peach <[email protected]>
James Sanford <[email protected]>
James Youngman <[email protected]>
Jan Chren (rindeal) <[email protected]>
Jan Engelhardt <[email protected]>
Jan Kara <[email protected]>
Jann Horn <[email protected]>
Jan Sarenik <[email protected]>
Jan (yac) Matějka <[email protected]>
Jan "Yenya" Kasprzak <[email protected]>
Jan Zeleny <[email protected]>
Jari Aalto <[email protected]>
Jaromir Capik <[email protected]>
Jason Borden <[email protected]>
Jason Vas Dias <[email protected]>
Jean-Loup 'clippix' Bogalho <[email protected]>
Jean-Philippe ROMAIN <[email protected]>
Jeff Mahoney <[email protected]>
Jeffrey Bastian <[email protected]>
Jeffrey Ferreira <[email protected]>
Jens Kristian Søgaard <[email protected]>
Jeremy Fitzhardinge <[email protected]>
Jeremy Huntwork <[email protected]>
Jeremy Katz <[email protected]>
Jeremy Linton <[email protected]>
Jeremy Linton <[email protected]>
Jeroen Oortwijn <[email protected]>
Jesper Dahl Nyerup <[email protected]>
Jesse Thilo <[email protected]>
Jiaxun Yang <[email protected]>
Jim Meyering <[email protected]>
Jim Patterson <[email protected]>
Jindrich Makovicka <[email protected]>
Jindrich Novy <[email protected]>
Jiro SEKIBA <[email protected]>
Joe Hansen <[email protected]>
Johan Herland <[email protected]>
Johannes Berg <[email protected]>
Johannes Nixdorf <[email protected]>
Johannes Thumshirn <[email protected]>
John Baublitz <[email protected]>
John Garry <[email protected]>
John Groves <[email protected]>
John Keeping <[email protected]>
John Lindgren <[email protected]>
John Paul Morrison <[email protected]>
John W Higgins <[email protected]>
John W. Linville <[email protected]>
Jonathan Liu <[email protected]>
Jon Grant <[email protected]>
jonnyh64 <[email protected]>
Jon Ringle <[email protected]>
Jookia <[email protected]>
Jörg Jenderek <[email protected]>
Joseph Parmelee <[email protected]>
Josep Puigdemont <[email protected]>
Josh Triplett <[email protected]>
Joshua Hudson <[email protected]>
Joshua Watt <[email protected]>
Josiah Worcester <[email protected]>
Jouke Witteveen <[email protected]>
Juerg Haefliger <[email protected]>
Juha Laiho <[email protected]>
Jun Hamano <[email protected]>
Justin B Rye <[email protected]>
Justin Chen <[email protected]>
J William Piggott <[email protected]>
KaiGai Kohei <[email protected]>
Kalev Soikonen <[email protected]>
Kaligule <[email protected]>
Kay Sievers <[email protected]>
Kees Cook <[email protected]>
Ken Kopin <[email protected]>
Kenneth Van Alstyne <[email protected]>
Kent Overstreet <[email protected]>
Kenyon Ralph <[email protected]>
kernc <[email protected]>
Kevin E. Martin <[email protected]>
Kevin Fenzi <[email protected]>
Kevin Hao <[email protected]>
Kevin Locke <[email protected]>
Khem Raj <[email protected]>
Kirill Elagin <[email protected]>
Kir Kolyshkin <[email protected]>
Konstantin Khlebnikov <[email protected]>
Kunihiko IMAI <[email protected]>
KyleMahlkuch <[email protected]>
Lada Trimasova <[email protected]>
LaMont Jones <[email protected]>
Lars Wirzenius
Laurent Vivier <[email protected]>
Lauri Nurmi <[email protected]>
Lawrence Rust <[email protected]>
leeceeksdee <[email protected]>
Lennard Hofmann <[email protected]>
Lennart Poettering <[email protected]>
Leon <[email protected]>
Liam Ryan <[email protected]>
Libor Bukata <[email protected]>
Linus Torvalds <[email protected]>
Li Zefan <[email protected]>
Lubomir Kundrak <[email protected]>
Lubomir Rintel <[email protected]>
Luca Boccassi <[email protected]>
Luca BRUNO <[email protected]>
Luca Ceresoli <[email protected]>
Luciano Chavez <[email protected]>
Ludwig Nussel <[email protected]>
Luiz Angelo Daros de Luca <[email protected]>
Lukas Czerner <[email protected]>
Łukasz Stelmach <[email protected]>
Makoto Kato <[email protected]>
Mamatha Inamdar <[email protected]>
Manatsu Takahashi <[email protected]>
Mantas Mikulėnas <[email protected]>
Manuel Bentele <[email protected]>
Marc-Antoine Perennou <[email protected]>
Marcel Holtmann <[email protected]>
Marcel Waldvogel <[email protected]>
Marcin Juszkiewicz <[email protected]>
Marco Colombo <[email protected]>
Marco d'Itri <[email protected]>
Marcos Mello <[email protected]>
Marcos Paulo de Souza <[email protected]>
Marek Michalkiewicz <[email protected]>
Marek Otahal <[email protected]>
Marek Polacek <[email protected]>
Mario Blättermann <[email protected]>
Mark Barbone <[email protected]>
Mark Hindley <[email protected]>
Mark McLoughlin <[email protected]>
Mark Sheppard <[email protected]>
Mark Tinguely <[email protected]>
Markus Rinne <[email protected]>
Martin K. Petersen <[email protected]>
Martin Schlemmer <[email protected]>
Martin Schulze <[email protected]>
Martin Steigerwald <[email protected]>
Masami Hiramatsu <[email protected]>
Masami Ichikawa <[email protected]>
Masanari Iida <[email protected]>
Masatake YAMATO <[email protected]>
Masato Suzuki <[email protected]>
Masayoshi Mizuma <[email protected]>
Matthew Garrett <[email protected]>
Matthew Harm Bekkema <[email protected]>
Matthew Krupcale <[email protected]>
Matthias Gerstner <[email protected]>
Matthias König <[email protected]>
Mattias Nissler <[email protected]>
Matti Niemenmaa <[email protected]>
Mauricio Faria de Oliveira <[email protected]>
Maurizio Lombardi <[email protected]>
maximilian attems <[email protected]>
Maxim Levitsky <[email protected]>
Maxim V. Dziumanenko <[email protected]>
Max Klinger <[email protected]>
Meelis Roos <[email protected]>
MeggyCal <[email protected]>
Merlin Büge <[email protected]>
Mesutcan Kurt <[email protected]>
Michael Bunk <[email protected]>
michael-dev <[email protected]>
Michael Forney <[email protected]>
Michael Glad <[email protected]>
Michael Kerrisk (man-pages) <[email protected]>
Michael Kerrisk <[email protected]>
Michael Marineau <[email protected]>
Michael Piefel <[email protected]>
Michał Bartoszkiewicz <[email protected]>
Michal Humpula <[email protected]>
Michal Luscon <[email protected]>
Michal Schmidt <[email protected]>
Michal Suchanek <[email protected]>
Michel Robitaille <[email protected]>
Mike Frysinger <[email protected]>
Mike Hommey <[email protected]>
Mikel Olasagasti Uranga <[email protected]>
Mike Place <[email protected]>
Mikhail Gusarov <[email protected]>
Mikhail Vorobyov <[email protected]>
Miklos Szeredi <[email protected]>
Mikulas Patocka <[email protected]>
Milan Bouchet-Valat <[email protected]>
Milan Broz <[email protected]>
Ming Lei <[email protected]>
Miquel van Smoorenburg <[email protected]>
Mitchum DSouza
Moritz Muehlenhoff <[email protected]>
M.S.Colclough <[email protected]>
Namhyung Kim <[email protected]>
Natanael Copa <[email protected]>
Nate Clark <[email protected]>
Nathan Rossi <[email protected]>
NeilBrown <[email protected]>
Neil Horman <[email protected]>
nick black <[email protected]>
nick black <[email protected]>
Nick Holloway <[email protected]>
Nicolai Langfeldt <[email protected]>
Nicolas Boichat <[email protected]>
Nicolas Provost <[email protected]>
Niklas Hambüchen <[email protected]>
Nik Nyby <[email protected]>
Nikolay Borisov <[email protected]>
Nikolay Sivov <[email protected]>
Nilgün Belma Bugüner <[email protected]>
nl6720 <[email protected]>
Noel Cragg <[email protected]>
Noel Kuntze <[email protected]>
Norbert Buchmuller <[email protected]>
OGAWA Hirofumi <[email protected]>
Oliver Falk <[email protected]>
Olivier Blin <[email protected]>
Olivier Mengué <[email protected]>
Ondrej Oprala <[email protected]>
Osamu Aoki <[email protected]>
osexp2000 <[email protected]>
Pádraig Brady <[email protected]>
Pali Rohár <[email protected]>
Pascal Terjan <[email protected]>
Patrice Dumas <[email protected]>
Patrick Plagwitz <[email protected]>
Patrick Steinhardt <[email protected]>
Paul Asmuth <[email protected]>
Paul Eggert <[email protected]>
Paul Fox <[email protected]>
Paulius Zaleckas <[email protected]>
Paul Laffitte <[email protected]>
Paul Menzel <[email protected]>
Paul M <[email protected]>
Pavel Butsykin <[email protected]>
Pavel Maryanov <[email protected]>
pcpa <[email protected]>
Pedro Albuquerque <[email protected]>
Pedro Miguel Carvalho <[email protected]>
Pedro Ribeiro <[email protected]>
peppe <[email protected]>
Peter Breitenlohner <[email protected]>
Peter Cordes <[email protected]>
Peter De Wachter <[email protected]>
Peter Hoeg <[email protected]>
Peter Jones <[email protected]>
Peter Orbaek <[email protected]>
Peter Rajnoha <[email protected]>
Peter Tobias <[email protected]>
Peter Tyser <[email protected]>
Peter Volkov <[email protected]>
Peter Wu <[email protected]>
Petr Písař <[email protected]>
Petr Uzel <[email protected]>
Petr Vorel <[email protected]>
Phan Vinh Thinh <[email protected]>
Philipp Marek <[email protected]>
Philip Prindeville <[email protected]>
Philipp Thomas <[email protected]>
Phillip Susi <[email protected]>
Phil Ruffwind <[email protected]>
Pierre Hauweele <[email protected]>
Pierre Labastie <[email protected]>
Pietro Castelli
Pino Toscano <[email protected]>
Po-Yu Chuang <[email protected]>
Prarit Bhargava <[email protected]>
Qais Yousef <[email protected]>
Quentin Rameau <[email protected]>
Radka Skvarilova <[email protected]>
Rafael Aquini <[email protected]>
Rafael Ferreira <[email protected]>
Rafael Fontenelle <[email protected]>
Rafael Fontenelle <[email protected]>
Rafal Luzynski <[email protected]>
Rafał Miłecki <[email protected]>
Raghavendra D Prabhu <[email protected]>
Rainer Gerhards <[email protected]>
Rajeev V. Pillai <[email protected]>
Ram Pai <[email protected]>
Randolph Bentson <[email protected]>
Randy Dunlap <[email protected]>
Raphael S. Carvalho <[email protected]>
Rasmus Villemoes <[email protected]>
Raul Gutierrez Segales <[email protected]>
Ray Wang <[email protected]>
Rian Hunter <[email protected]>
Richard Fuchs <[email protected]>
Richard Tollerton <[email protected]>
Richard Weinberger <[email protected]>
Richard W.M. Jones <[email protected]>
Richard Yann <[email protected]>
Richard Yao <[email protected]>
Rickard Faith <[email protected]>
Rick Sladkey <[email protected]>
Riku Voipio <[email protected]>
Rik van Riel <[email protected]>
Ritika Srivastava <[email protected]>
Robert Förster <[email protected]>
Robert Millan <[email protected]>
Roberto Bergantinos Corpas <[email protected]>
Robert Schiele <[email protected]>
Roddy Shuler <[email protected]>
Rodrigo Campos <[email protected]>
Rodrigo Stulzer Lopes <[email protected]>
Roland Kammerer <[email protected]>
Rolf Fokkens <[email protected]>
Romain Bouvier <[email protected]>
Romain Izard <[email protected]>
Romain Naour <[email protected]>
Ronny Chevalier <[email protected]>
Ron Sommeling <[email protected]>
Rosen Penev <[email protected]>
Ross Biro <[email protected]>
Rostislav Skudnov <[email protected]>
Roy Peled <[email protected]>
Ruediger Meier <[email protected]>
Rui Zhao (renyuneyun) <[email protected]>
Rupesh Girase <[email protected]>
Ryan Finnie <[email protected]>
Samanta Navarro <[email protected]>
Sami Kerola <[email protected]>
Sami Liedes <[email protected]>
Sami Loone <[email protected]>
Sam Morris <[email protected]>
Samuel Dionne-Riel <[email protected]>
Samuel Ortiz <[email protected]>
Samuel Thibault <[email protected]>
Sam Varshavchik <[email protected]>
Sam Voss <[email protected]>
Sanchit Saini <[email protected]>
Sander van Malssen <[email protected]>
Santiago Vila Doncel <[email protected]>
Sascha Sommer <[email protected]>
Sassan Panahinejad <[email protected]>
Scott James Remnant <[email protected]>
Scott Moser <[email protected]>
Scott Telford <[email protected]>
Sebastian Andrzej Siewior <[email protected]>
Sebastian Krahmer <[email protected]>
Sebastian Rasmussen <[email protected]>
Sebastian Schrader <[email protected]>
Sébastien Helleu <[email protected]>
Seong-ho Cho <[email protected]>
Serge Hallyn <[email protected]>
Sergei Antonov <[email protected]>
Sergey Gusarov <[email protected]>
Seth Girvan <[email protected]>
Sevan Janiyan <[email protected]>
sgargel <[email protected]>
Shachar Shemesh <[email protected]>
Shahid Laher <[email protected]>
Shaun Tancheff <[email protected]>
Shigeki Morishima <[email protected]>
Shin'ichiro Kawasaki <[email protected]>
Shunsuke Nakamura <[email protected]>
Simon Mihevc <[email protected]>
Sinan Kaya <[email protected]>
sluidfoe <[email protected]>
Søren Holm <[email protected]>
Soumendra Ganguly <[email protected]>
Soumendra Ganguly <[email protected]>
SOUMENDRA GANGULY <[email protected]>
Stanislav Brabec <[email protected]>
Stefan Krah <[email protected]>
Stef Walter <[email protected]>
Stepan Kasal <[email protected]>
Štěpán Němec <[email protected]>
Stéphane Aulery <[email protected]>
Stephan Maka <[email protected]>
Stephan Müller <[email protected]>
Stephen Gallimore
Stephen Hemminger <[email protected]>
Stephen Kitt <[email protected]>
Stephen Tweedie <[email protected]>
Steve Grubb <[email protected]>
Steve Kenton <[email protected]>
Steven Honeyman <[email protected]>
Steven J. Magnani <[email protected]>
Steven S. Dick <[email protected]>
Steven Smith <[email protected]>
Steve Philp
Stewart Smith <[email protected]>
Sukadev Bhattiprolu <[email protected]>
Sumanth Korikkar <[email protected]>
Sven Eckelmann <[email protected]>
Sven Jost <[email protected]>
Sven Wiltink <[email protected]>
Sweet Tea Dorminy <[email protected]>
taiyu <[email protected]>
Takeshi Hamasaki <[email protected]>
Terry Burton <[email protected]>
Thayne McCombs <[email protected]>
Theodore Ts'o <[email protected]>
Thierry Reding <[email protected]>
Thierry Vignaud <[email protected]>
Thomas Abraham <[email protected]>
Thomas Bächler <[email protected]>
Thomas Deutschmann <[email protected]>
Thomas Fehr <[email protected]>
Thomas Petazzoni <[email protected]>
Thomas Schwinge <[email protected]>
Thorsten Glaser <[email protected]>
Thorsten Kukuk <[email protected]>
Thorsten Wilmer <[email protected]>
Tilman Schmidt <[email protected]>
Tim Gardner <[email protected]>
Tim Hildering <[email protected]>
Timo Juhani Lindfors <[email protected]>
Timo Warns <[email protected]>
Tim Waugh <[email protected]>
Tobias Klauser <[email protected]>
Tobias Stoeckmann <[email protected]>
Todd Lewis <[email protected]>
ToddRK <[email protected]>
Tomas Winkler <[email protected]>
Tom Gundersen <[email protected]>
Tomislav Krznar <[email protected]>
Tommi Kyntola <[email protected]>
Tommy Thorn
Tomoaki Teshima <[email protected]>
Tom Prince <[email protected]>
Toni Uhlig <[email protected]>
Tony Asleson <[email protected]>
Torsten Hilbrich <[email protected]>
Toshi Kani <[email protected]>
Trần Ngọc Quân <[email protected]>
Tycho Andersen <[email protected]>
utoddl <[email protected]>
Vaclav Dolezal <[email protected]>
Valerie Aurora <[email protected]>
Vasant Hegde <[email protected]>
Vasilis Liaskovitis <[email protected]>
Victor Dodon <[email protected]>
Ville Skyttä <[email protected]>
Vincent Deffontaines <[email protected]>
Vincent McIntyre <[email protected]>
Vinnie Magro <[email protected]>
Vitezslav Cizek <[email protected]>
Vladimir Brednikov <[email protected]>
Vladimir Slavik <[email protected]>
Vladimir 'φ-coder/phcoder' Serbinenko <[email protected]>
Vojtech Trefny <[email protected]>
Volker Kuhlmann <[email protected]>
Volker Schatz <[email protected]>
Vratislav Podzimek <[email protected]>
Waldemar Brodkorb <[email protected]>
WANG Chao <[email protected]>
Wang Shilong <[email protected]>
Wanlong Gao <[email protected]>
Wayne Pollock <[email protected]>
Wayne R. Roth <[email protected]>
Wei-Lun Chao <[email protected]>
Werner Almesberger <[email protected]>
Werner Fink <[email protected]>
Wieland Hoffmann <[email protected]>
William Pitcock <[email protected]>
Will Johansson <[email protected]>
Wojtek Kaniewski <[email protected]>
Wolfgang Richter <[email protected]>
Wolfram Sang <[email protected]>
W. Trevor King <[email protected]>
WUEBBELS, Josef <[email protected]>
Wylmer Wang <[email protected]>
W.Z. Venema
Yann Droneaud <[email protected]>
Yannick Le Pennec <[email protected]>
YmrDtnJu <[email protected]>
Yoshihiro Takahashi <[email protected]>
Yousong Zhou <[email protected]>
Yuri Chornoivan <[email protected]>
Yuriy M. Kaminskiy <[email protected]>
Yuriy Nazarov <[email protected]>
Yu Zhiguo <[email protected]>
Zachary Catlin <[email protected]>
Zac Medico <[email protected]>
Zane van Iperen <[email protected]>
Zbigniew Jędrzejewski-Szmek <[email protected]>
Zdenek Behan <[email protected]>
Zeeshan Ali (Khattak) <[email protected]>
zhenwei pi <[email protected]>
Zhi Li <[email protected]>
Мирослав Николић <[email protected]>