On Fri, 17 Oct 2003, Bruce Evans wrote:
> How would one test if it was an improvement on the 4BSD scheduler? It
> is not even competitive in my simple tests.
[scripts results deleted]
>
> Summary: SCHED_ULE was more than twice as slow as SCHED_4BSD for the
> obj and depend stages. These stages
I've been working on locking of the DRM, based off of the work that was
already done for linux and ported to BSD. I think the current locking
was wrong, including that it used lockmgr and simplelocks on -stable
when as far as I know it was unnecessary. Also, I had marked the IRQ
handlers MPSAFE w
On Wed, 15 Oct 2003, Jeff Roberson wrote:
> I fixed two bugs that were exposed due to more of the kernel running
> outside of Giant. ULE had some issues with priority propagation that
> stopped it from working very well.
>
> Things should be much improved. Feedback, as always, is welcome. I'd
>
Hi there.
We are working with a couple atheros wireless card, we setup a
Freebsd AP with a NETGEAR card on mode 11a mediaopt hostap turbo mode,
We made a Throughput test with 2 different wireless card DLINK and
NETGEAR , with a ftp traffic in both ways with no diference between the
DLINK
If you don't find it on the darwin site
(http://developer.apple.com/darwin), it's probably not going to show up
as an open source project.
Regards,
Justin
On Thursday, October 16, 2003, at 09:00 PM, Maksim Yevmenkin wrote:
Dear Hackers,
Does anyone know if Apple has released Darwin/OSX Bluet
Dear Hackers,
Does anyone know if Apple has released Darwin/OSX Bluetooth code to the
public? Quick look at http://www.opensource.apple.com/ did not reveal
anything particularly useful (although i did not try really hard :)
I'm currently thinking about un-Netgraph'ing FreeBSD code to make it port
Check the setting for your RX Int delay. Try setting it to 0. It can be changed
on-the-fly via `sysctl hw.em.rx_int_delay`.
Look at the comments in if_em.c for an explanation.
If that does not solve the problem, contact Intel support -- they have been very helpful to me in the past.
I'm experi
Actually there are two ways of doing this. One is to use a Wake-On-Lan
Magic Packet(tm), which I have never tested, but I believe should be
taken care of by the systems BIOS. Technically it is possible to have
the device driver set the ACPI state level the machine should be woken
up from, but I hav
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
First off, if you've been following my dabbling in fixing the USB resume
problem on my laptop you know that I have been plauged by the infamous
restart on second suspend with a usb device being accessed during the second
suspend (ie. wiggling mouse)
On Thu, 16 Oct 2003 08:50:01 -0700 (PDT)
Doug White <[EMAIL PROTECTED]> wrote:
> On Wed, 15 Oct 2003, Greg J. wrote:
>
> > > > > What's attached to the ports?
> > > > Nothing.. if I plug anything in (like a mouse) it freezes my
> > > > system.
> > >
> > > Interesting .. which VIA chipset is it? I
Hey all- hopefully someone can point me in the right direction here.
After problems with cvsuped 5.1 current, I did a re-install of 5.1
RELEASE on a system with two IDE drives. The install appears to go
well, but on reboot, I'm faced with what appears to be 3(!!) options for
booting BSD, none
I've got four dual Xeon servers that I can reliably panic under disk
load. All of them have Promise ATA Raid controlers running in RAID1
mode. They consistantly panic in arstrategy if I run something like a
CVS checkout of ports. The panic message and ddb backtrace are below
as is the dmesg. Th
On Thursday 16 October 2003 23:00, Jeff Roberson wrote:
> On Thu, 16 Oct 2003, Arjan van Leeuwen wrote:
> > I just cvsupped and installed a new world and kernel (previous kernel was
> > from October 13), and now my machine gets a page fault when I try to run
> > any GTK2 application (Firebird, Gnom
On Thu, 16 Oct 2003, Valentin Chopov wrote:
> I'm getting an error in the sched_ule.c
>
> It looks that sched_add is called with "struct kse" arg. instead of
> "struct thread"
Fixed, thanks.
>
> Thanks,
>
> Val
>
>
> cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs
> -W
On Thu, 16 Oct 2003, Arjan van Leeuwen wrote:
> I just cvsupped and installed a new world and kernel (previous kernel was from
> October 13), and now my machine gets a page fault when I try to run any GTK2
> application (Firebird, Gnome 2). Are others seeing this as well?
>
> Arjan
If you're run
I just cvsupped and installed a new world and kernel (previous kernel was from
October 13), and now my machine gets a page fault when I try to run any GTK2
application (Firebird, Gnome 2). Are others seeing this as well?
Arjan
___
[EMAIL PROTECTED] ma
>
> The latest development source of ntpd started to use setrlimit() before
> using mlockall(). This combination proves fatal on -current. The code
> in ntpd/ntpd.c looks like this:
Ok, I found an easier way to provoke the panic. Just compile the following
program like this:
cc -Wall -O -o vm -l
I'm having problems where the entire system is locking up when using a MD
UFS+SoftUpdates partition. I can simply dd if=/dev/zero of=/mnt/foo and in
a couple tries it will lock up. When it locks up, buf_daemon (or if that is
patched against, syncer) is calling waitrunningbufspace() from a non-
On Thu, Oct 16, 2003 at 09:32:55AM -0600, M. Warner Losh wrote:
> ...
> : You should use devd instead of pccardd in -current.
> : See devd(8) and devd.conf(8).
>
> That's one problem, but not the problem. The problem that he's
> hitting is that he can't get memory to read the card's CIS. That's
On Thu, Oct 16, 2003 at 09:06:18AM -0400, Paul Mather wrote:
> Does anyone know whether the IBCS2 emulation functionality regressed
> going from FreeBSD 4 to FreeBSD 5?
It's quite possible, because that code is unmaintained.
Kris
pgp0.pgp
Description: PGP signature
Max Laier wrote:
> Wednesday, October 15, 2003, 1:29:21 PM, you wrote:
> AC> Due to increased activity of SPAM harvesters what are our plans to hide
> AC> our addresses from public WWW? I mean all browseable mailing lists,
> AC> FreeBSD site, CVS via WWW, PRs, ports and docs.
>
> OT: mail/procmail
Steve O'Hara-Smith wrote:
> Peter Schultz <[EMAIL PROTECTED]> wrote:
> > However, since that fateful
> > e-mail I have been viciously attacked by spammers posing as Microsoft
> > security updaters. These spams include attachments making them all
> > around 150KB in size. Maybe others of you have
Hi Folks,
Daniel Lang wrote on Thu, Oct 16, 2003 at 02:15:56PM +0200:
[..]
> A current snapshot, like 5.1-CURRENT-20031015-JPSNAP
> boots correctly and sysinstall starts. A trap is encountered
> as soon as I try to configure any of the two network interfaces.
> fxp0 and a wi0 are detected.
> ACPI
I'm getting an error in the sched_ule.c
It looks that sched_add is called with "struct kse" arg. instead of
"struct thread"
Thanks,
Val
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs
-Wstri
ct-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-ffo
> Date: Thu, 16 Oct 2003 23:17:47 +0900
> From: Hiroyuki Aizu <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
>
> This is a multi-part message in MIME format.
>
> --Multipart_Thu__16_Oct_2003_23_17_47_+0900_0865e200
> Content-Type: text/plain; charset=US-ASCII
> Content-Transfer-Encoding: 7bit
>
On Wed, 15 Oct 2003, Greg J. wrote:
> > > > What's attached to the ports?
> > > Nothing.. if I plug anything in (like a mouse) it freezes my system.
> >
> > Interesting .. which VIA chipset is it? I have a KT400 at home that
> > hasn't built current in a while but worked as of a few weeks ago. I'l
> >
> > Oct 15 09:19:16 beastie pccardd[507]: fatal error: no PC-CARD slots
> > Oct 15 09:19:23 beastie kernel: pccard0: can't alloc memory to read attributes
> > Oct 15 09:19:23 beastie kernel: pccard0: CARD ERROR!
> > Oct 15 09:19:23 beastie kernel: cbb0: PC Card card activation failed
> >
> >
I get several of these messages with a recent -current:
Oct 16 17:38:35 cicely6 kernel: dummynet: warning, refcnt now 0, decreasing
Oct 16 17:38:36 cicely6 last message repeated 2 times
Oct 16 17:38:36 cicely6 kernel: dummynet: warning, refcnt now -1, decreasing
Oct 16 17:38:36 cicely6 kernel: dumm
In message: <[EMAIL PROTECTED]>
Daniel Eischen <[EMAIL PROTECTED]> writes:
: On Wed, 15 Oct 2003 [EMAIL PROTECTED] wrote:
:
: > Hi,
: >
: > I'm running into a problem wrt PCcards under 5.1.
: >
: > First, here's what I've got:
: > Compaq Evo N610c, 1GB RAM, 40GB HD, latest BIOS
: > S
At Thu, 16 Oct 2003 23:17:47 +0900,
Hiroyuki Aizu wrote:
>
> [1 ]
> Hi.
>
> The original ata_reset() lost ATA-master drive and remove main file system
> after suspend/resume. Of cource it occors panic!
> I think that the ata_reset() in ata-lowlevel.c is bogus and I can not
> understand the code.
Hi.
The original ata_reset() lost ATA-master drive and remove main file system
after suspend/resume. Of cource it occors panic!
I think that the ata_reset() in ata-lowlevel.c is bogus and I can not
understand the code. So I study ATA and rewrite ata_reset() completely.
New device detect algorism
To those of you using motherboards based on the NVIDIA nForce chipsets,
I have recently added support for CURRENT to my nForce MCP ethernet
driver.
The details can be found here:
http://www.onthenet.com.au/~q/nvnet
--
Seeya...Q
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Hi,
I'm experiencing a problem with the em driver in 5.1-CURRENT for my Intel 1000/Pro
fiber Gbit adapter.
The following is recorded in the syslog:
Oct 15 18:17:49 shaolin kernel: em0: watchdog timeout -- resetting
Oct 15 18:30:25 shaolin kernel: em0: watchdog timeout -- resetting
Oct 15 18:30:
On Thu, 2003-10-16 at 14:23, Jun Su wrote:
> Seems Tools\makeobjops.awk needs some update.
Sorry about that - I forgot to commit that bit.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, sen
Seems Tools\makeobjops.awk needs some update.
error log:
%make
cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
-fformat-extensions -std=c99 -g -nostdinc -I- -I.
-I/usr/home/junsu/workshop/sys-n
On Thu, 16 Oct 2003, Paul Mather wrote:
> Does anyone know whether the IBCS2 emulation functionality regressed
> going from FreeBSD 4 to FreeBSD 5? I ask because I have a
> statically-linked SCO binary that works under FreeBSD 4.8-STABLE but
> not under FreeBSD 5.1-RELEASE-p10 (or a version of 5.
Hello Andrey,
Wednesday, October 15, 2003, 1:29:21 PM, you wrote:
AC> Due to increased activity of SPAM harvesters what are our plans to hide
AC> our addresses from public WWW? I mean all browseable mailing lists,
AC> FreeBSD site, CVS via WWW, PRs, ports and docs.
AC> As I think, simple form wi
TB --- 2003-10-16 11:27:15 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org
TB --- 2003-10-16 11:27:15 - starting CURRENT tinderbox run for sparc64/sparc64
TB --- 2003-10-16 11:27:15 - checking out the source tree
TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64
TB --- /usr/bin/cvs -f -R -q
Hi,
I just got a Thinkpad A31p on which I try to install -current.
I've tried several snapshots:
5.1-RELEASE panics during kernel boot, while trying to
create a firewire0 device. ACPI enabled or not makes
no difference.
A current snapshot, like 5.1-CURRENT-20031015-JPSNAP
boots correctly and sy
Jeff Roberson wrote:
On Thu, 16 Oct 2003, Eirik Oeverby wrote:
Jeff Roberson wrote:
On Wed, 15 Oct 2003, Eirik Oeverby wrote:
Eirik Oeverby wrote:
Jeff Roberson wrote:
I fixed two bugs that were exposed due to more of the kernel running
outside of Giant. ULE had some issues with priorit
Hi, Peter.
PS> At this point in time it's downright irresponsible not to hide our
PS> addresses.
PS> I've been lurking on this list about a month to get caught up with
PS> -current issues. Friday was both the first mail I sent to the list,
PS> and the first use of this e-mail address. The onl
Hi,
> *default compress
> pports-all
^^ is pports a typo in the file?
Rgds
Rus
--
w: http://www.jvds.com | JVDS Hosting
e: [EMAIL PROTECTED]| Reliable, Stable, C-Panel
t: +44 7919 373537 | Web Hosting
t: 1-888-327-6330 | email: [EMAIL PROTECTED]
I had set up a cvsmirror,when i cvsup from another place,it appeare the message
below,how can i slove it?
Here is the message and my cvs-supfile
su-2.05b# cvsup -g -L 2 ports-supfile
Parsing supfile "ports-supfile"
Connecting to 211.66.128.25
Connected to 211.66.128.25
Server software version:
On Thu, Oct 16, 2003 at 04:43:27AM -0500, Peter Schultz wrote:
> At this point in time it's downright irresponsible not to hide our
> addresses.
>
> I've been lurking on this list about a month to get caught up with
> -current issues. Friday was both the first mail I sent to the list,
> and the
On Thu, 16 Oct 2003 04:43:27 -0500
Peter Schultz <[EMAIL PROTECTED]> wrote:
> However, since that fateful
> e-mail I have been viciously attacked by spammers posing as Microsoft
> security updaters. These spams include attachments making them all
> around 150KB in size. Maybe others of you ha
Martin Minkus ([EMAIL PROTECTED]) wrote:
>
>
>Well perhaps I'll hold off making world as I just cvsupped ;)
I have a system here that was last updated approximately 2 days ago,
and it is still working without any problems. Well, it _IS_ an idle
system, though ;-)
>Don't wanna lose any stability
At this point in time it's downright irresponsible not to hide our
addresses.
I've been lurking on this list about a month to get caught up with
-current issues. Friday was both the first mail I sent to the list,
and the first use of this e-mail address. The only incoming mail was
from the Fr
Hi !
> Things should be much improved. Feedback, as always, is welcome.
Wow ! Smoothly working under a load of approx. 4.
Running gnome2, mozilla, evolution, mplayer and kpdf.
Running portsdb -Uu and a kernel build.
No stuttering mouse, no irritating delays, fast rendering.
That's definitely bet
On Thu, 16 Oct 2003, Eirik Oeverby wrote:
> Jeff Roberson wrote:
> > On Wed, 15 Oct 2003, Eirik Oeverby wrote:
> >
> >
> >>Eirik Oeverby wrote:
> >>
> >>>Jeff Roberson wrote:
> >>>
> >>>
> I fixed two bugs that were exposed due to more of the kernel running
> outside of Giant. ULE had som
Jeff Roberson wrote:
On Wed, 15 Oct 2003, Eirik Oeverby wrote:
Eirik Oeverby wrote:
Jeff Roberson wrote:
I fixed two bugs that were exposed due to more of the kernel running
outside of Giant. ULE had some issues with priority propagation that
stopped it from working very well.
Things should b
50 matches
Mail list logo