svn commit: r259546 - head/sys/dev/usb/wlan

2013-12-18 Thread Kevin Lo
Author: kevlo Date: Wed Dec 18 08:39:12 2013 New Revision: 259546 URL: http://svnweb.freebsd.org/changeset/base/259546 Log: Fix style: add tab after #define. Modified: head/sys/dev/usb/wlan/if_run.c head/sys/dev/usb/wlan/if_runreg.h head/sys/dev/usb/wlan/if_runvar.h Modified: head/sys/de

svn commit: r259547 - head/sys/dev/usb/wlan

2013-12-18 Thread Kevin Lo
Author: kevlo Date: Wed Dec 18 08:53:40 2013 New Revision: 259547 URL: http://svnweb.freebsd.org/changeset/base/259547 Log: Use 'val' instead of 'val & 0xff' since the last argument of run_bbp_write() is uint8_t. Spotted by: yongari Modified: head/sys/dev/usb/wlan/if_run.c Modified:

svn commit: r259548 - head/lib/libc/sys

2013-12-18 Thread Ruslan Ermilov
Author: ru Date: Wed Dec 18 12:18:17 2013 New Revision: 259548 URL: http://svnweb.freebsd.org/changeset/base/259548 Log: shm_open(2): Fixed the history information. While here, sort xrefs. Reviewed by: jhb Modified: head/lib/libc/sys/shm_open.2 Modified: head/lib/libc/sys/shm_open

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

2013-12-18 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 18 12:50:43 2013 New Revision: 259549 URL: http://svnweb.freebsd.org/changeset/base/259549 Log: - Rename tty_makedev() into tty_makedevf() and make it capable to fail and return error. - Use make_dev_p() in tty_makedevf() instead of make_dev_cred(). - Always

Re: svn commit: r259010 - in head/sys: conf powerpc/fpu

2013-12-18 Thread Dag-Erling Smørgrav
John Baldwin writes: > 1) 'make tinderbox' Just Works as a single command from an existing source >tree checkout. [...] > > 2) 'make tinderbox' provides a summary of what failed. 'make universe' >does not. [...] So remove all the .if !defined(DOING_TINDERBOX) code the tinderbox target,

svn commit: r259550 - head/sys/dev/nmdm

2013-12-18 Thread Gleb Smirnoff
Author: glebius Date: Wed Dec 18 12:53:48 2013 New Revision: 259550 URL: http://svnweb.freebsd.org/changeset/base/259550 Log: Make nmdm(4) destroy devices when both sides of a pair are disconnected. This makes it possible to kldunload nmdm.ko when there are no users of it. Reviewed by: k

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-18 Thread Niclas Zeising
On 12/18/13 01:24, Baptiste Daroussin wrote: > On Wed, Dec 18, 2013 at 02:21:56AM +0200, Aleksandr Rybalko wrote: >> On Tue, 10 Dec 2013 23:49:38 +0100 >> Andreas Tobler wrote: >> >>> On 10.12.13 14:43, Tijl Coosemans wrote: On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: > Th

svn commit: r259555 - in head/contrib: gcc gcc/doc gcclibs/libcpp gcclibs/libcpp/include

2013-12-18 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 18 14:53:36 2013 New Revision: 259555 URL: http://svnweb.freebsd.org/changeset/base/259555 Log: gcc: add Apple compatible -Wnewline-eof GCC 4.2 and previous have always warned about "No newline at end of file". Upstream GCC removed the warning completely but

svn commit: r259558 - head/contrib/gcc/doc

2013-12-18 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 18 15:27:48 2013 New Revision: 259558 URL: http://svnweb.freebsd.org/changeset/base/259558 Log: gcc: add Apple compatible -Wnewline-eof Fix document: "Apple compatible" suits better the origin. MFC after:1 week Modified: head/contrib/gcc/doc/invoke.texi

Re: svn commit: r259555 - in head/contrib: gcc gcc/doc gcclibs/libcpp gcclibs/libcpp/include

2013-12-18 Thread Alexey Dokuchaev
On Wed, Dec 18, 2013 at 02:53:36PM +, Pedro F. Giffuni wrote: > New Revision: 259555 > URL: http://svnweb.freebsd.org/changeset/base/259555 > > Log: > gcc: add Apple compatible -Wnewline-eof > > GCC 4.2 and previous have always warned about > "No newline at end of file". > > Upst

