blob: 3e57491c8ca645cb2f0fad584ec5101b55c5adf0 (
plain)
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
|
2020-02-25 Frank Ch. Eigler <fche@redhat.com>
* debuginfod.8: Document new --fdcache-prefetch option.
2020-02-05 Frank Ch. Eigler <fche@redhat.com>
* debuginfod.8: Document new -Z flag and tweak other bits.
2020-01-10 Mark Wielaard <mark@klomp.org>
* debuginfod_find_debuginfo.3 (DEBUGINFOD_PROGRESS): Mention progress
output goes to stderr.
2020-01-11 Frank Ch. Eigler <fche@redhat.com
* debuginfod.8: Document --fdcache-fds and --fdcache-mbs opts.
2020-01-11 Frank Ch. Eigler <fche@redhat.com>
* debuginfod.8: Rework sections dealing with traversal/scanning,
explaining new threading model.
2020-01-02 Mark Wielaard <mark@klomp.org>
* debuginfod.8 (DEBUGINFOD_TIMEOUT): Document as seconds to
provide 100K, default 90.
* debuginfod-find.1 (DEBUGINFOD_TIMEOUT): Likewise.
* debuginfod_find_debuginfo.3 (DEBUGINFOD_TIMEOUT): Likewise.
2019-12-22 Frank Ch. Eigler <fche@redhat.com
* debuginfod.8: Add -U (DEB) flag, generalize RPM to "archive".
2019-12-04 Frank Ch. Eigler <fche@redhat.com>
* debuginfod-find.1: Bump default timeout to 30.
* debuginfod_find_debuginfo.3: Ditto.
Document $DEBUGINFOD_PROGRESS.
2019-11-26 Frank Ch. Eigler <fche@redhat.com>
Aaron Merey <amerey@redhat.com>
* debuginfod.8, find-debuginfo.1, debuginfod_*.3: New files.
2019-09-02 Mark Wielaard <mark@klomp.org>
* readelf.1 (symbols): Add optional section name.
(dyn-sym): Document new option.
2019-08-28 Mark Wielaard <mark@klomp.org>
* COPYING: Rename to...
* COPYING-GFDL: ... this.
2019-08-23 Ben Woodard <woodard@redhat.com>
* Updated the eu-readelf man page to make it match the options
that eu-readelf actually supports.
2019-08-22 Ben Woodard <woodard@redhat.com>S
* Move the .1 man pages to the correct place.
2019-08-21 Ben Woodard <woodard@redhat.com>
* Updated Changelog
* Added README
2019-08-20 Ben Woodard <woodard@redhat.com>
* Added eu-elfclassify.1 man page based upon --help
* Forked binutils readelf page to make eu-readelf.1 man page
* Modified eu-readelf.1 to add -n:: option.
* Disabled sgml file building per mjw.
* Added man pages to Makefile.am
2019-06-20 Ben Woodard <woodard@redhat.com>
* Added the beginnings of some man pages
2019-08-21 Ben Woodard <woodard@redhat.com>
* Updated Changelog
* Added README
2019-08-20 Ben Woodard <woodard@redhat.com>
* Added eu-elfclassify.1 man page based upon --help
* Forked binutils readelf page to make eu-readelf.1 man page
* Modified eu-readelf.1 to add -n:: option.
* Disabled sgml file building per mjw.
* Added man pages to Makefile.am
2019-06-20 Ben Woodard <woodard@redhat.com>
* Added the beginnings of some man pages
2005-04-29 Ulrich Drepper <drepper@redhat.com>
* elfutils.sgml: Some typo fixes and a few extensions.
Patch by Eric Christopher <echristo@redhat.com>.
2005-02-22 Ulrich Drepper <drepper@redhat.com>
* Makefile.am: Prefer pdf.
2003-08-11 Ulrich Drepper <drepper@redhat.com>
* Moved to CVS archive.
|