Ermal LuXXi writes:
> Log:
> pf(4) needs to have a correct checksum during its processing.
> Calculate checksums for the IPv6 path when needed before
> delving into pf(4) code as required.
>
> PR: 172648, 179392
> Reviewed by:glebius@
> Approved by:gnn@
> Obtained from
Author: des
Date: Tue Nov 25 09:47:15 2014
New Revision: 275020
URL: https://svnweb.freebsd.org/changeset/base/275020
Log:
The fallback flag in nsdispatch prevents the fallback implementation of
getgroupmembership() from invoking the correct backend in the compat case.
Replace it with a nest
Author: bapt
Date: Tue Nov 25 09:54:05 2014
New Revision: 275021
URL: https://svnweb.freebsd.org/changeset/base/275021
Log:
libvers and libsl are internal libraries
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
===
Author: bapt
Date: Tue Nov 25 09:57:42 2014
New Revision: 275022
URL: https://svnweb.freebsd.org/changeset/base/275022
Log:
Convert kerberos to LIBADD and reduce overlinking of the kerberos binaries and
libraries
Modified:
head/kerberos5/Makefile.inc
head/kerberos5/lib/libasn1/Makefile
On 21/11/2014 22:25, Xin Li wrote:
> 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_asize whe
Dag-Erling Smørgrav writes:
> This is wrong, and causes a panic with some network adapters (vtnet, for
> one). It is closely related to 192013 and should not have been
> committed without consulting me first. Please revert, or just #if 0 out
> the entire block since the old code is even more wro
Author: bapt
Date: Tue Nov 25 11:07:03 2014
New Revision: 275023
URL: https://svnweb.freebsd.org/changeset/base/275023
Log:
Define compiler_rt and ssp_nonshared libraries
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: bapt
Date: Tue Nov 25 11:07:26 2014
New Revision: 275024
URL: https://svnweb.freebsd.org/changeset/base/275024
Log:
Convert libraries to use LIBADD
While here reduce a bit overlinking
Modified:
head/lib/atf/libatf-c++/Makefile
head/lib/libarchive/Makefile
head/lib/libarchive/tes
Author: bapt
Date: Tue Nov 25 11:08:58 2014
New Revision: 275025
URL: https://svnweb.freebsd.org/changeset/base/275025
Log:
Fix typo
Modified:
head/lib/libsqlite3/Makefile
Modified: head/lib/libsqlite3/Makefile
==
--
Author: bapt
Date: Tue Nov 25 11:13:21 2014
New Revision: 275026
URL: https://svnweb.freebsd.org/changeset/base/275026
Log:
Add a definition for libxo
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: bapt
Date: Tue Nov 25 11:14:42 2014
New Revision: 275027
URL: https://svnweb.freebsd.org/changeset/base/275027
Log:
Fix recursive problem with libedit dependency, if you depends on ncursesw and
not on itself
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnam
Author: bapt
Date: Tue Nov 25 11:15:40 2014
New Revision: 275028
URL: https://svnweb.freebsd.org/changeset/base/275028
Log:
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
static
Modified:
head/bin/csh/Makefile
head/bin/df/Makefile
head/bin/ed/Makefile
head
Author: bapt
Date: Tue Nov 25 11:22:28 2014
New Revision: 275029
URL: https://svnweb.freebsd.org/changeset/base/275029
Log:
Define libipf internal library
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: bapt
Date: Tue Nov 25 11:23:12 2014
New Revision: 275030
URL: https://svnweb.freebsd.org/changeset/base/275030
Log:
Convert sbin/ to LIBADD
Reduce overlinking
Modified:
head/sbin/atm/atmconfig/Makefile
head/sbin/badsect/Makefile
head/sbin/bsdlabel/Makefile
head/sbin/camcontrol
Here's a patch that doesn't crash and tries not to break TSO.
Index: sys/netpfil/pf/pf_ioctl.c
===
--- sys/netpfil/pf/pf_ioctl.c (revision 274791)
+++ sys/netpfil/pf/pf_ioctl.c (working copy)
@@ -3576,9 +3576,10 @@
int chk
Author: mav
Date: Tue Nov 25 12:22:29 2014
New Revision: 275032
URL: https://svnweb.freebsd.org/changeset/base/275032
Log:
Decouple datamove/done logic from CTL status set.
Modified:
head/sys/cam/ctl/scsi_ctl.c
Modified: head/sys/cam/ctl/scsi_ctl.c
===
On Tue, Nov 25, 2014 at 10:31:45AM +0300, Gleb Smirnoff wrote:
> On Mon, Nov 24, 2014 at 09:16:20PM +, Ruslan Bukin wrote:
> R> On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote:
> R> > On Mon, Nov 24, 2014 at 06:03:56PM +, Ruslan Bukin wrote:
> R> > R> > I this on stock kernel
Author: jhb
Date: Tue Nov 25 12:44:18 2014
New Revision: 275033
URL: https://svnweb.freebsd.org/changeset/base/275033
Log:
Only pass 6 arguments to the 'run' function on amd64. amd64's
makecontext on FreeBSD only supports a maximum of 6 arguments. This
fixes the setcontext_link test on amd
Author: jhb
Date: Tue Nov 25 12:52:00 2014
New Revision: 275035
URL: https://svnweb.freebsd.org/changeset/base/275035
Log:
MFamd64: Check for invalid flags in the machine context in sigreturn()
and setcontext().
Modified:
head/sys/i386/i386/machdep.c
Modified: head/sys/i386/i386/machdep.c
Hello Dag,
if its working for you i have no issues.
For me these changes are taken into consideration during policy routing on
pf(4).
If you check the pf_route() call it does the same checks as outgoing
processing of the modules.
If they need to be considered after pf(4) does it internal processin
[I see that Mark reverted the change almost immediately.]
On 09/11/2014 00:24, Alexander Kabaev wrote:
> Because when building stuff with unwanted debug symbols one should make
> sure they are really gone and the patch basically undoes than promise.
> Whose job is it to strip .o's that end up in
Ermal Luçi writes:
> Also this only affects the traffic sourced by the host itself and not
> forwarded traffic and I think this patch will provide a regression for
> the issues that the committed patch does.
How?
The code as it stands (after your commit) is incorrect and will trigger
an assertio
Author: bapt
Date: Tue Nov 25 14:28:15 2014
New Revision: 275041
URL: https://svnweb.freebsd.org/changeset/base/275041
Log:
Defines all the libraries needed for usr.bin
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
===
Author: bapt
Date: Tue Nov 25 14:29:10 2014
New Revision: 275042
URL: https://svnweb.freebsd.org/changeset/base/275042
Log:
Convert to usr.bin/ to LIBADD
Reduce overlinking
Modified:
head/usr.bin/Makefile
head/usr.bin/apply/Makefile
head/usr.bin/ar/Makefile
head/usr.bin/atm/sscop/Make
Author: bapt
Date: Tue Nov 25 14:40:38 2014
New Revision: 275043
URL: https://svnweb.freebsd.org/changeset/base/275043
Log:
Readd protect(2) removed by mistake
Reported by: emaste
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
==
Author: pluknet
Date: Tue Nov 25 15:09:34 2014
New Revision: 275044
URL: https://svnweb.freebsd.org/changeset/base/275044
Log:
Fix ifa_data description.
PR: 176583
Discussed with: glebius
MFC after:1 week
Sponsored by: Nginx, Inc.
Modified:
head/lib/libc/net/get
Author: avg
Date: Tue Nov 25 15:21:21 2014
New Revision: 275045
URL: https://svnweb.freebsd.org/changeset/base/275045
Log:
callout(9): add sbt flavors of callout_schedule
Differential Revision:https://reviews.freebsd.org/D1161 (partial)
Reviewed by: jhb, markj
MFC after:1 w
Author: avg
Date: Tue Nov 25 15:24:05 2014
New Revision: 275046
URL: https://svnweb.freebsd.org/changeset/base/275046
Log:
whitespace and cosmetic changes in callout_reset family of macros
- add parentheses around macro parameters for consistent style
- remove redundant parentheses around
On Tue, Nov 25, 2014 at 12:27:54PM +, Ruslan Bukin wrote:
R> On Tue, Nov 25, 2014 at 10:31:45AM +0300, Gleb Smirnoff wrote:
R> > On Mon, Nov 24, 2014 at 09:16:20PM +, Ruslan Bukin wrote:
R> > R> On Mon, Nov 24, 2014 at 10:29:02PM +0300, Gleb Smirnoff wrote:
R> > R> > On Mon, Nov 24, 2014 at
Author: br
Date: Tue Nov 25 15:58:59 2014
New Revision: 275048
URL: https://svnweb.freebsd.org/changeset/base/275048
Log:
Add BERI-specific virtio block backend device driver.
This part intended to operate on ARM side in heterogeneous
(ARM/BERI) system on crystal.
Added:
head/sys/dev/beri
Author: br
Date: Tue Nov 25 16:06:19 2014
New Revision: 275049
URL: https://svnweb.freebsd.org/changeset/base/275049
Log:
o Add PIO and vtblk mmio device info to the tree
o Add FPGA memory window to static dev mappings
o Fix whitespace
Modified:
head/sys/arm/altera/socfpga/socfpga_machdep
Author: br
Date: Tue Nov 25 16:24:31 2014
New Revision: 275050
URL: https://svnweb.freebsd.org/changeset/base/275050
Log:
Add new devices to the config.
Modified:
head/sys/arm/altera/socfpga/files.socfpga
head/sys/arm/conf/SOCKIT-BERI
head/sys/conf/files
Modified: head/sys/arm/altera/soc
Author: bapt
Date: Tue Nov 25 16:51:06 2014
New Revision: 275052
URL: https://svnweb.freebsd.org/changeset/base/275052
Log:
Defined the needed library to convert usr.sbin to LIBADD
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
===
Author: br
Date: Tue Nov 25 16:53:22 2014
New Revision: 275053
URL: https://svnweb.freebsd.org/changeset/base/275053
Log:
o Add Virtio MMIO bus driver to config
o Move Virtio-related to common config file
Modified:
head/sys/conf/files
head/sys/conf/files.amd64
head/sys/conf/files.i386
Author: bapt
Date: Tue Nov 25 16:57:27 2014
New Revision: 275054
URL: https://svnweb.freebsd.org/changeset/base/275054
Log:
Convert usr.sbin to LIBADD
Reduce overlinking
Deleted:
head/usr.sbin/cron/Makefile.inc
head/usr.sbin/fifolog/Makefile.inc
Modified:
head/usr.sbin/acpi/acpidb/Makef
Author: sbruno
Date: Tue Nov 25 17:33:22 2014
New Revision: 275057
URL: https://svnweb.freebsd.org/changeset/base/275057
Log:
Add support for Buffalo WZR-HP-AG300H atheros MIPS router.
Special thanks to Nicholas Esborn for the loaner router to get this
target bootstrapped.
Review: D
On Tue, Nov 25, 2014 at 06:29:22PM +0300, Gleb Smirnoff wrote:
> R> Un-unioning helps partially: I receive much less panics and able to boot
> until login prompt in ~ 1/3 attempts with patch attached.
>
> What happens then? Same panic as w/o patch?
>
Same random panics:
[..]
Starting file syst
Author: mav
Date: Tue Nov 25 17:53:35 2014
New Revision: 275058
URL: https://svnweb.freebsd.org/changeset/base/275058
Log:
Coalesce last data move and command status for read commands.
Make CTL core and block backend set success status before initiating last
data move for read commands.
Author: rdivacky
Date: Tue Nov 25 18:35:47 2014
New Revision: 275059
URL: https://svnweb.freebsd.org/changeset/base/275059
Log:
Shrink boot2 by a couple more bytes.
Reviewed by:jhb
Tested by: me, dim
Modified:
head/sys/boot/i386/boot2/boot2.c
Modified: head/sys/boot/i386/boot
Author: emaste
Date: Tue Nov 25 18:39:37 2014
New Revision: 275060
URL: https://svnweb.freebsd.org/changeset/base/275060
Log:
Fix b64_pton output buffer overrun test for exact-sized buffer
b64_pton would sometimes erroneously fail to decode a base64 string into
a precisely sized buffer. T
Author: rdivacky
Date: Tue Nov 25 18:53:17 2014
New Revision: 275061
URL: https://svnweb.freebsd.org/changeset/base/275061
Log:
Fix style(9).
Suggested by: jkim
Modified:
head/sys/boot/i386/boot2/boot2.c
Modified: head/sys/boot/i386/boot2/boot2.c
Author: rdivacky
Date: Tue Nov 25 18:58:40 2014
New Revision: 275062
URL: https://svnweb.freebsd.org/changeset/base/275062
Log:
Fix style(9).
Suggested by: jkim
Modified:
head/sys/boot/i386/boot2/boot2.c
Modified: head/sys/boot/i386/boot2/boot2.c
Author: bapt
Date: Tue Nov 25 19:07:31 2014
New Revision: 275064
URL: https://svnweb.freebsd.org/changeset/base/275064
Log:
Remove duplicated krb5
Reported by: markj
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
On Tue, Nov 25, 2014 at 2:07 PM, Baptiste Daroussin
wrote:
> Author: bapt
> Date: Tue Nov 25 19:07:31 2014
> New Revision: 275064
> URL: https://svnweb.freebsd.org/changeset/base/275064
>
> Log:
> Remove duplicated krb5
>
Removing the other one would have left things sorted...
-Ben
> Modifi
Author: bapt
Date: Tue Nov 25 19:13:03 2014
New Revision: 275065
URL: https://svnweb.freebsd.org/changeset/base/275065
Log:
Sort libraries definitions
Reported by: bjk
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==
Author: delphij
Date: Tue Nov 25 20:59:22 2014
New Revision: 275071
URL: https://svnweb.freebsd.org/changeset/base/275071
Log:
Reinstitate send() after syslogd restarts.
In r228193 the test of CONNPRIV have been moved to before the _usleep
and send in vsyslog(). When syslogd restarts, th
Author: jamie
Date: Tue Nov 25 21:01:08 2014
New Revision: 275073
URL: https://svnweb.freebsd.org/changeset/base/275073
Log:
In preparation for using clang's -Wcast-qual:
Use __DECONST (instead of my own attempted re-invention) for the iov
parameters to jail_get/set(2). Similarly remove
Author: bapt
Date: Tue Nov 25 21:16:44 2014
New Revision: 275076
URL: https://svnweb.freebsd.org/changeset/base/275076
Log:
Define missing libraries to be able to convert gnu, cddl and secure to LIBADD
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==
Author: bapt
Date: Tue Nov 25 21:18:18 2014
New Revision: 275077
URL: https://svnweb.freebsd.org/changeset/base/275077
Log:
Convert to LIBADD
Reduce overlinking
Modified:
head/gnu/lib/libdialog/Makefile
head/gnu/lib/libgcc/Makefile
head/gnu/lib/libreadline/readline/Makefile
head/gnu/l
Author: bapt
Date: Tue Nov 25 21:43:51 2014
New Revision: 275079
URL: https://svnweb.freebsd.org/changeset/base/275079
Log:
Convert svn to LIBADD reduce overlinking
Modified:
head/usr.bin/svn/svn/Makefile
head/usr.bin/svn/svnadmin/Makefile
head/usr.bin/svn/svndumpfilter/Makefile
head/us
Author: bapt
Date: Tue Nov 25 22:10:31 2014
New Revision: 275080
URL: https://svnweb.freebsd.org/changeset/base/275080
Log:
Defines the libssh dependencies
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
Author: bapt
Date: Tue Nov 25 22:17:31 2014
New Revision: 275082
URL: https://svnweb.freebsd.org/changeset/base/275082
Log:
Register the explicit (pthread) and implicit (for static) dependencies for
kerberos
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==
Author: bapt
Date: Tue Nov 25 22:25:13 2014
New Revision: 275083
URL: https://svnweb.freebsd.org/changeset/base/275083
Log:
Reduce overlinking
The framework now ensure by itself that pthread is added to the link chain
as the last component if linked to kerberos hence avoid with out any expli
Author: bapt
Date: Tue Nov 25 22:37:27 2014
New Revision: 275084
URL: https://svnweb.freebsd.org/changeset/base/275084
Log:
Convert to LIBADD
Modified:
head/tools/tools/ath/athaggrstats/Makefile
head/tools/tools/ath/athstats/Makefile
head/tools/tools/net80211/wlanstats/Makefile
Modified:
Author: bapt
Date: Tue Nov 25 22:39:59 2014
New Revision: 275086
URL: https://svnweb.freebsd.org/changeset/base/275086
Log:
Remove all remnant ugly LD but atf one until the aft framework knows
about LIBADD
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
Philip Paeps wrote this message on Mon, Nov 24, 2014 at 21:18 +0100:
> On 2014-11-24 22:40:22 (+0300), Gleb Smirnoff wrote:
> > On Mon, Nov 24, 2014 at 02:00:28PM +, Philip Paeps wrote:
> > P> Author: philip
> > P> Date: Mon Nov 24 14:00:27 2014
> > P> New Revision: 274966
> > P> URL: https://
Author: bapt
Date: Tue Nov 25 22:43:17 2014
New Revision: 275087
URL: https://svnweb.freebsd.org/changeset/base/275087
Log:
Remove now useless USEPRIVATELIB
Modified:
head/kerberos5/lib/libkrb5/Makefile
Modified: head/kerberos5/lib/libkrb5/Makefile
===
Author: bapt
Date: Tue Nov 25 22:45:35 2014
New Revision: 275088
URL: https://svnweb.freebsd.org/changeset/base/275088
Log:
Convert to LIBADD
Modified:
head/tools/tools/mwl/mwlstats/Makefile
head/tools/tools/npe/npestats/Makefile
Modified: head/tools/tools/mwl/mwlstats/Makefile
===
Author: delphij
Date: Wed Nov 26 02:20:25 2014
New Revision: 275096
URL: https://svnweb.freebsd.org/changeset/base/275096
Log:
Revert r273060 per discussion with avg@ as we need to make L2ARC
aware of 4K devices and this one is not the right fix anyway.
Modified:
head/sys/cddl/contrib/opens
Author: mav
Date: Wed Nov 26 04:23:21 2014
New Revision: 275101
URL: https://svnweb.freebsd.org/changeset/base/275101
Log:
Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.
MFC after:1 week
Modified:
head/sys/dev/ahci/ahci_pci.c
head/sys/dev/ata/ata-pci.h
head/sys/
60 matches
Mail list logo