svn commit: r233227 - head/sys/dev/ath

2012-03-19 Thread Adrian Chadd
Author: adrian Date: Tue Mar 20 04:50:25 2012 New Revision: 233227 URL: http://svn.freebsd.org/changeset/base/233227 Log: Delay sequence number allocation for A-MPDU until just before the frame is queued to the hardware. Because multiple concurrent paths can execute ath_start(), multiple

Re: svn commit: r233103 - head/lib/libthr/thread

2012-03-19 Thread David Xu
On 2012/3/20 1:50, John Baldwin wrote: http://pubs.opengroup.org/onlinepubs/007904975/functions/pthread_cond_destroy.html This is quite different as assuming a broadcast marks all the threads as runnable and removes them from the cv's queue, none of the threads will have references to the cv so

Re: svn commit: r233103 - head/lib/libthr/thread

2012-03-19 Thread David Xu
On 2012/3/20 1:50, John Baldwin wrote: On Monday, March 19, 2012 11:41:53 am David Xu wrote: On 2012/3/19 20:33, John Baldwin wrote: On Saturday, March 17, 2012 8:22:29 pm David Xu wrote: Author: davidxu Date: Sun Mar 18 00:22:29 2012 New Revision: 233103 URL: http://svn.freebsd.org/changeset/

Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-19 Thread Eitan Adler
2012/3/19 Dag-Erling Smørgrav : > John Baldwin writes: Looking at the original contents of the two files sshd: -.if defined(X11BASE) || defined(LOCALBASE) ssh: -.if defined(X11BASE) which I think was the cause of my original confusion. The change *was* a no-op for ssh but resulted in behavior

svn commit: r233209 - in head/sys: amd64/include i386/include pc98/include x86/include

2012-03-19 Thread Tijl Coosemans
Author: tijl Date: Mon Mar 19 21:57:31 2012 New Revision: 233209 URL: http://svn.freebsd.org/changeset/base/233209 Log: Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replace amd64/i386/pc98 sysarch.h with stubs. Added: head/sys/x86/include/sysarch.h - copied, changed from

svn commit: r233208 - head/sys/amd64/acpica

2012-03-19 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 19 21:47:50 2012 New Revision: 233208 URL: http://svn.freebsd.org/changeset/base/233208 Log: Fix a witness panic introduced in r231797. Reported by: bschmidt Reviewed by: jhb Pointy hat to:jkim MFC after:3 days Modified: head/sys/amd64/acpic

Re: svn commit: r233052 - head/share/mk

2012-03-19 Thread Doug Barton
On 3/19/2012 12:37 PM, Dimitry Andric wrote: > It would be much nicer to be able to write: > > .if defined(FOO) > .if defined(BAR) > CFLAGS+= -DFOO_BAR > .endif > .endif Take a look at /usr/ports/Mk/bsd.port.mk for how this can be done. -- This .signature sanitized for your protec

svn commit: r233207 - in head/sys: amd64/include i386/include ia64/ia32 pc98/include x86/include

2012-03-19 Thread Tijl Coosemans
Author: tijl Date: Mon Mar 19 21:34:11 2012 New Revision: 233207 URL: http://svn.freebsd.org/changeset/base/233207 Log: Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace amd64/i386/pc98 specialreg.h with stubs. Added: head/sys/x86/include/specialreg.h - copied, c

svn commit: r233204 - in head/sys: amd64/include i386/include ia64/ia32 pc98/include x86/include

2012-03-19 Thread Tijl Coosemans
Author: tijl Date: Mon Mar 19 21:29:57 2012 New Revision: 233204 URL: http://svn.freebsd.org/changeset/base/233204 Log: Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs. Added: head/sys/x86/include/psl.h - copied unchanged from r233203, head/sys/i386/include/psl.h Modi

svn commit: r233203 - in head/sys: amd64/include i386/include ia64/ia32 x86/include

2012-03-19 Thread Tijl Coosemans
Author: tijl Date: Mon Mar 19 21:24:50 2012 New Revision: 233203 URL: http://svn.freebsd.org/changeset/base/233203 Log: Move userland bits (and some common kernel bits) from amd64 and i386 segments.h to a new x86 segments.h. Add __packed attribute to some structs (just to be sure). Also

