On Thu, 20 Nov 2014, Rui Paulo wrote:
On Nov 13, 2014, at 14:11, Scott Long wrote:
Author: scottl
Date: Thu Nov 13 22:11:44 2014
New Revision: 274489
URL: https://svnweb.freebsd.org/changeset/base/274489
Log:
Extend earlier addition of stack frames to most of support.S. This makes
stack
Author: mav
Date: Sat Nov 22 04:40:24 2014
New Revision: 274840
URL: https://svnweb.freebsd.org/changeset/base/274840
Log:
Make iSCSI frontend less chatty while waiting for tasks termination.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl_frontend_iscsi.c
Modified: head/sys/cam/ctl
Author: ian
Date: Sat Nov 22 03:03:11 2014
New Revision: 274839
URL: https://svnweb.freebsd.org/changeset/base/274839
Log:
When doing a PREREAD sync of an mbuf-type dma buffer, do a writeback of
the first cacheline if the buffer start address is not on a cacheline
boundary. Normally a buffe
Author: bapt
Date: Sat Nov 22 01:27:45 2014
New Revision: 274837
URL: https://svnweb.freebsd.org/changeset/base/274837
Log:
Revert accidently message Makefile from 274836 and connect soeliminate(1)
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
==
Author: bapt
Date: Sat Nov 22 01:22:03 2014
New Revision: 274836
URL: https://svnweb.freebsd.org/changeset/base/274836
Log:
Add a new soeliminate(1) command
mandoc(1) does not provide an equivalent of the GNU groff's soelim(1) as an
external binary. It does provide the funcitonnality but
Author: davide
Date: Sat Nov 22 00:42:30 2014
New Revision: 274835
URL: https://svnweb.freebsd.org/changeset/base/274835
Log:
Use the correct variable name.
Modified:
head/sys/ufs/ufs/ufs_dirhash.c
Modified: head/sys/ufs/ufs/ufs_dirhash.c
=
Author: davide
Date: Sat Nov 22 00:37:37 2014
New Revision: 274834
URL: https://svnweb.freebsd.org/changeset/base/274834
Log:
Make ufs_dirhashreclaimperc a percentage for real and
rename it to ufs_dirhashreclaimpercent, as suggested
by jhb@. As an added bonus this avoids divide-by-zero
err
Author: scottl
Date: Sat Nov 22 00:01:14 2014
New Revision: 274833
URL: https://svnweb.freebsd.org/changeset/base/274833
Log:
MFC r274489:
Add frame pointers to ASM functions in support.S
Obtained from:Netflix
Modified:
stable/10/sys/amd64/amd64/support.S
stable/10/sys/amd
> On Nov 20, 2014, at 11:33 PM, Rui Paulo wrote:
>
> On Nov 13, 2014, at 14:11, Scott Long wrote:
>>
>> Author: scottl
>> Date: Thu Nov 13 22:11:44 2014
>> New Revision: 274489
>> URL: https://svnweb.freebsd.org/changeset/base/274489
>>
>> Log:
>> Extend earlier addition of stack frames to mo
Author: imp
Date: Fri Nov 21 23:04:12 2014
New Revision: 274825
URL: https://svnweb.freebsd.org/changeset/base/274825
Log:
Sort -K option before -k rather than at the top.
MFC after:1 week
Modified:
head/tools/tools/nanobsd/nanobsd.sh
Modified: head/tools/tools/nanobsd/nanobsd.sh
==
Author: brooks
Date: Fri Nov 21 21:34:19 2014
New Revision: 274823
URL: https://svnweb.freebsd.org/changeset/base/274823
Log:
Merge from CheriBSD:
commit 6d3c4c09226ad6bdd662e3e52489ef294a6ce298
Add terasic_mtl vt(4) framebuffer driver
terasic_mtl can be built with syscons(4)
Author: ian
Date: Fri Nov 21 21:30:08 2014
New Revision: 274822
URL: https://svnweb.freebsd.org/changeset/base/274822
Log:
Document the recent enhancements for configuring bus speed in iicbus(4).
Differential Revision:https://reviews.freebsd.org/D1182
PR: 195009
Modifie
On Tue, Nov 11, 2014 at 10:48:36PM +1100, Bruce Evans wrote:
> On Tue, 11 Nov 2014, [utf-8] Dag-Erling Sm??rgrav wrote:
>
> > "Bjoern A. Zeeb" writes:
> >> This fails to compile on all gcc platforms.
> >>
> >> cc1: warnings being treated as errors
> >> /scratch/tmp/bz/head.svn/sys/modules/geom/ge
Author: brooks
Date: Fri Nov 21 21:14:05 2014
New Revision: 274821
URL: https://svnweb.freebsd.org/changeset/base/274821
Log:
Merge from CheriBSD:
commit d0c7d235c09fc65dbdb278e7016a96f79c6a49cc
Make the Altera JTAG UART device driver slightly more forgiving of
the foibles of a
Author: brooks
Date: Fri Nov 21 21:10:02 2014
New Revision: 274820
URL: https://svnweb.freebsd.org/changeset/base/274820
Log:
Merge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5c57389)
Remove initalized, but unused devname variable
MFC after:1 week
Sponsored by: DARPA, AFRL
On Friday, November 21, 2014 08:53:18 PM John Baldwin wrote:
> Author: jhb
> Date: Fri Nov 21 20:53:17 2014
> New Revision: 274817
> URL: https://svnweb.freebsd.org/changeset/base/274817
>
> Log:
> Improve support for XSAVE with debuggers.
> - Dump an NT_X86_XSTATE note if XSAVE is in use. Thi
Author: smh
Date: Fri Nov 21 21:01:24 2014
New Revision: 274819
URL: https://svnweb.freebsd.org/changeset/base/274819
Log:
Prevent overflow issues in timeout processing
Previously, any timeout value for which (timeout * hz) will overflow the
signed integer, will give weird results, since
Author: brooks
Date: Fri Nov 21 20:54:12 2014
New Revision: 274818
URL: https://svnweb.freebsd.org/changeset/base/274818
Log:
Merge from CheriBSD (3422ebe71b6c06fe78b1be73623b240c219e08e3):
Rename beripic to beripic0.
MFC after:1 week
Sponsored by: DARPA, AFRL
Modified:
head/s
Author: jhb
Date: Fri Nov 21 20:53:17 2014
New Revision: 274817
URL: https://svnweb.freebsd.org/changeset/base/274817
Log:
Improve support for XSAVE with debuggers.
- Dump an NT_X86_XSTATE note if XSAVE is in use. This note is designed
to match what Linux does in that 1) it dumps the entir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 11/21/14 07:18, Andriy Gapon wrote:
> On 13/10/2014 23:39, Xin LI wrote:
>> Author: delphij Date: Mon Oct 13 20:39:51 2014 New Revision:
>> 273060 URL: https://svnweb.freebsd.org/changeset/base/273060
>>
>> Log: Use write_psize instead of write_a
Author: brooks
Date: Fri Nov 21 20:02:06 2014
New Revision: 274816
URL: https://svnweb.freebsd.org/changeset/base/274816
Log:
Add FPU support for MIPS setjmp(3)/longjmp(3).
This change saves/restores the callee-saved MIPS floating point
registers as documented by the o32/n32/n64 spec ("MI
Author: brooks
Date: Fri Nov 21 18:35:48 2014
New Revision: 274807
URL: https://svnweb.freebsd.org/changeset/base/274807
Log:
Slightly alter the handling of LOCAL_LIB_DIRS to skip addition of
directories in LOCAL_LIB_DIRS if they are subdirectories of directories
listed in LOCAL_DIRS. This
Author: brooks
Date: Fri Nov 21 18:18:37 2014
New Revision: 274806
URL: https://svnweb.freebsd.org/changeset/base/274806
Log:
Add a guard against attempting to invoke the buildenv target with -j# as
that silently exits rather than doing something useful.
MFC after:1 week
Sponsored b
Author: mav
Date: Fri Nov 21 18:05:02 2014
New Revision: 274805
URL: https://svnweb.freebsd.org/changeset/base/274805
Log:
Make cfiscsi_offline() synchronous, waiting for connections termination
before return. This should make ctld restart more clean and predictable.
MFC after:2 week
Author: mav
Date: Fri Nov 21 18:00:00 2014
New Revision: 274804
URL: https://svnweb.freebsd.org/changeset/base/274804
Log:
In conf_apply() remove iSCSI ports from kernel before removing LUNs.
Previous order confused initiators with messages about "removed" LUNs
during simple ctld restart
Author: rodrigc
Date: Fri Nov 21 17:57:37 2014
New Revision: 274803
URL: https://svnweb.freebsd.org/changeset/base/274803
Log:
Create a vimage.9 link to vnet.9
Requested by: glebius
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
===
Author: rodrigc
Date: Fri Nov 21 17:55:38 2014
New Revision: 274802
URL: https://svnweb.freebsd.org/changeset/base/274802
Log:
Make MLINKS text match text in bsd.man.mk added by wosch@ in 1996.
Modified:
head/share/mk/bsd.README
Modified: head/share/mk/bsd.README
Author: smh
Date: Fri Nov 21 17:08:28 2014
New Revision: 274800
URL: https://svnweb.freebsd.org/changeset/base/274800
Log:
MFC r274619:
Disable TRIM on file backed ZFS vdevs and fix TRIM on init
Sponsored by: Multiplay
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Author: trasz
Date: Fri Nov 21 16:14:32 2014
New Revision: 274797
URL: https://svnweb.freebsd.org/changeset/base/274797
Log:
Fix error handling.
MFC after:1 month
Coverity CID: 1249768
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/isns.c
Modified: head/usr.sb
Author: trasz
Date: Fri Nov 21 15:49:41 2014
New Revision: 274796
URL: https://svnweb.freebsd.org/changeset/base/274796
Log:
Document use of wildcards (*) and ampersands (&) in autofs map files.
Differential Revision:https://reviews.freebsd.org/D1199
Reviewed by: wblock@
MFC af
Author: mav
Date: Fri Nov 21 15:38:31 2014
New Revision: 274795
URL: https://svnweb.freebsd.org/changeset/base/274795
Log:
Close race between cfiscsi_offline() and new connection arrival.
Incoming connection should be either rejected or accepted and terminated.
Modified:
head/sys/cam/ctl
Author: ae
Date: Fri Nov 21 15:21:39 2014
New Revision: 274794
URL: https://svnweb.freebsd.org/changeset/base/274794
Log:
MFC r274230:
Pass mbuf to pfil processing before stripping outer IP header as it
is described in if_enc(4).
Modified:
stable/10/sys/netipsec/ipsec_input.c
Director
On 13/10/2014 23:39, Xin LI wrote:
> Author: delphij
> Date: Mon Oct 13 20:39:51 2014
> New Revision: 273060
> URL: https://svnweb.freebsd.org/changeset/base/273060
>
> Log:
> Use write_psize instead of write_asize when doing vdev_space_update.
> Without this change the accounting of L2ARC usa
Author: n_hibma
Date: Fri Nov 21 14:53:42 2014
New Revision: 274792
URL: https://svnweb.freebsd.org/changeset/base/274792
Log:
Simply remove the tmp dir before creating the symlink. We are doing
chroots all over the place, so there is bound to be a stale file lying
around in there (in my cas
Author: trasz
Date: Fri Nov 21 12:35:18 2014
New Revision: 274791
URL: https://svnweb.freebsd.org/changeset/base/274791
Log:
Add missing error checking for kernel_port_{add,remove}(). Both can fail
for reasons yet unknown; don't make it increment cumulated_error as a kind
of temporary worka
Author: mav
Date: Fri Nov 21 11:21:39 2014
New Revision: 274790
URL: https://svnweb.freebsd.org/changeset/base/274790
Log:
Remove bunch of unused lun variables.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
===
Author: mav
Date: Fri Nov 21 11:20:24 2014
New Revision: 274789
URL: https://svnweb.freebsd.org/changeset/base/274789
Log:
Reduce race between LUN destruction and request arrival.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
Ian Lepore writes:
> This is intended to guard against /var being an mfs due to diskless or
> readonly-root setup by rc.d/var during freebsd-update. I suppose it's
> possible for someone to configure /var in a persistant file-backed md on
> such a system. (Hmm, that's maybe even useful with nfs
Author: bz
Date: Fri Nov 21 10:47:29 2014
New Revision: 274788
URL: https://svnweb.freebsd.org/changeset/base/274788
Log:
Fix build for certain MIPS kernels hiding an unused variable under #ifndef.
Modified:
head/sys/mips/mips/cpu.c
Modified: head/sys/mips/mips/cpu.c
Author: kib
Date: Fri Nov 21 10:22:54 2014
New Revision: 274787
URL: https://svnweb.freebsd.org/changeset/base/274787
Log:
MFC r274501:
In vfs_write_suspend_umnt(), if suspension cannot be established, do
not forget to restore write ops count when returning the error.
Modified:
stable/10/
On Tue, 18 Nov 2014 14:11:15 + (UTC)
Ruslan Bukin wrote:
> Author: br
> Date: Tue Nov 18 14:11:14 2014
> New Revision: 274655
> URL: https://svnweb.freebsd.org/changeset/base/274655
>
> Log:
> Add Virtio MMIO bus driver.
This is missing a config option to allow it to be built. I would lik
Author: mav
Date: Fri Nov 21 08:24:37 2014
New Revision: 274786
URL: https://svnweb.freebsd.org/changeset/base/274786
Log:
Log errors for absent LUNs too.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
42 matches
Mail list logo