Re: svn commit: r242467 - head/sys/dev/drm2

2012-11-02 Thread Ruslan Mahmatkhanov
Gleb Smirnoff wrote on 02.11.2012 09:26: Author: glebius Date: Fri Nov 2 05:26:33 2012 New Revision: 242467 URL: http://svn.freebsd.org/changeset/base/242467 Log: - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi to all supported debugging bits. - If DRM_DEBUG_DEF

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

2012-11-02 Thread Adrian Chadd
Author: adrian Date: Sat Nov 3 04:56:08 2012 New Revision: 242510 URL: http://svn.freebsd.org/changeset/base/242510 Log: HAL API updates, from the previous couple of HAL commits. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h ==

svn commit: r242509 - in head/sys/dev/ath/ath_hal: . ar5416

2012-11-02 Thread Adrian Chadd
Author: adrian Date: Sat Nov 3 04:55:43 2012 New Revision: 242509 URL: http://svn.freebsd.org/changeset/base/242509 Log: HAL API changes! * introduce a new HAL API method to pull out the TX status descriptor contents. * Add num_delims to the 11n first aggr method. This isn't used

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

2012-11-02 Thread Adrian Chadd
Author: adrian Date: Sat Nov 3 04:53:44 2012 New Revision: 242508 URL: http://svn.freebsd.org/changeset/base/242508 Log: Add a debug method to dump the EDMA TX status descriptor contents out. This requires some HAL API changes to be useful, as there's no way right now to pull out the TX

svn commit: r242507 - head/sys/libkern

2012-11-02 Thread Xin LI
Author: delphij Date: Sat Nov 3 04:29:24 2012 New Revision: 242507 URL: http://svn.freebsd.org/changeset/base/242507 Log: Sync strlcpy with userland version. MFC after:1 month Modified: head/sys/libkern/strlcpy.c Modified: head/sys/libkern/strlcpy.c

svn commit: r242506 - head/sys/libkern

2012-11-02 Thread Xin LI
Author: delphij Date: Sat Nov 3 04:28:53 2012 New Revision: 242506 URL: http://svn.freebsd.org/changeset/base/242506 Log: Sync strlen with userland implementation. MFC after:1 month Modified: head/sys/libkern/strlen.c Modified: head/sys/libkern/strlen.c

svn commit: r242503 - head/lib/libutil

2012-11-02 Thread Baptiste Daroussin
Author: bapt Date: Sat Nov 3 00:30:22 2012 New Revision: 242503 URL: http://svn.freebsd.org/changeset/base/242503 Log: Fix typo Modified: head/lib/libutil/pw_util.3 Modified: head/lib/libutil/pw_util.3 == --- head/l

svn commit: r242501 - head/usr.sbin/makefs

2012-11-02 Thread Simon J. Gerraty
Author: sjg Date: Sat Nov 3 00:10:30 2012 New Revision: 242501 URL: http://svn.freebsd.org/changeset/base/242501 Log: If no contents keyword is specified, the default for files is the named file. Approved by: marcel (mentor) Modified: head/usr.sbin/makefs/mtree.c Modified: head/usr.

svn commit: r242500 - stable/9/share/man/man4

2012-11-02 Thread Sean Bruno
Author: sbruno Date: Fri Nov 2 23:25:52 2012 New Revision: 242500 URL: http://svn.freebsd.org/changeset/base/242500 Log: MFC r241710 est(4) man page update to document the exposed sysctl r/o variables available to the user. Should be applicable to all branches and versions where est(4

svn commit: r242499 - head/bin/ln

2012-11-02 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Nov 2 22:32:47 2012 New Revision: 242499 URL: http://svn.freebsd.org/changeset/base/242499 Log: Add a couple of examples. Obtained from:OpenBSD Modified: head/bin/ln/ln.1 Modified: head/bin/ln/ln.1 =

svn commit: r242497 - head/sys/dev/mfi

