Author: glebius
Date: Sun Nov 9 11:11:08 2014
New Revision: 274306
URL: https://svnweb.freebsd.org/changeset/base/274306
Log:
Use standard mtx(9), rwlock(9), sx(9) system initialization macros
instead of doing initialization manually.
Sponsored by: Nginx, Inc.
Sponsored by: Netflix
Mo
Author: glebius
Date: Sun Nov 9 11:13:15 2014
New Revision: 274307
URL: https://svnweb.freebsd.org/changeset/base/274307
Log:
Remove remnants of if_ef(4).
Modified:
head/sys/net/if_ethersubr.c
Modified: head/sys/net/if_ethersubr.c
Author: trasz
Date: Sun Nov 9 13:01:09 2014
New Revision: 274308
URL: https://svnweb.freebsd.org/changeset/base/274308
Log:
Add support for sending redirections to iSCSI target.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctl.conf.5
head/u
We need to keep an eye on this one as it replaces a number of
zio_interrupt calls with zio_execute which will increase stack usage.
Xin did you do any tests on i386 at all?
Regards
Steve
On 09/11/2014 07:37, Xin LI wrote:
Author: delphij
Date: Sun Nov 9 07:37:00 2014
New Revision: 27
Author: trasz
Date: Sun Nov 9 13:30:02 2014
New Revision: 274309
URL: https://svnweb.freebsd.org/changeset/base/274309
Log:
Fix several nits in redirection handling - don't use wrong CSG,
and avoid use-after-free.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
Author: trasz
Date: Sun Nov 9 13:45:35 2014
New Revision: 274310
URL: https://svnweb.freebsd.org/changeset/base/274310
Log:
Add HISTORY section to ctld(8).
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctld.8
Modified: head/usr.sbin/ctld/ctld
Author: phk
Date: Sun Nov 9 15:33:31 2014
New Revision: 274312
URL: https://svnweb.freebsd.org/changeset/base/274312
Log:
Handle full-path-resolutions to detect the magic-ness of the pkg port.
Modified:
head/tools/tools/sysbuild/sysbuild.sh
Modified: head/tools/tools/sysbuild/sysbuild.sh
==
Author: phk
Date: Sun Nov 9 15:52:11 2014
New Revision: 274313
URL: https://svnweb.freebsd.org/changeset/base/274313
Log:
Translate the errno to gctl_error() texts.
Spotted by: mwlucas
Modified:
head/sys/geom/bde/g_bde.c
Modified: head/sys/geom/bde/g_bde.c
===
Author: phk
Date: Sun Nov 9 15:53:29 2014
New Revision: 274314
URL: https://svnweb.freebsd.org/changeset/base/274314
Log:
Report the 1-based key numbers rather than the 0-based ones to be consistent.
Fix documentation for destroy command. Not sure how the wrong explanation
happened.
Author: melifaro
Date: Sun Nov 9 16:15:28 2014
New Revision: 274315
URL: https://svnweb.freebsd.org/changeset/base/274315
Log:
Remove unused 'struct route' fields.
Modified:
head/sys/netpfil/ipfw/ip_fw_private.h
head/sys/netpfil/pf/pf.c
Modified: head/sys/netpfil/ipfw/ip_fw_private.h
Author: melifaro
Date: Sun Nov 9 16:20:27 2014
New Revision: 274316
URL: https://svnweb.freebsd.org/changeset/base/274316
Log:
Remove unused 'struct route *' argument from nd6_output_flush().
Modified:
head/sys/netinet6/nd6.c
head/sys/netinet6/nd6.h
head/sys/netinet6/nd6_nbr.c
Modified:
On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote:
> Author: melifaro
> Date: Sun Nov 9 16:15:28 2014
> New Revision: 274315
> URL: https://svnweb.freebsd.org/changeset/base/274315
>
> Log:
> Remove unused 'struct route' fields.
>
> Modified:
> head/sys/netpfil/ipfw/ip_f
Author: melifaro
Date: Sun Nov 9 17:01:54 2014
New Revision: 274320
URL: https://svnweb.freebsd.org/changeset/base/274320
Log:
Finish r274315: remove union 'u' from struct pf_send_entry.
Suggested by: kib
Modified:
head/sys/netpfil/pf/pf.c
Modified: head/sys/netpfil/pf/pf.c
===
On 09.11.2014 20:29, Konstantin Belousov wrote:
On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote:
Author: melifaro
Date: Sun Nov 9 16:15:28 2014
New Revision: 274315
URL: https://svnweb.freebsd.org/changeset/base/274315
Log:
Remove unused 'struct route' fields.
Modifi
On Sun, Nov 09, 2014 at 09:00:00PM +0400, Alexander V. Chernikov wrote:
> On 09.11.2014 20:29, Konstantin Belousov wrote:
> > On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote:
> >> Author: melifaro
> >> Date: Sun Nov 9 16:15:28 2014
> >> New Revision: 274315
> >> URL: https:/
Author: bryanv
Date: Sun Nov 9 18:13:08 2014
New Revision: 274322
URL: https://svnweb.freebsd.org/changeset/base/274322
Log:
Attempt to report a better error if sanitize is not supported
MFC after:1 month
Modified:
head/sbin/camcontrol/camcontrol.c
Modified: head/sbin/camcontrol/ca
Author: glebius
Date: Sun Nov 9 19:58:30 2014
New Revision: 274324
URL: https://svnweb.freebsd.org/changeset/base/274324
Log:
Remove unused includes.
Reviewed by: kib
Modified:
head/sys/amd64/amd64/genassym.c
Modified: head/sys/amd64/amd64/genassym.c
==
Author: bryanv
Date: Sun Nov 9 20:04:12 2014
New Revision: 274325
URL: https://svnweb.freebsd.org/changeset/base/274325
Log:
Enable LRO by default when available on vtnet interfaces
The prior change to not enable LRO by default has confused several
people. The configurations where LRO is
Author: mav
Date: Sun Nov 9 20:39:08 2014
New Revision: 274328
URL: https://svnweb.freebsd.org/changeset/base/274328
Log:
Make both iSCSI initiator and target support base64 encoded CHAP data.
While all tested initiators and targets use hex-encoded CHAP data, RFC also
allows base64 encod
Author: netchild
Date: Sun Nov 9 20:43:50 2014
New Revision: 274329
URL: https://svnweb.freebsd.org/changeset/base/274329
Log:
We moved to ada a while ago, reflect that in the example.
Modified:
head/UPDATING
Modified: head/UPDATING
==
Author: tychon
Date: Sun Nov 9 21:08:52 2014
New Revision: 274330
URL: https://svnweb.freebsd.org/changeset/base/274330
Log:
To allow a request to be submitted from within the callback routine of
a completing one increase the total by 1 but don't advertise it.
Reviewed by: grehan
Modif
2014(r274331)
@@ -38,6 +38,12 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141109: faith/faithd removal
+OLD_FILES+=etc/rc.d/faith
+OLD_FILES+=usr/share/man/man4/faith.4.gz
+OLD_FILES+=usr/share/man/man4/if_faith.4.gz
+OLD_FILES+=usr/sbin/faithd
+OLD_FILES+=usr/share/man/man8/faithd.8.gz
On Sun, 9 Nov 2014, Konstantin Belousov wrote:
On Sun, Nov 09, 2014 at 09:00:00PM +0400, Alexander V. Chernikov wrote:
On 09.11.2014 20:29, Konstantin Belousov wrote:
On Sun, Nov 09, 2014 at 04:15:29PM +, Alexander V. Chernikov wrote:
Author: melifaro
Date: Sun Nov 9 16:15:28 2014
New Re
Author: mav
Date: Sun Nov 9 22:43:29 2014
New Revision: 274333
URL: https://svnweb.freebsd.org/changeset/base/274333
Log:
Handle PREEMPT AND ABORT service action equal to PREEMPT.
With command serialization used in CTL, there are no other commands to abort
when PREEMPT AND ABORT gets to
Author: ae
Date: Sun Nov 9 22:54:40 2014
New Revision: 274334
URL: https://svnweb.freebsd.org/changeset/base/274334
Log:
Use embedded scope zone id to determine outgoing interface for link-local
and node-local addresses.
Modified:
head/sys/netinet6/in6_src.c
Modified: head/sys/netinet6/in
25 matches
Mail list logo