svn commit: r233202 - head/sys/net

2012-03-19 Thread John Baldwin
Author: jhb Date: Mon Mar 19 21:09:12 2012 New Revision: 233202 URL: http://svn.freebsd.org/changeset/base/233202 Log: Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD. The new [RW]LOCK macros are merged back to 8.x so should be suitable for new code in HEAD even if it

Re: svn commit: r233052 - head/share/mk

2012-03-19 Thread Chris Rees
On 19 March 2012 19:37, Dimitry Andric wrote: > On 2012-03-19 08:21, Chris Rees wrote: >> On 17 Mar 2012 05:40, "Bruce Evans" > > wrote: >>> >>> On Fri, 16 Mar 2012, Dimitry Andric wrote: >>> Log:  Change the style of share/mk/bsd.sys.mk t

Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-19 Thread Dag-Erling Smørgrav
John Baldwin writes: > .ifdef LOCALBASE > CFLAGS+= /* blah bblah */ > .endif Agreed. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mai

Re: svn commit: r233103 - head/lib/libthr/thread

2012-03-19 Thread John Baldwin
On Monday, March 19, 2012 11:41:53 am David Xu wrote: > On 2012/3/19 20:33, John Baldwin wrote: > > On Saturday, March 17, 2012 8:22:29 pm David Xu wrote: > >> Author: davidxu > >> Date: Sun Mar 18 00:22:29 2012 > >> New Revision: 233103 > >> URL: http://svn.freebsd.org/changeset/base/233103 > >> >

Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-19 Thread John Baldwin
On Monday, March 19, 2012 11:55:12 am Eitan Adler wrote: > >> This looks wrong. While X11BASE is certainly dead, LOCALBASE is not, so the > >> existing code should have been changed, but not removed. > > Does this look good? > Build tested only. Hmm, I will defer to Des. Previously the make gl

Re: svn commit: r233045 - in head/sys: conf kern

2012-03-19 Thread Davide Italiano
On Mon, Mar 19, 2012 at 8:54 PM, Davide Italiano wrote: > 2012/3/19 Gleb Smirnoff : >>  Davide, >> >> On Fri, Mar 16, 2012 at 08:32:11PM +, Davide Italiano wrote: >> D> Author: davide >> D> Date: Fri Mar 16 20:32:11 2012 >> D> New Revision: 233045 >> D> URL: http://svn.freebsd.org/changeset/ba

Re: svn commit: r233045 - in head/sys: conf kern

2012-03-19 Thread Davide Italiano
2012/3/19 Gleb Smirnoff : >  Davide, > > On Fri, Mar 16, 2012 at 08:32:11PM +, Davide Italiano wrote: > D> Author: davide > D> Date: Fri Mar 16 20:32:11 2012 > D> New Revision: 233045 > D> URL: http://svn.freebsd.org/changeset/base/233045 > D> > D> Log: > D>   Add rudimentary profiling of the h

svn commit: r233198 - in head/sys/ofed/drivers/infiniband: core ulp/sdp

2012-03-19 Thread John Baldwin
Author: jhb Date: Mon Mar 19 19:53:53 2012 New Revision: 233198 URL: http://svn.freebsd.org/changeset/base/233198 Log: Fix build of OFED bits with debugging options enabled. Modified: head/sys/ofed/drivers/infiniband/core/fmr_pool.c head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c Modif

Re: svn commit: r233045 - in head/sys: conf kern

2012-03-19 Thread Gleb Smirnoff
Davide, On Fri, Mar 16, 2012 at 08:32:11PM +, Davide Italiano wrote: D> Author: davide D> Date: Fri Mar 16 20:32:11 2012 D> New Revision: 233045 D> URL: http://svn.freebsd.org/changeset/base/233045 D> D> Log: D> Add rudimentary profiling of the hash table used in the in the umtx code to D

Re: svn commit: r233052 - head/share/mk

2012-03-19 Thread Dimitry Andric
On 2012-03-19 08:21, Chris Rees wrote: > On 17 Mar 2012 05:40, "Bruce Evans" > wrote: >> >> On Fri, 16 Mar 2012, Dimitry Andric wrote: >> >>> Log: >>> Change the style of share/mk/bsd.sys.mk to that of the >>> other bsd.*.mk >>> files, and style.