2012-11-02 Thread Xin LI
Author: delphij Date: Fri Nov 2 22:07:45 2012 New Revision: 242497 URL: http://svn.freebsd.org/changeset/base/242497 Log: Copy code from scsi_read_write() as mfi_build_syspd_cdb() to build SCSI command properly. Without this change, mfi(4) always sends 10 byte READ and WRITE commands, whic

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

2012-11-02 Thread Jim Harris
Author: jimharris Date: Fri Nov 2 22:03:39 2012 New Revision: 242496 URL: http://svn.freebsd.org/changeset/base/242496 Log: Update nsamples and nbuffers defaults to match reality. Modified: head/share/man/man4/hwpmc.4 Modified: head/share/man/man4/hwpmc.4 ===

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

2012-11-02 Thread Joel Dahl
Author: joel (doc committer) Date: Fri Nov 2 21:47:21 2012 New Revision: 242495 URL: http://svn.freebsd.org/changeset/base/242495 Log: A few minor adjustments after r242424: - Sort entries in SYNOPSIS. - Start sentence on a new line. - Remove redundant textdump dump description. S

Re: svn commit: r242466 - head/sys/mips/mips

2012-11-02 Thread Garrett Cooper
On Fri, Nov 2, 2012 at 2:26 PM, Adrian Chadd wrote: > On 2 November 2012 08:09, Ian Lepore > wrote: > > > Of course, it doesn't save anything if the system is using more than 128 > > maps, did you check? When I checked on an arm dreamplug system, there > > were roughly 1850 maps allocated by ti

Re: svn commit: r242466 - head/sys/mips/mips

2012-11-02 Thread Adrian Chadd
On 2 November 2012 08:09, Ian Lepore wrote: > Of course, it doesn't save anything if the system is using more than 128 > maps, did you check? When I checked on an arm dreamplug system, there > were roughly 1850 maps allocated by time it got to the login prompt > (making that local cache of 500 m

svn commit: r242492 - head/sys/ufs/ffs

2012-11-02 Thread Jeff Roberson
Author: jeff Date: Fri Nov 2 21:04:06 2012 New Revision: 242492 URL: http://svn.freebsd.org/changeset/base/242492 Log: - In cancel_mkdir_dotdot don't panic if the inodedep is not available. If the previous diradd had already finished it could have been reclaimed already. This would

svn commit: r242489 - head/sys/kern

2012-11-02 Thread Alfred Perlstein
Author: alfred Date: Fri Nov 2 18:57:38 2012 New Revision: 242489 URL: http://svn.freebsd.org/changeset/base/242489 Log: Merge 242488, better use of strlcpy. Submitted by: Eric van Gyzen Modified: head/sys/kern/kern_shutdown.c Directory Properties: head/sys/ (props changed) Modifi

svn commit: r242486 - head/sbin/dumpon

2012-11-02 Thread Alfred Perlstein
Author: alfred Date: Fri Nov 2 17:30:08 2012 New Revision: 242486 URL: http://svn.freebsd.org/changeset/base/242486 Log: Document that you can use -v along with -l. Noticed by: pjd Modified: head/sbin/dumpon/dumpon.8 head/sbin/dumpon/dumpon.c Modified: head/sbin/dumpon/dumpon.8 =

svn commit: r242485 - in stable/9: contrib/tcpdump usr.sbin/tcpdump/tcpdump

2012-11-02 Thread Xin LI
Author: delphij Date: Fri Nov 2 16:57:51 2012 New Revision: 242485 URL: http://svn.freebsd.org/changeset/base/242485 Log: MFC r241235: MFV tcpdump 4.3.0. Added: stable/9/contrib/tcpdump/print-tipc.c - copied unchanged from r241235, head/contrib/tcpdump/print-tipc.c Modified: stab

svn commit: r242484 - in stable/9: contrib/libpcap contrib/libpcap/net contrib/libpcap/packaging contrib/libpcap/pcap contrib/libpcap/test contrib/libpcap/tests lib/libpcap sys/net

