svn commit: r255293 - head/usr.sbin/bhyve

2013-09-05 Thread Peter Grehan
Author: grehan Date: Fri Sep 6 05:58:10 2013 New Revision: 255293 URL: http://svnweb.freebsd.org/changeset/base/255293 Log: Fix spelling. Modified: head/usr.sbin/bhyve/ioapic.c Modified: head/usr.sbin/bhyve/ioapic.c ===

svn commit: r255292 - head/usr.sbin/bhyve

2013-09-05 Thread Peter Grehan
Author: grehan Date: Fri Sep 6 05:55:43 2013 New Revision: 255292 URL: http://svnweb.freebsd.org/changeset/base/255292 Log: Allow level-triggered interrupt sources. While this isn't precisely emulated, it is good enough for the single consumer i.e. irq4, the serial port on Linux. Modified:

Re: svn commit: r255246 - head/sys/sys

2013-09-05 Thread Konstantin Belousov
On Thu, Sep 05, 2013 at 06:44:39PM +0400, Gleb Smirnoff wrote: > On Thu, Sep 05, 2013 at 05:03:19PM +0300, Konstantin Belousov wrote: > K> On Thu, Sep 05, 2013 at 01:46:30PM +, Gleb Smirnoff wrote: > K> > Author: glebius > K> > Date: Thu Sep 5 13:46:30 2013 > K> > New Revision: 255246 > K> > U

svn commit: r255290 - head/sys/conf

2013-09-05 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 6 05:38:20 2013 New Revision: 255290 URL: http://svnweb.freebsd.org/changeset/base/255290 Log: Fix build. Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips == --- he

svn commit: r255289 - in head/sys: amd64/amd64 amd64/include ia64/ia64 ia64/include mips/include mips/mips

2013-09-05 Thread Gleb Smirnoff
Author: glebius Date: Fri Sep 6 05:37:49 2013 New Revision: 255289 URL: http://svnweb.freebsd.org/changeset/base/255289 Log: On those machines, where sf_bufs do not represent any real object, make sf_buf_alloc()/sf_buf_free() inlines, to save two calls to an absolutely empty functions.

svn commit: r255288 - head/sys/amd64/vmm

2013-09-05 Thread Peter Grehan
Author: grehan Date: Fri Sep 6 05:20:11 2013 New Revision: 255288 URL: http://svnweb.freebsd.org/changeset/base/255288 Log: Emulate reading of the IA32_MISC_ENABLE MSR, by returning the host MSR and masking off features that aren't supported. Linux reads this MSR to detect if NX has been di

svn commit: r255287 - head/sys/amd64/vmm

2013-09-05 Thread Peter Grehan
Author: grehan Date: Fri Sep 6 05:16:10 2013 New Revision: 255287 URL: http://svnweb.freebsd.org/changeset/base/255287 Log: Allow CPUID leaf 0xD to be read as zeroes. Linux reads this even though extended features aren't exposed. Support for 0xD will be expanded once AVX[2] is expose

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2013-09-05 Thread Alexey Dokuchaev
On Thu, Sep 05, 2013 at 12:09:57AM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Thu Sep 5 00:09:56 2013 > New Revision: 255219 > URL: http://svnweb.freebsd.org/changeset/base/255219 > > Log: > Change the cap_rights_t type from uint64_t to a structure that we can extend > in the fut

svn commit: r255286 - head

2013-09-05 Thread Simon J. Gerraty
Author: sjg Date: Fri Sep 6 02:57:15 2013 New Revision: 255286 URL: http://svnweb.freebsd.org/changeset/base/255286 Log: During universe/tinderbox export MAKE_JOB_ERROR_TOKEN=no This avoids aborting everything when one kernel fails. Reviewed by: obrien Modified: head/Makefile Modifi

svn commit: r255285 - head/contrib/bmake

2013-09-05 Thread Simon J. Gerraty
Author: sjg Date: Fri Sep 6 02:55:51 2013 New Revision: 255285 URL: http://svnweb.freebsd.org/changeset/base/255285 Log: If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E") into the job queue. This avoids closing down an entire build on failure of one branch. Probably