svn commit: r233197 - head/share/man/man4

2012-03-19 Thread Maxim Konovalov
Author: maxim Date: Mon Mar 19 19:27:43 2012 New Revision: 233197 URL: http://svn.freebsd.org/changeset/base/233197 Log: o Sort Xrs. Modified: head/share/man/man4/siftr.4 Modified: head/share/man/man4/siftr.4 == ---

svn commit: r233196 - head/share/man/man4

2012-03-19 Thread Maxim Konovalov
Author: maxim Date: Mon Mar 19 19:25:22 2012 New Revision: 233196 URL: http://svn.freebsd.org/changeset/base/233196 Log: o Trim EoL whitespaces. Modified: head/share/man/man4/tcp.4 Modified: head/share/man/man4/tcp.4 ===

svn commit: r233195 - head/usr.sbin/dconschat

2012-03-19 Thread Dimitry Andric
Author: dim Date: Mon Mar 19 19:17:55 2012 New Revision: 233195 URL: http://svn.freebsd.org/changeset/base/233195 Log: Fix the following warning from clang trunk: usr.sbin/dconschat/dconschat.c:163:65: error: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'of

svn commit: r233194 - head/sys/vm

2012-03-19 Thread John Baldwin
Author: jhb Date: Mon Mar 19 19:06:40 2012 New Revision: 233194 URL: http://svn.freebsd.org/changeset/base/233194 Log: Bah, just revert my earlier change entirely. (Missed alc's request to do this earlier.) Requested by: alc Modified: head/sys/vm/vm_phys.c Modified: head/sys/vm/vm_ph

svn commit: r233193 - head/contrib/libstdc++/include/bits

2012-03-19 Thread Dimitry Andric
Author: dim Date: Mon Mar 19 19:01:34 2012 New Revision: 233193 URL: http://svn.freebsd.org/changeset/base/233193 Log: Add explicit braces to avoid dangling else in stl_tree.h. This silences the following warning produced by clang trunk: In file included from /usr/src/sbin/devd/devd.cc

svn commit: r233191 - head/sys/vm

2012-03-19 Thread John Baldwin
Author: jhb Date: Mon Mar 19 18:47:34 2012 New Revision: 233191 URL: http://svn.freebsd.org/changeset/base/233191 Log: Fix madvise(MADV_WILLNEED) to properly handle individual mappings larger than 4GB. Specifically, the inlined version of 'ptoa' of the the 'int' count of pages overflowed on

svn commit: r233190 - head/sys/vm

2012-03-19 Thread John Baldwin
Author: jhb Date: Mon Mar 19 18:43:44 2012 New Revision: 233190 URL: http://svn.freebsd.org/changeset/base/233190 Log: Alter the previous commit to use vm_size_t instead of vm_pindex_t. vm_pindex_t is not a count of pages per se, it is more like vm_ooffset_t, but a page index instead of a by

Re: svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-03-19 Thread Pawel Jakub Dawidek
On Mon, Mar 19, 2012 at 04:16:58PM +0800, David Xu wrote: > Revision 233134 should have fixed the problem. > > http://svn.freebsd.org/changeset/base/233134 Works now, thanks for the quick fix. -- Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer

svn commit: r233188 - head/sys/powerpc/powermac

2012-03-19 Thread Andreas Tobler
Author: andreast Date: Mon Mar 19 18:03:20 2012 New Revision: 233188 URL: http://svn.freebsd.org/changeset/base/233188 Log: Provide a fix for certain PowerMacs where the U3 i2c lacks the interrupt info. Tested by:Robert Hish MFC after:1 week Modified: head/sys/powerpc/powerma

svn commit: r233187 - head/sys/dev/fb

2012-03-19 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 19 17:14:12 2012 New Revision: 233187 URL: http://svn.freebsd.org/changeset/base/233187 Log: Do not reuse the previous address when restoring linear frame buffer. Modified: head/sys/dev/fb/vesa.c Modified: head/sys/dev/fb/vesa.c

svn commit: r233186 - head/usr.sbin/pc-sysinstall/backend-query

