Re: building world and kernel without ebuilding (bootstrap?) clang?

2013-04-09 Thread deeptech71
Lev Serebryakov wrote: Is system version (system is snapshot from Mar 30) is external and modern? No. The base version of Clang has been patched to work well with the base system, at least regarding the discussed issue of standard header files. Lev Serebryakov wrote: It is very sad,

Re: building world and kernel without ebuilding (bootstrap?) clang?

2013-04-08 Thread deeptech71
Lev Serebryakov wrote: Is it possible to build NanoBSD faster? Use system compiler, and don't build bootstrap compiler at all? There are some issues when building updated sources [1]. There was a thread about adding support for an external compiler [2], but that yielded a non-working

Re: boot process gets weirdly interrupted when using scroll lock

2010-05-19 Thread deeptech71
[Topic moved away from freebsd-current as the problem doesn't seem to be -CURRENT-specific, and I think there's a larger crowd here :).] This may give a hint. The following patch resolves the 60-second idling issue. --- bgfuck 2010-05-19 20:23:50.0 +0200 +++ bgfsck

Re: boot process gets weirdly interrupted when using scroll lock

2010-05-19 Thread deeptech71
Doug Barton wrote: On 05/19/10 12:09, deeptec...@gmail.com wrote: [Topic moved away from freebsd-current as the problem doesn't seem to be -CURRENT-specific, and I think there's a larger crowd here :).] This may give a hint. The following patch resolves the 60-second idling issue. --- bgfuck

Re: C99: Suggestions for style(9)

2009-05-01 Thread deeptech71
M. Warner Losh wrote: Hunting for declarations sucks I'd rather hunt a bit for its declaration and find uses of it on the way, rather than find the declaration..and then what? This is a religious point, and we're dangerously close to saying my religion is better than your religion. I

Re: C99: Suggestions for style(9)

2009-05-01 Thread deeptech71
Well I agree with the proposed changes. What about allowing // comments? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

Re: C99: Suggestions for style(9)

2009-04-29 Thread deeptech71
Christoph Mallon wrote: -When declaring variables in functions declare them sorted by size, -then in alphabetical order; multiple ones per line are okay. +When declaring variables in functions declare them sorted in alphabetical order; What's wrong with logical grouping, especially when the

Re: diagnosing freezes (DRI?)

2009-04-16 Thread deeptech71
I can reliably (~40%) reproduce a freeze, which I think is related. Using the GENERIC debug kernel built from SVN HEAD: # cd /usr/obj/usr/src/sys/GENERIC/ # kgdb kernel.debug /var/crash/vmcore.0 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered