Displaying 20 results from an estimated 48 matches for "diku".
Did you mean:
daku
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
I sent this patch directly to Gregor, and neglected to CC this list.
Sorry about that.
I''d like to make it so that there is no need to modify any Mini-OS
source files when extending it with an application. All that is
required is a change to Makefile, and a small change to kernel.c,
printf.c, and string.c. I have enclosed the patch.
With this patch, one could write an application in a
2002 Feb 28
4
pexp.c (PR#1335)
Full_Name: M Welinder
Version: 1.4
OS: (src)
Submission from: (NULL) (192.5.35.38)
It seems to me that pexp can be improved in the lower_tail=TRUE and log_p=FALSE
case by using expm1. Something like
-expm1 (-x / scale);
I think.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2008 Aug 02
0
[PATCH 10/10] drivers/net/xen-netfront.c: Use DIV_ROUND_UP
From: Julia Lawall <julia at diku.dk>
The kernel.h macro DIV_ROUND_UP performs the computation (((n) + (d) - 1) /
(d)) but is perhaps more readable.
An extract of the semantic patch that makes this change is as follows:
(http://www.emn.fr/x-info/coccinelle/)
// <smpl>
@haskernel@
@@
#include <linux/kernel.h>
@de...
2009 Jul 18
0
[PATCH 5/6] fs/btrfs: convert nested spin_lock_irqsave to spin_lock
From: Julia Lawall <julia@diku.dk>
If spin_lock_irqsave is called twice in a row with the same second
argument, the interrupt state at the point of the second call overwrites
the value saved by the first call. Indeed, the second call does not need
to save the interrupt state, so it is changed to a simple spin_lock.
The sem...
2005 May 27
4
Wanted Good Documentation on HFSC
Hello All,
I am trying to prioratize VOIP traffic from data.
The follwing link says that HFSC is better than HTB for shaping VOIP traffic.
http://www.voip-info.org/wiki-QoS+Linux+with+HFSC
I am in search of good documentation to start with HFSC,
I am unable to understand the parameters used.
I "googled" a lot to find on how to use HFSC, but no luck.
Can anyone of you get me a link To
2002 Jan 07
3
qbeta function (FYI, compiler bug)
Hi there,
this is just to let you know that the qbeta function, which was
copied from R into Gnumeric, has been confirmed to be miscompiled
by gcc 2.96 on Linux. (That's Red Hat's compiler.)
This shows by qbeta(0.025,4,0.5) ending up taking the wrong
branch of "if (alpha <= 0.5)".
We compile things in a different context, so this may or may not
affect you. The qbeta
2002 Jul 25
4
src/nmath/pgeom.c (PR#1834)
Full_Name: Morten Welinder
Version: 1.5.1
OS: Solaris/Linux
Submission from: (NULL) (192.5.35.38)
The line
return log(1 - p) * (x + 1);
looks like it has problems for p near 1. I would suggest rewriting it to
return log1p (-p) * (x + 1);
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2005 May 19
7
equal bandwidth for all IPs
Hi,
How can I set equal bandwidth of 512kbit downlink and 256kbit uplink for
every single IP address of 254 IP addresses I have in my LAN?
Regards,
ro0ot
2004 Mar 30
1
Fatal: RAND_bytes() failed
...S:PRNG not seeded
dovecot: Mar 30 08:08:00 Error: Login process died too early - shutting
down
dovecot: Mar 30 08:08:00 Error: child 21354 (login) returned error 89
Best regards
Anders Nielsen
--
Anders Nielsen <anielsen at diku.dk>
2002 Feb 28
1
pweibull.c (PR#1334)
Full_Name: M Welinder
Version: 1.4
OS: (src)
Submission from: (NULL) (192.5.35.38)
It seems to me that pweibull can be improved in the lower_tail=TRUE and
log_p=FALSE
case by using expm1. Something like
-expm1(-pow(x / scale, shape)),
I think.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read
2006 Jun 16
0
Re: Linux router performance (fwd)
I think that Robert Olssons post never made it through the filters...
---------- Forwarded message ----------
Date: Fri, 2 Jun 2006 12:32:53 +0200
From: Robert Olsson <Robert.Olsson@data.slu.se>
To: Jesper Dangaard Brouer <hawk@diku.dk>
Cc: Andreas John <lists@aj.net-lab.net>,
Robert Olsson <Robert.Olsson@data.slu.se>, lartc@mailman.ds9a.nl
Subject: Re: [LARTC] Linux router performance
Jesper Dangaard Brouer writes:
>
> Hi
>
> I''m sure that Robert can provide us with some inte...
2003 Mar 26
1
Libvorbis documentation.
...bis, but several critical details are missing,
and it seems like half or less than the full document. Does anyone know
anything about this, and is the documentation available somewhere?
..or has is maybe been withdrawn to allow for some API changes in the
future?
Sincerly,
--
Sune Foldager
DIKU - Department of Computer Science,
University of Copenhagen.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe'...
2003 Jan 30
1
winbind and enum groups
Hi All
I have been struggling with winbind for over to weeks now. I have
searched nearly the whole Internet for info on my problems ;)
Right now I can auth Windows NT users on my Linux box (RH-8.0) with
samba-2.2.7a-1. But my big problem is that when a user i authorized it
can't find a group name for eg. 100000.
I have been considering the following debug method :
1. remove the
2005 Apr 05
8
Qos with 2 internet connections problems
Hi all, ive got 2 internet connections set up via the nano howto (which
are working great) and we are running NAT.
Was looking in to qos mainly to stop large http downloads/ftp downloads
from hogging the line so that browsing for other users doesnt slow to a
crawl, but if the line is free and no one is doing anything then for it
to use the available bandwith. The wondershaper sounded exactly what
2003 Mar 26
2
developing with libvorbis
In the example decoder it writes data in varying lengths to stdout, is
it possible to alter the decoder to write the same length data to stdout
every time? Rather, how would you alter the decoder to do that. It
seems to be writing everything from 512 to 4096 bytes each time and i
cant really see why this is and how to change it.
<p><p>--- >8 ----
List archives:
2005 Nov 15
3
pte query?
hi,
what''s the best way (if at all) to iterate through all of a domain''s page
tables within xen 2.0.6? i need to find all references to a specific pte
value (which is a given). essentially, a reverse page-table lookup.
i''m hesitant to switch to 3.0, but if it''s easier to do what i want, just
let me know.
thanks,
-A.
--
Aaron Marks
Distributed Systems Lab
2006 May 10
11
HTB at 100+ Mbits/sec
Hello all,
I''ve been trying to test HTB performance for different link bandwidths
to find potential limits and this is what I have so far:
http://home.comcast.net/~msethuraman/htbtest/
Can members please go over the setup, test procedure and the results
and answer a few questions?
1. Is the testing methodology okay and can the results be considered
accurate? If so, is this a decent
2005 Mar 16
5
Packet Counting...
Hi,
How can i count the number of packets on an interface evry 2 or 5 seconds. and
i want to count only specific packets like only arriving packets from port
5001
Any thoughts...
Muhammad
2005 Nov 16
4
[PATCH][XM-TEST] Test that tries to create a 16MB domain
This patch adds a test that tries to create a domain with only 16MB of
RAM. It verifies that the domain is created and that the console
works.
Right now this test fails for me: the domain just dies immediately
with no indication of why, or with any useful console data. Should we
put a sanity check on xm''s create and mem-set commands that prevent
the user from doing something we know
2008 Jul 01
1
Errors running imaptest with dovecot-1.1.1
...uot; file -attached- is filled with lines like this:
Error: UIVALIDITY changed: 1214910049 -> 1214910037
Error: imaptest071[19]: UID=8 INTERNALDATE changed 1214910065+120 ->
1214910042+120: * 1 FETCH (INTERNALDATE ...
Error: imaptest085[15]: uid=59
<Pine.LNX.4.58.0312160021060.6698 at diku.intranet.braincell.com>: BODY[]
size ...
Dovecot -n output:
# dovecot -n
# 1.1.1: /usr/local/etc/dovecot.conf
syslog_facility: local1
protocols: imap imaps pop3 pop3s
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(p...