svn commit: r255284 - head/sys/rpc

2013-09-05 Thread Rick Macklem
Author: rmacklem Date: Fri Sep 6 02:34:34 2013 New Revision: 255284 URL: http://svnweb.freebsd.org/changeset/base/255284 Log: It was reported via email that the cu_sent field used by the krpc client side UDP was observed as way out of range and caused the rpc.lockd daemon to hang trying to

svn commit: r255253 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests usr.bin/bmake usr.bin/bmake/unit-tests

2013-09-05 Thread Simon J. Gerraty
Author: sjg Date: Thu Sep 5 15:57:26 2013 New Revision: 255253 URL: http://svnweb.freebsd.org/changeset/base/255253 Log: Merge bmake-20130904 Added: head/contrib/bmake/unit-tests/sunshcmd - copied unchanged from r255252, vendor/NetBSD/bmake/dist/unit-tests/sunshcmd Modified: head/con

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

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 22:55:08 2013 New Revision: 255270 URL: http://svnweb.freebsd.org/changeset/base/255270 Log: Fix a typo. Approved by: jimharris Sponsored by: Intel Modified: head/share/man/man4/ntb.4 Modified: head/share/man/man4/ntb.4 ==

svn commit: r255271 - head/sys/dev/ntb/if_ntb

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 22:56:52 2013 New Revision: 255271 URL: http://svnweb.freebsd.org/changeset/base/255271 Log: Fix name change from ntb_transport to if_ntb. A few places were overlooked. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/if_ntb/if_ntb.

svn commit: r255282 - head/sys/powerpc/include

2013-09-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Sep 5 23:28:50 2013 New Revision: 255282 URL: http://svnweb.freebsd.org/changeset/base/255282 Log: Also align the 32-bit PowerPC stacks. Modified: head/sys/powerpc/include/frame.h Modified: head/sys/powerpc/include/frame.h ===

svn commit: r255275 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:02:43 2013 New Revision: 255275 URL: http://svnweb.freebsd.org/changeset/base/255275 Log: Simplifying bus alloc resource call since we only need the default values. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c

svn commit: r255272 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 22:59:18 2013 New Revision: 255272 URL: http://svnweb.freebsd.org/changeset/base/255272 Log: Restructure the PCI bar initialization code in anticipation of upcoming bug fixes. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/

svn commit: r255277 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:06:25 2013 New Revision: 255277 URL: http://svnweb.freebsd.org/changeset/base/255277 Log: Cleaning up spacing and making hex value case consistent. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/ntb_regs.h Modified: head/

svn commit: r255281 - in head/sys/dev/ntb: if_ntb ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:14:27 2013 New Revision: 255281 URL: http://svnweb.freebsd.org/changeset/base/255281 Log: Remove contractions. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/if_ntb/if_ntb.c head/sys/dev/ntb/ntb_hw/ntb_hw.c Modified: head/sys/

svn commit: r255268 - in head/sys/dev/ntb: if_ntb ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 22:46:48 2013 New Revision: 255268 URL: http://svnweb.freebsd.org/changeset/base/255268 Log: Add some logging to ntb link up. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/if_ntb/if_ntb.c head/sys/dev/ntb/ntb_hw/ntb_hw.c head/s

svn commit: r255280 - head/sys/dev/ntb/if_ntb

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:12:58 2013 New Revision: 255280 URL: http://svnweb.freebsd.org/changeset/base/255280 Log: Only tear down interface and transport if they've been successfully setup. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/if_ntb/if_ntb.c

svn commit: r255276 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:04:36 2013 New Revision: 255276 URL: http://svnweb.freebsd.org/changeset/base/255276 Log: Implement workaround for IvyTown 4K BAR size issue. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c head/sys/dev/ntb/ntb_h

svn commit: r255273 - in head/sys/powerpc: aim include

