svn commit: r232585 - head/sys/mips/mips

2012-03-06 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 08:02:10 2012 New Revision: 232585 URL: http://svn.freebsd.org/changeset/base/232585 Log: Store TLS base in the sigframe just as is done in freebsd32_sendsig. Because the native sigreturn doesn't use set_mcontext like the COMPAT_FREEBSD32 version does, thi

svn commit: r232586 - head/sys/mips/mips

2012-03-06 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 08:10:48 2012 New Revision: 232586 URL: http://svn.freebsd.org/changeset/base/232586 Log: Make the native sigreturn just wrap set_mcontext, much as freebsd32_sigreturn does. Modified: head/sys/mips/mips/pm_machdep.c Modified: head/sys/mips/mips/pm_machdep.

svn commit: r232587 - head/sys/mips/mips

2012-03-06 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 08:40:21 2012 New Revision: 232587 URL: http://svn.freebsd.org/changeset/base/232587 Log: Garbage collect some unused symbols. Modified: head/sys/mips/mips/genassym.c Modified: head/sys/mips/mips/genassym.c ===

Re: svn commit: r232580 - head/lib/csu/mips

2012-03-06 Thread Konstantin Belousov
On Tue, Mar 06, 2012 at 03:29:47AM +, Oleksandr Tymoshenko wrote: > Author: gonzo > Date: Tue Mar 6 03:29:46 2012 > New Revision: 232580 > URL: http://svn.freebsd.org/changeset/base/232580 > > Log: > - Remove NOSHARED parts since it seems to be no-op > - Call _init_tls for statically link

svn commit: r232588 - head/share/man/man9

2012-03-06 Thread Sergey Kandaurov
Author: pluknet Date: Tue Mar 6 08:59:42 2012 New Revision: 232588 URL: http://svn.freebsd.org/changeset/base/232588 Log: - ifnet_addrs has gone and replaced by ifaddr_byindex(), as per r83130 - access to the AF_LINK address through if_addrhead is deprecated (r128315) MFC after:1 wee

svn commit: r232589 - head/share/man/man9

2012-03-06 Thread Sergey Kandaurov
Author: pluknet Date: Tue Mar 6 09:04:53 2012 New Revision: 232589 URL: http://svn.freebsd.org/changeset/base/232589 Log: The missing part of r232588 that documents ifaddr_byindex() itself. MFC after:1 week Modified: head/share/man/man9/ifnet.9 Modified: head/share/man/man9/ifnet.9

svn commit: r232590 - head/libexec/rtld-elf

2012-03-06 Thread Sergey Kandaurov
Author: pluknet Date: Tue Mar 6 09:34:30 2012 New Revision: 232590 URL: http://svn.freebsd.org/changeset/base/232590 Log: Cosmetic nit: - rename isspace1() macro to the more appropriate rtld_isspace(). Discussed with: kib Modified: head/libexec/rtld-elf/libmap.c Modified: head/

svn commit: r232591 - head/share/man/man9

2012-03-06 Thread Sergey Kandaurov
Author: pluknet Date: Tue Mar 6 09:40:34 2012 New Revision: 232591 URL: http://svn.freebsd.org/changeset/base/232591 Log: Kill EoL whitespaces. Modified: head/share/man/man9/ifnet.9 Modified: head/share/man/man9/ifnet.9 ===

svn commit: r232592 - head/share/man/man9

2012-03-06 Thread Sergey Kandaurov
Author: pluknet Date: Tue Mar 6 09:57:50 2012 New Revision: 232592 URL: http://svn.freebsd.org/changeset/base/232592 Log: Fix a typo: use lower case in "A Shorthand". Noted by: maxim Modified: head/share/man/man9/ifnet.9 Modified: head/share/man/man9/ifnet.9 ===

svn commit: r232598 - in head/sys: kern sys

2012-03-06 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 6 11:05:50 2012 New Revision: 232598 URL: http://svn.freebsd.org/changeset/base/232598 Log: Make racct and rctl correctly handle jail renaming. Previously they would continue using old name, the one jail was created with. PR: bin/165207 Modified:

Re: svn commit: r232570 - head/sys/boot/i386/boot2

