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: r232593 - in stable/8/share/man: man7 man8

2012-03-06 Thread Remko Lodder
Author: remko Date: Tue Mar 6 10:20:15 2012 New Revision: 232593 URL: http://svn.freebsd.org/changeset/base/232593 Log: Merge r218998 Move the sticky manual from section 8 to section 7 like NetBSD has, since this is not a command on itself. PR: 124468 Added: stable/8/share/man/

svn commit: r232594 - in stable/8/sys/dev/usb: . wlan

2012-03-06 Thread Remko Lodder
Author: remko Date: Tue Mar 6 10:24:31 2012 New Revision: 232594 URL: http://svn.freebsd.org/changeset/base/232594 Log: MFC r230333 Add support for new if_run(4) Logitech device. Original commit message: Add support for new USB device. PR: usb/164275 MFC after: 3 days

svn commit: r232595 - in stable/9/sys/dev/usb: . wlan

2012-03-06 Thread Remko Lodder
Author: remko Date: Tue Mar 6 10:26:10 2012 New Revision: 232595 URL: http://svn.freebsd.org/changeset/base/232595 Log: MFC r230333 Add new Logitech device to if_run(4). Original commit message: Add support for new USB device. PR: usb/164275 MFC after: 3 days PR: u

svn commit: r232596 - stable/8/sys/vm

2012-03-06 Thread Konstantin Belousov
Author: kib Date: Tue Mar 6 10:45:23 2012 New Revision: 232596 URL: http://svn.freebsd.org/changeset/base/232596 Log: MFC r232002: Remove wrong comment. Modified: stable/8/sys/vm/vnode_pager.h Directory Properties: stable/8/sys/ (props changed) Modified: stable/8/sys/vm/vnode_pager.h

svn commit: r232597 - stable/8/sys/i386/linux

2012-03-06 Thread Konstantin Belousov
Author: kib Date: Tue Mar 6 10:51:53 2012 New Revision: 232597 URL: http://svn.freebsd.org/changeset/base/232597 Log: MFC r232143: Do not write to the user address directly, use suword(). Modified: stable/8/sys/i386/linux/linux_sysvec.c Directory Properties: stable/8/sys/ (props change

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:

svn commit: r232599 - stable/8/contrib/top

2012-03-06 Thread Konstantin Belousov
Author: kib Date: Tue Mar 6 11:16:14 2012 New Revision: 232599 URL: http://svn.freebsd.org/changeset/base/232599 Log: MFC r232239: Fix a race in top non-interactive mode. Use plain sleep(3) call instead of arming timer and then pausing. If SIGALRM is delivered before pause(3) is entered

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: r232602 - stable/9/sys/boot/pc98/loader

2012-03-06 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Mar 6 12:54:13 2012 New Revision: 232602 URL: http://svn.freebsd.org/changeset/base/232602 Log: MFC: r231387 Reduce diffs against i386. Modified: stable/9/sys/boot/pc98/loader/Makefile Directory Properties: stable/9/sys/ (props changed) stable/9/sys/boot/

svn commit: r232603 - stable/8/sys/boot/pc98/loader

2012-03-06 Thread Takahashi Yoshihiro
Author: nyan Date: Tue Mar 6 12:58:19 2012 New Revision: 232603 URL: http://svn.freebsd.org/changeset/base/232603 Log: MFC: r231387 Reduce diffs against i386. Modified: stable/8/sys/boot/pc98/loader/Makefile Directory Properties: stable/8/sys/ (props changed) stable/8/sys/boot/

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: r232606 - stable/8

2012-03-06 Thread Remko Lodder
Author: remko Date: Tue Mar 6 14:10:57 2012 New Revision: 232606 URL: http://svn.freebsd.org/changeset/base/232606 Log: Merge r238821 Add sticky.8 to the obsolete files since it had been moved to sticky.7 Submitted by: maxim and pluknet With help from: dim (because of awk

svn commit: r232607 - stable/7

2012-03-06 Thread Remko Lodder
Author: remko Date: Tue Mar 6 14:13:23 2012 New Revision: 232607 URL: http://svn.freebsd.org/changeset/base/232607 Log: Merge r238821 Add sticky.8 to the obsolete files since it had been moved to sticky.7 Submitted by: maxim and pluknet With help from: dim (because of awk

Re: svn commit: r232607 - stable/7

2012-03-06 Thread Remko Lodder
On 06.03.2012 15:13, Remko Lodder wrote: The commit seems to mess up with the time schedule. Normally latest entries are on top, but the merge somehow got a lot of conflicts and now it isn't on top. Anyone has a suggestion on how to properly fix this? (Same goes for stable/8!) Thanks Remko

svn commit: r232608 - stable/8

2012-03-06 Thread Remko Lodder
Author: remko Date: Tue Mar 6 14:18:54 2012 New Revision: 232608 URL: http://svn.freebsd.org/changeset/base/232608 Log: On second thought and look; this only goes for 8-stable where the ordering had gone beserk. Fix this manually. Modified: stable/8/ObsoleteFiles.inc Modified: stable/8/Ob

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: r232606 - stable/8

2012-03-06 Thread Sergey Kandaurov
On 6 March 2012 18:10, Remko Lodder wrote: > Author: remko > Date: Tue Mar  6 14:10:57 2012 > New Revision: 232606 > URL: http://svn.freebsd.org/changeset/base/232606 > > Log: >  Merge r238821 > >  Add sticky.8 to the obsolete files since it had been >  moved to sticky.7 > >  Submitted by: maxim a

Re: svn commit: r232606 - stable/8