svn commit: r259561 - head/lib/libstand

2013-12-18 Thread Marcel Moolenaar
Author: marcel Date: Wed Dec 18 17:03:43 2013 New Revision: 259561 URL: http://svnweb.freebsd.org/changeset/base/259561 Log: Fix an inappropriate free of a non-dynamic value. While here, make the code more naive and robust: 1. When setting ev_value, also always set ev_flags appropriately

svn commit: r259562 - head/usr.bin/netstat

2013-12-18 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Dec 18 18:25:27 2013 New Revision: 259562 URL: http://svnweb.freebsd.org/changeset/base/259562 Log: Switch netstat -rn to use standard API for retrieving list of routes instead of peeking inside in-kernel radix via kget. This permits us to change kernel structures

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-18 Thread John-Mark Gurney
Alexander V. Chernikov wrote this message on Wed, Dec 18, 2013 at 18:25 +: > Author: melifaro > Date: Wed Dec 18 18:25:27 2013 > New Revision: 259562 > URL: http://svnweb.freebsd.org/changeset/base/259562 > > Log: > Switch netstat -rn to use standard API for retrieving list of routes > ins

Re: svn commit: r259555 - in head/contrib: gcc gcc/doc gcclibs/libcpp gcclibs/libcpp/include

2013-12-18 Thread Pedro Giffuni
On 18.12.2013 10:42, Alexey Dokuchaev wrote: On Wed, Dec 18, 2013 at 02:53:36PM +, Pedro F. Giffuni wrote: New Revision: 259555 URL: http://svnweb.freebsd.org/changeset/base/259555 Log: gcc: add Apple compatible -Wnewline-eof GCC 4.2 and previous have always warned about "No n

svn commit: r259564 - in head: share/man/man4 sys/dev/arcmsr

2013-12-18 Thread Xin LI
Author: delphij Date: Wed Dec 18 19:23:05 2013 New Revision: 259564 URL: http://svnweb.freebsd.org/changeset/base/259564 Log: Commit 1/2: update arcmsr(4) to 1.20.00.29 in order to add support of ARC-1883 SAS 12Gb/s RAID controllers. Many thanks to Areca for continuing to support FreeBSD.

Re: svn commit: r259010 - in head/sys: conf powerpc/fpu

2013-12-18 Thread John Baldwin
On Wednesday, December 18, 2013 7:53:24 am Dag-Erling Smørgrav wrote: > John Baldwin writes: > > 1) 'make tinderbox' Just Works as a single command from an existing source > >tree checkout. [...] > > > > 2) 'make tinderbox' provides a summary of what failed. 'make universe' > >does not.

svn commit: r259566 - head/usr.bin/netstat

2013-12-18 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Dec 18 20:04:04 2013 New Revision: 259566 URL: http://svnweb.freebsd.org/changeset/base/259566 Log: Restore corefiles handling via kvm(3). Found by: John-Mark Gurney MFC after:4 weeks Modified: head/usr.bin/netstat/main.c head/usr.bin/netstat/netst

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-18 Thread Alexander V. Chernikov
On 18.12.2013 22:45, John-Mark Gurney wrote: > Alexander V. Chernikov wrote this message on Wed, Dec 18, 2013 at 18:25 +: >> Author: melifaro >> Date: Wed Dec 18 18:25:27 2013 >> New Revision: 259562 >> URL: http://svnweb.freebsd.org/changeset/base/259562 >> >> Log: >> Switch netstat -rn to u

svn commit: r259568 - in head: sbin/ipfw sys/netpfil/ipfw

2013-12-18 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Dec 18 20:17:05 2013 New Revision: 259568 URL: http://svnweb.freebsd.org/changeset/base/259568 Log: Add net.inet.ip.fw.dyn_keep_states sysctl which re-links dynamic states to default rule instead of flushing on rule deletion. This can be useful while performing r

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

