imp 2008-07-23 06:16:34 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
SVN rev 180732 on 2008-07-23 06:16:34Z by imp
Disable SSP for mips until support is added to the base architecture.
Revision ChangesPath
1.57 +1 -1
cognet 2008-07-22 09:38:12 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
SVN rev 180685 on 2008-07-22 09:38:12Z by cognet
Disable SSP for the kernel on arm as well (see rev 180605).
I overlooked this because a SSP kernel booted for me.
ache2008-05-10 20:46:08 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
Add -mno-sse3 for amd64 case too
PR: 123518
Submitted by: Marc Olzheim <[EMAIL PROTECTED]>
Revision ChangesPath
1.54 +1 -1 src/sys/c
gonzo 2008-04-29 11:28:10 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
Define INLINE_LIMIT and additional CFLAGS for mips.
Approved by: cognet (mentor)
Revision ChangesPath
1.53 +9 -0 src/sys/conf/kern.mk
_
obrien 2007-05-24 21:53:43 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
share/mk bsd.sys.mk
Log:
Temporarily add 'WITH_GCC3' that removes -Wno-pointer-sign from the
compiler invocation. This is just to help get over the hump of peop
kan 2007-05-19 04:45:54 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
Add -Wno-pointer-sign to CWARNFLAGS.
Switch ia64 kernels to -fpic. This is likely wrong, but at least gets
ia64 kernels to compile and link with GCC 4.2. The previous -
One would think so, but it didn't work for me on my 16GB sun4v box.
-Kip
On 12/4/06, Marius Strobl <[EMAIL PROTECTED]> wrote:
On Mon, Dec 04, 2006 at 02:33:24PM -0800, Kip Macy wrote:
> I haven't talked to Sam, I had forgotten about that - this will only break
> ABI compat on -HEAD. "-mcmod
On Mon, Dec 04, 2006 at 02:33:24PM -0800, Kip Macy wrote:
> I haven't talked to Sam, I had forgotten about that - this will only break
> ABI compat on -HEAD. "-mcmodel=medlow" was almost certainly never needed,
> its an optimization that reduces then number of instructions needed to load
> a const
I haven't talked to Sam, I had forgotten about that - this will only break
ABI compat on -HEAD. "-mcmodel=medlow" was almost certainly never needed,
its an optimization that reduces then number of instructions needed to load
a constant by assuming that the constant is <=32 bits. Loading a 32 bit
On Sun, Nov 26, 2006 at 11:16:46PM +, Kip Macy wrote:
> kmacy 2006-11-26 23:16:46 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf kern.mk
> Log:
> Fix module loading for sparc on machines with greater than 1GB of RAM
>
Hi Kip,
could you please
kmacy 2006-11-26 23:16:46 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
Fix module loading for sparc on machines with greater than 1GB of RAM
t1# uname -m
sparc64
t1# sysctl hw.physmem
hw.physmem: 17150509056
t1# kldload reiserfs
t1
On Fri, Jun 30, 2006 at 03:43:38PM -0400, Jung-uk Kim wrote:
> On Friday 30 June 2006 12:47 pm, Jung-uk Kim wrote:
> > On Thursday 29 June 2006 05:15 pm, David E. O'Brien wrote:
> > > obrien 2006-06-29 21:15:26 UTC
> > >
> > > FreeBSD src repository
> > >
> > > Modified files:
> > > sy
On Friday 30 June 2006 12:47 pm, Jung-uk Kim wrote:
> On Thursday 29 June 2006 05:15 pm, David E. O'Brien wrote:
> > obrien 2006-06-29 21:15:26 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/conf kern.mk kern.pre.mk
> > Log:
> > Create new dialect kn
On Thursday 29 June 2006 05:15 pm, David E. O'Brien wrote:
> obrien 2006-06-29 21:15:26 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/conf kern.mk kern.pre.mk
> Log:
> Create new dialect knob, as setting the language dialect isn't a
> warning flag.
>
> Revi
obrien 2006-06-29 21:15:26 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk kern.pre.mk
Log:
Create new dialect knob, as setting the language dialect isn't a warning flag.
Revision ChangesPath
1.49 +1 -1 src/sys/conf/kern.mk
1.75
ru 2006-05-30 19:18:01 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
Enable -Wundef warnings for kernel/module compiles. From cpp.info:
`-Wundef'
Warn whenever an identifier which is not a macro is encountered in
an `#if' di
16 matches
Mail list logo