2012-03-06 Thread Dimitry Andric
On 2012-03-05 20:53, John Baldwin wrote: > Author: jhb > Date: Mon Mar 5 19:53:17 2012 > New Revision: 232570 > URL: http://svn.freebsd.org/changeset/base/232570 > > Log: > Fix boot2 to handle boot config files that only contain a custom path to > a loader or kernel. Specifically, kname cann

svn commit: r232600 - head/share/man/man9

2012-03-06 Thread Sergey Kandaurov
Author: pluknet Date: Tue Mar 6 12:20:37 2012 New Revision: 232600 URL: http://svn.freebsd.org/changeset/base/232600 Log: Remove if_watchdog remnants after if_timer/if_watchdog removal in r199975. This part was missed in r12. MFC after:1 week Modified: head/share/man/man9/ifne

svn commit: r232601 - in head/lib/libc: locale regex

2012-03-06 Thread David Chisnall
Author: theraven Date: Tue Mar 6 12:53:44 2012 New Revision: 232601 URL: http://svn.freebsd.org/changeset/base/232601 Log: Remove some duplicated copyright notices. Approved by: dim (mentor) Modified: head/lib/libc/locale/collate.c head/lib/libc/regex/regcomp.c Modified: head/lib/li

svn commit: r232604 - in head: sys/cam/ctl usr.sbin/ctladm

2012-03-06 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 6 13:43:57 2012 New Revision: 232604 URL: http://svn.freebsd.org/changeset/base/232604 Log: Add LUN resizing to CTL. Also make it possible to explicitly set size when creating file-backed or device-backed LUN. Reviewed by: ken (earlier version) Sponsored b

svn commit: r232609 - head/tools/test/netfibs

2012-03-06 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 6 14:19:36 2012 New Revision: 232609 URL: http://svn.freebsd.org/changeset/base/232609 Log: Use = rather than == for expressions to test(1) builtin(1) in sh(1) to comply with standards. On modern branches there is an undocumented alias (see r219084) but on stab

Re: svn commit: r232570 - head/sys/boot/i386/boot2

2012-03-06 Thread John Baldwin
On Tuesday, March 06, 2012 6:34:42 am Dimitry Andric wrote: > On 2012-03-05 20:53, John Baldwin wrote: > > Author: jhb > > Date: Mon Mar 5 19:53:17 2012 > > New Revision: 232570 > > URL: http://svn.freebsd.org/changeset/base/232570 > > > > Log: > > Fix boot2 to handle boot config files that onl

svn commit: r232612 - head/sys/dev/hwpmc

2012-03-06 Thread George V. Neville-Neil
Author: gnn Date: Tue Mar 6 17:17:03 2012 New Revision: 232612 URL: http://svn.freebsd.org/changeset/base/232612 Log: Properly mask off bits that are not supported in the IAP counters. This fixes a bug where users would see massively large counts, near to 2**64 -1, due to the bits not being

svn commit: r232613 - head/usr.sbin/jls

2012-03-06 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 6 18:39:07 2012 New Revision: 232613 URL: http://svn.freebsd.org/changeset/base/232613 Log: Fix building with WITHOUT_INET_SUPPORT set. Reviewed by: jamie (actually provided the real fix) MFC after:3 days Modified: head/usr.sbin/jls/jls.c Modified: head/

svn commit: r232614 - in head: share/man/man4 sys/amd64/conf sys/boot/forth sys/conf sys/dev/wbwd sys/i386/conf sys/modules sys/modules/wbwd

2012-03-06 Thread Bjoern A. Zeeb
Author: bz Date: Tue Mar 6 18:44:52 2012 New Revision: 232614 URL: http://svn.freebsd.org/changeset/base/232614 Log: Provide wbwd(4), a driver for the watchdog timer found on various Winbond Super I/O chips. With minor efforts it should be possible the extend the driver to support furt

Re: svn commit: r232614 - in head: share/man/man4 sys/amd64/conf sys/boot/forth sys/conf sys/dev/wbwd sys/i386/conf sys/modules sys/modules/wbwd

2012-03-06 Thread Bjoern A. Zeeb
On 6. Mar 2012, at 18:44 , Bjoern A. Zeeb wrote: > Author: bz > Date: Tue Mar 6 18:44:52 2012 > New Revision: 232614 > URL: http://svn.freebsd.org/changeset/base/232614 > > Log: > Provide wbwd(4), a driver for the watchdog timer found on various > Winbond Super I/O chips. The supported chips