2013-12-18 Thread Navdeep Parhar
Author: np Date: Wed Dec 18 20:37:49 2013 New Revision: 259569 URL: http://svnweb.freebsd.org/changeset/base/259569 Log: cxgbe.4: Belated update to the man page to reflect T5 support. MFC after:1 day Modified: head/share/man/man4/cxgbe.4 Modified: head/share/man/man4/cxgbe.4 ===

svn commit: r259570 - head/usr.sbin/bsdinstall/scripts

2013-12-18 Thread Devin Teske
Author: dteske Date: Wed Dec 18 21:13:50 2013 New Revision: 259570 URL: http://svnweb.freebsd.org/changeset/base/259570 Log: Fix "[: -eq: argument expected" error introduced by SVN r256343. The code should not have used DIALOG_CANCEL because dialog.subr wasn't included to define it. The effe

svn commit: r259571 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-18 Thread Craig Rodrigues
Author: rodrigc Date: Wed Dec 18 21:14:43 2013 New Revision: 259571 URL: http://svnweb.freebsd.org/changeset/base/259571 Log: Add SVN revision numbers for Mellanox updates. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/art

svn commit: r259572 - head/usr.sbin/bsdinstall/scripts

2013-12-18 Thread Devin Teske
Author: dteske Date: Wed Dec 18 21:16:57 2013 New Revision: 259572 URL: http://svnweb.freebsd.org/changeset/base/259572 Log: In bsdinstall_log, it's rather confusing to see the following sequence: DEBUG: Running installation step: hostname rm: /tmp/bsdinstall_etc/fstab: No such file or d

svn commit: r259573 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-18 Thread Craig Rodrigues
Author: rodrigc Date: Wed Dec 18 21:22:16 2013 New Revision: 259573 URL: http://svnweb.freebsd.org/changeset/base/259573 Log: Add SVN revision numbers for Chelsio updates. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/arti

svn commit: r259574 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-18 Thread Craig Rodrigues
Author: rodrigc Date: Wed Dec 18 21:23:16 2013 New Revision: 259574 URL: http://svnweb.freebsd.org/changeset/base/259574 Log: Indent. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ==

svn commit: r259576 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-12-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 18 21:45:46 2013 New Revision: 259576 URL: http://svnweb.freebsd.org/changeset/base/259576 Log: MFV r258923: 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0 illumos/illumos-gate@bb411a08b05466bfe0c7095b6373bbc1587e259a MFC after:3 days M

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2013-12-18 Thread Andreas Tobler
On 18.12.13 01:24, Baptiste Daroussin wrote: > On Wed, Dec 18, 2013 at 02:21:56AM +0200, Aleksandr Rybalko wrote: >> On Tue, 10 Dec 2013 23:49:38 +0100 >> Andreas Tobler wrote: >> >>> On 10.12.13 14:43, Tijl Coosemans wrote: On Tue, 10 Dec 2013 15:31:44 +0200 Aleksandr Rybalko wrote: > Th

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-18 Thread John Baldwin
On Wednesday, December 18, 2013 3:07:58 pm Alexander V. Chernikov wrote: > On 18.12.2013 22:45, John-Mark Gurney wrote: > > Alexander V. Chernikov wrote this message on Wed, Dec 18, 2013 at 18:25 > > +: > >> Author: melifaro > >> Date: Wed Dec 18 18:25:27 2013 > >> New Revision: 259562 > >> UR

Re: svn commit: r259407 - head/sys/kern

2013-12-18 Thread Mateusz Guzik
On Tue, Dec 17, 2013 at 02:34:01PM -0500, John Baldwin wrote: > On Tuesday, December 17, 2013 1:17:45 pm Mateusz Guzik wrote: > > On Tue, Dec 17, 2013 at 11:41:49AM -0500, John Baldwin wrote: > > > On Saturday, December 14, 2013 11:11:43 pm Mateusz Guzik wrote: > > > > Author: mjg > > > > Date: Sun

svn commit: r259580 - in head: contrib/tcpdump usr.bin/kdump

2013-12-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Dec 19 00:51:48 2013 New Revision: 259580 URL: http://svnweb.freebsd.org/changeset/base/259580 Log: If we cannot connect to casperd we don't enter sandbox, but if we can connect to casperd, but we cannot access the service we need we exit with an error. This should not