2012-03-19 Thread Josh Paetzel
Author: jpaetzel Date: Mon Mar 19 16:13:14 2012 New Revision: 233186 URL: http://svn.freebsd.org/changeset/base/233186 Log: An intel RAID can have any arbitrary name. Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-lis

Re: svn commit: r233103 - head/lib/libthr/thread

2012-03-19 Thread David Xu
On 2012/3/19 23:41, David Xu wrote: On 2012/3/19 20:33, John Baldwin wrote: On Saturday, March 17, 2012 8:22:29 pm David Xu wrote: Author: davidxu Date: Sun Mar 18 00:22:29 2012 New Revision: 233103 URL: http://svn.freebsd.org/changeset/base/233103 Log: Some software think a mutex can be de

Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-19 Thread Eitan Adler
>> This looks wrong.  While X11BASE is certainly dead, LOCALBASE is not, so the >> existing code should have been changed, but not removed. Does this look good? Build tested only. commit 271b766fdbd907be040767f2387b4d5fbb6425f7 Author: Eitan Adler Date: Mon Mar 19 11:52:31 2012 -0400 Rest

Re: svn commit: r233168 - in head/sys: amd64/amd64 i386/i386

2012-03-19 Thread Konstantin Belousov
On Mon, Mar 19, 2012 at 08:28:35AM -0400, John Baldwin wrote: > On Monday, March 19, 2012 5:34:22 am Konstantin Belousov wrote: > > Author: kib > > Date: Mon Mar 19 09:34:22 2012 > > New Revision: 233168 > > URL: http://svn.freebsd.org/changeset/base/233168 > > > > Log: > > If we ever allow for

svn commit: r233185 - head/sys/amd64/amd64

2012-03-19 Thread Konstantin Belousov
Author: kib Date: Mon Mar 19 15:50:14 2012 New Revision: 233185 URL: http://svn.freebsd.org/changeset/base/233185 Log: Re-apply r233122 erronously reverted in r233168. Submitted by: jhb Pointy hat to: kib MFC after: 2 weeks Modified: head/sys/amd64/amd64/pmap.c Modified: he

Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-19 Thread Eitan Adler
On Mon, Mar 19, 2012 at 8:35 AM, John Baldwin wrote: > On Sunday, March 18, 2012 8:41:40 pm Eitan Adler wrote: >> Author: eadler >> Date: Mon Mar 19 00:41:40 2012 >> New Revision: 233136 >> URL: http://svn.freebsd.org/changeset/base/233136 >> >> Log: >>   X11BASE is not used any more and has been

Re: svn commit: r233103 - head/lib/libthr/thread

2012-03-19 Thread David Xu
On 2012/3/19 20:33, John Baldwin wrote: On Saturday, March 17, 2012 8:22:29 pm David Xu wrote: Author: davidxu Date: Sun Mar 18 00:22:29 2012 New Revision: 233103 URL: http://svn.freebsd.org/changeset/base/233103 Log: Some software think a mutex can be destroyed after it owned it, for exa

Re: svn commit: r233167 - head/etc

2012-03-19 Thread Ian Lepore
On Mon, 2012-03-19 at 09:30 +, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Mar 19 09:30:40 2012 > New Revision: 233167 > URL: http://svn.freebsd.org/changeset/base/233167 > > Log: > Rotate auth.log and messages at the beginning of a year. Otherwise, > daily security checks 800.login

Re: svn commit: r233136 - in head/secure: usr.bin/ssh usr.sbin/sshd

2012-03-19 Thread John Baldwin
On Sunday, March 18, 2012 8:41:40 pm Eitan Adler wrote: > Author: eadler > Date: Mon Mar 19 00:41:40 2012 > New Revision: 233136 > URL: http://svn.freebsd.org/changeset/base/233136 > > Log: > X11BASE is not used any more and has been killed by the x11 team. > > Reviewed by:??? > A

Re: svn commit: r233103 - head/lib/libthr/thread

2012-03-19 Thread John Baldwin
On Saturday, March 17, 2012 8:22:29 pm David Xu wrote: > Author: davidxu > Date: Sun Mar 18 00:22:29 2012 > New Revision: 233103 > URL: http://svn.freebsd.org/changeset/base/233103 > > Log: > Some software think a mutex can be destroyed after it owned it, for > example, it uses a serialization

Re: svn commit: r233168 - in head/sys: amd64/amd64 i386/i386

2012-03-19 Thread John Baldwin
On Monday, March 19, 2012 5:34:22 am Konstantin Belousov wrote: > Author: kib > Date: Mon Mar 19 09:34:22 2012 > New Revision: 233168 > URL: http://svn.freebsd.org/changeset/base/233168 > > Log: > If we ever allow for managed fictitious pages, the pages shall be > excluded from superpage promo

svn commit: r233184 - head/sys/dev/wtap

2012-03-19 Thread Adrian Chadd
Author: adrian Date: Mon Mar 19 13:54:15 2012 New Revision: 233184 URL: http://svn.freebsd.org/changeset/base/233184 Log: Remove this - it's not needed as it's defined in ieee80211_freebsd.h. Modified: head/sys/dev/wtap/if_wtap.c Modified: head/sys/dev/wtap/if_wtap.c

Re: svn commit: r233167 - head/etc

2012-03-19 Thread Dmitry Morozovsky
On Mon, 19 Mar 2012, Dmitry Morozovsky wrote: > > Log: > > Rotate auth.log and messages at the beginning of a year. Otherwise, > > daily security checks 800.loginfail and 900.tcpwrap may produce > > false positive alerts. > > [snip] > > > -/var/log/auth.log 600 7 100

Re: svn commit: r233167 - head/etc

2012-03-19 Thread Dmitry Morozovsky
On Mon, 19 Mar 2012, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Mar 19 09:30:40 2012 > New Revision: 233167 > URL: http://svn.freebsd.org/changeset/base/233167 > > Log: > Rotate auth.log and messages at the beginning of a year. Otherwise, > daily security checks 800.loginfail and 900.

svn commit: r233181 - head/sys/geom/part

2012-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 13:21:10 2012 New Revision: 233181 URL: http://svn.freebsd.org/changeset/base/233181 Log: Add CTLFLAG_TUN to sysctls. MFC after:1 month Modified: head/sys/geom/part/g_part_ldm.c Modified: head/sys/geom/part/g_part_ldm.c ===

svn commit: r233179 - head/sbin/geom/class/part

2012-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 13:17:47 2012 New Revision: 233179 URL: http://svn.freebsd.org/changeset/base/233179 Log: Document GEOM_PART_LDM scheme and partition types. MFC after:1 month Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8

svn commit: r233178 - head/sys/conf

2012-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 13:16:46 2012 New Revision: 233178 URL: http://svn.freebsd.org/changeset/base/233178 Log: Connect geom_part_ldm to the kernel build. MFC after:1 month Modified: head/sys/conf/NOTES head/sys/conf/files head/sys/conf/options Modified: head/sys/conf/NOTE

svn commit: r233177 - in head/sys/modules/geom/geom_part: . geom_part_ldm

2012-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 13:15:48 2012 New Revision: 233177 URL: http://svn.freebsd.org/changeset/base/233177 Log: Connect geom_part_ldm module to the build. MFC after:1 month Added: head/sys/modules/geom/geom_part/geom_part_ldm/ head/sys/modules/geom/geom_part/geom_part_ldm/Mak

svn commit: r233176 - head/sys/geom/part

2012-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 13:14:44 2012 New Revision: 233176 URL: http://svn.freebsd.org/changeset/base/233176 Log: Add new GEOM_PART_LDM module that implements the Logical Disk Manager scheme. The LDM is a logical volume manager for MS Windows NT and it is also known as dynamic volumes. I

svn commit: r233175 - head/sys/geom/part

2012-03-19 Thread Andrey V. Elsukov
Author: ae Date: Mon Mar 19 12:57:52 2012 New Revision: 233175 URL: http://svn.freebsd.org/changeset/base/233175 Log: Make kern.geom.part node not static. Also add CTLFLAG_TUN to the check_integrity sysctl. MFC after:1 month Modified: head/sys/geom/part/g_part.c Modified: head/sys

svn commit: r233174 - head/lib/libcxxrt

