On 8 Apr 2015, at 16:55, Gleb Smirnoff wrote:
On Wed, Apr 08, 2015 at 08:25:51PM +, George V. Neville-Neil
wrote:
G> Author: gnn
G> Date: Wed Apr 8 20:25:51 2015
G> New Revision: 281276
G> URL: https://svnweb.freebsd.org/changeset/base/281276
G>
G> Log:
G> Add support for a netisr poll
Author: glebius
Date: Thu Apr 9 21:17:07 2015
New Revision: 281329
URL: https://svnweb.freebsd.org/changeset/base/281329
Log:
Make ip reassembly queue mutexes per-vnet, putting them into the structure
that they protect.
Sponsored by: Nginx, Inc.
Modified:
head/sys/netinet/ip_input.c
Author: gnn
Date: Thu Apr 9 14:44:30 2015
New Revision: 281312
URL: https://svnweb.freebsd.org/changeset/base/281312
Log:
Revert 281276 as unnecessary. Proper change to be committed
to the base polling code in a subsequent commit.
Pointed out by: glebius
Sponsored by: Rubicon Commu
Author: bapt
Date: Thu Apr 9 21:33:57 2015
New Revision: 281336
URL: https://svnweb.freebsd.org/changeset/base/281336
Log:
authpf does not need to link to libmd
Modified:
head/usr.sbin/authpf/Makefile
Modified: head/usr.sbin/authpf/Makefile
==
On Thu, Apr 09, 2015 at 12:45:31PM -0700, Adrian Chadd wrote:
A> Hi,
A>
A> Are you going to take a crack at fixing V_nipq?
Yes, working on it. Patch written, now being debugged.
--
Totus tuus, Glebius.
___
svn-src-head@freebsd.org mailing list
http://
Author: glebius
Date: Thu Apr 9 08:37:16 2015
New Revision: 281293
URL: https://svnweb.freebsd.org/changeset/base/281293
Log:
Rename ip_drain_locked() to ip_drain_vnet(), since the function differs
from ip_drain() not in locking, but in the scope of its work.
Sponsored by: Nginx, Inc.
M
Author: ae
Date: Thu Apr 9 12:57:58 2015
New Revision: 281309
URL: https://svnweb.freebsd.org/changeset/base/281309
Log:
Fix the check for maximum mbuf's size needed to send ND6 NA and NS.
It is acceptable that the size can be equal to MCLBYTES. In the later
KAME's code this check has been
Author: bapt
Date: Thu Apr 9 21:05:48 2015
New Revision: 281325
URL: https://svnweb.freebsd.org/changeset/base/281325
Log:
bsnmptools does not depends on libcrypto
Modified:
head/usr.sbin/bsnmpd/tools/bsnmptools/Makefile
Modified: head/usr.sbin/bsnmpd/tools/bsnmptools/Makefile
=
On Thu, 9 Apr 2015, Andrew Turner wrote:
Log:
Print error values with hex to make it easier to find the EFI error type.
Modified:
head/sys/boot/efi/boot1/boot1.c
Modified: head/sys/boot/efi/boot1/boot1.c
==
--- head/
Author: bapt
Date: Thu Apr 9 21:08:21 2015
New Revision: 281327
URL: https://svnweb.freebsd.org/changeset/base/281327
Log:
Convert cftmerge to LIBADD and remove link on libdwarf which is not needed
Modified:
head/cddl/usr.bin/ctfmerge/Makefile
Modified: head/cddl/usr.bin/ctfmerge/Makefile
=
Author: glebius
Date: Thu Apr 9 21:32:32 2015
New Revision: 281334
URL: https://svnweb.freebsd.org/changeset/base/281334
Log:
In the ip_reass() do packet examination and adjusting before acquiring
locks and doing lookups.
Sponsored by: Nginx, Inc.
Modified:
head/sys/netinet/ip_input.c
Author: glebius
Date: Thu Apr 9 07:45:30 2015
New Revision: 281290
URL: https://svnweb.freebsd.org/changeset/base/281290
Log:
Provide a gdb script, that prints routing tables from a live kernel or a
core file, much like 'netstat -anr' does it for living kernel.
Right now only AF_INET rou
Author: marius
Date: Thu Apr 9 21:35:44 2015
New Revision: 281337
URL: https://svnweb.freebsd.org/changeset/base/281337
Log:
Don't enable RX and TX before their initial configuration is done, i. e.
after setting up interrupt moderation but before turning interrupts on.
This matches what Rea
On Thu, Mar 12, 2015 at 06:41:02AM +, Kris Moore wrote:
> Author: kmoore (ports committer)
> Date: Thu Mar 12 06:41:01 2015
> New Revision: 279901
> URL: https://svnweb.freebsd.org/changeset/base/279901
>
> Log:
> - Include commas in valid file-name chars freebsd-update will support
>
>
Author: jkim
Date: Thu Apr 9 21:32:40 2015
New Revision: 281335
URL: https://svnweb.freebsd.org/changeset/base/281335
Log:
Print 64-bit addresses cleary with leading zeros to avoid confusions.
MFC after:1 week
Modified:
head/usr.sbin/acpi/acpidump/acpi.c
Modified: head/usr.sbin/acp
Author: bapt
Date: Thu Apr 9 21:14:40 2015
New Revision: 281328
URL: https://svnweb.freebsd.org/changeset/base/281328
Log:
iscsictl(8) does not actually needs to be linked to libcam nor libutil
Modified:
head/usr.bin/iscsictl/Makefile
Modified: head/usr.bin/iscsictl/Makefile
===
Author: emaste
Date: Thu Apr 9 13:45:17 2015
New Revision: 281311
URL: https://svnweb.freebsd.org/changeset/base/281311
Log:
ar: Disallow directory traversal
Set ARCHIVE_EXTRACT_SECURE_SYMLINKS and ARCHIVE_EXTRACT_SECURE_NODOTDOT
as in bsdtar to prevent extraction of archive entries whos
On Thu, Apr 9, 2015 at 1:27 PM, Justin T. Gibbs wrote:
> On Apr 6, 2015, at 12:45 PM, Dmitry Chagin wrote:
> >
> > Author: dchagin
> > Date: Mon Apr 6 18:45:41 2015
> > New Revision: 281162
> > URL: https://svnweb.freebsd.org/changeset/base/281162
> >
> > Log:
> > Properly calculate "UMA Zones
Author: emaste
Date: Thu Apr 9 15:08:39 2015
New Revision: 281313
URL: https://svnweb.freebsd.org/changeset/base/281313
Log:
Avoid escaping EOL for line continuation
Reported by: kib
Modified:
head/usr.bin/ar/read.c
Modified: head/usr.bin/ar/read.c
Author: glebius
Date: Thu Apr 9 08:56:23 2015
New Revision: 281295
URL: https://svnweb.freebsd.org/changeset/base/281295
Log:
If V_maxnipq is set to zero, drain the queue here and now, instead of
relying on timeouts.
Sponsored by: Nginx, Inc.
Modified:
head/sys/netinet/ip_input.c
Mod
Author: delphij
Date: Thu Apr 9 18:03:27 2015
New Revision: 281316
URL: https://svnweb.freebsd.org/changeset/base/281316
Log:
MFV r281278:
- Update xz to 5.2.1, where the most visible change is that it
fixed a compression-ratio regression in fast mode LZMA1 and
LZMA2 and used cp
Author: mav
Date: Thu Apr 9 13:09:05 2015
New Revision: 281310
URL: https://svnweb.freebsd.org/changeset/base/281310
Log:
Remove sleeps from geom_up thread on device destruction.
MFC after:3 days.
Modified:
head/sys/geom/geom_dev.c
head/sys/geom/multipath/g_multipath.c
head/sys/
Author: emaste
Date: Thu Apr 9 19:48:42 2015
New Revision: 281322
URL: https://svnweb.freebsd.org/changeset/base/281322
Log:
Remove EOL whitespace from i386 EFI loader source
Modified:
head/sys/boot/efi/loader/arch/i386/bootinfo.c
head/sys/boot/efi/loader/arch/i386/elf32_freebsd.c
head/s
Author: glebius
Date: Thu Apr 9 07:49:42 2015
New Revision: 281291
URL: https://svnweb.freebsd.org/changeset/base/281291
Log:
Remove 'netstat -anr' from crashinfo.
Modified:
head/usr.sbin/crashinfo/crashinfo.sh
Modified: head/usr.sbin/crashinfo/crashinfo.sh
=
Author: andrew
Date: Thu Apr 9 10:15:47 2015
New Revision: 281307
URL: https://svnweb.freebsd.org/changeset/base/281307
Log:
Print error values with hex to make it easier to find the EFI error type.
Modified:
head/sys/boot/efi/boot1/boot1.c
Modified: head/sys/boot/efi/boot1/boot1.c
Author: glebius
Date: Thu Apr 9 07:52:03 2015
New Revision: 281292
URL: https://svnweb.freebsd.org/changeset/base/281292
Log:
Remove debugging code that sneaked in.
Modified:
head/tools/debugscripts/netstat-anr.gdb
Modified: head/tools/debugscripts/netstat-anr.gdb
==
Author: glebius
Date: Thu Apr 9 08:52:02 2015
New Revision: 281294
URL: https://svnweb.freebsd.org/changeset/base/281294
Log:
o Since we always update either fragdrop or fragtimeout stat counter when we
free a fragment, provide two inline functions that do that for us:
ipq_drop() and ip
Author: andrew
Date: Thu Apr 9 10:08:10 2015
New Revision: 281300
URL: https://svnweb.freebsd.org/changeset/base/281300
Log:
Only use -fPIC when building boot1.efi for x86.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/boot/efi/boot1/Makefile
Modified: head/sys/boot/efi/boot1
Hi,
Are you going to take a crack at fixing V_nipq?
This is something that's popped up in a few places in my recent
work/not-work hacking, and I think it's about time we had something
like counter, but for resource management and not per-cpu.
I'd rather not leave things be racy and broken, so if
Author: bapt
Date: Thu Apr 9 21:30:11 2015
New Revision: 281333
URL: https://svnweb.freebsd.org/changeset/base/281333
Log:
Remove uneeded link to libkiconv
Modified:
head/usr.bin/smbutil/Makefile
Modified: head/usr.bin/smbutil/Makefile
===
Author: andrew
Date: Thu Apr 9 10:00:26 2015
New Revision: 281297
URL: https://svnweb.freebsd.org/changeset/base/281297
Log:
Add the arm64 machine dependent parts of ficl. This is not machine
dependent, as most copies of these files are identical, but unfortunately
this is still needed.
On 9 April 2015 at 13:35, Gleb Smirnoff wrote:
> On Thu, Apr 09, 2015 at 12:45:31PM -0700, Adrian Chadd wrote:
> A> Hi,
> A>
> A> Are you going to take a crack at fixing V_nipq?
>
> Yes, working on it. Patch written, now being debugged.
Woo!
-a
___
svn
Author: pfg
Date: Thu Apr 9 19:07:01 2015
New Revision: 281320
URL: https://svnweb.freebsd.org/changeset/base/281320
Log:
Update documented OEM string in newfs_msdos(8).
This was updated in r203868 to better match the naming scheme
in other OSs that use FAT.
MFC after:3 days
Mo
Author: bapt
Date: Thu Apr 9 21:23:27 2015
New Revision: 281330
URL: https://svnweb.freebsd.org/changeset/base/281330
Log:
Remove uneeded sbuf header
Modified:
head/usr.bin/mt/mt.c
Modified: head/usr.bin/mt/mt.c
==
Author: jkim
Date: Thu Apr 9 21:26:23 2015
New Revision: 281331
URL: https://svnweb.freebsd.org/changeset/base/281331
Log:
Do not crash when RSDT/XSDT contains an empty entry.
Reported by: Slawa Olhovchenkov
MFC after:3 days
Modified:
head/usr.sbin/acpi/acpidump/acpi.c
Modified
Author: bapt
Date: Thu Apr 9 21:26:38 2015
New Revision: 281332
URL: https://svnweb.freebsd.org/changeset/base/281332
Log:
Convert mt(1) and libmt to LIBADD
While here fix missing link to libbsdxml for libmt
Fix overlinking in mt(1)
Make add an indirect libmt dependency on bsdxml to al
Author: glebius
Date: Thu Apr 9 09:00:32 2015
New Revision: 281296
URL: https://svnweb.freebsd.org/changeset/base/281296
Log:
Use TAILQ_FOREACH_SAFE() instead of implementing it ourselves.
Sponsored by: Nginx, Inc.
Modified:
head/sys/netinet/ip_input.c
Modified: head/sys/netinet/ip_inp
Author: andrew
Date: Thu Apr 9 10:28:05 2015
New Revision: 281308
URL: https://svnweb.freebsd.org/changeset/base/281308
Log:
Add R_AARCH64_NONE, the null relocation.
Modified:
head/sys/sys/elf_common.h
Modified: head/sys/sys/elf_common.h
=
Author: jgh (doc,ports committer)
Date: Thu Apr 9 20:58:38 2015
New Revision: 281324
URL: https://svnweb.freebsd.org/changeset/base/281324
Log:
- ggatel.8 currently doesn't mention the 'rescue' command and
documents a non-existing 'attach' command instead.
- while here address a spelling
39 matches
Mail list logo