Re: Error message while updating src for FreeBSD 9 current

2010-09-22 Thread Niclas Zeising
On 2010-09-23 04:29, Ralph Ellis wrote: Hi, I recently upgraded my FreeBSD 8.1 installation to FreeBSD 9 current via buildworld and buildkernel. I was able to one general ports, src and doc update by cvsup but now I am getting the following error message when I do a src update. cvsup srcsupfile

Error message while updating src for FreeBSD 9 current

2010-09-22 Thread Ralph Ellis
Hi, I recently upgraded my FreeBSD 8.1 installation to FreeBSD 9 current via buildworld and buildkernel. I was able to one general ports, src and doc update by cvsup but now I am getting the following error message when I do a src update. cvsup srcsupfile Connected to cvsup2.FreeBSD.org Upd

Re: RFT: if_ath HAL refactoring

2010-09-22 Thread PseudoCylon
- Original Message > From: Rui Paulo > To: PseudoCylon > Cc: Bernhard Schmidt ; freebsd-current@freebsd.org; >Adrian Chadd > Sent: Wed, September 22, 2010 4:48:14 PM > Subject: Re: RFT: if_ath HAL refactoring > > On 22 Sep 2010, at 23:42, PseudoCylon wrote: > > > > > > > > > > >

Re: RFT: if_ath HAL refactoring

2010-09-22 Thread Rui Paulo
On 22 Sep 2010, at 23:42, PseudoCylon wrote: > > > > > - Original Message >> From: Bernhard Schmidt >> To: freebsd-current@freebsd.org >> Cc: PseudoCylon ; Adrian Chadd >> Sent: Wed, September 22, 2010 12:09:36 AM >> Subject: Re: RFT: if_ath HAL refactoring >> >> On Wednesday, Sept

Re: RFT: if_ath HAL refactoring

2010-09-22 Thread PseudoCylon
- Original Message > From: Bernhard Schmidt > To: freebsd-current@freebsd.org > Cc: PseudoCylon ; Adrian Chadd > Sent: Wed, September 22, 2010 12:09:36 AM > Subject: Re: RFT: if_ath HAL refactoring > > On Wednesday, September 22, 2010 06:04:49 PseudoCylon wrote: > > - Original

Re: "tput clear"/vi breakage on console

2010-09-22 Thread Alexey Shuvaev
On Wed, Sep 22, 2010 at 01:58:31PM -0700, Pyun YongHyeon wrote: > Hi, > > It seems "tput clear" on console wipes out entire screen without > even showing a shell prompt. The only way I get characters is to > enter "enter" key. I'm under the impression that the first line of > console output is not

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-22 Thread Bartosz Stec
On 2010-09-22 22:42, Rene Ladan wrote: Just tried it. World has been builded without any problems, but stge kernel module failed to compile: ===> stge (all) clang -O2 -pipe -march=athlon-xp -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/

Re: Bumping MAXCPU on amd64?

2010-09-22 Thread Maxim Sobolev
On 9/22/2010 6:37 AM, John Baldwin wrote: Unfortunately this can't be MFC'd to 7 as it would destroy the ABI for existing klds. Ah, ok, sorry, I did only check RELENG_7. Can we make it a kernel option then? Regards, -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts T/

Re: "tput clear"/vi breakage on console

2010-09-22 Thread Pyun YongHyeon
On Wed, Sep 22, 2010 at 11:18:05PM +0200, Alexey Shuvaev wrote: > On Wed, Sep 22, 2010 at 01:58:31PM -0700, Pyun YongHyeon wrote: > > Hi, > > > > It seems "tput clear" on console wipes out entire screen without > > even showing a shell prompt. The only way I get characters is to > > enter "enter"

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-22 Thread Rene Ladan
On 22-09-2010 18:45, Bartosz Stec wrote: > On 2010-09-22 12:42, René Ladan wrote: >> 2010/9/22 Dimitry Andric: >>> Hi, >>> >>> As of r212979, you should now be able to build world and kernel on i386 >>> and amd64 with clang, without any additional patches! >>> >>> To do so, make sure you have upda

"tput clear"/vi breakage on console

2010-09-22 Thread Pyun YongHyeon
Hi, It seems "tput clear" on console wipes out entire screen without even showing a shell prompt. The only way I get characters is to enter "enter" key. I'm under the impression that the first line of console output is not displayed at all after "tput clear" command. Another thing I noticed is vi

Re: [head tinderbox] failure on amd64/amd64

2010-09-22 Thread Pyun YongHyeon
On Wed, Sep 22, 2010 at 10:08:46AM +, FreeBSD Tinderbox wrote: [...] > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign >

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-22 Thread Pyun YongHyeon
On Wed, Sep 22, 2010 at 06:47:50PM +0200, Bartosz Stec wrote: > On 2010-09-22 12:42, Ren? Ladan wrote: > >2010/9/22 Dimitry Andric: > >>Hi, > >> > >>As of r212979, you should now be able to build world and kernel on i386 > >>and amd64 with clang, without any additional patches! > >> > >>To do so,

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-22 Thread Bartosz Stec
On 2010-09-22 12:42, René Ladan wrote: 2010/9/22 Dimitry Andric: Hi, As of r212979, you should now be able to build world and kernel on i386 and amd64 with clang, without any additional patches! To do so, make sure you have updated your installed world to at least r212904 (which has the most

Re: Bumping MAXCPU on amd64?

2010-09-22 Thread John Baldwin
On Wednesday, September 22, 2010 6:36:56 am Maxim Sobolev wrote: > Hi, > > Is there any reason to keep MAXCPU at 16 in the default kernel config? > There are quite few servers on the market today that have 24 or even 32 > physical cores. With hyper-threading this can even go as high as 48 or >

Re: Bumping MAXCPU on amd64?

2010-09-22 Thread pluknet
2010/9/22 Maxim Sobolev : > Hi, > > Is there any reason to keep MAXCPU at 16 in the default kernel config? There > are quite few servers on the market today that have 24 or even 32 physical > cores. With hyper-threading this can even go as high as 48 or 64 virtual > cpus. People who buy such hardwa

Re: Clang now builds world and kernel, on i386 and amd64

2010-09-22 Thread René Ladan
2010/9/22 Dimitry Andric : > Hi, > > As of r212979, you should now be able to build world and kernel on i386 > and amd64 with clang, without any additional patches! > > To do so, make sure you have updated your installed world to at least > r212904 (which has the most recently imported clang/llvm s

Bumping MAXCPU on amd64?

2010-09-22 Thread Maxim Sobolev
Hi, Is there any reason to keep MAXCPU at 16 in the default kernel config? There are quite few servers on the market today that have 24 or even 32 physical cores. With hyper-threading this can even go as high as 48 or 64 virtual cpus. People who buy such hardware might get very disappointed f

[head tinderbox] failure on amd64/amd64

2010-09-22 Thread FreeBSD Tinderbox
TB --- 2010-09-22 07:15:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-22 07:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2010-09-22 07:15:00 - cleaning the object tree TB --- 2010-09-22 07:16:45 - cvsupping the source tree TB --- 2010-09-22 07:16:45 - /usr/bin

[head tinderbox] failure on i386/i386

2010-09-22 Thread FreeBSD Tinderbox
TB --- 2010-09-22 07:15:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-22 07:15:00 - starting HEAD tinderbox run for i386/i386 TB --- 2010-09-22 07:15:00 - cleaning the object tree TB --- 2010-09-22 07:16:26 - cvsupping the source tree TB --- 2010-09-22 07:16:26 - /usr/bin/c

[head tinderbox] failure on i386/pc98

2010-09-22 Thread FreeBSD Tinderbox
TB --- 2010-09-22 07:15:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-09-22 07:15:00 - starting HEAD tinderbox run for i386/pc98 TB --- 2010-09-22 07:15:00 - cleaning the object tree TB --- 2010-09-22 07:16:22 - cvsupping the source tree TB --- 2010-09-22 07:16:22 - /usr/bin/c