2012-11-02 Thread Xin LI
Author: delphij Date: Fri Nov 2 16:54:12 2012 New Revision: 242484 URL: http://svn.freebsd.org/changeset/base/242484 Log: MFC r241231: MFV: libpcap 1.3.0. Added: stable/9/contrib/libpcap/pcap-canusb-linux.c - copied unchanged from r241231, head/contrib/libpcap/pcap-canusb-linux.c

svn commit: r242483 - head/sys/sys

2012-11-02 Thread Attilio Rao
Author: attilio Date: Fri Nov 2 16:31:01 2012 New Revision: 242483 URL: http://svn.freebsd.org/changeset/base/242483 Log: Tweak comment to make more clear why it will fail. Submitted by: jimharris Modified: head/sys/sys/mutex.h Modified: head/sys/sys/mutex.h ===

svn commit: r242482 - head/usr.bin/kdump

2012-11-02 Thread Jilles Tjoelker
Author: jilles Date: Fri Nov 2 16:07:21 2012 New Revision: 242482 URL: http://svn.freebsd.org/changeset/base/242482 Log: kdump: Also decode fcntl commands containing underscores and digits. The commands F_SETLK_REMOTE, F_DUPFD_CLOEXEC and F_DUP2FD_CLOEXEC were not decoded. Modified: h

Re: svn commit: r242466 - head/sys/mips/mips

2012-11-02 Thread Ian Lepore
On Fri, 2012-11-02 at 05:23 +, Adrian Chadd wrote: > Author: adrian > Date: Fri Nov 2 05:23:05 2012 > New Revision: 242466 > URL: http://svn.freebsd.org/changeset/base/242466 > > Log: > Drop this from 500 to 128, to save a little space on memory constrained > platforms. > > Modified: >

svn commit: r242481 - head

2012-11-02 Thread Antoine Brodin
Author: antoine Date: Fri Nov 2 15:06:01 2012 New Revision: 242481 URL: http://svn.freebsd.org/changeset/base/242481 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

svn commit: r242480 - head/sys/dev/isp

2012-11-02 Thread Matt Jacob
Author: mjacob Date: Fri Nov 2 14:38:57 2012 New Revision: 242480 URL: http://svn.freebsd.org/changeset/base/242480 Log: Don't allow for more than one segment for the control space since we're not set up to deal with that. X-MFC:242479 MFC after:1 week Modified: head/sys

svn commit: r242479 - head/sys/dev/isp

2012-11-02 Thread Matt Jacob
Author: mjacob Date: Fri Nov 2 14:37:21 2012 New Revision: 242479 URL: http://svn.freebsd.org/changeset/base/242479 Log: Don't allow for more than one segment for the control space since we're not set up to deal with that. MFC after:1 week Modified: head/sys/dev/isp/isp_pci.c Mod

svn commit: r242478 - in stable/9/contrib/gcc/config: arm i386 ia64 mips rs6000 sparc

2012-11-02 Thread Konstantin Belousov
Author: kib Date: Fri Nov 2 14:18:30 2012 New Revision: 242478 URL: http://svn.freebsd.org/changeset/base/242478 Log: MFC r238472: Pass --enable-new-dtags to the linker invocation by default. If desired, one can turn off the generation of post-ELF standard dtags by overriding it with --di

svn commit: r242477 - in stable/9/contrib/gcc/config: arm i386 sparc

2012-11-02 Thread Konstantin Belousov
Author: kib Date: Fri Nov 2 14:16:09 2012 New Revision: 242477 URL: http://svn.freebsd.org/changeset/base/242477 Log: MFC r236137: Enable gnu hash generation for dynamic ELF binaries on x86. MFC r236329 (by marius): Merge r236137 from x86: Enable GNU hash generation for dynamic ELF b

svn commit: r242476 - in head/sys: compat/linux fs/nullfs fs/unionfs i386/ibcs2 kern ufs/ufs vm