2013-09-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Sep 5 23:00:24 2013 New Revision: 255273 URL: http://svnweb.freebsd.org/changeset/base/255273 Log: Align stacks of kernel threads correctly at 16-byte boundaries rather than making sure they are all misaligned at +8 bytes. This fixes clang builds of powerpc64 ke

svn commit: r255269 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 22:52:40 2013 New Revision: 255269 URL: http://svnweb.freebsd.org/changeset/base/255269 Log: Throw a bit to enable the link to come up on Xeon. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c Modified: head/sys/dev/n

svn commit: r255279 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:11:11 2013 New Revision: 255279 URL: http://svnweb.freebsd.org/changeset/base/255279 Log: Workaround an issue with hardware by accessing remote device through mem window. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/nt

svn commit: r255274 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:00:59 2013 New Revision: 255274 URL: http://svnweb.freebsd.org/changeset/base/255274 Log: Add support for per device features and workarounds. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c Modified: head/sys/dev

svn commit: r255278 - head/sys/dev/ntb/ntb_hw

2013-09-05 Thread Carl Delsey
Author: carl Date: Thu Sep 5 23:08:22 2013 New Revision: 255278 URL: http://svnweb.freebsd.org/changeset/base/255278 Log: Simplify register access macros by removing one level of indirection. Approved by: jimharris Sponsored by: Intel Modified: head/sys/dev/ntb/ntb_hw/ntb_hw.c Modif

Re: svn commit: r255227 - in head: . usr.sbin/rwhod

2013-09-05 Thread Pawel Jakub Dawidek
On Thu, Sep 05, 2013 at 10:20:13AM +0900, Hiroki Sato wrote: > Pawel Jakub Dawidek wrote > in <201309050105.r8515nf3094...@svn.freebsd.org>: > > pj> Author: pjd > pj> Date: Thu Sep 5 01:05:48 2013 > pj> New Revision: 255227 > pj> URL: http://svnweb.freebsd.org/changeset/base/255227 > pj> > pj>

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread Andreas Tobler
On 05.09.13 22:54, John Baldwin wrote: > On Thursday, September 05, 2013 4:15:40 pm Joel Dahl wrote: >> On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: >>> On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: >

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread John Baldwin
On Thursday, September 05, 2013 4:15:40 pm Joel Dahl wrote: > On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: > > On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: > > > On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: > > > > On Sun, Aug 18, 2013 at 03:51:25PM -070

svn commit: r255261 - head/usr.sbin/watch

2013-09-05 Thread Jilles Tjoelker
Author: jilles Date: Thu Sep 5 19:02:03 2013 New Revision: 255261 URL: http://svnweb.freebsd.org/changeset/base/255261 Log: watch: Do not mess up the tty modes on early error. Record the initial state earlier, so it is always safe to restore it. One way this happens is if watch(8) is

svn commit: r255265 - head/sbin/swapon

2013-09-05 Thread Hiroki Sato
Author: hrs Date: Thu Sep 5 20:50:52 2013 New Revision: 255265 URL: http://svnweb.freebsd.org/changeset/base/255265 Log: Enable "late" option when a file= option is specified in /etc/fstab. The file= option requires rw mount where the backing store exists but it does not work because rc.d/s

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread John Baldwin
On Thursday, September 05, 2013 10:46:48 am Baptiste Daroussin wrote: > On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: > > On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: > > > On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: > > > > On Sun, Aug 18, 2013 at 03:51

svn commit: r255254 - head/sys/dev/gpio

2013-09-05 Thread Sean Bruno
Author: sbruno Date: Thu Sep 5 16:38:26 2013 New Revision: 255254 URL: http://svnweb.freebsd.org/changeset/base/255254 Log: Minor printf nit to keep out clean Modified: head/sys/dev/gpio/gpiobus.c Modified: head/sys/dev/gpio/gpiobus.c

svn commit: r255267 - head/sbin/swapon

