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
===
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
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
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
=
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
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
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
=
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
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
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
==
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
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
===
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
===
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
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
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
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
==
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
==
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
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
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
===
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:
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
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
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> >
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
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
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
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
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
==
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
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
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
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
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
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:
>
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>
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
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
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
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
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
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
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
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/
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/
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
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/
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
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
===
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.
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
==
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
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
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
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
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
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
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
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
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.
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
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:
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
===
64 matches
Mail list logo