2012-03-06 Thread Remko Lodder
On 06.03.2012 15:29, Sergey Kandaurov wrote: Eh, it seems you merged r238821 to stable/8, and that's wrong. Changes to top-level files should be merged directly to that file rather than to the root of the whole tree (see rule 12). Point received and taken. I'll look after that the next time.

svn commit: r232610 - stable/7/sys/dev/mpt

2012-03-06 Thread Sean Bruno
Author: sbruno Date: Tue Mar 6 15:02:18 2012 New Revision: 232610 URL: http://svn.freebsd.org/changeset/base/232610 Log: MFC r232411 Fix a problem that was causing the mpt(4) driver to attach to MegaRAID cards that should be handled by the mfi(4) driver. The root of the problem is t

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

Re: svn commit: r232606 - stable/8

2012-03-06 Thread Jaakko Heinonen
On 2012-03-06, Remko Lodder wrote: > On 06.03.2012 15:29, Sergey Kandaurov wrote: > > > > Eh, it seems you merged r238821 to stable/8, and that's wrong. Actually mergeinfo says r219005. > > Changes to top-level files should be merged directly to that file > > rather than to the root of the whole

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 =

Re: svn commit: r232486 - stable/9/sbin/ifconfig

2012-03-06 Thread Remko Lodder
We might ask whether we can commit this to 8.3 quicker then the suggested MFC period. I'll copy you in the request. On Mar 5, 2012, at 7:28 PM, Sergey Kandaurov wrote: > On 4 March 2012 14:37, Remko Lodder wrote: >> Author: remko >> Date: Sun Mar 4 10:37:26 2012 >> New Revision: 232486 >> URL

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-all@freebsd.org mailing list http://lists.freebsd

svn commit: r232622 - stable/8

2012-03-06 Thread Remko Lodder
Author: remko Date: Tue Mar 6 20:37:06 2012 New Revision: 232622 URL: http://svn.freebsd.org/changeset/base/232622 Log: Revert mergeinfo on the root directory. The mergeinfo should only be on ObsoleteFiles.inc Thanks for helping: jh Modified: Directory Properties: stable/8/ (props

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/

svn commit: r232632 - releng/8.3/sys/dev/mpt

2012-03-06 Thread Kenneth D. Merry
Author: ken Date: Wed Mar 7 00:16:32 2012 New Revision: 232632 URL: http://svn.freebsd.org/changeset/base/232632 Log: Merge r232563 from stable/8 (r232411 from head): Fix a problem that was causing the mpt(4) driver to attach to MegaRAID cards that should be handled by the mfi(4) dri

svn commit: r232633 - in stable/9: bin/csh contrib/tcsh contrib/tcsh/config contrib/tcsh/nls contrib/tcsh/nls/C contrib/tcsh/nls/et contrib/tcsh/nls/finnish contrib/tcsh/nls/french contrib/tcsh/nls...

2012-03-06 Thread Mark Peek
Author: mp Date: Wed Mar 7 01:26:24 2012 New Revision: 232633 URL: http://svn.freebsd.org/changeset/base/232633 Log: MFC r231990 Update to tcsh 6.18.01 Added: stable/9/contrib/tcsh/nls/Makefile.in - copied unchanged from r231990, head/contrib/tcsh/nls/Makefile.in stable/9/contrib

svn commit: r232634 - releng/8.3/sys/netinet6

2012-03-06 Thread Hiroki Sato
Author: hrs Date: Wed Mar 7 01:30:42 2012 New Revision: 232634 URL: http://svn.freebsd.org/changeset/base/232634 Log: MFS r232560: Copy ip6po_minmtu and ip6po_prefer_tempaddr in ip6_copypktopts(). This fixes inconsistency when options are specified by both setsockopt() and ancillary data

svn commit: r232635 - in stable/8: bin/csh contrib/tcsh contrib/tcsh/config contrib/tcsh/nls contrib/tcsh/nls/C contrib/tcsh/nls/et contrib/tcsh/nls/finnish contrib/tcsh/nls/french contrib/tcsh/nls...

2012-03-06 Thread Mark Peek
Author: mp Date: Wed Mar 7 01:31:29 2012 New Revision: 232635 URL: http://svn.freebsd.org/changeset/base/232635 Log: MFC r231990 Update to tcsh 6.18.01 Added: stable/8/contrib/tcsh/nls/Makefile.in - copied unchanged from r231990, head/contrib/tcsh/nls/Makefile.in stable/8/contrib

Re: svn commit: r232606 - stable/8

2012-03-06 Thread Sergey Kandaurov
On 6 March 2012 23:07, Jaakko Heinonen wrote: > On 2012-03-06, Remko Lodder wrote: >> On 06.03.2012 15:29, Sergey Kandaurov wrote: >> > >> > Eh, it seems you merged r238821 to stable/8, and that's wrong. > > Actually mergeinfo says r219005. > >> > Changes to top-level files should be merged direct

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

svn commit: r232642 - stable/9/sys/fs/nullfs

2012-03-06 Thread Konstantin Belousov
Author: kib Date: Wed Mar 7 07:55:35 2012 New Revision: 232642 URL: http://svn.freebsd.org/changeset/base/232642 Log: MFC r232296: Merge a split multi-line comment. Modified: stable/9/sys/fs/nullfs/null_subr.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/

svn commit: r232643 - stable/9/sys/fs/nullfs

2012-03-06 Thread Konstantin Belousov
Author: kib Date: Wed Mar 7 07:59:30 2012 New Revision: 232643 URL: http://svn.freebsd.org/changeset/base/232643 Log: MFC r232299: Move the code to destroy half-contructed nullfs vnode into helper function null_destroy_proto() from null_insmntque_dtr(). Also apply null_destroy_proto() in