unbloating {tcp,tcp6,udp,udp6}_getcred()

2002-07-29 Thread Don Lewis
The tcp_getcred(), tcp6_getcred(), udp_getcred(), udp6_getcred() look like a bad example of mostly duplicated code caused by cut and paste programming. By passing a pointer to the inpcbinfo structure as an argument to the sysctl hander it is possible to combine the use a common handler for the

Re: VESA 800x600 console not working

2002-07-29 Thread Maxim Sobolev
David Xu wrote: Yes, this is a known problem. I have a patch for this, you may download it from here: http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz Any ideas why it isn't committed yet? -Maxim David Xu - Original Message - From: Rob [EMAIL PROTECTED] To: Current

MSc student, needs help from OS contributor! - 2nd request

2002-07-29 Thread Tzouris,M
Hello again, I uploaded a newer version of my online questionnaire (http://www.lse-students.ac.uk/tzouris/oss), and I am searching for Open Source contributors who might be interested in answering it. The questionnaire is designed in a way that it won't require more than 10 minutes to

Re: A fix of recent bugs in swapping in/out a process

2002-07-29 Thread Mark Santcroos
Hi, Just want to let you know that this patch fixes the 'fault on nofault entry' panics I had. It was very easily reproducable with: --- char *buf; int n=0; buf=(char *)malloc(1); for(;;) buf=(char *)realloc(buf,n++*1024*1024); --- Ran some tests now and as said it didn't happen

Re: firewall support?

2002-07-29 Thread Sheldon Hearn
On (2002/07/28 09:49), Szilveszter Adam wrote: is firewall support built into the -current kernel or does it need to be compiled in? It is not in GENERIC, but you can always either compile it in, or load it from a module by editing /boot/loader.conf. Beware! AFAIK, the kernel-loadable

Re: VESA 800x600 console not working

2002-07-29 Thread rob
Maxim Sobolev wrote: David Xu wrote: Yes, this is a known problem. I have a patch for this, you may download it from here: http://opensource.zjonline.com.cn/freebsd/vm86patch.tgz Any ideas why it isn't committed yet? -Maxim BTW, the VESA mode doesn't work on -stable now either.

Be careful mounting -stable partitions on -current

2002-07-29 Thread rob
I mounted my -stable /usr partition on -current /mnt to copy over a kernel config file, and when I finally fired up -stable, the /usr partition was borked. Fsck couldn't fix it manually. Luckily I had backups. It said that the master record didn't match the alternate. I might have rebooted

Re: VESA 800x600 console not working

2002-07-29 Thread Alexander Kabaev
What do you mean? VESA mode works like a charm here on a very fresh STABLE. FreeBSD stable 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jul 29 10:19:35 EDT 2002 root@stable:/usr/src/sys/compile/KAN i386 On Mon, 29 Jul 2002 06:57:13 -0700 rob [EMAIL PROTECTED] wrote: BTW, the VESA mode doesn't

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread walt
Maxim Konovalov wrote: On 18:19-0700, Jul 28, 2002, walt wrote: After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. [...] Please try the next patch. Index: sys/netinet/tcp_usrreq.c

Re: Be careful mounting -stable partitions on -current

2002-07-29 Thread walt
rob wrote: I mounted my -stable /usr partition on -current /mnt to copy over a kernel config file, and when I finally fired up -stable, the /usr partition was borked. Fsck couldn't fix it manually... I'm told that the fsck on -stable has been updated to fix this problem. Have you updated

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread John Baldwin
On 29-Jul-2002 walt wrote: Maxim Konovalov wrote: On 18:19-0700, Jul 28, 2002, walt wrote: After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. [...] Please try the next patch. Index:

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread Maxim Konovalov
[...] Let's get this patch committed then. :) Already done, sys/netinet/tcp_usrreq.c rev. 1.79 -- Maxim Konovalov, [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Panic with KSE

2002-07-29 Thread Munehiro Matsuda
Hi Julian, Thanks for the pointer. It does seems fix my panic problem. Haro From: Julian Elischer [EMAIL PROTECTED] Date: Sun, 28 Jul 2002 21:36:09 -0700 (PDT) ::I think this has just been found and fixed by: ::Seigo Tanimura [EMAIL PROTECTED], (CC'd) :: his fix is at:

Re: firewall support?

2002-07-29 Thread Szilveszter Adam
On Mon, Jul 29, 2002 at 02:44:50PM +0200, Sheldon Hearn wrote: On (2002/07/28 09:49), Szilveszter Adam wrote: is firewall support built into the -current kernel or does it need to be compiled in? It is not in GENERIC, but you can always either compile it in, or load it from a

Re: Removing INET6 does stop the crashes.

2002-07-29 Thread Hajimu UMEMOTO
Hi, On Mon, 29 Jul 2002 08:11:50 -0700 walt [EMAIL PROTECTED] said: After reading Scott Long's recent post I tried removing INET6 from my kernel config and the crashes due to mozilla are now definitely gone. Thank you for fixing it. I tried to fix as the same way as you did, then during

Re: A fix of recent bugs in swapping in/out a process

2002-07-29 Thread Julian Elischer
great.. looks like it's a commit... On Mon, 29 Jul 2002, Mark Santcroos wrote: Hi, Just want to let you know that this patch fixes the 'fault on nofault entry' panics I had. It was very easily reproducable with: --- char *buf; int n=0; buf=(char *)malloc(1); for(;;)

unkillable process :-\

2002-07-29 Thread Mikhail Teterin
KOffice's kword is stuck here... Can not be killed even with -9. Sits idle, with its window open, but not updating: UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 1042 88248 1 0 96 0 119296 28105 - WWs pm0:00,00 kword /tmp/k Machine is otherwise

Re: A fix of recent bugs in swapping in/out a process

2002-07-29 Thread Julian Elischer
I committed your patch. Thankyou for doing this work. I a very pleased that other people are looking at this system and code. I could get almost no-one to review before I committed so I am pleased that people do look at it and try understand it after I committed! To Unsubscribe: send mail to

AMD low power hacks

2002-07-29 Thread Michael Nottebrock
I've been wondering lately why my AthlonTB runs at a quite high idle-temperature and I came across this page: http://vcool.occludo.net/VC_Theory.html Does someone feel like getting something similar into our kernel? Regards, -- Michael Nottebrock msg41473/pgp0.pgp Description: PGP

Re: unkillable process :-\

2002-07-29 Thread Julian Elischer
ddb ps (find address of proc) cont cd /sys/i386/compile/MYKERNEL gdb -k kernel.debug /dev/mem print *(struct proc *){address} go to the thread.. do the same. maybe others can tell you other things to look at while you are in there (if you can not get to ddb you may neet to traverse

[no subject]

2002-07-29 Thread Tzouris,M
Many thanks to everybody that send their feedback on this matter. I have now uploaded a text based questionnaire that can be found at: http://www.geocities.com/tzmnlaos/oss/txtquestionnaire.txt there is also a link to it from the web based one (http://www.lse-students.ac.uk/tzouris/oss/).

TXT based questionnaire now available [MSc student, needs help from OS contributor! - 2ndrequest]

2002-07-29 Thread Tzouris,M
Many thanks to everybody that send their feedback on this matter. I have now uploaded a text based questionnaire that can be found at: http://www.geocities.com/tzmnlaos/oss/txtquestionnaire.txt there is also a link to it from the web based one (http://www.lse-students.ac.uk/tzouris/oss/).

Re: your mail

2002-07-29 Thread Access Systems
On Mon, 29 Jul 2002, Tzouris,M wrote: ?? can read questions fine, but won't allow me to answer any of them Bob Many thanks to everybody that send their feedback on this matter. I have now uploaded a text based questionnaire that can be found at:

RE: Re: Be careful mounting -stable partitions on -current

2002-07-29 Thread Garance A Drosihn
At 7:18 PM + 7/29/02, [EMAIL PROTECTED] wrote: I cvsup'd on Friday of last week, after I restored /usr. Did the fix come later than that? I'm kind of afraid to try it again :) Thanks, Rob. The fix in question was to -stable, not -current (I am not sure if that was mentioned earlier).

Re: VESA 800x600 console not working

2002-07-29 Thread Terry Lambert
Alexander Kabaev wrote: What do you mean? VESA mode works like a charm here on a very fresh STABLE. A: What's that? B: It's my luck rabbit's foot. A: What's it for? B: It keeps dragons from swooping out of the sky and eating me. A: Really?!? B: Yeah. A: And

Re: AMD low power hacks

2002-07-29 Thread Terry Lambert
Michael Nottebrock wrote: I've been wondering lately why my AthlonTB runs at a quite high idle-temperature and I came across this page: http://vcool.occludo.net/VC_Theory.html Does someone feel like getting something similar into our kernel? Note that this can not be made to be reliable

for UPDATING

2002-07-29 Thread Matthew Jacob
to upgrade from FreeBSD-current previous to GCC3.1 (circa April, May) to the current top of tree, a 'make -k world' may be necessary to skip over an (apparently unnecessary) broken gperf build. This has been confirmed twice for alpha and once for i386. To Unsubscribe: send mail to [EMAIL

Subscribe

2002-07-29 Thread O'Keeya Singleton
Title: Subscribe O'Keeya Singleton Multimedia Analyst National Health Foundation 515 S. Figueroa St., Suite 1300 Los Angeles, CA 90071 (213) 538-0700 (213) 639-4272 fax www.nationalhealthfoundation.org

minor OPIE + telnet nit

2002-07-29 Thread David O'Brien
telnet -X sra currentbox Trying -- Connected to curentbox Escape character is '^]'. FreeBSD/i386 (currentbox) (ttypq) login: obrien otp-md5 16 dr8821 ext Password: otp-md5 16 dr8821 ext Password [echo on]: What I type for the password is not

make buildworld crashing

2002-07-29 Thread karl agee
I just updated my source and running make buildworld crashes here: cd /usr/src/usr.bin/makewhatis; make DIRPRFX=usr.bin/makewhatis/ obj; make DIRPRFX=usr.bin/makewhatis/ depend; make DIRPRFX=usr.bin/makewhatis/ all; make DIRPRFX=usr.bin/makewhatis/ DESTDIR=/usr/obj/usr/src/i386 install

i386 tinderbox failure

2002-07-29 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: make buildworld crashing

2002-07-29 Thread Steve Kargl
On Mon, Jul 29, 2002 at 08:15:06PM -0700, karl agee wrote: I just updated my source and running make buildworld crashes here: cd /usr/src/usr.bin/makewhatis; make DIRPRFX=usr.bin/makewhatis/ obj; make DIRPRFX=usr.bin/makewhatis/ depend; make DIRPRFX=usr.bin/makewhatis/ all; make

Re: Be careful mounting -stable partitions on -current

2002-07-29 Thread Dag-Erling Smorgrav
rob [EMAIL PROTECTED] writes: I mounted my -stable /usr partition on -current /mnt to copy over a kernel config file, and when I finally fired up -stable, the /usr partition was borked. Fsck couldn't fix it manually. Luckily I had backups. It said that the master record didn't match the

RE: Re: Be careful mounting -stable partitions on -current

2002-07-29 Thread rob
I cvsup'd on Friday of last week, after I restored /usr. Did the fix come later than that? I'm kind of afraid to try it again :) Thanks, Rob. - Original Message - From: Dag-Erling Smorgrav [EMAIL PROTECTED] To: rob [EMAIL PROTECTED] Sent: 29 Jul 2002 18:26:23 rob [EMAIL

Re: unkillable process :-\

2002-07-29 Thread Dan Nelson
In the last episode (Jul 29), Mikhail Teterin said: KOffice's kword is stuck here... Can not be killed even with -9. Sits idle, with its window open, but not updating: UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 1042 88248 1 0 96 0 119296 28105 -

Re: sparc64 tinderbox failure

2002-07-29 Thread Dag-Erling Smorgrav
Mike Barcroft [EMAIL PROTECTED] writes: Thanks. Do you want to increase the tinderbox to run twice a day? Sure, done. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: install -d -C (was: Re: cvs commit: src/share/man/man5 make.conf.5 src/share/examples/etc make.conf)

2002-07-29 Thread Ruslan Ermilov
On Fri, Jul 19, 2002 at 10:55:56PM +1000, Bruce Evans wrote: On Fri, 19 Jul 2002, Ruslan Ermilov wrote: On Fri, Jul 19, 2002 at 03:05:37PM +0300, Ruslan Ermilov wrote: ... On Fri, Jul 19, 2002 at 09:21:14PM +1000, Bruce Evans wrote: On Thu, 18 Jul 2002, Ruslan Ermilov wrote: