Author: glebius
Date: Fri Nov 7 08:58:05 2014
New Revision: 274223
URL: https://svnweb.freebsd.org/changeset/base/274223
Log:
Remove VNET_SYSCTL_ARG(). The generic sysctl(9) code handles that.
Reviewed by: ae
Sponsored by: Nginx, Inc.
Modified:
head/sys/netinet6/in6_proto.c
Modified
Author: glebius
Date: Fri Nov 7 09:15:39 2014
New Revision: 274224
URL: https://svnweb.freebsd.org/changeset/base/274224
Log:
Remove useless structure ifindex_entry.
Sponsored by: Nginx, Inc.
Sponsored by: Netflix
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
==
Author: glebius
Date: Fri Nov 7 09:39:05 2014
New Revision: 274225
URL: https://svnweb.freebsd.org/changeset/base/274225
Log:
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
Sponsored by: Nginx, Inc.
Modified:
head/sys/net/bpf.c
head/sys/net/flowtable.c
head/s
Author: bapt
Date: Fri Nov 7 10:49:54 2014
New Revision: 274226
URL: https://svnweb.freebsd.org/changeset/base/274226
Log:
libdialog has to be linked to libncursesw and libm
Modified:
head/gnu/lib/libdialog/Makefile
Modified: head/gnu/lib/libdialog/Makefile
=
Author: hselasky
Date: Fri Nov 7 11:04:27 2014
New Revision: 274227
URL: https://svnweb.freebsd.org/changeset/base/274227
Log:
Add new USB IDs.
Submitted by: G'abor Zahemszky
MFC after:1 week
Modified:
head/sys/dev/usb/serial/u3g.c
head/sys/dev/usb/usbdevs
Modified: head/sys/d
Author: bz
Date: Fri Nov 7 11:34:06 2014
New Revision: 274228
URL: https://svnweb.freebsd.org/changeset/base/274228
Log:
After r274205 unbreak NOIP kernels. vsi is now also used outside
address family specific blocks so move it out from under the condition.
MFC after:6 days
X-MFC
Author: ae
Date: Fri Nov 7 12:05:20 2014
New Revision: 274230
URL: https://svnweb.freebsd.org/changeset/base/274230
Log:
Pass mbuf to pfil processing before stripping outer IP header as it
is described in if_enc(4).
MFC after:2 week
Sponsored by: Yandex LLC
Modified:
head/sys/ne
Author: glebius
Date: Fri Nov 7 15:14:10 2014
New Revision: 274231
URL: https://svnweb.freebsd.org/changeset/base/274231
Log:
Remove struct arpcom. It is unused by most interface types, that allocate
it, except Ethernet, where it carried ng_ether(4) pointer.
For now carry the pointer in if_
> On Nov 7, 2014, at 02:49, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Fri Nov 7 10:49:54 2014
> New Revision: 274226
> URL: https://svnweb.freebsd.org/changeset/base/274226
>
> Log:
> libdialog has to be linked to libncursesw and libm
Thank you for fixing these implicit dependencies
Author: ae
Date: Fri Nov 7 19:13:19 2014
New Revision: 274246
URL: https://svnweb.freebsd.org/changeset/base/274246
Log:
Overhaul if_gre(4).
Split it into two modules: if_gre(4) for GRE encapsulation and
if_me(4) for minimal encapsulation within IP.
gre(4) changes:
* convert to if
Author: mav
Date: Fri Nov 7 19:32:10 2014
New Revision: 274248
URL: https://svnweb.freebsd.org/changeset/base/274248
Log:
Remove unused assignments, noticed by Clang analyzer.
MFC after:1 week
Modified:
head/usr.sbin/ctld/ctld.c
Modified: head/usr.sbin/ctld/ctld.c
=
Author: zbb
Date: Fri Nov 7 19:34:10 2014
New Revision: 274249
URL: https://svnweb.freebsd.org/changeset/base/274249
Log:
Avoid panic in ofwbus caused by not released resource list entry
After resource allocation and release, resource list entry
stays non-NULL. This causes panic in ofwbu
Author: kib
Date: Fri Nov 7 20:10:09 2014
New Revision: 274250
URL: https://svnweb.freebsd.org/changeset/base/274250
Log:
Simplify assembler in ivy.c. Move the copying of the random bits into
buffer from asm to C, which reduces amount of arguments for inline asm
and simplifies constraints.
Author: kib
Date: Fri Nov 7 20:15:23 2014
New Revision: 274251
URL: https://svnweb.freebsd.org/changeset/base/274251
Log:
Add DEV_MODULE_ORDERED().
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/sys/conf.h
Modified: head/sys/sys/conf.h
==
Author: kib
Date: Fri Nov 7 20:23:43 2014
New Revision: 274252
URL: https://svnweb.freebsd.org/changeset/base/274252
Log:
Fix random.ko module.
- Remove duplicated sources between standard part of the kernel and
module. In particular, it caused duplicated lock initialization and
sysc
Author: mav
Date: Fri Nov 7 20:42:15 2014
New Revision: 274253
URL: https://svnweb.freebsd.org/changeset/base/274253
Log:
Fix LUN resize broken by r272911 commit.
MFC after:3 days
Modified:
head/sys/cam/ctl/ctl_backend_block.c
Modified: head/sys/cam/ctl/ctl_backend_block.c
Author: jilles
Date: Fri Nov 7 21:30:16 2014
New Revision: 274254
URL: https://svnweb.freebsd.org/changeset/base/274254
Log:
sh(1): Mention portability issue with shifting zero positional parameters.
Per Austin Group issue #459, shifting zero positional parameters may or may
not be consi
Author: ngie
Date: Sat Nov 8 03:20:56 2014
New Revision: 274267
URL: https://svnweb.freebsd.org/changeset/base/274267
Log:
Use PROGS instead of PROG and remove unnecessary SRCS?= assignment
Using PROG instead of PROGS will in cases of high -j with -DNO_ROOT cause
the PROG to show up more
Author: ngie
Date: Sat Nov 8 04:24:54 2014
New Revision: 274270
URL: https://svnweb.freebsd.org/changeset/base/274270
Log:
Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependency
for gnu/lib/libdialog
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Ma
Author: glebius
Date: Sat Nov 8 07:23:01 2014
New Revision: 274274
URL: https://svnweb.freebsd.org/changeset/base/274274
Log:
ifindex_alloc_locked() never fails and doesn't have no-lock version,
so change the prototype.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
head/
Author: delphij
Date: Sat Nov 8 07:30:40 2014
New Revision: 274276
URL: https://svnweb.freebsd.org/changeset/base/274276
Log:
MFV r274271:
Improve zdb -b performance:
- Reduce gethrtime() call to 1/100th of blkptr's;
- Skip manipulating the size-ordered tree;
- Issue more (10,
Author: trasz
Date: Sat Nov 8 07:50:57 2014
New Revision: 274277
URL: https://svnweb.freebsd.org/changeset/base/274277
Log:
ctld(8) doesn't require -lcam or -lssl; remove those from DPADD and LDADD.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctl
Author: trasz
Date: Sat Nov 8 07:54:34 2014
New Revision: 274278
URL: https://svnweb.freebsd.org/changeset/base/274278
Log:
Improve wording in ctl.conf(5).
Differential Revision:https://reviews.freebsd.org/D1020
Reviewed by: bcr@ (earlier version), wblock@
MFC after:1 mont
23 matches
Mail list logo