svn commit: r232615 - in head/sys/mips: include mips sibyte

2012-03-06 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 19:01:32 2012 New Revision: 232615 URL: http://svn.freebsd.org/changeset/base/232615 Log: At the risk of reducing source compatibility with old NetBSD and Sprite: o) Get rid of some unused macros related to features we don't intend to provide. o) Get ri

svn commit: r232616 - head/lib/csu/mips

2012-03-06 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 19:19:33 2012 New Revision: 232616 URL: http://svn.freebsd.org/changeset/base/232616 Log: - Remove one more no-op #ifndef Modified: head/lib/csu/mips/crt1.c Modified: head/lib/csu/mips/crt1.c =

svn commit: r232619 - in head: . sys/amd64/conf sys/arm/conf sys/i386/conf sys/ia64/conf sys/mips/conf sys/pc98/conf sys/powerpc/conf sys/sparc64/conf

2012-03-06 Thread Attilio Rao
Tue Mar 6 19:46:57 2012(r232618) +++ head/UPDATING Tue Mar 6 20:01:25 2012(r232619) @@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10 machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20120306

svn commit: r232620 - in head/include: . xlocale

2012-03-06 Thread Dimitry Andric
Author: dim Date: Tue Mar 6 20:15:23 2012 New Revision: 232620 URL: http://svn.freebsd.org/changeset/base/232620 Log: After r232498, programs built with -ansi or -std=c89 including would not compile anymore, due to plain 'inline' keywords. Fix this by using __inline instead. Reported

svn commit: r232621 - head/sys/mips/mips

2012-03-06 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 20:23:29 2012 New Revision: 232621 URL: http://svn.freebsd.org/changeset/base/232621 Log: Remove unused file. Deleted: head/sys/mips/mips/elf64_machdep.c ___ svn-src-head@freebsd.org mailing list http://lists.freebs

svn commit: r232623 - head/sys/boot/i386/boot2

2012-03-06 Thread John Baldwin
Author: jhb Date: Tue Mar 6 20:45:13 2012 New Revision: 232623 URL: http://svn.freebsd.org/changeset/base/232623 Log: Add a note to clarify why we create a relocated copy of boot1 in lower memory. Modified: head/sys/boot/i386/boot2/boot1.S Modified: head/sys/boot/i386/boot2/boot1.S ==

svn commit: r232625 - head/sys/net80211

2012-03-06 Thread Adrian Chadd
Author: adrian Date: Tue Mar 6 21:20:16 2012 New Revision: 232625 URL: http://svn.freebsd.org/changeset/base/232625 Log: Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios. * Added verify_mesh_*_len functions that verify the length according to the amendmen

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

2012-03-06 Thread Dimitry Andric
Author: dim Date: Tue Mar 6 21:56:30 2012 New Revision: 232626 URL: http://svn.freebsd.org/changeset/base/232626 Log: Fix build of libc.so after r232620. This caused a duplicate definition of __getCurrentRuneLocale(). Pointy hat to:me Modified: head/lib/libc/locale/nomacros.c

svn commit: r232627 - head/sys/mips/atheros

2012-03-06 Thread Aleksandr Rybalko
Author: ray Date: Tue Mar 6 22:16:10 2012 New Revision: 232627 URL: http://svn.freebsd.org/changeset/base/232627 Log: Remove EoL whitespaces. Approved by: adri (mentor) Modified: head/sys/mips/atheros/if_arge.c Modified: head/sys/mips/atheros/if_arge.c

svn commit: r232628 - head/sys/mips/atheros

2012-03-06 Thread Aleksandr Rybalko
Author: ray Date: Tue Mar 6 22:45:54 2012 New Revision: 232628 URL: http://svn.freebsd.org/changeset/base/232628 Log: Break long lines. Approved by: adri (mentor) Modified: head/sys/mips/atheros/if_arge.c Modified: head/sys/mips/atheros/if_arge.c ==

svn commit: r232629 - in head: sbin/ifconfig sys/net

2012-03-06 Thread Andrew Thompson
Author: thompsa Date: Tue Mar 6 22:58:13 2012 New Revision: 232629 URL: http://svn.freebsd.org/changeset/base/232629 Log: Add the ability to set which packet layers are used for the load balance hash calculation. Modified: head/sbin/ifconfig/ifconfig.8 head/sbin/ifconfig/iflagg.c head/