svn commit: r259581 - head/etc/defaults

2013-12-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Dec 19 00:53:11 2013 New Revision: 259581 URL: http://svnweb.freebsd.org/changeset/base/259581 Log: Make the world a bit more secure place (hopefully) and turn the casperd on by default. Sponsored by: The FreeBSD Foundation Modified: head/etc/defaults/rc.conf Mod

svn commit: r259586 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-18 Thread Craig Rodrigues
Author: rodrigc Date: Thu Dec 19 03:21:53 2013 New Revision: 259586 URL: http://svnweb.freebsd.org/changeset/base/259586 Log: Add entry for bhyve. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml =

svn commit: r259587 - head/sys/kern

2013-12-18 Thread Mark Johnston
Author: markj Date: Thu Dec 19 03:48:36 2013 New Revision: 259587 URL: http://svnweb.freebsd.org/changeset/base/259587 Log: Invoke the kld_* event handlers from linker_load_file() and linker_unload_file() rather than kern_kldload() and kern_kldunload(). This ensures that the handlers are inv

svn commit: r259588 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-18 Thread Craig Rodrigues
Author: rodrigc Date: Thu Dec 19 04:55:35 2013 New Revision: 259588 URL: http://svnweb.freebsd.org/changeset/base/259588 Log: Add item for pkg(8). Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml =

svn commit: r259589 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-18 Thread Glen Barber
Author: gjb Date: Thu Dec 19 05:22:48 2013 New Revision: 259589 URL: http://svnweb.freebsd.org/changeset/base/259589 Log: Fix doc build. Sponsored by: The FreeBSD Foundation Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnot

svn commit: r259590 - head/lib/libstand

2013-12-18 Thread Marcel Moolenaar
Author: marcel Date: Thu Dec 19 05:23:10 2013 New Revision: 259590 URL: http://svnweb.freebsd.org/changeset/base/259590 Log: Fix readdir for the root directory on a FAT32 file system. The root directory is like any subdirectory and as such needs to use a real cluster number. To this end, kee

svn commit: r259591 - head/sys/boot/ia64/efi

2013-12-18 Thread Marcel Moolenaar
Author: marcel Date: Thu Dec 19 05:28:43 2013 New Revision: 259591 URL: http://svnweb.freebsd.org/changeset/base/259591 Log: Bump the loader version to 3.2 after various dosfs fixes (in particular). Modified: head/sys/boot/ia64/efi/version Modified: head/sys/boot/ia64/efi/version ===

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-18 Thread Teske, Devin
On Dec 16, 2013, at 2:03 PM, Nathan Whitehorn wrote: > On 12/16/13 15:55, Teske, Devin wrote: >> On Dec 16, 2013, at 1:50 PM, Nathan Whitehorn wrote: >> >>> On 12/16/13 15:48, Teske, Devin wrote: On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote: > On Dec 16, 2013, at 1:26 PM, Natha

Re: svn commit: r259407 - head/sys/kern

2013-12-18 Thread Konstantin Belousov
On Thu, Dec 19, 2013 at 01:28:24AM +0100, Mateusz Guzik wrote: > That being said, instead of reverting the change (which would leave other > field > with similar issue in place) I propose adding the following: > --- a/sys/kern/kern_exit.c > +++ b/sys/kern/kern_exit.c > @@ -220,6 +220,12 @@ exit1(s

svn commit: r259597 - head/usr.sbin/bsdinstall/scripts

2013-12-18 Thread Devin Teske
Author: dteske Date: Thu Dec 19 06:41:30 2013 New Revision: 259597 URL: http://svnweb.freebsd.org/changeset/base/259597 Log: Fix a regression that occurred with SVN revisions 259474 and 259476 where installation to 3-4+ (depending on vdev type) vdevs would result in odd error messages where

svn commit: r259598 - head/usr.sbin/bsdinstall/scripts

2013-12-18 Thread Devin Teske
Author: dteske Date: Thu Dec 19 06:43:52 2013 New Revision: 259598 URL: http://svnweb.freebsd.org/changeset/base/259598 Log: When using a bootpool, set the cachefile property so that it gets imported automatically upon reboot to the newly installed system. MFC after: 1 day Modified: he