Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(56) |
May
(48) |
Jun
(51) |
Jul
(55) |
Aug
(27) |
Sep
(12) |
Oct
(14) |
Nov
(14) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(22) |
Feb
(12) |
Mar
(16) |
Apr
(43) |
May
(20) |
Jun
(10) |
Jul
(63) |
Aug
(37) |
Sep
(7) |
Oct
(1) |
Nov
(22) |
Dec
(99) |
2010 |
Jan
(74) |
Feb
(36) |
Mar
(114) |
Apr
(64) |
May
(56) |
Jun
(55) |
Jul
(27) |
Aug
(93) |
Sep
(55) |
Oct
(40) |
Nov
(44) |
Dec
(51) |
2011 |
Jan
(62) |
Feb
(35) |
Mar
(24) |
Apr
(37) |
May
(45) |
Jun
(53) |
Jul
(95) |
Aug
(130) |
Sep
(162) |
Oct
(115) |
Nov
(158) |
Dec
(120) |
2012 |
Jan
(18) |
Feb
(55) |
Mar
(31) |
Apr
(25) |
May
(11) |
Jun
(9) |
Jul
(8) |
Aug
(32) |
Sep
(42) |
Oct
(45) |
Nov
(51) |
Dec
(150) |
2013 |
Jan
(54) |
Feb
(16) |
Mar
(16) |
Apr
(2) |
May
(11) |
Jun
(4) |
Jul
|
Aug
(10) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(7) |
2014 |
Jan
(6) |
Feb
(3) |
Mar
(30) |
Apr
(16) |
May
(28) |
Jun
(19) |
Jul
(6) |
Aug
|
Sep
(16) |
Oct
(4) |
Nov
(3) |
Dec
(31) |
2015 |
Jan
(6) |
Feb
(2) |
Mar
(8) |
Apr
(10) |
May
(34) |
Jun
(3) |
Jul
(9) |
Aug
(10) |
Sep
(3) |
Oct
(7) |
Nov
(9) |
Dec
(24) |
2016 |
Jan
(97) |
Feb
(39) |
Mar
(13) |
Apr
(4) |
May
(33) |
Jun
(1) |
Jul
(1) |
Aug
(10) |
Sep
(4) |
Oct
(4) |
Nov
(1) |
Dec
(14) |
2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
(42) |
Jul
(2) |
Aug
(4) |
Sep
(12) |
Oct
(3) |
Nov
(2) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
(2) |
3
(2) |
4
|
5
(3) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
(1) |
20
|
21
|
22
(4) |
23
|
24
(5) |
25
|
26
(11) |
27
(12) |
28
|
29
(5) |
30
|
31
|
|
|
|
From: <kaiwang27@us...> - 2012-10-27 06:22:52
|
Revision: 2644 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2644&view=rev Author: kaiwang27 Date: 2012-10-27 06:22:46 +0000 (Sat, 27 Oct 2012) Log Message: ----------- * Add field "lsb_preset_os" to ld_symbol struct. Function ld_symbols_update() use this field to determine the output section for a linker internally added symbol, thus it can properly update the shndx for the symbol. * Function ld_output_get_section_index() is no longer needed after the change above, so it is removed. Modified Paths: -------------- trunk/ld/amd64.c trunk/ld/ld_output.c trunk/ld/ld_output.h trunk/ld/ld_symbols.c trunk/ld/ld_symbols.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:22:40
|
Revision: 2643 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2643&view=rev Author: kaiwang27 Date: 2012-10-27 06:22:34 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Skip defined symbols from DSOs when updating symbols. Modified Paths: -------------- trunk/ld/ld_symbols.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:22:30
|
Revision: 2642 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2642&view=rev Author: kaiwang27 Date: 2012-10-27 06:22:24 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Delay linkmap printout to "create output object" stage, after symbols are updated. Modified Paths: -------------- trunk/ld/ld_layout.c trunk/ld/ld_layout.h trunk/ld/ld_output.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:22:18
|
Revision: 2641 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2641&view=rev Author: kaiwang27 Date: 2012-10-27 06:22:12 +0000 (Sat, 27 Oct 2012) Log Message: ----------- We should not call ld_symbols_update() before ELF sections are created, since the symbol indices will not get updated this way. Modified Paths: -------------- trunk/ld/ld_layout.c trunk/ld/ld_output.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:22:08
|
Revision: 2640 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2640&view=rev Author: kaiwang27 Date: 2012-10-27 06:22:02 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Let function ld_symbols_add_variable() accept a const pointer instead. Modified Paths: -------------- trunk/ld/ld_symbols.c trunk/ld/ld_symbols.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:21:58
|
Revision: 2639 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2639&view=rev Author: kaiwang27 Date: 2012-10-27 06:21:51 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Generate a local symbol named _GLOBAL_OFFSET_TABLE_ that points to the GOT section. Modified Paths: -------------- trunk/ld/amd64.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:21:47
|
Revision: 2638 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2638&view=rev Author: kaiwang27 Date: 2012-10-27 06:21:41 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Add function ld_output_get_section_index() which returns the ELF section index of an output section. Modified Paths: -------------- trunk/ld/ld_output.c trunk/ld/ld_output.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:21:36
|
Revision: 2637 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2637&view=rev Author: kaiwang27 Date: 2012-10-27 06:21:30 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Add function ld_symbols_add_internal() which is used by the linker to create "internal" symbols. Modified Paths: -------------- trunk/ld/ld_symbols.c trunk/ld/ld_symbols.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:21:25
|
Revision: 2636 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2636&view=rev Author: kaiwang27 Date: 2012-10-27 06:21:19 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Set symbol value to 0 and symbol index to SHN_UNDEF before copying the DSO symbols. Modified Paths: -------------- trunk/ld/ld_symbols.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:21:15
|
Revision: 2635 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2635&view=rev Author: kaiwang27 Date: 2012-10-27 06:21:09 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Only copy referenced symbols in DSOs to the output executable's symbol table. Modified Paths: -------------- trunk/ld/ld_symbols.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:21:05
|
Revision: 2634 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2634&view=rev Author: kaiwang27 Date: 2012-10-27 06:20:59 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Properly set sh_entsize for PLT and GOT sections. Modified Paths: -------------- trunk/ld/amd64.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <kaiwang27@us...> - 2012-10-27 06:20:53
|
Revision: 2633 http://elftoolchain.svn.sourceforge.net/elftoolchain/?rev=2633&view=rev Author: kaiwang27 Date: 2012-10-27 06:20:46 +0000 (Sat, 27 Oct 2012) Log Message: ----------- Set section entry size (sh_entsize) when creating output sections. Modified Paths: -------------- trunk/ld/ld_output.c trunk/ld/ld_output.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |