Re: devfs(5) Permissions

2002-03-04 Thread David Malone
On Sun, Mar 03, 2002 at 09:26:11PM +0100, Poul-Henning Kamp wrote: > >I presume you'd push the rules in using sysclt or did you have > >something more filesystem like in mind? > > Nope, just a sysctl. I guess then you just need a sysctl which lets you read the rules for a given devfs mount point

Re: devfs(5) Permissions

2002-03-04 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, David Malone writes: >On Sun, Mar 03, 2002 at 09:26:11PM +0100, Poul-Henning Kamp wrote: >> >I presume you'd push the rules in using sysclt or did you have >> >something more filesystem like in mind? >> >> Nope, just a sysctl. > >I guess then you just need a sysctl

simplelock to lock_class?

2002-03-04 Thread ouyang kai
Hi, eveyone,        I found the FreeBSD4.x defined the simplelock in the sys/sys/lock.h. But, it doesn't exist in FreeBSD5.0, why? If I want use the FreeBSD4.x simplelock function, how and what can I use in FreeBSD5.0?     Thank you! Best Regards, Ouyang KaiGet more from the Web. FREE MSN Explor

[no subject]

2002-03-04 Thread Kyle Taylor
subscribe [EMAIL PROTECTED] = "To be poor is hard, but to be a poor race in a land of dollars is the very bottom of hardships." --W.E.B. DuBois __ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sports.yahoo.com To Unsubscr

Re: 5.0-CURRENT makebuild world fails

2002-03-04 Thread Matthew Dillon
:In message: <[EMAIL PROTECTED]> :"Philip M. Gollucci" <[EMAIL PROTECTED]> writes: :: cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall :: -fkeep-inline-functions -I/usr/src/lib/csu/i386-elf/../common -c :: /usr/src/lib/csu/i386-elf/crt1.c:70: warning: ANSI C forbids b

blockable sleep panic on Alpha / current

2002-03-04 Thread Wilko Bulte
During a make release I just got a panic. The build progressed until: gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxabs.3 > imaxabs.3.gz gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxdiv.3 > imaxdiv.3.gz gzip -cn /usr/src/lib/libc/../libc/stdlib/labs.3 > labs.3.gz The running system is a -curren

Re: Netgraph, device drivers and mutexes

2002-03-04 Thread Maksim Yevmenkin
Julian, thank you very much for a such detailed answer :) [...] > I hope that this helps you! yes it did help :) i changed my code and it seems to work just fine. i wish i had SMP laptop to test it :) thanks, max To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-cur

Re: Netgraph, device drivers and mutexes

2002-03-04 Thread Julian Elischer
On Mon, 4 Mar 2002, Maksim Yevmenkin wrote: > Julian, > > thank you very much for a such detailed answer :) > > [...] > > > I hope that this helps you! > > yes it did help :) i changed my code and it seems to work just fine. > i wish i had SMP laptop to test it :) Well it aint exactly S

Re: 5.0-CURRENT makebuild world fails

2002-03-04 Thread Terry Lambert
Matthew Dillon wrote: > I always like to say that these things are "Illegal everywhere except > in GCC on a sunny Sunday". > > This is a misfeature in GCC. Like dynamically sized arrays declared > on the stack (which to my horror I actually use sometimes) or dynamic > braced

gcc -O broken in CURRENT

2002-03-04 Thread Martin Blapp
Hi all, Unfortunatly I have a example from the ports, needed by OpenOffice port (work in progress) cd /usr/ports/devel/stlport/ && make install cd /usr/ports/devel/stlport/work/STLport-4.5.3/test/eh gmake -f gcc-freebsd.mak [vector] :testing n-size constructor (const) ... 95 try successful [ve

Re: Netgraph, device drivers and mutexes

2002-03-04 Thread Maksim Yevmenkin
Julian, [...] > > > I hope that this helps you! > > > > yes it did help :) i changed my code and it seems to work just fine. > > i wish i had SMP laptop to test it :) > > Well it aint exactly SMP safe YET, until I make those changes through teh > REST of the system. There are still direct timeo

Re: Netgraph, device drivers and mutexes

2002-03-04 Thread Julian Elischer
On Mon, 4 Mar 2002, Maksim Yevmenkin wrote: > Julian, [...] > > speaking of ng_tty... it is clear to me how to inject data into Netgraph > in a safe way, but it is not yet clear how Netgraph can inject data into > other subsystems. > > you see, the Bluetooth spec defines several Host (PC) to

Re: blockable sleep panic on Alpha / current

2002-03-04 Thread Wilko Bulte
On Mon, Mar 04, 2002 at 07:13:03PM +0100, Wilko Bulte wrote: Another one, appears to be identical. No dump, no kernel debugger unfortunately. The kernel has WITNESS enabled too. I'll try to catch a dump if that is helpful to someone? Wilko FreeBSD/alpha (ds10.wbnet) (ttyd0) login: panic: blo