2013-09-05 Thread Hiroki Sato
Author: hrs Date: Thu Sep 5 21:19:16 2013 New Revision: 255267 URL: http://svnweb.freebsd.org/changeset/base/255267 Log: Style clean-ups. Reviewed by: md5 Modified: head/sbin/swapon/swapon.c Modified: head/sbin/swapon/swapon.c ==

Re: svn commit: r255227 - in head: . usr.sbin/rwhod

2013-09-05 Thread Hiroki Sato
Pawel Jakub Dawidek wrote in <20130905195037.ga1...@garage.freebsd.pl>: pj> On Thu, Sep 05, 2013 at 10:20:13AM +0900, Hiroki Sato wrote: pj> > Pawel Jakub Dawidek wrote pj> > in <201309050105.r8515nf3094...@svn.freebsd.org>: pj> > pj> > pj> Author: pjd pj> > pj> Date: Thu Sep 5 01:05:48 201

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread Joel Dahl
On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: > On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: > > On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: > > > On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter Wemm wrote: > > > > On 8/18/13 3:42 PM, Jilles Tjoelker wro

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread Baptiste Daroussin
On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: > On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: > > On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: > > > On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter Wemm wrote: > > > > On 8/18/13 3:42 PM, Jilles Tjoelker wro

svn commit: r255259 - head/sys/kern

2013-09-05 Thread Hiren Panchasara
Author: hiren Date: Thu Sep 5 18:18:23 2013 New Revision: 255259 URL: http://svnweb.freebsd.org/changeset/base/255259 Log: Fixing a small typo. Reviewed by: gjb Approved by: sbruno (mentor) Modified: head/sys/kern/kern_mbuf.c Modified: head/sys/kern/kern_mbuf.c

Re: svn commit: r255246 - head/sys/sys

2013-09-05 Thread Gleb Smirnoff
On Thu, Sep 05, 2013 at 05:03:19PM +0300, Konstantin Belousov wrote: K> On Thu, Sep 05, 2013 at 01:46:30PM +, Gleb Smirnoff wrote: K> > Author: glebius K> > Date: Thu Sep 5 13:46:30 2013 K> > New Revision: 255246 K> > URL: http://svnweb.freebsd.org/changeset/base/255246 K> > K> > Log: K> >

Re: svn commit: r255247 - head/sys/conf

2013-09-05 Thread Justin Hibbits
Pointyhat to: jhibbits Sorry about that, for the third time in as many days for the same component. On Sep 5, 2013 6:53 AM, "Gleb Smirnoff" wrote: > Author: glebius > Date: Thu Sep 5 13:53:25 2013 > New Revision: 255247 > URL: http://svnweb.freebsd.org/changeset/base/255247 > > Log: > Fix bui

Re: svn commit: r255192 - in head: contrib/binutils/gas/config contrib/binutils/opcodes sys/amd64/amd64

2013-09-05 Thread John Baldwin
On Wednesday, September 04, 2013 8:44:30 pm Konstantin Belousov wrote: > On Wed, Sep 04, 2013 at 07:56:45AM -0400, John Baldwin wrote: > > On Wednesday, September 04, 2013 12:25:35 am Konstantin Belousov wrote: > > > On Tue, Sep 03, 2013 at 09:21:47PM +, John Baldwin wrote: > > > > Author: jhb

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread John Baldwin
On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: > On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: > > On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter Wemm wrote: > > > On 8/18/13 3:42 PM, Jilles Tjoelker wrote: > > > > On Sun, Aug 18, 2013 at 09:53:04PM +0200, Joel Dahl wrote:

svn commit: r255249 - head/sys/netinet

2013-09-05 Thread John Baldwin
Author: jhb Date: Thu Sep 5 14:26:37 2013 New Revision: 255249 URL: http://svnweb.freebsd.org/changeset/base/255249 Log: Use LIST_FOREACH_SAFE() instead of doing it by hand. Modified: head/sys/netinet/ip_mroute.c Modified: head/sys/netinet/ip_mroute.c ===

svn commit: r255248 - in head/sys: netinet netinet6