svn commit: r232630 - in head/sys/mips: include mips

2012-03-06 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 23:08:02 2012 New Revision: 232630 URL: http://svn.freebsd.org/changeset/base/232630 Log: Get rid of duplicated versions of the KSU bits. Modified: head/sys/mips/include/cpu.h head/sys/mips/mips/exception.S head/sys/mips/mips/mpboot.S Modified: head/sys/

Re: svn commit: r232620 - in head/include: . xlocale

2012-03-06 Thread Bruce Evans
On Tue, 6 Mar 2012, Dimitry Andric wrote: Log: After r232498, programs built with -ansi or -std=c89 including would not compile anymore, due to plain 'inline' keywords. Fix this by using __inline instead. Reported by: Jia-Shiun Li Discussed with:theraven Any chance of also f

Re: svn commit: r232629 - in head: sbin/ifconfig sys/net

2012-03-06 Thread Andrey Zonov
On 07.03.2012 2:58, Andrew Thompson wrote: [snip] Modified: head/sbin/ifconfig/ifconfig.8 == --- head/sbin/ifconfig/ifconfig.8 Tue Mar 6 22:45:54 2012 (r232628) +++ head/sbin/ifconfig/ifconfig.8 Tue M

Re: svn commit: r232629 - in head: sbin/ifconfig sys/net

2012-03-06 Thread Andrew Thompson
On 7 March 2012 19:07, Andrey Zonov wrote: > On 07.03.2012 2:58, Andrew Thompson wrote: > [snip] > >> Modified: head/sbin/ifconfig/ifconfig.8 >> >> == >> --- head/sbin/ifconfig/ifconfig.8       Tue Mar  6 22:45:54 2012 >>

svn commit: r232638 - head/sbin/ifconfig

2012-03-06 Thread Andrew Thompson
Author: thompsa Date: Wed Mar 7 06:25:17 2012 New Revision: 232638 URL: http://svn.freebsd.org/changeset/base/232638 Log: Fix typo and bump the document date which I also forgot. Spotted by: Andrey Zonov Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8

svn commit: r232639 - head/sys/dev/uart

2012-03-06 Thread Remko Lodder
Author: remko Date: Wed Mar 7 06:42:21 2012 New Revision: 232639 URL: http://svn.freebsd.org/changeset/base/232639 Log: Add support for the MosChip MCS9904 four serial ports controller. PR: 165804 Submitted by: Eugene Grosbein MFC after:1 week Modified: head/sys/dev/

Re: svn commit: r232629 - in head: sbin/ifconfig sys/net

2012-03-06 Thread Sergey Kandaurov
On 7 March 2012 02:58, Andrew Thompson wrote: > Author: thompsa > Date: Tue Mar  6 22:58:13 2012 > New Revision: 232629 > URL: http://svn.freebsd.org/changeset/base/232629 > > Log: >  Add the ability to set which packet layers are used for the load balance hash >  calculation. > > Modified: >  hea

svn commit: r232640 - head/sys/net

2012-03-06 Thread Andrew Thompson
Author: thompsa Date: Wed Mar 7 07:22:53 2012 New Revision: 232640 URL: http://svn.freebsd.org/changeset/base/232640 Log: Move the vlan buffer space into the union which also fixes an unused variable warning with !INET & !INET6. Spotted by: pluknet Modified: head/sys/net/if_lagg.c

Re: svn commit: r232640 - head/sys/net

2012-03-06 Thread Sergey Kandaurov
On 7 March 2012 11:22, Andrew Thompson wrote: > Author: thompsa > Date: Wed Mar  7 07:22:53 2012 > New Revision: 232640 > URL: http://svn.freebsd.org/changeset/base/232640 > > Log: >  Move the vlan buffer space into the union which also fixes an unused variable >  warning with !INET & !INET6. > >

svn commit: r232641 - in head/sys: fs/fifofs kern sys

2012-03-06 Thread Konstantin Belousov
Author: kib Date: Wed Mar 7 07:31:50 2012 New Revision: 232641 URL: http://svn.freebsd.org/changeset/base/232641 Log: The pipe_poll() performs lockless access to the vnode to test fifo_iseof() condition, allowing the v_fifoinfo to be reset and freed by fifo_cleanup(). Precalculate EOF