Displaying 20 results from an estimated 33 matches for "serpentin".
Did you mean:
serpentine
2005 Oct 04
1
Looking for a link to mercurial tutorial
...om 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, and is written from
the perspective of someone who has been using BK.
For a more detailed exposition, see the mercurial tutorial:
http://www.serpentine.com/mercurial/index.cgi?Tutorial
Forbidden
You don''t have permission to access /mercurial/index.cgi on this server.
________________________________
Apache/2.0.54 (Fedora) Server at www.serpentine.com Port 80
Does anyone have a better link for the tutorial
gary
______________...
2003 May 22
0
[PATCH 2.5.69 3/3] Bandaids for gen_init_cpio and initramfs
...1.1236
# init/initramfs.c 1.6 -> 1.7
# init/do_mounts.c 1.50 -> 1.51
# usr/Makefile 1.6 -> 1.7
# usr/gen_init_cpio.c 1.3 -> 1.5
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/05/22 bos@serpentine.internal.keyresearch.com 1.1235
# Add /sbin/init to cpio archive.
# --------------------------------------------
# 03/05/22 bos@serpentine.internal.keyresearch.com 1.1236
# More small fixes to get initramfs closer to working.
# --------------------------------------------
#
diff -Nru a/init/do_mou...
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
2003 Jun 14
1
[teeny tiny PATCH] Fix include/linux/bitops.h for userspace
Hi, Andrew -
Looks like a recent change you fed to Linus broke the klibc build as of
2.5.71. Can you pass this fix along, please?
===== include/linux/bitops.h 1.4 vs edited =====
--- 1.4/include/linux/bitops.h Thu Jun 5 23:37:30 2003
+++ edited/include/linux/bitops.h Sat Jun 14 22:02:01 2003
@@ -108,7 +108,7 @@
return (res & 0x0F) + ((res >> 4) & 0x0F);
}
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
2009 Jun 16
0
Help implementing a simple Python port
...to those generated by the
Python implementation here [2], I obtain different answers.
Unfortunately I don't know enough Python to tell where I might be going
wrong. Any suggestions?
[1]
http://en.wikipedia.org/wiki/Slope_One#Slope_one_collaborative_filtering_for_rated_resources
[2]
http://www.serpentine.com/wordpress/wp-content/uploads/2006/12/slope_one.py.txt
[3]
http://www.daniel-lemire.com/fr/documents/publications/lemiremaclachlan_sdm05.pdf
# take a 'training' set, tr.set and a vector with some missing ratings, d
pred=function(tr.set,d) {
tr.set=rbind(tr.set,d)
n.items=ncol(tr.set...
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
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...13 -> 1.14
# arch/arm/def-configs/fortunet 1.5 -> 1.6
# arch/arm/def-configs/graphicsclient 1.10 -> 1.11
# arch/mips/defconfig-decstation 1.6 -> 1.7
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/05/22 bos@serpentine.internal.keyresearch.com 1.1232
# Get rid of CONFIG_ROOT_NFS
# --------------------------------------------
# 03/05/22 bos@serpentine.internal.keyresearch.com 1.1233
# Get rid of nfsroot.
# --------------------------------------------
# 03/05/22 bos@serpentine.internal.keyresearch.com 1.1234
# Don...
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine.
I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15
Everything I have read says use the installer to load windows programs.
Where is the installer?
Thanks,
--
Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA
http://www.plansandprojects.com My hobby pages are here:
2003 May 22
0
[PATCH 2.5.69 1/3] remove ipconfig support from the kernel
....5 -> 1.6
# arch/arm/def-configs/graphicsclient 1.9 -> 1.10
# arch/arm/def-configs/hackkit 1.1 -> 1.2
# arch/mips/defconfig-decstation 1.5 -> 1.6
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/05/22 bos@serpentine.com 1.1230
# Turn off CONFIG_IP_PNP in defconfig files
# --------------------------------------------
# 03/05/22 bos@serpentine.com 1.1231
# Get rid of ipconfig.
# --------------------------------------------
#
diff -Nru a/arch/alpha/defconfig b/arch/alpha/defconfig
--- a/arch/alpha/defconfig Thu...
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces
previous postings of those patches.
The main difference is that the xl cfg file is now formatted using POD
instead of markdown and presented as a manpage.
I have setup a cron job to build docs/html and publish it at
http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now).
The motivation for some of these patches
2001 Jun 11
1
Build fix for ext3-2.4-0.0.6
Hi, Andrew -
The ext3-0.0.6 patch doesn't build if CONFIG_JBD_DEBUG is set and
CONFIG_BUFFER_DEBUG is not set, because include/linux/buffer-trace.h
is missing a definition for BUFFER_TRACE2 in one branch of a #ifdef.
One-liner patch appended.
<b
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
2003 Apr 28
1
[PATCH] Fix the build for utils/fstype.h
Another post-2.5.68 one. The cramfs header defines u8, so we must quiet
it down.
<b
diff -Nru a/utils/fstype.c b/utils/fstype.c
--- a/utils/fstype.c Mon Apr 28 15:10:56 2003
+++ b/utils/fstype.c Mon Apr 28 15:10:56 2003
@@ -19,7 +19,9 @@
#include <asm/byteorder.h>
#include <linux/romfs_fs.h>
+#define __KERNEL__
#include <linux/cramfs_fs.h>
+#undef __KERNEL__
#include
2003 Apr 28
0
[PATCH] Get klibc building under post-2.5.68 kernels
Recent BK kernels break the klibc build, because of proliferating use of
u8, u16, and friends. The particular offender in this case is
include/asm/system.h, which uses u8 in the new alt_instr struct.
This patch "fixes" the breakage, albeit gracelessly. I'm agnostic on
whether it's the Right Thing. It might be saner to simply have a series
of definitions, of the form:
typedef
2003 Apr 28
0
[PATCH] Make syscall stub generators better world citizens
The main issue with the build that had me scratching my head over the
weekend was that the stub generator scripts didn't fail when they
weren't working.
This patch perturbs the scripts minimally, but each now prints an error
message and bombs out when bad things occur.
<b
-------------- next part --------------
A non-text attachment was scrubbed...
Name: klibc-build-nicely.patch
2003 Apr 28
1
[PATCH] Get ipconfig compiling
Sort of a brown paper headgear issue.
<b
diff -Nru a/ipconfig/netdev.c b/ipconfig/netdev.c
--- a/ipconfig/netdev.c Mon Apr 28 15:26:12 2003
+++ b/ipconfig/netdev.c Mon Apr 28 15:26:12 2003
@@ -205,7 +205,7 @@
if (netdev_gif_addr(&ifr, SIOCGIFADDR, &dev->ip_addr) == -1) {
perror("SIOCGIFADDR");
dev->ip_addr = 0;
- dev->ip_broadcase = 0;
+
2003 Apr 29
0
[PATCH] ipconfig: fix memory leak, and exit if no interfaces to configure
Very small patch.
main.c | 30 +++++++++++++++++++++++++-----
1 files changed, 25 insertions(+), 5 deletions(-)
diff -Nru a/ipconfig/main.c b/ipconfig/main.c
--- a/ipconfig/main.c Tue Apr 29 13:22:55 2003
+++ b/ipconfig/main.c Tue Apr 29 13:22:55 2003
@@ -391,10 +391,10 @@
dev->name = devname;
if (netdev_init_if(dev) == -1)
- return;
+ goto bail;
if (bootp_init_if(dev) == -1)
-
2003 May 01
0
kinit
I just checked in a kinit program, which is a single static binary that
is intended as a simple framework for moving chunks of kernel
infrastructure over to initramfs.
The motivation behind kinit is twofold: to keep the size of initramfs
down by rolling everything into a single binary (otherwise there will
surely be a "we hate bloat" flamewar on l-k), and to send parts of the
2003 May 02
1
nfsroot work in progress
I've checked in an in-progress nfsmount program. It can mount over TCP
from a v2 server right now. More to come. It's currently 17K stripped.
By the way, the klibc-cvs notifier seems to have died again.
<b