2012-11-02 Thread Konstantin Belousov
Author: kib Date: Fri Nov 2 13:56:36 2012 New Revision: 242476 URL: http://svn.freebsd.org/changeset/base/242476 Log: The r241025 fixed the case when a binary, executed from nullfs mount, was still possible to open for write from the lower filesystem. There is a symmetric situation where t

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

2012-11-02 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 2 13:54:06 2012 New Revision: 242475 URL: http://svn.freebsd.org/changeset/base/242475 Log: - Fix struct and struct fields names. - Remove NGM_ATM_CARRIER_CHANGE, which was removed in r118175. Submitted by: Mamontov Roman Modified: head/share/man/man4/ng

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

2012-11-02 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 2 13:51:47 2012 New Revision: 242474 URL: http://svn.freebsd.org/changeset/base/242474 Log: Remove separate paragraph on ASCII messages and instead provide this information along with messages documentation, like this done in manual pages for other netgraph no

svn commit: r242472 - head/lib/libc++

2012-11-02 Thread Dimitry Andric
Author: dim Date: Fri Nov 2 12:18:38 2012 New Revision: 242472 URL: http://svn.freebsd.org/changeset/base/242472 Log: Fix broken macro checking in the libc++ Makefile, introduced in r241909. This caused -std=c++0x not to be passed to the build by default. Pointy hat to:dim MFC

svn commit: r242471 - head/share/misc

2012-11-02 Thread Philip Paeps
Author: philip Date: Fri Nov 2 11:13:44 2012 New Revision: 242471 URL: http://svn.freebsd.org/changeset/base/242471 Log: MFV pciids-20121024, r242469 Update to use the latest version of the PCI IDs Repository. MFC after:1 week Modified: head/share/misc/pci_vendors Modified: he

svn commit: r242470 - vendor/pciids/pciids-20121024

2012-11-02 Thread Philip Paeps
Author: philip Date: Fri Nov 2 10:53:42 2012 New Revision: 242470 URL: http://svn.freebsd.org/changeset/base/242470 Log: Tag current snapshot of the PCI ID Repository. Added: vendor/pciids/pciids-20121024/ - copied from r242469, vendor/pciids/dist/ __

svn commit: r242469 - vendor/pciids/dist

2012-11-02 Thread Philip Paeps
Author: philip Date: Fri Nov 2 10:51:48 2012 New Revision: 242469 URL: http://svn.freebsd.org/changeset/base/242469 Log: Import a recent snapshot of the PCI ID Repository. Modified: vendor/pciids/dist/pci.ids Modified: vendor/pciids/dist/pci.ids =

Re: svn commit: r242451 - head/sbin/dumpon

2012-11-02 Thread Pawel Jakub Dawidek
On Thu, Nov 01, 2012 at 06:59:19PM +, Alfred Perlstein wrote: > Author: alfred > Date: Thu Nov 1 18:59:19 2012 > New Revision: 242451 > URL: http://svn.freebsd.org/changeset/base/242451 > > Log: > Add an option to display the current dump device via dumpon -l. [...] > +.Nm > +.Fl l [...] >

Re: svn commit: r242439 - in head/sys: dev/null geom kern sys

2012-11-02 Thread Pawel Jakub Dawidek
On Thu, Nov 01, 2012 at 05:01:05PM +, Alfred Perlstein wrote: > + strlcpy(dumpdevname, devname, sizeof(dumpdevname)); > + if (strlen(dumpdevname) != strlen(devname)) { > + printf("set_dumper: device name truncated from '%s' -> '%s'\n", > + devname, dumpde

svn commit: r242468 - head/share/misc

2012-11-02 Thread Maxim Konovalov
Author: maxim Date: Fri Nov 2 07:36:16 2012 New Revision: 242468 URL: http://svn.freebsd.org/changeset/base/242468 Log: o OpenBSD 5.2 added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ==