t seems that if
> I created an account there and someone added me to the
> ContributorsGroup for a new WakeOnLan page I would be good to go.
This is right. If you tell us the name you registered (we have the
convention to use FirstnameLastname), I try to get the time to add you.
Bye
freebsd.org/WakeOnLan with appropriate rights
for contributors.
Bye,
Alexander.
--
Nasrudin walked into a teahouse and declaimed, "The moon is more useful
than the sun."
"Why?", he was asked.
"Because at night we need the light more."
http://www.L
with a function pointer so it got exported in the dynamic
> I remember it was me.
>
> > table. In this case, could that be done with "-u symbol" when
> > linking the executable, or it isn't possible to export a symbol
> > with linker parameters?
>
linuxulator first looks
if /compat/linux/lib/libX.so.y is there, and if it isn't it looks
if /lib/libX.so.y is available.
AFAIR a work around is to add a link
in /compat/linux/usr/lib/librt.so.1 -> /lib/librt.so.1
I want to do something like this in the FC4 port, but hadn't time to do
it and
Quoting Robert Watson <[EMAIL PROTECTED]> (Sat, 1 Dec 2007 23:01:46 +
(GMT)):
>
> On Sat, 1 Dec 2007, Alexander Leidinger wrote:
>
> > Have a look at the search order of libs in linux. Correlate this with the
> > fact that when in linux an access is done t
Quoting Alexander Leidinger <[EMAIL PROTECTED]> (Sun, 2 Dec 2007 10:07:55
+0100):
> Quoting Robert Watson <[EMAIL PROTECTED]> (Sat, 1 Dec 2007 23:01:46 +
> (GMT)):
>
> >
> > On Sat, 1 Dec 2007, Alexander Leidinger wrote:
> >
> > >
this the last time I checked...
Bye,
Alexander.
--
Ryan's Law:
Make three correct guesses consecutively
and you will establish yourself as an expert.
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBS
Quoting Chuck Robey <[EMAIL PROTECTED]> (from Mon, 03 Dec 2007
13:30:50 -0500):
Alexander Leidinger wrote:
Quoting Chuck Robey <[EMAIL PROTECTED]> (from Sun, 02 Dec 2007
13:23:33 -0500):
You've gotten some good suggestions, but I might add one more, I don't
think i
Quoting Chuck Robey <[EMAIL PROTECTED]> (from Wed, 12 Dec 2007
22:33:18 -0500):
Alexander Leidinger wrote:
Quoting Chuck Robey <[EMAIL PROTECTED]> (from Mon, 03 Dec 2007
13:30:50 -0500):
Alexander Leidinger wrote:
Quoting Chuck Robey <[EMAIL PROTECTED]> (from Sun, 02
Quoting Alex Dupre <[EMAIL PROTECTED]> (from Fri, 14 Dec 2007 15:52:15 +0100):
Alexander Leidinger ha scritto:
To achieve this goal we have 2 possibilities, either we install
everything into LINUXBASE and install a wrapper in LOCALBASE, or we
install everything in a safe locat
yer for devices already, but I don't know if it just a
Linux major/minor -> FreeBSD dev mapping, or if you can map linux dev
-> FreeBSD dev.
AFAIR HPS' USB stack has linux compatibility, maybe you should ask him
/ have a look at it.
Bye,
Alexander.
--
Power is poison.
h
Quoting Daniel O'Connor <[EMAIL PROTECTED]> (from Mon, 17 Dec 2007
21:39:39 +1030):
On Mon, 17 Dec 2007, Alexander Leidinger wrote:
AFAIR HPS' USB stack has linux compatibility, maybe you should ask
him / have a look at it.
I had a look at the code but I can't see a
into uipaq driver alike
OpenBSD one. But I am not sure should this device be supported with
uipaq or umodem driver. umodem driver looks much more powerful, but I
have nothing to test it, as my WM6 does not provides USB modem support.
Could you try it also?
--
Alexander Motin
--- usbdevs
mod.c or the
> dlclose() call in datest.c prevent the segfault.
>
> If you find some solution, please cc me as I'm not subscribed to
> freebsd-hackers.
>
> regards,
> Markus
As designed. atexit should not be used by shared objects that do not
expect themselves to live until actual exit() happens. ELF provides
proper _init/_fini sections to support shared object
initialization/destruction.
--
Alexander Kabaev
signature.asc
Description: PGP signature
On Mon, 31 Dec 2007 14:20:51 -0800
Julian Elischer <[EMAIL PROTECTED]> wrote:
> Markus Hoenicka wrote:
> > Alexander Kabaev writes:
> > > As designed. atexit should not be used by shared objects that do
> > > not expect themselves to live until actual exit() ha
On Mon, 31 Dec 2007 19:01:23 -0800
Tim Kientzle <[EMAIL PROTECTED]> wrote:
> Markus Hoenicka wrote:
> > Alexander Kabaev writes:
> > > As designed. atexit should not be used by shared objects that do
> > > not expect themselves to live until actual exit() ha
in machdep.c? Or I should
define it in machine dependent headers?
Also I would be grateful for help with implementations of this function
for arch different from i386/amd64.
Thanks.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
preallocated queue to avoid part of UMA calls?
3) I have seen that UMA does some kind of CPU cache affinity, but does
it cost so much that it costs 30% CPU time on UP router?
Thanks!
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http
Alexander Motin пишет:
While profiling netgraph operation on UP HEAD router I have found that
huge amount of time it spent on memory allocation/deallocation:
I have forgotten to tell that it was mostly GENERIC kernel just built
without INVARIANTS, WITNESS and SMP but with 'prof
Kris Kennaway пишет:
Alexander Motin wrote:
Alexander Motin пишет:
While profiling netgraph operation on UP HEAD router I have found
that huge amount of time it spent on memory allocation/deallocation:
I have forgotten to tell that it was mostly GENERIC kernel just built
without INVARIANTS
Julian Elischer пишет:
Alexander Motin wrote:
Hi.
While profiling netgraph operation on UP HEAD router I have found that
huge amount of time it spent on memory allocation/deallocation:
0.14 0.05 132119/545292 ip_forward [12]
0.14 0.05 133127/545292
g. What counters can you
recommend me to use on it for regular time profiling?
Thanks for reply.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
haps due to a failure of ifdefs?
I have commented out all INVARIANTS and WITNESS options from GENERIC
kernel config. What else should I check?
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo
. Is there any way to make it more
precise? What sampling parameters should I use for better results?
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send a
Peter Jeremy пишет:
On Sat, Feb 02, 2008 at 11:31:31AM +0200, Alexander Motin wrote:
To check UMA dependency I have made a trivial one-element cache which in my
test case allows to avoid two for four allocations per packet.
You should be able to implement this lockless using atomic(9). I
nation. One is that due
to UMA's cyclic block allocation order it does not fits CPU caches and
another that it is somehow related to critical_exit(), which possibly
can cause context switch. Does anybody have better explanation how such
small and simple in this part function
chances to be still present in cache.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
essing it. But as I
can't prove it, it just one more crazy theory. :(
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
it is not clear that the bug is within the *ksh. It may be also
the case that the problem should be fixed somewhere else.
Bye,
Alexander.
--
It's easier to get forgiveness for being
wrong than forgiveness for being right.
http://www.Leidinger.netAlexander @ Leidinger.net: PGP
s as acpi is included in
the amd64 DEFAULTS.
acpi is also loaded automatically on i386 (or not, if specified in the
loader, so it should not be added in the config)
http://people.freebsd.org/~adrian/BASE.txt
http://people.freebsd.org/~adrian/loader.conf
I haven't looked at this.
Bye,
Alexa
r> on vgapci0
Mar 3 23:01:20 swamp kernel: agp0: detected 892k stolen memory
Mar 3 23:01:20 swamp kernel: agp0: aperture size is 128M
, can they be related?
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org
protected from being used after free?
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
em) to post the package on their
official download page.
I'm not aware of something like this. Feel free to ask questions
regarding the linuxulator and our linux infrastructure in the ports on
[EMAIL PROTECTED] Also feel free to ask for review of the port on [EMAIL PROTECTED]
Bye,
Ale
aw the line between powerful enough and
how do you chose this line?
Bye,
Alexander.
--
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
___
freebsd-h
On Thu, Mar 13, 2008 at 2:16 PM, Gary Jennejohn <[EMAIL PROTECTED]>
wrote:
>
> I can't speak to this, but why not use a board which is already known
> to work? I'm using a Gigabyte M61P-S3 myself.
>
> > I think that drivers from ASUS (
> http://support.asus.com/download/download.aspx?SLanguage=en-e
On Thu, Mar 13, 2008 at 3:50 PM, Gary Jennejohn <[EMAIL PROTECTED]>
wrote:
> On Thu, 13 Mar 2008 14:49:52 -0400
> "Alexander Sack" <[EMAIL PROTECTED]> wrote:
>
> > On Thu, Mar 13, 2008 at 2:16 PM, Gary Jennejohn <
> [EMAIL PROTECTED]>
> > wrote
I suppose this should go to [EMAIL PROTECTED]
But with that said, what mode is your SATA/IDE controller in? If there is
an AHCI or Legacy mode, try it again.
-aps
On Mon, Mar 17, 2008 at 12:42 AM, Eddie Parra <[EMAIL PROTECTED]> wrote:
> (Newbie) I have FreeBSD 6.3 working on my Asus AB-2800.
On Sun, Mar 16, 2008 at 7:13 PM, Matthew Dillon <[EMAIL PROTECTED]>
wrote:
>Basically DragonFly has a syscall API that allows a userland process
>to create and completely control any number of VM spaces, including
>the ability to pass execution control to a VM space and get it back,
>
Some interesting reading for anyone who cares:
http://citeseer.ist.psu.edu/rd/89980079%2C480988%2C1%2C0.25%2CDownload/http://citeseer.ist.psu.edu/cache/papers/cs/24361/http:zSzzSzwww.usenix.orgzSzpublicationszSzlibraryzSzproceedingszSzusenix01zSzsugermanzSzsugerman.pdf/venkitachalam01virtualizing.
Hello:
New to the FreeBSD kernel and I'm investigating a driver problem
(wasn't sure what list this should go on).
I was wondering how to make a driver statically built instead of a
loadable module? Is this an artifact of the driver source build or
the generic kernel configuration mechanism via
On Thu, Mar 27, 2008 at 3:25 PM, Julian Elischer <[EMAIL PROTECTED]> wrote:
> Alexander Sack wrote:
> > Hello:
> >
> > New to the FreeBSD kernel and I'm investigating a driver problem
> > (wasn't sure what list this should go on).
> >
> >
On Thu, Mar 27, 2008 at 4:39 PM, pluknet <[EMAIL PROTECTED]> wrote:
>
> On 27/03/2008, Alexander Sack <[EMAIL PROTECTED]> wrote:
> > On Thu, Mar 27, 2008 at 3:25 PM, Julian Elischer <[EMAIL PROTECTED]> wrote:
> > > Alexander Sack wrote:
> > > &
.
URL: http://people.freebsd.org/~mav/netgraph.threads.patch
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
ption nodes).
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
n case of such forced queueing, node becomes an independent data source
which can be pinned to and processed by whatever specialized thread or
netisr, when it will be able to do it more effectively.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mai
t pure documentation work. Maybe you can find
something else you would be willing to do during the SoC. In case you
haven't send multiple applications, feel free to send more than one.
Bye,
Alexander.
--
Goldfish... what stupid animals. Even Wayne Cody stops
eating before he bu
.0-CURRENT #0: Sun Apr 6
14:22:23 EDT 2008 ...
Same on RELENG_6 (do not have 7.0 around, but 8.0 and 7.0 are identical
compiler-wise. Same on 8.0/amd64.
BTW, do you have . in your PATH?
> g++ -fexceptions -o exc exc.C
> exc <==== should it be ./exc ?
Exception raised: Memory allocation failure!
^^^ Not in your sample code.
--
Alexander Kabaev
signature.asc
Description: PGP signature
Hello:
Sorry for cross posting but this seems to be both a driver and
network/kernel issue so I figure I actually thought all lists seemed
appropriate.
I'm investigating an issue we are seeing with 6.1-RELEASE and the bge
driver dropping packets sporadically at 100MBps speed. The machine is
a 2-
Dieter: Thanks, at 20Mbps! That's pretty aweful.
JK: Thanks again. Wow, I searched the list and didn't see much
discussion with respect to bge and packet loss! I will try the rest
of that patch including pushing the TCP receive buffer up (though I
don't think that's going to help in this case)
On Fri, Apr 25, 2008 at 9:59 AM, Adam <[EMAIL PROTECTED]> wrote:
> Hi, I am writing a custom system call that needs to transfer 16kb of data
> from the kernel to userspace. I am transferring the data out of the kernel
> by using copyout. This seems to work for a small struct of data < 4k.
>
> int
>> Has anybody done a port of glibc to FreeBSD? (I'm not interested in
>> opinions about how poor it is or how evil the FSF are; I'm only asking to
>> avoid duplicate work. Thanks.)
>
>Perhaps if you explain what it is you're trying to accomplish, there might
>be an easier option than porting *shud
Hi,
I configured vinum (RAID 1) on a 3.2S System. As I want to mirror
as much as I need to keep the system running (in case of a drive 1
failure) I mirrored /etc as well. At boot time (until vinum is
initialized) the system only has the following files:
/etc/defaults/rc.conf
/etc/rc.conf
/etc/rc
ng but I'm not sure
which effect the missing class has.
Regards,
Alex
> -Original Message-
> From: Greg Lehey [mailto:g...@lemis.com]
> Sent: Dienstag, 27. Juli 1999 09:43
> To: Alexander Maret
> Cc: freebsd-hackers@freebsd.org
> Subject: Re: Which /etc-files do
Thus spake Wilko Bulte (wi...@yedi.iaf.nl):
Read again.
> part of /etc/profile (or something similar) so that it can be picked
> up from a reliable place at runtime.
> > - groff has the paper size set as compile time option.
Alex
--
I doubt, therefore I might be.
To Unsubscribe: send mail
Kostik,
thank you very much for the review!
Kostik Belousov wrote:
On Mon, Apr 19, 2010 at 12:46:48AM +, Alexander Krizhanovsky wrote:
Hi all!
This patch implements per-thread rusage statistic (like RUSAGE_THREAD in
Linux and RUSAGE_LWP in OpenSolaris).
Unfortunately, we have to
s possible only after about 300 thousand years of uptime... Could
you please explain this?
Should I write further about the patch to svn-src-all@ (sorry, but I'm
new in FreeBSD mailing) ?
Kostik Belousov wrote:
On Mon, May 03, 2010 at 08:13:00PM +, Alexander Krizhanovsky wrote:
On 05/05/10 01:24, Kostik Belousov wrote:
> On Wed, May 05, 2010 at 12:48:53AM +0000, Alexander Krizhanovsky wrote:
>
>> Konstantin,
>>
>> Concerning i/o counters we collect them in rucollect() in for loop and
>> update in various places, for example in v
ot require
rewriting conditionals in any way.
Alexander Churanov
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
elicense is bad, I just think your
introduction of it could have been a little bit more verbose (tell
the people something to make them want to have a look at it).
Bye,
Alexander.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mail
ect at run-time then.
What we search for is a good real-life example where spoofing a
non-existing feature would be helpful. So far we where able to come up
with cases where this would hurt, but not help.
Bye,
Alexander.
--
If the master dies and the disciple grieves,
the lives of both hav
stalling a new kernel).
Bye,
Alexander.
--
"Don't worry. Clemenza is OK. It's Paulie."
-- Santino Corleone, "Chapter 4", page 93
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org net
gt;> Hi hackers!
>>>
>>> While discussing my project's implementation details with my mentor,
>>> Alexander Leidinger, we've found that one of the ideas needs to
be discussed with community,
>>> to find out possible use cases.
>>> That is,
ess-analysis and an are-there-good-alternatives-check).
As the GSoC is also having a deadline, I will set the deadline for
providing such ports/examples to the end of this month.
Bye,
Alexander.
--
You are only young once, but you can stay immature indefinitely.
http://www.Leidinger.netA
_func[] = "\xf1\xc3";
> typedef void (*icebp_call)(void);
>
> int main(int argc, char **argv)
> {
> icebp_call func = (icebp_call)icebp_func;
>
> if (signal(SIGTRAP, trap_handler) == SIG_ERR)
> err(1, "signal");
>
> func();
>
> if (trapped)
> printf("Admiral Ackbar: it's a trap!\n");
>
> return 0;
> }
>
> Ran it and it segfaulted on CURRENT:
>
Now make icebp_func const and observe the program start working. The
test case is broken as written, because icebp_func array is writable,
so in ends up in a non-const part of .bss, which is not marked as
executable and rightfully causes SIGSEGV when jumped to.
--
Alexander Kabaev
signature.asc
Description: PGP signature
orced in long mode, or in 32-bit with PAE, if I remember things
correctly.
--
Alexander Kabaev
signature.asc
Description: PGP signature
On Sun, 11 Jul 2010 15:59:05 -0700
Garrett Cooper wrote:
> > + if (!_SIG_VALID(how))
> > + return (-EINVAL);
-EINVAL? Smells too much of Linux, try returning EINVAL instead.
--
Alexander Kabaev
signature.asc
Description: PGP signature
I forwarded to our libelf
author. The bug if harmless otherwise.
--
Alexander Kabaev
PS. I usually avoid responding to messages from strangely named
entities, but there's always a place for exception...
signature.asc
Description: PGP signature
r that purpose - it is their own problem. But
as I can see, twa uses own lock, not Giant.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
a device with similar
to
RFC 3077 functionality.
I am a little new to low level kernel development so the question is: what would
be the staff to start with?
Thanks for help!
--
AIM-UANIC | AIM-RIPE +-[ FreeBSD ]-+
Alexander Mogilny | The Power to Serve! |
<> s...@sg.
98MHz).
PPS: I expect even better effect achieved by further reducing interrupt
rates on idle CPUs.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to &
Norikatsu Shigemura wrote:
> On Sat, 24 Jul 2010 16:53:10 +0300
> Alexander Motin wrote:
>> PS: In this case benefit is small, but it is the least that can be
>> achieved, depending on CPU model. Some models allow frequency to be
>> risen by up to 6 steps (+798MHz).
>
Rui Paulo wrote:
> On 24 Jul 2010, at 14:53, Alexander Motin wrote:
>> Here is my test case: FreeBSD 9-CURRENT on Core i5 650 CPU, 3.2GHz + 1/2
>> TurboBoost steps (+133/+266MHz) with boxed cooler at the open air. I was
>> measuring building time of the net/mpd5 from source
Robert Watson wrote:
> On Sun, 25 Jul 2010, Alexander Motin wrote:
>>> The numbers that you are showing doesn't show much difference. Have
>>> you tried buildworld?
>>
>> If you mean relative difference -- as I have told, it's mostly because
>> of
Alan Cox wrote:
> On Mon, Jul 26, 2010 at 9:11 AM, Alexander Motin <mailto:m...@freebsd.org>> wrote:
>
> In that case using C2 or C3 predictably caused small performance reduce,
> as after falling to sleep, CPU needs time to wakeup. Even if tested CPU0
> won&
Hello hackers,
while working on the "ringmap"-project I've faced a problem of
"no coherency in the memory regions mapped from kernel into the
user-space".
Details:
While integrating ringmap with the ixgbe-driver, I've made some
changes to the ixgbe:
1. The mbufs for received packets will be
On Thursday 29 July 2010 18:13:23 Andriy Gapon wrote:
> on 29/07/2010 17:13 Alexander Fiveg said the following:
> > P.S. Details about hardware and used software:
> > 1. /var/run/dmesg.boot :
> > ...
> > CPU: Dual Core AMD Opteron(tm) Processor 865 (1800.01-MHz
On Thursday 29 July 2010 22:16:24 Andriy Gapon wrote:
> on 29/07/2010 23:02 Sergey Babkin said the following:
> > Jul 29, 2010 12:58:07 PM, a...@icyb.net.ua wrote:
> >> on 29/07/2010 19:13 Andriy Gapon said the following:
> >>> on 29/07/2010 17:13 Alexander Fiveg sa
unterpart:
/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf32-i386)
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED
( /lib/ld-linux.so.2 ) )
--
Alexander Kabaev
signature.asc
Description: PGP signature
hi there,
just wanted to get some feedback for this tiny patch and if people think it
makes sense.
cheers.
alex
--
a13x
Index: sys/sys/signal.h
===
--- sys/sys/signal.h (revision 24)
+++ sys/sys/signal.h (working copy)
@@ -47,6
On Tue Aug 10 10, Kostik Belousov wrote:
> On Tue, Aug 10, 2010 at 01:53:47AM +0000, Alexander Best wrote:
> > hi there,
> >
> > just wanted to get some feedback for this tiny patch and if people think it
> > makes sense.
>
> I almost agree with the part of
gt; GDB is free software, covered by the GNU General Public
> > > > License, and you are welcome to change it and/or distribute
> > > > copies of it under certain conditions. Type "show copying" to
> > > > see the conditions. There is absolutely no wa
ontain sections with debugging info. With .kld-file
debugging works out. Do I something incorrectly or the info in the Developers
Book is outdated?
regards,
Alex
--
Alexander Fiveg
Key fingerprint = ECBB 747C 919D 78F5 E8EC 7DBC 8B46 376D 107B CCAA
hi there,
i just had subversion complain about a broken pipe while piping its output
through awk straight to head [1]. i decided to add a switch to head which will
tell it to never close a pipe unless the input has stopped [2].
of course this will produce massive overhead, but some people might f
On Sat Aug 28 10, Anonymous wrote:
> Alexander Best writes:
>
> > hi there,
> >
> > i just had subversion complain about a broken pipe while piping its output
> > through awk straight to head [1]. i decided to add a switch to head which
> > will
> >
more.
My latest patch against 9-CURRENT can be found here:
http://people.freebsd.org/~mav/timers_oneshot4.patch
Comments, ideas, propositions -- welcome!
Thanks to all who read this. ;)
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing
just discovered this issue while going through some linux mailinglists:
otaku% dd if=/dev/urandom of=testfile bs=1 count=42
42+0 records in
42+0 records out
42 bytes transferred in 0.000393 secs (106894 bytes/sec)
otaku% hexdump -s 42 testfile
02a 134d b7b9 e085 da16 63b0 554a 1603 ead0
000
r HPET) - you may
like to set such tunables:
hint.atrtc.0.clock=0
hint.attimer.0.clock=0
hint.hpet.0.legacy_route=1
It will disable RTC and i8254 timers, but grant their interrupts to
HPET, allowing it to work as per-CPU for dual-CPU systems.
--
Alexander Motin
While it may be not very dangerous, it is not very good.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
Gary Jennejohn wrote:
> On Mon, 30 Aug 2010 13:07:38 +0300
> Alexander Motin wrote:
>> Gary Jennejohn wrote:
>>> Ah, I think I see it now. My desktop has only C1 enabled. Is that it?
>>> Unfortunately, it appears that only C1 is supported :(
>> Yes, as I h
On Sun Aug 29 10, Garrett Cooper wrote:
> On Sun, Aug 29, 2010 at 9:27 AM, Alexander Best wrote:
> > just discovered this issue while going through some linux mailinglists:
> >
> > otaku% dd if=/dev/urandom of=testfile bs=1 count=42
> > 42+0 records in
> &
YAMAMOTO, Taku wrote:
> On Mon, 30 Aug 2010 13:07:38 +0300
> Alexander Motin wrote:
>> Gary Jennejohn wrote:
> (snip)
>>> So, what else did you do to reduce interrupts so much?
>>>
>>> Ah, I think I see it now. My desktop has only C1 enabled. Is that i
On Mon Aug 30 10, Dag-Erling Smørgrav wrote:
> Alexander Best writes:
> > *hehehe* that might be true. maybe they've bought the src from AT&T? anyway
> > i
> > don't think the BSD license restricts you releasing code under a new
> > license.
> >
On Mon, Aug 30, 2010 at 08:16:11AM -0400, John Baldwin wrote:
> On Friday, August 27, 2010 4:11:41 pm Alexander Fiveg wrote:
> > Hi,
> > from "FreeBSD Developers' Handbook, 10.7 Debugging Loadable Modules Using
> > GDB":
> > "...
> > (kgdb) a
On Mon, Aug 30, 2010 at 01:10:37PM -0400, John Baldwin wrote:
> On Monday, August 30, 2010 12:12:50 pm Alexander Fiveg wrote:
> > On Mon, Aug 30, 2010 at 08:16:11AM -0400, John Baldwin wrote:
> > > On Friday, August 27, 2010 4:11:41 pm Alexander Fiveg wrote:
> > >
Alexander Motin wrote:
> YAMAMOTO, Taku wrote:
>> On Mon, 30 Aug 2010 13:07:38 +0300
>> Alexander Motin wrote:
>>> Gary Jennejohn wrote:
>> (snip)
>>>> So, what else did you do to reduce interrupts so much?
>>>>
>>>> Ah,
Gary Jennejohn wrote:
> On Mon, 30 Aug 2010 12:11:48 +0200
> Gary Jennejohn wrote:
>
>> On Mon, 30 Aug 2010 13:07:38 +0300
>> Alexander Motin wrote:
>>
>>> Gary Jennejohn wrote:
>>>> Hmm. I applied your patches and am now running the new kerne
hi there,
just having a quick look around to see, if anybody would be interested in
fetch -B and fetch -S accepting humanized numbers using expand_number()?
cheers.
alex
--
a13x
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mai
On Mon, Aug 30, 2010 at 05:34:01PM -0400, John Baldwin wrote:
> On Monday, August 30, 2010 4:34:04 pm Alexander Fiveg wrote:
> > On Mon, Aug 30, 2010 at 01:10:37PM -0400, John Baldwin wrote:
> > > On Monday, August 30, 2010 12:12:50 pm Alexander Fiveg wrote:
> > > >
Gary Jennejohn wrote:
> On Mon, 30 Aug 2010 13:07:38 +0300
> Alexander Motin wrote:
>> Yes, as I have said, at this moment empty ticks skipped only while CPU
>> is in C2/C3 states. In C1 state there is no way to handle lost events on
>> wake up. While it may be not very d
Alexander Motin wrote:
> Gary Jennejohn wrote:
>> On Mon, 30 Aug 2010 12:11:48 +0200
>> OK, this is purely anecdotal, but I'll report it anyway.
>>
>> I was running pretty much all day with the patched kernel and things
>> seemed to be working quite
401 - 500 of 1213 matches
Mail list logo