search for: 295,14

Displaying 8 results from an estimated 8 matches for "295,14".

Did you mean: 25,14
2002 Jun 11
4
ssh setuid changes.
...s that platforms with problems recovering from set[e]uid() changes (NeXT,etc). 2. ssh_create_socket() changed slightly, which should only affect Cygwin. However, looking at the code I think it just needs a glance over by the porter to ensure no additional work is needed. sshconnect.c: @@ -297,26 +295,14 @@ host, ntop, strport); /* Create a socket for connecting. */ - sock = ssh_create_socket(pw, -#ifdef HAVE_CYGWIN - !anonymous, -#else - !anonymous && geteui...
2007 Oct 23
6
[PATCH][cpufreq] Xen support for the ondemand governor [1/2] (hypervisor code)
...ned in the same platform hypercall. Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com> diff -r b4278beaf354 xen/arch/x86/platform_hypercall.c --- a/xen/arch/x86/platform_hypercall.c Wed Oct 17 13:12:03 2007 +0100 +++ b/xen/arch/x86/platform_hypercall.c Thu Oct 18 16:07:53 2007 -0500 @@ -295,14 +295,17 @@ ret_t do_platform_op(XEN_GUEST_HANDLE(xe { uint32_t i, nr_cpus; uint64_t idletime; + uint64_t totaltime; struct vcpu *v; XEN_GUEST_HANDLE(uint64_t) idletimes; + XEN_GUEST_HANDLE(uint64_t) totaltimes; ret = -ENOSYS; if...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...updateHostChart); + bar.addEventListener(MouseEvent.CLICK, + selectClickedBar); + bar.x = currentBarPosition; if (makeup > 0 && i % makeup == 0 && madeup < shortfall) { bar.width = bar.width + 1; @@ -295,14 +345,15 @@ package org.ovirt.charts { //add a 'tick' in the center of the bar to which this label //corresponds var ind:Box = new Box(); - ind.opaqueBackground = 0x000000; - ind.width=1; - ind.height=3; +...
2020 Sep 23
25
[PATCH v3 00/22] Convert all remaining drivers to GEM object functions
The GEM and PRIME related callbacks in struct drm_driver are deprecated in favor of GEM object functions in struct drm_gem_object_funcs. This patchset converts the remaining drivers to object functions and removes most of the obsolete interfaces. Version 3 of this patchset mostly fixes drm_gem_prime_handle_to_fd and updates i.MX's dcss driver. The driver was missing from earlier versions and
2020 Aug 13
28
[PATCH 00/20] Convert all remaining drivers to GEM object functions
The GEM and PRIME related callbacks in struct drm_driver are deprecated in favor of GEM object functions in struct drm_gem_object_funcs. This patchset converts the remaining drivers to object functions and removes most of the obsolete interfaces. Patches #1 to #18 convert DRM drivers to GEM object functions, one by one. Each patch moves existing callbacks from struct drm_driver to an instance of
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...6,7 +252,7 @@ static u8 handle_power_fault(u8 change, struct controller * ctrl) * power fault */ - info("power fault interrupt\n"); + pr_info("power fault interrupt\n"); for (hp_slot = 0; hp_slot < 6; hp_slot++) { if (change & (0x01 << hp_slot)) { @@ -295,7 +301,8 @@ static u8 handle_power_fault(u8 change, struct controller * ctrl) } else { /* set power fault status for this board */ func->status = 0xFF; - info("power fault bit %x set\n", hp_slot); + pr_info("power fault bit %x set\n", + hp_slot);...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...6,7 +252,7 @@ static u8 handle_power_fault(u8 change, struct controller * ctrl) * power fault */ - info("power fault interrupt\n"); + pr_info("power fault interrupt\n"); for (hp_slot = 0; hp_slot < 6; hp_slot++) { if (change & (0x01 << hp_slot)) { @@ -295,7 +301,8 @@ static u8 handle_power_fault(u8 change, struct controller * ctrl) } else { /* set power fault status for this board */ func->status = 0xFF; - info("power fault bit %x set\n", hp_slot); + pr_info("power fault bit %x set\n", + hp_slot);...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...6,7 +252,7 @@ static u8 handle_power_fault(u8 change, struct controller * ctrl) * power fault */ - info("power fault interrupt\n"); + pr_info("power fault interrupt\n"); for (hp_slot = 0; hp_slot < 6; hp_slot++) { if (change & (0x01 << hp_slot)) { @@ -295,7 +301,8 @@ static u8 handle_power_fault(u8 change, struct controller * ctrl) } else { /* set power fault status for this board */ func->status = 0xFF; - info("power fault bit %x set\n", hp_slot); + pr_info("power fault bit %x set\n", + hp_slot);...