2012-03-19 Thread David Chisnall
Author: theraven Date: Mon Mar 19 11:53:33 2012 New Revision: 233174 URL: http://svn.freebsd.org/changeset/base/233174 Log: Add symbol versioning to libcxxrt. Approved by: dim (mentor) Added: head/lib/libcxxrt/Version.map (contents, props changed) Modified: head/lib/libcxxrt/Makefil

svn commit: r233173 - head/lib/libc/locale

2012-03-19 Thread David Chisnall
Author: theraven Date: Mon Mar 19 11:47:37 2012 New Revision: 233173 URL: http://svn.freebsd.org/changeset/base/233173 Log: Make __get_locale() static inline, not just inline, so when compiling libc in debug mode (without optimisations) it doesn't generate a linker failure. Approved by:

Re: svn commit: r233167 - head/etc

2012-03-19 Thread Joel Dahl
On 19-03-2012 9:30, Gleb Smirnoff wrote: > Author: glebius > Date: Mon Mar 19 09:30:40 2012 > New Revision: 233167 > URL: http://svn.freebsd.org/changeset/base/233167 > > Log: > Rotate auth.log and messages at the beginning of a year. Otherwise, > daily security checks 800.loginfail and 900.t

svn commit: r233168 - in head/sys: amd64/amd64 i386/i386

2012-03-19 Thread Konstantin Belousov
Author: kib Date: Mon Mar 19 09:34:22 2012 New Revision: 233168 URL: http://svn.freebsd.org/changeset/base/233168 Log: If we ever allow for managed fictitious pages, the pages shall be excluded from superpage promotions. At least one of the reason is that pv_table is sized for non-fictitiou

svn commit: r233167 - head/etc

2012-03-19 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 19 09:30:40 2012 New Revision: 233167 URL: http://svn.freebsd.org/changeset/base/233167 Log: Rotate auth.log and messages at the beginning of a year. Otherwise, daily security checks 800.loginfail and 900.tcpwrap may produce false positive alerts. Modified: h

Re: svn commit: r233048 - head/etc/defaults

2012-03-19 Thread Martin Matuska
On 19. 3. 2012 9:42, Alexander Leidinger wrote: >>> The only disclosed information I know of is whether the zfs module is >>> loaded on your system. >>> Other alternative I was thinking of would be using a new ruleset (e.g. >>> devfsrules_jail_zfs=5). >>> The disadvantage here is that users that al

Re: svn commit: r233048 - head/etc/defaults

2012-03-19 Thread Alexander Leidinger
Quoting Martin Matuska (from Sun, 18 Mar 2012 22:50:13 +0100): On 18.3.2012 22:29, Martin Matuska wrote: On 17.3.2012 16:35, Alexander Leidinger wrote: On Fri, 16 Mar 2012 21:30:26 + (UTC) Martin Matuska wrote: Author: mm Date: Fri Mar 16 21:30:26 2012 New Revision: 233048 URL: http:

Re: svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-03-19 Thread David Xu
On 2012/3/19 15:33, Pawel Jakub Dawidek wrote: On Sun, Mar 18, 2012 at 05:56:02PM -0700, Julian Elischer wrote: On 3/18/12 11:50 AM, Pawel Jakub Dawidek wrote: On Mon, Feb 27, 2012 at 01:38:52PM +, David Xu wrote: Author: davidxu Date: Mon Feb 27 13:38:52 2012 New Revision: 232209 URL: htt

Re: svn commit: r232209 - in head: lib/libthr/thread sys/kern

2012-03-19 Thread Pawel Jakub Dawidek
On Sun, Mar 18, 2012 at 05:56:02PM -0700, Julian Elischer wrote: > On 3/18/12 11:50 AM, Pawel Jakub Dawidek wrote: > > On Mon, Feb 27, 2012 at 01:38:52PM +, David Xu wrote: > >> Author: davidxu > >> Date: Mon Feb 27 13:38:52 2012 > >> New Revision: 232209 > >> URL: http://svn.freebsd.org/change

Re: svn commit: r233052 - head/share/mk

2012-03-19 Thread Chris Rees
On 17 Mar 2012 05:40, "Bruce Evans" wrote: > > On Fri, 16 Mar 2012, Dimitry Andric wrote: > >> Log: >> Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mk >> files, and style.Makefile(5), where applicable. While here, update the >> link to the gcc warning documentation. > > >