2013-09-05 Thread John Baldwin
Author: jhb Date: Thu Sep 5 14:16:37 2013 New Revision: 255248 URL: http://svnweb.freebsd.org/changeset/base/255248 Log: Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. This matches the types used when computing hash indices and the type of the maximum size of mfchash

Re: svn commit: r255246 - head/sys/sys

2013-09-05 Thread Konstantin Belousov
On Thu, Sep 05, 2013 at 01:46:30PM +, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Sep 5 13:46:30 2013 > New Revision: 255246 > URL: http://svnweb.freebsd.org/changeset/base/255246 > > Log: > Fix build. > counter.h requires systm.h > > Modified: > head/sys/sys/sf_buf.h > > Modif

svn commit: r255247 - head/sys/conf

2013-09-05 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 5 13:53:25 2013 New Revision: 255247 URL: http://svnweb.freebsd.org/changeset/base/255247 Log: Fix build. Modified: head/sys/conf/files.powerpc Modified: head/sys/conf/files.powerpc ==

svn commit: r255246 - head/sys/sys

2013-09-05 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 5 13:46:30 2013 New Revision: 255246 URL: http://svnweb.freebsd.org/changeset/base/255246 Log: Fix build. counter.h requires systm.h Modified: head/sys/sys/sf_buf.h Modified: head/sys/sys/sf_buf.h ==

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2013-09-05 Thread Konstantin Belousov
On Thu, Sep 05, 2013 at 02:02:32PM +0200, Pawel Jakub Dawidek wrote: > Should be fixed in r255240. Seems to work now, thanks. pgpFIrNge3Gog.pgp Description: PGP signature

svn commit: r255245 - head/sys/kern

2013-09-05 Thread Konstantin Belousov
Author: kib Date: Thu Sep 5 12:56:08 2013 New Revision: 255245 URL: http://svnweb.freebsd.org/changeset/base/255245 Log: The vm_pageout_flush() functions sbusies pages in the passed pages run. After that, the pager put method is called, usually translated to VOP_WRITE(). For the filesyste

svn commit: r255244 - head/sys/vm

2013-09-05 Thread Konstantin Belousov
Author: kib Date: Thu Sep 5 12:54:40 2013 New Revision: 255244 URL: http://svnweb.freebsd.org/changeset/base/255244 Log: The vm_page_trysbusy() should not fail when shared busy counter or VPB_BIT_WAITERS flag were changed between reading of busy_lock and the cas. The vm_page_sbusy(), which

svn commit: r255243 - head/etc/mtree

2013-09-05 Thread Dag-Erling Smørgrav
Author: des Date: Thu Sep 5 12:35:23 2013 New Revision: 255243 URL: http://svnweb.freebsd.org/changeset/base/255243 Log: authpf needs /var/authpf to exist and be writable by group authpf. Modified: head/etc/mtree/BSD.var.dist Modified: head/etc/mtree/BSD.var.dist ===

svn commit: r255242 - head/lib/libusb

2013-09-05 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 5 12:21:11 2013 New Revision: 255242 URL: http://svnweb.freebsd.org/changeset/base/255242 Log: Correct two comments. Modified: head/lib/libusb/libusb20_ugen20.c Modified: head/lib/libusb/libusb20_ugen20.c ===

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2013-09-05 Thread Pawel Jakub Dawidek
On Thu, Sep 05, 2013 at 12:57:33PM +0300, Konstantin Belousov wrote: > On Thu, Sep 05, 2013 at 08:19:24AM +0200, Pawel Jakub Dawidek wrote: > > On Thu, Sep 05, 2013 at 08:14:29AM +0200, Pawel Jakub Dawidek wrote: > > > On Thu, Sep 05, 2013 at 05:44:48AM +0300, Konstantin Belousov wrote: > > > > On

svn commit: r255241 - head/sys/kern

