Re: GTK+3.0 application does not show some existing icons

2013-05-05 Thread Matthias Apitz
El día Sunday, May 05, 2013 a las 10:06:23PM +0200, Koop Mast escribió: > On 4-5-2013 20:06, Matthias Apitz wrote: > > Hello, > > > > I have a problem with some GTK+3 application not showing some existing > > icons of the gnome-icon-theme. To nail it down, I went to some GTK tutorial > > pages and

Re: [patch] export CPU physical and virtual address sizes in sysctl oids using do_cpuid

2013-05-05 Thread Konstantin Belousov
On Mon, May 06, 2013 at 01:37:01AM +0200, Sofian Brabez wrote: > This patch uses do_cpuid function to fetch CPU Physical > and Virtual address sizes and adds 2 new sysctl machine > dependant OIDs (machdep.cpu_physical_address_bits and > machdep.cpu_virtual_address_bits). > > In order to retrieve th

[patch] export CPU physical and virtual address sizes in sysctl oids using do_cpuid

2013-05-05 Thread Sofian Brabez
This patch uses do_cpuid function to fetch CPU Physical and Virtual address sizes and adds 2 new sysctl machine dependant OIDs (machdep.cpu_physical_address_bits and machdep.cpu_virtual_address_bits). In order to retrieve the information, it calls do_cpuid by setting eax register to 0x8008 va

Re: GTK+3.0 application does not show some existing icons

2013-05-05 Thread Koop Mast
On 4-5-2013 20:06, Matthias Apitz wrote: Hello, I have a problem with some GTK+3 application not showing some existing icons of the gnome-icon-theme. To nail it down, I went to some GTK tutorial pages and hacked together a simple application (attached) which can be compiled with just: The prog