Displaying 20 results from an estimated 500 matches similar to: "[teeny tiny PATCH] Fix include/linux/bitops.h for userspace"
2003 Oct 13
5
initramfs as an initrd replacement
Hi ,
One of the things I am working on requires me to have a kernel and an
initrd (as root filesystem , based on busybox) in one single image. I am
trying to use initramfs for this, but there are a few things that I just
can't figure out.
As a test, I made a cpio archive of my own for the kernel source (plain
2.6.0-test5). Everything gets unpacked just fine during boot. Somehow I
was
2007 Feb 26
1
teeny mongrel_cluster hack
I was playing around with merb over the weekend and whipped up a simple form
that takes your mongrel_cluster.yml file and outputs monit files for you.
Not exactly earth shattering info, but if you have a couple of pups it might
save you some braindead typing. It''s using the new mongrel_cluster syntax,
of --only and clean for each port in your system. Hope it saves someone
some time.
2005 Jul 27
2
Introduce kbuild for klibc?
Hi hpa and others.
With my ongoing work to prepare for potential integration of klibc in
the kernel I wonder if there wold be any interest in using part of the
kbuild infrastructure to build the vanilla klibc?
The rationale is obvious:
- common codebase for Kbuild files, so one only has to fix things in one
place
- I force klibc developers to create Kbuild files usable in the kernel
- Much
2005 Oct 04
1
Looking for a link to mercurial tutorial
Mercurial(hg) Cheatsheet for Xen
================================
Written by Andrew Warfield, extended by Michael Fetterman and Ian Pratt
June 29, 2005, extended by Grzegorz Milos 04 July 2005.
Overview
--------
The Xen project has moved from BitKeeper to Mercurial for source
control. This note aims to provide a quick guide to getting up and
running with the new tools as quickly as possible,
2008 Jun 19
0
[PATCH] ia64/xen: introduce synch bitops which is necessary for ia64/xen support.
define sync bitops which is necessary for ia64/xen.
Cc: Robin Holt <holt at sgi.com>
Cc: Jeremy Fitzhardinge <jeremy at goop.org>
Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
Cc: "Luck, Tony" <tony.luck at intel.com>
---
include/asm-ia64/sync_bitops.h | 50 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
2008 Feb 22
0
[PATCH 04/28] ia64/xen: introduce synch bitops which is necessary for ia64/xen support.
On Thu, Feb 21, 2008 at 11:42:28PM -0600, Robin Holt wrote:
> > +#define ADDR (*(volatile long *) addr)
>
> This seems like a leftover #define. Additionally, ADDR seems a bit
> vague and easily misused. Since I don't see it used anywhere else in
> that patch, I will assume it should be tossed, but reserve the right to
> rescind this comment later.
It's a leftover
2008 Feb 22
0
[PATCH 04/28] ia64/xen: introduce synch bitops which is necessary for ia64/xen support.
On Thu, Feb 21, 2008 at 11:42:28PM -0600, Robin Holt wrote:
> > +#define ADDR (*(volatile long *) addr)
>
> This seems like a leftover #define. Additionally, ADDR seems a bit
> vague and easily misused. Since I don't see it used anywhere else in
> that patch, I will assume it should be tossed, but reserve the right to
> rescind this comment later.
It's a leftover
2010 Nov 23
0
[PATCH v3 13/22] ocfs2: use little-endian bitops
As a preparation for removing ext2 non-atomic bit operations from
asm/bitops.h. This converts ext2 non-atomic bit operations to
little-endian bit operations.
Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com>
Acked-by: Joel Becker <joel.becker at oracle.com>
Cc: Mark Fasheh <mfasheh at suse.com>
Cc: ocfs2-devel at oss.oracle.com
---
No change from previous submission
2011 Apr 04
1
[PATCH] com32: Do not use centralized bitops header in vsscanf
From: Matt Fleming <matt.fleming at linux.intel.com>
Partially revert "com32: add a centralized bitops header"
This reverts part of commit db74cf6c4182f40ecf7fad1f04799d09d82f896d.
The usage of the centralized bitops in com32/lib/vsscanf.c is not
correct because the bitmap that we're accessing is too large for the
'bt', 'bts' and 'btc' instructions to
2014 Jan 17
2
[LLVMdev] Why is the default LNT aggregation function min instead of mean
Is it the case that you converge on the min faster than the mean?
Right now there is no way to set a per-tester aggregation function.
I had spent a little time trying to detect regressions using k-means clustering. It looked promising. That was outside LNT though.
On Jan 16, 2014, at 11:28 PM, Tobias Grosser <tobias at grosser.es> wrote:
> On 01/17/2014 03:09 AM, David Blaikie
2006 Mar 30
3
[patch] bitops on irq_cpustat_t->__softirq_pending
As mentioned earlier, PowerPC''s atomic ops operate on longs, and we have made
our *_bit() prototypes use long* (instead of void*) to warn us of problems at
compile time. Here''s one caller that was flagged:
test_and_set_bit(nr, &softirq_pending(cpu))
Accordingly, we need __softirq_pending to be long, not int.
PowerPC is currently using a few files unmodified from the x86
2004 Dec 04
6
Door buzzer.
Hello,
I have a customer who has their front door integrated to their current
phone system. If someone presses the buzzer, the secretaries phone will
ring, and she can talk to the person at the door. By pressing ** she
can release the door.
Anyone have any sort of integration like this. Are there IP devices
anyone is using?
They have a pizza box server as their asterisk server with
2008 Aug 13
2
Tiny help for tiny function
I just started to write tiny functions and therefore I appologise in advance
if I am asking stupid question.
I wrote a tiny function to give me back from the original matrix, a matrix
showing only the values smaller -0.8 and bigger 0.8.
y<-c(0.1,0.2,0.3,-0.8,-0.4,0.9)
x<-c(0.5,0.3,0.9,-0.9,-0.7,0.3)
XY<-rbind(x,y)
extract.values<-function (x)
{
if(x>=0.8|x<=-0.8)x
2003 Apr 25
3
A few questions
I've spent some time looking at klibc today, and find myself in a state
of some puzzlement.
The 0.79 snapshot does not build against 2.5.68; it fails almost
immediately, apparently due to problems with include files.
I'm hesitant to try patching anything to get it building, because I can
find no sign of a CVS or BK repo that I can check against, and I don't
want to replicate
2007 Aug 12
0
[PATCH] [TINY] make scripts executable
Super simple patch to chmod 755 the scripts dir in the generator
-------------- next part --------------
A non-text attachment was scrubbed...
Name: merb-executable-scripts.diff
Type: application/octet-stream
Size: 510 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070811/c1f6d24b/attachment.obj
2006 Dec 25
2
Merry Christmas ! and a tiny question
Hi all,
I hope You have had nice Christmas Eve.
My question:
I've updated version 4.4, in that version of Gimp is 2.0.5 and the
up-to-date version at Gimp website is 2.2.13 (stable).
There seems to be 2.2.8 for FC3 but that's not the newest and thus I
don't want to get it.
How I should proceed when,
- I want the latest stable version,
- want to get some optional packages
- want to
2011 Sep 23
0
tiny doc bug report
First timer, I'm installing dovecot-2.0.15.
I ran configure; make; sudo make install
The INSTALL file then says:
---
Rename configuration file:
mv /usr/local/etc/dovecot-example.conf /usr/local/etc/dovecot.conf
Read through, and make needed modifications.
---
The example configuration file is not installed in that location.
Presumably it is now installed as
2005 Mar 10
1
Tiny HOWTO edit
On page 206 of the Samba-HOWTO-Collection PDF, in the seventh paragraph,
the word "use" appears to be missing from the sentence, "When Samba is
being used as the PDC and BDC the of an LDAP..." -- but that could just
be me.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson & Wales University -- Providence, RI
2008 Jan 31
1
thoughtworks site down? / another tiny patch for Rails 2 compatibility
Hi - couldn''t find the dev list because it appears
http://cruisecontrolrb.thoughtworks.com/ is throwing 503 errors. But,
to get CCrb running with the new ActiveSupport, I had to do this:
http://s3.amazonaws.com/giles/ccrb_duration_patch.jpg
(Sorry to submit my patch in JPEG format but you know what they say,
anything for a weird life.)
The changes are on lines 18 and 27:
2009 Jun 03
0
TINY MCE Jrails media upload
Hi
Can anybody give me idea to do media upload in rails using tiny_mce and
jrails ?
Thanks !
--
Ruby on Rails Developer
http://sandip.sosblog.com
http://funonrails.wordpress.com
www.joshsoftware.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send