2013-09-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Sep 5 11:59:23 2013 New Revision: 255241 URL: http://svnweb.freebsd.org/changeset/base/255241 Log: The fget() function now takes pointer to cap_rights_t, so change 0 to NULL. Modified: head/sys/kern/vfs_aio.c Modified: head/sys/kern/vfs_aio.c ==

svn commit: r255240 - in head/sys: cddl/compat/opensolaris/sys dev/aacraid fs/fdescfs kern ofed/include/linux security/audit

2013-09-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Sep 5 11:58:12 2013 New Revision: 255240 URL: http://svnweb.freebsd.org/changeset/base/255240 Log: Handle cases where capability rights are not provided. Reported by: kib Modified: head/sys/cddl/compat/opensolaris/sys/file.h head/sys/dev/aacraid/aacraid_linux.c

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2013-09-05 Thread Tijl Coosemans
On Thu, 5 Sep 2013 12:57:33 +0300 Konstantin Belousov wrote: > On Thu, Sep 05, 2013 at 08:19:24AM +0200, Pawel Jakub Dawidek wrote: > > On Thu, Sep 05, 2013 at 08:14:29AM +0200, Pawel Jakub Dawidek wrote: > > > On Thu, Sep 05, 2013 at 05:44:48AM +0300, Konstantin Belousov wrote: > > > > On Thu, Sep

svn commit: r255239 - head/sys/kern

2013-09-05 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 5 10:24:09 2013 New Revision: 255239 URL: http://svnweb.freebsd.org/changeset/base/255239 Log: Fix !CAPABILITIES build. Modified: head/sys/kern/uipc_mqueue.c Modified: head/sys/kern/uipc_mqueue.c =

svn commit: r255238 - in head/sys/dev/usb: . wlan

2013-09-05 Thread Ruslan Bukin
Author: br Date: Thu Sep 5 10:09:24 2013 New Revision: 255238 URL: http://svnweb.freebsd.org/changeset/base/255238 Log: Add support for DLINK DWA-127 Wireless Adapter Approved by: cognet (mentor) Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_run.c Modified: head/sys/de

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2013-09-05 Thread Konstantin Belousov
On Thu, Sep 05, 2013 at 08:19:24AM +0200, Pawel Jakub Dawidek wrote: > On Thu, Sep 05, 2013 at 08:14:29AM +0200, Pawel Jakub Dawidek wrote: > > On Thu, Sep 05, 2013 at 05:44:48AM +0300, Konstantin Belousov wrote: > > > On Thu, Sep 05, 2013 at 12:09:57AM +, Pawel Jakub Dawidek wrote: > > > > Aut

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

2013-09-05 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 5 09:44:09 2013 New Revision: 255237 URL: http://svnweb.freebsd.org/changeset/base/255237 Log: Remove stub implementation. MFC after:1 week Modified: head/sys/geom/part/g_part_ldm.c Modified: head/sys/geom/part/g_part_ldm.c =

svn commit: r255236 - head/sys/kern

2013-09-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Sep 5 09:36:19 2013 New Revision: 255236 URL: http://svnweb.freebsd.org/changeset/base/255236 Log: Correct the logic broken in my last commit. Reported by: tijl Modified: head/sys/kern/vfs_syscalls.c Modified: head/sys/kern/vfs_syscalls.c

svn commit: r255235 - head/sys/netinet

2013-09-05 Thread Andrey V. Elsukov
Author: ae Date: Thu Sep 5 08:12:36 2013 New Revision: 255235 URL: http://svnweb.freebsd.org/changeset/base/255235 Log: Remove unused code and sort variables declarations. PR: kern/181822 MFC after:1 week Modified: head/sys/netinet/ip_mroute.c Modified: head/sys/netinet

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

2013-09-05 Thread Alexander Motin
Author: mav Date: Thu Sep 5 07:13:08 2013 New Revision: 255234 URL: http://svnweb.freebsd.org/changeset/base/255234 Log: Add more references. Submitted by: Dmitry Luhtionov MFC after:1 week Modified: head/share/man/man4/netgraph.4 Modified: head/share/man/man4/netgraph.4 ===