Skip to content

Instantly share code, notes, and snippets.

View heftig's full-sized avatar
🦄
Horsing around

Jan Alexander Steffens heftig

🦄
Horsing around
View GitHub Profile
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.35-git+ (jan@silver) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 ZEN SMP PREEMPT Thu Aug 5 08:59:39 CEST 2010
Command line: BOOT_IMAGE=/vmlinuz26-git root=/dev/disk/by-label/root resume=swap:/dev/disk/by-label/swap ro quiet
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 00000000bf6b0000 (usable)
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.35-git+ (jan@silver) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 ZEN SMP PREEMPT Thu Aug 5 08:59:39 CEST 2010
Command line: BOOT_IMAGE=/vmlinuz26-git root=/dev/disk/by-label/root resume=swap:/dev/disk/by-label/swap ro quiet
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 00000000bf6b0000 (usable)
commit c4b8673a43c50c72a0f881f246c7e29860418bcd
Author: Jan Steffens <jan.steffens@gmail.com>
Date: Mon Aug 2 03:00:19 2010
Fix atomic functions in bfq
diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c
index 9b2e0d1..b27481f 100644
--- a/block/bfq-cgroup.c
+++ b/block/bfq-cgroup.c
commit c4b8673a43c50c72a0f881f246c7e29860418bcd
Author: Jan Steffens <jan.steffens@gmail.com>
Date: Mon Aug 2 03:00:19 2010
Fix atomic functions in bfq
diff --git a/block/bfq-cgroup.c b/block/bfq-cgroup.c
index 9b2e0d1..b27481f 100644
--- a/block/bfq-cgroup.c
+++ b/block/bfq-cgroup.c
We couldn’t find that file to show.
GNU gdb (GDB) 7.1
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/compiz...done.
C mm/swapfile.o
mm/swapfile.c: In function ‘scan_swap_map’:
mm/swapfile.c:445:1: warning: ISO C90 forbids mixed declarations and code
mm/swapfile.c:486:30: error: non-static declaration of ‘get_swap_page’ follows static declaration
mm/swapfile.c:445:13: note: previous definition of ‘get_swap_page’ was here
mm/swapfile.c:509:38: error: non-static declaration of ‘get_swap_page_of_type’ follows static declaration
mm/swapfile.c:489:13: note: previous definition of ‘get_swap_page_of_type’ was here
mm/swapfile.c:511:33: error: invalid storage class for function ‘swap_info_get’
mm/swapfile.c:547:22: error: invalid storage class for function ‘swap_entry_free’
mm/swapfile.c:634:26: error: non-static declaration of ‘swap_free’ follows static declaration
diff -u -Nr ruby/openssl-1.0.patch ruby-new/openssl-1.0.patch
--- ruby/openssl-1.0.patch 2010-09-02 12:25:05.313122264 +0200
+++ ruby-new/openssl-1.0.patch 1970-01-01 01:00:00.000000000 +0100
@@ -1,176 +0,0 @@
-diff -Nura ruby-1.9.1-p378.orig/ext/openssl/ossl.c ruby-1.9.1-p378/ext/openssl/ossl.c
---- ruby-1.9.1-p378.orig/ext/openssl/ossl.c 2009-01-15 16:39:30.000000000 +0100
-+++ ruby-1.9.1-p378/ext/openssl/ossl.c 2010-04-01 07:41:19.397603813 +0200
-@@ -92,7 +92,7 @@
-
- #define OSSL_IMPL_SK2ARY(name, type) \
diff -u -Nr clearsilver-0.10.5/ruby/ext/hdf/neo_cs.c clearsilver-0.10.5.my/ruby/ext/hdf/neo_cs.c
--- clearsilver-0.10.5/ruby/ext/hdf/neo_cs.c 2007-02-16 01:31:39.000000000 +0100
+++ clearsilver-0.10.5.my/ruby/ext/hdf/neo_cs.c 2010-09-18 18:20:40.088619662 +0200
@@ -19,7 +19,7 @@
VALUE r_neo_error(NEOERR *err);
-#define Srb_raise(val) rb_raise(eHdfError, "%s/%d %s",__FILE__,__LINE__,RSTRING(val)->ptr)
+#define Srb_raise(val) rb_raise(eHdfError, "%s/%d %s",__FILE__,__LINE__,RARRAY_PTR(RSTRING(val)))
# Returns a hash of methods organized by their owner and method type.
module Kernel
def methods
output = {}
syms = [:public_methods, :protected_methods, :private_methods]
syms.each do |sym|
output[sym] = {}
send(sym).each do |m|
key = self.method(m).owner