Re: svn commit: r273400 - in head/sys: kern sys

2014-10-21 Thread Bjoern A. Zeeb
); -void sysctl_lock(void); -void sysctl_unlock(void); +void sysctl_xlock(void); +void sysctl_xunlock(void); int sysctl_wire_old_buffer(struct sysctl_req *req, size_t len); struct sbuf; — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983

svn commit: r273209 - head/sys/conf

2014-10-17 Thread Bjoern A. Zeeb
Author: bz Date: Fri Oct 17 07:58:51 2014 New Revision: 273209 URL: https://svnweb.freebsd.org/changeset/base/273209 Log: After r273087,r273090,r273091,r273121 changes to gif(4) try to fix NOIP builds for real. MFC after:27 days Modified: head/sys/conf/files Modified:

Re: svn commit: r273174 - in head/sys: amd64/amd64 amd64/vmm arm/arm cam/ata cddl/contrib/opensolaris/uts/common/dtrace dev/acpica dev/asmc dev/cfi dev/drm2 dev/hatm dev/mii dev/nfe dev/patm dev/pci d

2014-10-16 Thread Bjoern A. Zeeb
'platform_start': /scratch/tmp/bz/head.svn/sys/mips/rmi/xlr_machdep.c:461: warning: implicit declaration of function 'setenv' /scratch/tmp/bz/head.svn/sys/mips/rmi/xlr_machdep.c:461: warning: nested extern declaration of ‘setenv’ [-Wnested-externs] on my incremental builds. — Bjoern A. Zeeb

Re: svn commit: r272738 - in head/sys: dev/mrsas modules/mrsas modules/mrsas/mrsas_linux

2014-10-08 Thread Bjoern A. Zeeb
driver -!-- $FreeBSD$ -- +# $FreeBSD$ .PATH: ${.CURDIR}/../../../dev/mrsas — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src

svn commit: r272713 - head/sys/dev/hwpmc

2014-10-07 Thread Bjoern A. Zeeb
Author: bz Date: Tue Oct 7 18:00:34 2014 New Revision: 272713 URL: https://svnweb.freebsd.org/changeset/base/272713 Log: Since introducing the extra mapping in r250103 for architectural performance events we have actually counted 'Branch Instruction Retired' when people asked for 'Unhalted

Re: svn commit: r272567 - in head/sys: kern sys

2014-10-05 Thread Bjoern A. Zeeb
/* * Structure to keep track of (process leader, struct fildedesc) tuples. — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head

svn commit: r272523 - head/sys/sys

2014-10-04 Thread Bjoern A. Zeeb
Author: bz Date: Sat Oct 4 14:17:30 2014 New Revision: 272523 URL: https://svnweb.freebsd.org/changeset/base/272523 Log: Put and #ifdef _KERNEL around the #include for opt_capsicum.h to hopefully allow the build to finish after r272505. Modified: head/sys/sys/filedesc.h Modified:

Re: svn commit: r272505 - in head/sys: kern sys

2014-10-04 Thread Bjoern A. Zeeb
; /* fdfree() needs wakeup */ }; +#ifdef CAPABILITIES +#define fd_seq(fdp, fd) ((fdp)-fd_ofiles[(fd)].fde_seq) +#endif /* * Structure to keep track of (process leader, struct fildedesc) tuples. — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983

Re: svn commit: r272505 - in head/sys: kern sys

2014-10-04 Thread Bjoern A. Zeeb
On 04 Oct 2014, at 16:36 , Konstantin Belousov kostik...@gmail.com wrote: On Sat, Oct 04, 2014 at 02:21:54PM +, Bjoern A. Zeeb wrote: On 04 Oct 2014, at 08:08 , Mateusz Guzik m...@freebsd.org wrote: Author: mjg Date: Sat Oct 4 08:08:56 2014 New Revision: 272505 URL: https

Re: svn commit: r272329 - head/share/man/man4

2014-09-30 Thread Bjoern A. Zeeb
be acquired. +If packet is dropped, \fItx_early_drops\fR counter grows and local sender +gets ENOBUFS error. +Value must be greater or equal to 0. .Sh SUPPORT For general information and support, go to the Solarflare support website at: — Bjoern A. Zeeb Come on. Learn, goddamn

Re: svn commit: r272280 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Bjoern A. Zeeb
(PAM_AUTH_ERR); — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr...@freebsd.org

svn commit: r272281 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Bjoern A. Zeeb
Author: bz Date: Mon Sep 29 10:36:14 2014 New Revision: 272281 URL: http://svnweb.freebsd.org/changeset/base/272281 Log: Hopefully fix build breakage with gcc passing void * instead of char * to %s format string after r272280. PR: 83099 193927 MFC after:3 days X-MFC

Re: svn commit: r272281 - head/lib/libpam/modules/pam_login_access

2014-09-29 Thread Bjoern A. Zeeb
On 29 Sep 2014, at 11:10 , Dimitry Andric d...@freebsd.org wrote: On 29 Sep 2014, at 12:36, Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Mon Sep 29 10:36:14 2014 New Revision: 272281 URL: http://svnweb.freebsd.org/changeset/base/272281 Log: Hopefully fix build breakage

svn commit: r272260 - head/sys/net

2014-09-28 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 28 15:38:21 2014 New Revision: 272260 URL: http://svnweb.freebsd.org/changeset/base/272260 Log: Remove duplicate declaraton of the if_inc_counter() function after r272244. if_var.h has the expected on and if_var.h include ifq.h and thus we get duplicates. It seems

Re: svn commit: r272260 - head/sys/net

2014-09-28 Thread Bjoern A. Zeeb
On 28 Sep 2014, at 15:38 , Bjoern A. Zeeb b...@freebsd.org wrote: Author: bz Date: Sun Sep 28 15:38:21 2014 New Revision: 272260 URL: http://svnweb.freebsd.org/changeset/base/272260 Log: Remove duplicate declaraton of the if_inc_counter() function after r272244. if_var.h has

svn commit: r272261 - head/sys/net

2014-09-28 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 28 17:09:40 2014 New Revision: 272261 URL: http://svnweb.freebsd.org/changeset/base/272261 Log: Move the unconditional #include of net/ifq.h to the very end of file. This seems to allow us to pass a universe with either clang or gcc after r272244 (and r272260) and

Re: svn commit: r272206 - head/sys/mips/conf

2014-09-27 Thread Bjoern A. Zeeb
.img.ulzma bmake: don't know how to make /tftpboot/mfsroot-tl-mr3020.img.ulzma (continuing) bmake: stopped in /storage/head/obj/mips.mips/scratch/tmp/bz/head.svn/sys/TP-MR3020 Either fix this (which is probably better) or make sure universe doesn’t build it. — Bjoern A. Zeeb Come

svn commit: r272216 - head/sys/mips/conf

2014-09-27 Thread Bjoern A. Zeeb
Author: bz Date: Sat Sep 27 17:11:51 2014 New Revision: 272216 URL: http://svnweb.freebsd.org/changeset/base/272216 Log: Disable the makeoption with MFS_IMAGE= set as we don't ship that file and it thus breaks the default build. You can still use various other ways (tools) to embedd the

svn commit: r272022 - in head/sys: amd64/conf conf modules

2014-09-23 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 23 08:33:03 2014 New Revision: 272022 URL: http://svnweb.freebsd.org/changeset/base/272022 Log: As per [1] Intel only supports this driver on 64bit platforms. For now restrict it to amd64. Other architectures might be re-added later once tested. Remove the

svn commit: r272023 - head/sys/dev/ixl

2014-09-23 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 23 08:39:08 2014 New Revision: 272023 URL: http://svnweb.freebsd.org/changeset/base/272023 Log: Given we are restricting ixl(4) to 64bit platforms now backout the change r270820 to common (shared) Intel code no longer needed. MFC after:3 days Modified:

Re: svn commit: r271916 - head/sys/net

2014-09-21 Thread Bjoern A. Zeeb
routes to hosts and routes to networks, — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src

svn commit: r271899 - head/sys/dev/vt

2014-09-20 Thread Bjoern A. Zeeb
Author: bz Date: Sat Sep 20 08:18:48 2014 New Revision: 271899 URL: http://svnweb.freebsd.org/changeset/base/271899 Log: Make gcc happy by initialising the variable only set in a couple of case statements without a default. MFC after:2 days X-MFC with: r271871 Modified:

svn commit: r271900 - head/sys/dev/ixl

2014-09-20 Thread Bjoern A. Zeeb
Author: bz Date: Sat Sep 20 08:34:56 2014 New Revision: 271900 URL: http://svnweb.freebsd.org/changeset/base/271900 Log: Properly hide calls to ARP under #ifdef INET to allow IPv6-only kernels to compile. MFC atfer:3 days Modified: head/sys/dev/ixl/if_ixl.c

svn commit: r271913 - head/sys/dev/ixl

2014-09-20 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 21 00:05:44 2014 New Revision: 271913 URL: http://svnweb.freebsd.org/changeset/base/271913 Log: Hide LRO code under #ifdef INET/INET6 to allow NOIP kernel to compile. While the code comments indicate that LRO is currently only supported for IPv4/TCP, we'll still

svn commit: r271743 - in head/sys: amd64/linux32 compat/linux conf i386/linux modules/linux

2014-09-18 Thread Bjoern A. Zeeb
) +++ head/sys/compat/linux/linux_timer.c Thu Sep 18 08:36:45 2014 (r271743) @@ -0,0 +1,182 @@ +/*- + * Copyright (c) 2014 Bjoern A. Zeeb + * All rights reserved. + * + * This software was developed by SRI International and the University of + * Cambridge Computer Laboratory under DARPA/AFRL

svn commit: r271744 - in head/sys: amd64/linux32 i386/linux

2014-09-18 Thread Bjoern A. Zeeb
Author: bz Date: Thu Sep 18 08:40:00 2014 New Revision: 271744 URL: http://svnweb.freebsd.org/changeset/base/271744 Log: Re-gen after r271743 implementing most of timer_{create,settime,gettime,getoverrun,delete}. MFC after:3 days Sponsored by: DARPA, AFRL Modified:

svn commit: r271745 - head/sys/dev/ixl

2014-09-18 Thread Bjoern A. Zeeb
Author: bz Date: Thu Sep 18 08:56:25 2014 New Revision: 271745 URL: http://svnweb.freebsd.org/changeset/base/271745 Log: For consistency with the shared header file (and to avoid confusion with mbufs normally called *m in one place), rename the function arguments to mem. This is a

Re: svn commit: r271762 - in head/sys/boot: amd64/boot1.efi efi/include efi/libefi

2014-09-18 Thread Bjoern A. Zeeb
confident with variable naming or sharing on dual-boot machines yet. It seems the new world order has quite a bit to discover (research) still ;-) — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org

svn commit: r271834 - head/sys/dev/ixl

2014-09-18 Thread Bjoern A. Zeeb
Author: bz Date: Thu Sep 18 21:13:03 2014 New Revision: 271834 URL: http://svnweb.freebsd.org/changeset/base/271834 Log: Revert r270808, which were changes to common code (i40e_alloc.h). Rather than #define-ing common code function calls to OS-dependent ones, make the osdep versions

svn commit: r271841 - head/sys/dev/smc

2014-09-18 Thread Bjoern A. Zeeb
Author: bz Date: Thu Sep 18 22:10:49 2014 New Revision: 271841 URL: http://svnweb.freebsd.org/changeset/base/271841 Log: Fx a type from r271817; it's IFCOUNTER_* not IFNET_*. Modified: head/sys/dev/smc/if_smc.c Modified: head/sys/dev/smc/if_smc.c

Re: svn commit: r271297 - head/sys/netinet

2014-09-16 Thread Bjoern A. Zeeb
probably have to find them on a turned off machine currently). But yes, ignoring them for now will be ok, and once we do them we need to do them everywhere in the stack anyway;-) — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983

svn commit: r271679 - head/sys/dev/altera/atse

2014-09-16 Thread Bjoern A. Zeeb
16 15:35:13 2014 (r271678) +++ head/sys/dev/altera/atse/if_atse.c Tue Sep 16 15:45:53 2014 (r271679) @@ -1,5 +1,6 @@ /*- * Copyright (c) 2012,2013 Bjoern A. Zeeb + * Copyright (c) 2014 Robert N. M. Watson * All rights reserved. * * This software was developed by SRI

svn commit: r271251 - head/sys/libkern

2014-09-08 Thread Bjoern A. Zeeb
Author: bz Date: Mon Sep 8 08:12:09 2014 New Revision: 271251 URL: http://svnweb.freebsd.org/changeset/base/271251 Log: Use __DECONST to avoid compiler warnings (and thus build failures) with gcc on sparc64, mips, and powerpc after r271173. Modified: head/sys/libkern/memmem.c Modified:

Re: svn commit: r270861 - in head/sys/cddl: compat/opensolaris/kern compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs

2014-08-31 Thread Bjoern A. Zeeb
, + kmem_used(), uint64_t, (kmem_size() * 3) / 4); + return (1); + } +#endif if (spa_get_random(100) == 0) return (1); #endif — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983

Re: svn commit: r270862 - head/sys/arm/arm

2014-08-31 Thread Bjoern A. Zeeb
/* Modifies r0-r3, ip */ #endif — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr

Re: svn commit: r270877 - head/sys/net

2014-08-31 Thread Bjoern A. Zeeb
On 31 Aug 2014, at 13:58 , Bjoern A. Zeeb b...@freebsd.org wrote: On 31 Aug 2014, at 13:30 , Gleb Smirnoff gleb...@freebsd.org wrote: Author: glebius Date: Sun Aug 31 13:30:54 2014 New Revision: 270877 URL: http://svnweb.freebsd.org/changeset/base/270877 Log: Toss fields so

svn commit: r270799 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 09:37:18 2014 New Revision: 270799 URL: http://svnweb.freebsd.org/changeset/base/270799 Log: First try on fixing some more compile errors without actually testing: - use proper __FreeBSD_version check and more importantly check for __am64__ to be defined.

svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 12:40:01 2014 New Revision: 270806 URL: http://svnweb.freebsd.org/changeset/base/270806 Log: Properly handle prefetch only for amd64 and i386 as we do elsewhere. In general theraven is right that we should factr this out and provide a general and per-arch

svn commit: r270807 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 12:45:14 2014 New Revision: 270807 URL: http://svnweb.freebsd.org/changeset/base/270807 Log: Properly place #ifdef INET and #ifdef INET6 around variable declarations and code to make the code compile. Give the function seems to be slightly mixed with csum and

svn commit: r270808 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 12:48:38 2014 New Revision: 270808 URL: http://svnweb.freebsd.org/changeset/base/270808 Log: These functions are #defined to osdep specific names without the _mem extension. Provide prototypes for the actual implementations. Correct function arguments to match

svn commit: r270820 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 14:38:57 2014 New Revision: 270820 URL: http://svnweb.freebsd.org/changeset/base/270820 Log: Try to also unbreak powerpc complaining about cast from pointer to integer of different size. MFC after:3 days X-MFC with: r270755 Modified:

svn commit: r270821 - head/sys/ofed/drivers/infiniband/ulp/sdp

2014-08-29 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 29 14:47:05 2014 New Revision: 270821 URL: http://svnweb.freebsd.org/changeset/base/270821 Log: Forward declare struct kiocb, which is only used for an unsued function argument but not actually defined anywhere. This fixes the compile complaining about

Re: svn commit: r270806 - head/sys/dev/ixl

2014-08-29 Thread Bjoern A. Zeeb
On 29 Aug 2014, at 17:14 , Konstantin Belousov kostik...@gmail.com wrote: On Fri, Aug 29, 2014 at 12:40:01PM +, Bjoern A. Zeeb wrote: Author: bz Date: Fri Aug 29 12:40:01 2014 New Revision: 270806 URL: http://svnweb.freebsd.org/changeset/base/270806 Log: Properly handle prefetch

Re: svn commit: r270755 - in head/sys: conf modules

2014-08-28 Thread Bjoern A. Zeeb
the right decision. — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr

Re: svn commit: r270755 - in head/sys: conf modules

2014-08-28 Thread Bjoern A. Zeeb
On 28 Aug 2014, at 22:08 , Bjoern A. Zeeb b...@freebsd.org wrote: On 28 Aug 2014, at 17:41 , Rui Paulo rpa...@felyko.com wrote: On Aug 28, 2014, at 10:40, Jack F Vogel j...@freebsd.org wrote: Author: jfv Date: Thu Aug 28 17:40:19 2014 New Revision: 270755 URL: http

Re: svn commit: r270516 - head/sys/dev/drm2/i915

2014-08-25 Thread Bjoern A. Zeeb
dev/drm2/i915/i915_drv.h #include dev/drm2/i915/intel_drv.h +#include contrib/dev/acpica/include/acpi.h +#include contrib/dev/acpica/include/accommon.h +#include dev/acpica/acpivar.h #define PCI_ASLE 0xe4 #define PCI_ASLS 0xfc — Bjoern A. Zeeb Come on. Learn, goddamn

svn commit: r270268 - head/share/man/man4

2014-08-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Aug 21 12:50:11 2014 New Revision: 270268 URL: http://svnweb.freebsd.org/changeset/base/270268 Log: Document MAC address selection and setting for atse(4). Submitted by: brooks MFC after:3 days Sponsored by: DARPA/AFRL Modified:

svn commit: r270110 - head/sys/arm/at91

2014-08-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun Aug 17 18:27:02 2014 New Revision: 270110 URL: http://svnweb.freebsd.org/changeset/base/270110 Log: Remove keyboard entropy [1] from r270105. Reported by: ian [1] (Pointy hat)^2 to:imp Modified: head/sys/arm/at91/at91_common.c Modified:

Re: svn commit: r270063 - in head: sys/conf sys/dev/cxgbe sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/dev/virtio/network sys/net tools/tools/netmap

2014-08-16 Thread Bjoern A. Zeeb
] struct sglist sg[1] = { ss, 0, 0, 2}; ^~~ { } 3 errors generated. --- if_vtnet.o --- *** [if_vtnet.o] Error code 1 No idea what else; it’s all still compiling. — Bjoern A. Zeeb Come on. Learn, goddamn

svn commit: r270019 - head/sbin/devd/tests

2014-08-15 Thread Bjoern A. Zeeb
Author: bz Date: Fri Aug 15 10:01:33 2014 New Revision: 270019 URL: http://svnweb.freebsd.org/changeset/base/270019 Log: Remove bogus ; at the end of the if condition in order to unbreak gcc builds after r270004. MFC after:4 days X-MFX with: r270004 Modified:

svn commit: r269705 - head/sys/netinet

2014-08-08 Thread Bjoern A . Zeeb
Author: bz Date: Fri Aug 8 09:17:02 2014 New Revision: 269705 URL: http://svnweb.freebsd.org/changeset/base/269705 Log: Fix argument to KTR after r269699 to unbreak LINT builds. Modified: head/sys/netinet/igmp.c Modified: head/sys/netinet/igmp.c

svn commit: r269669 - in head/sys: kern sys

2014-08-07 Thread Bjoern A . Zeeb
Author: bz Date: Thu Aug 7 16:49:50 2014 New Revision: 269669 URL: http://svnweb.freebsd.org/changeset/base/269669 Log: Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variant and export the kern_ version needed by an upcoming linuxolator change. MFC after:3 days

Re: svn commit: r269540 - in head/sys: conf modules/an modules/arcnet modules/cam modules/carp modules/cxgb/cxgb modules/cxgb/iw_cxgb modules/cxgb/tom modules/cxgbe/if_cxgbe modules/cxgbe/iw_cxgbe mod

2014-08-05 Thread Bjoern A. Zeeb
--- *** [buildkernel] Error code 1 bmake: stopped in /scratch/tmp/bz/head.svn — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe

svn commit: r269581 - head/sys/modules/if_gif

2014-08-05 Thread Bjoern A . Zeeb
Author: bz Date: Tue Aug 5 10:48:53 2014 New Revision: 269581 URL: http://svnweb.freebsd.org/changeset/base/269581 Log: Revert the logic change from r269540. If the opt_inet6.h file is empty we set MK_INET6_SUPPORT to no, not if we do define INET6. This way we do not try to build IPv6

Re: svn commit: r269540 - in head/sys: conf modules/an modules/arcnet modules/cam modules/carp modules/cxgb/cxgb modules/cxgb/iw_cxgb modules/cxgb/tom modules/cxgbe/if_cxgbe modules/cxgbe/iw_cxgbe mod

2014-08-05 Thread Bjoern A. Zeeb
On 05 Aug 2014, at 10:31 , Bjoern A. Zeeb b...@freebsd.org wrote: On 04 Aug 2014, at 22:37 , Warner Losh i...@freebsd.org wrote: Author: imp Date: Mon Aug 4 22:37:02 2014 New Revision: 269540 URL: http://svnweb.freebsd.org/changeset/base/269540 Log: Move most of the 15 variations

svn commit: r269583 - head/sbin/mount_nfs

2014-08-05 Thread Bjoern A . Zeeb
Author: bz Date: Tue Aug 5 12:04:40 2014 New Revision: 269583 URL: http://svnweb.freebsd.org/changeset/base/269583 Log: Provide -o vers= support for mount_nfs. Our mount_nfs does use -o nfsv2|3|4 or -2 or -3 to specify the version. OSX (these days), Solaris, and Linux use -o vers=2,3,4.

Re: svn commit: r269433 - head/sys/vm

2014-08-02 Thread Bjoern A. Zeeb
) { + /* + * Undo the wiring. Wiring succeeded on this entry + * but failed on a later entry. + */ if (entry-wired_count == 1) vm_map_entry_unwire(map, entry); else — Bjoern

Re: svn commit: r269433 - head/sys/vm

2014-08-02 Thread Bjoern A. Zeeb
On 02 Aug 2014, at 17:03 , Alan Cox a...@rice.edu wrote: On 08/02/2014 11:54, Bjoern A. Zeeb wrote: On 02 Aug 2014, at 16:10 , Alan Cox a...@freebsd.org wrote: Author: alc Date: Sat Aug 2 16:10:24 2014 New Revision: 269433 URL: http://svnweb.freebsd.org/changeset/base/269433 Log

Re: svn commit: r269319 - head/sys/dev/usb/net

2014-07-31 Thread Bjoern A. Zeeb
. IN NO EVENT SHALL THE AUTHOR OR THE VOICES IN HIS HEAD * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS — Bjoern A. Zeeb

Re: svn commit: r269231 - head/usr.bin/m4/lib

2014-07-30 Thread Bjoern A. Zeeb
(struct ohash *, unsigned int); void *ohash_remove(struct ohash *, unsigned int); void *ohash_insert(struct ohash *, unsigned int, void *); — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r219177 - in head: . games release release/scripts

2014-07-23 Thread Bjoern A. Zeeb
of people I know have set in their environment, and done so in a decade. Just wondering if it’s worth avoiding the obvious by renaming it in base? — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org

Re: svn commit: r268854 - head/sys/dev/bxe

2014-07-18 Thread Bjoern A. Zeeb
) \ +printf(%s (%s,%d)\n, __FUNCTION__, __FILE__, __LINE__); + + +#endif /* #ifdef ECORE_STOP_ON_ERROR */ + #define ECORE_ERR(str, ...) \ BLOGE(sc, ECORE: str, ##__VA_ARGS__) — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983

Re: svn commit: r268479 - head/sys/netinet

2014-07-10 Thread Bjoern A. Zeeb
cookie / * general use */ Please do not use spares that were not reserved for you. — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http

svn commit: r267918 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 16:49:45 2014 New Revision: 267918 URL: http://svnweb.freebsd.org/changeset/base/267918 Log: In preparation for 64bit mode remove all the _4 from the function and macro names, rename val4 to val, and m4 to md. No functional change. MFC after:2 weeks

svn commit: r267919 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:03:08 2014 New Revision: 267919 URL: http://svnweb.freebsd.org/changeset/base/267919 Log: Rather than using a constant use sizeof(val) allowing for the length to automatically change as we switch between 32/64bit. MFC after:2 weeks Modified:

svn commit: r267920 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:10:07 2014 New Revision: 267920 URL: http://svnweb.freebsd.org/changeset/base/267920 Log: Allow switching between 32bit and 64bit bus width data access at compile time by setting NF10BMAC_64BIT and using a REGWTYPE #define to set correct variable and return

svn commit: r267922 - in head/sys: conf dev/netfpga10g/nf10bmac mips/conf modules/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:20:45 2014 New Revision: 267922 URL: http://svnweb.freebsd.org/changeset/base/267922 Log: Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernel configs. Switch the BERI_NETFPGA_MDROOT to 64bit by default. Give we have working interrupts

svn commit: r267923 - head/sys/dev/netfpga10g/nf10bmac

2014-06-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 26 17:26:33 2014 New Revision: 267923 URL: http://svnweb.freebsd.org/changeset/base/267923 Log: Fix whitspace indentation from spaces to tabs. No functional changes. MFC after:2 weeks Modified: head/sys/dev/netfpga10g/nf10bmac/if_nf10bmac_fdt.c

Re: svn commit: r267233 - in head: . bin/rmail gnu/usr.bin/binutils/addr2line gnu/usr.bin/binutils/nm gnu/usr.bin/binutils/objcopy gnu/usr.bin/binutils/objdump gnu/usr.bin/binutils/readelf gnu/usr.bin

2014-06-08 Thread Bjoern A. Zeeb
. [2] Mark known build failures as NO_PIE for now. No, no, no, no more NOs! I’ll leave it to others who understand the current build system in days when it’s not broken to fix this entire splattering across all these Makefiles; we really need a better way for this. — Bjoern A. Zeeb

Re: svn commit: r267029 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-06-03 Thread Bjoern A. Zeeb
]; } else { - tq = tqs-stqs_taskq[gethrtime() % tqs-stqs_count]; + tq = tqs-stqs_taskq[cpu_ticks() % tqs-stqs_count]; } taskq_dispatch_ent(tq, func, arg, flags, ent); — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983

svn commit: r266907 - head/sys/netinet

2014-05-30 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 30 22:34:06 2014 New Revision: 266907 URL: http://svnweb.freebsd.org/changeset/base/266907 Log: While PAWS is disabled, there are no consumers for the tcp options argument to tcp_twcheck(); thus mark it __unused. MFC after:2 weeks Modified:

Re: svn commit: r266757 - in head/sys: conf dev/cxgbe dev/cxgbe/common modules/cxgbe/if_cxgbe

2014-05-28 Thread Bjoern A. Zeeb
Communications. Really nice :-) Thanks a lot for getting it into the tree. — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head

svn commit: r266822 - head/sys/netipsec

2014-05-28 Thread Bjoern A. Zeeb
Author: bz Date: Wed May 28 23:01:20 2014 New Revision: 266822 URL: http://svnweb.freebsd.org/changeset/base/266822 Log: Use IPv4 statistics in ipsec4_process_packet() rather than the IPv6 version. This also unbreaks the NOINET6 builds after r266800. Modified:

svn commit: r266606 - head/sys/netipsec

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 09:29:23 2014 New Revision: 266606 URL: http://svnweb.freebsd.org/changeset/base/266606 Log: Only do a ports check if this is a NAT-T SA. Otherwise other lookups providing ports may get unexpected results. MFC After:2 weeks Modified:

svn commit: r266618 - head/sys/netinet

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 14:01:18 2014 New Revision: 266618 URL: http://svnweb.freebsd.org/changeset/base/266618 Log: Make tcp_twrespond() file local private; this removes it from the public KPI; it is not used anywhere else and seems it never was. MFC after:2 weeks Modified:

svn commit: r266619 - head/sys/netinet

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 15:03:36 2014 New Revision: 266619 URL: http://svnweb.freebsd.org/changeset/base/266619 Log: syncache_lookup() is a file local function. Make it static and take it out of the public KPI; seems it was never used elsewhere. MFC after:2 weeks Modified:

svn commit: r266620 - head/sys/netinet

2014-05-24 Thread Bjoern A. Zeeb
Author: bz Date: Sat May 24 15:31:40 2014 New Revision: 266620 URL: http://svnweb.freebsd.org/changeset/base/266620 Log: Remove the prototpye for the static inline function tcp_signature_verify_input(). The function is defined before first use already. MFC after:2 weeks Modified:

svn commit: r266596 - in head/sys: dev/cxgbe/tom netinet

2014-05-23 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 23 20:15:01 2014 New Revision: 266596 URL: http://svnweb.freebsd.org/changeset/base/266596 Log: Move the tcp_fields_to_host() and tcp_fields_to_net() (inline) functions to the tcp_var.h header file in order to avoid further duplication with upcoming commits.

svn commit: r266597 - head/sys/netinet

2014-05-23 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 23 21:12:33 2014 New Revision: 266597 URL: http://svnweb.freebsd.org/changeset/base/266597 Log: Remove the prototypes for things that are no longer file local but were moved to the header file. Pointy hat to:clang || bz MFC after:2 weeks X-MFC

Re: svn commit: r265792 - head/sys/kern

2014-05-20 Thread Bjoern A. Zeeb
currently. Just in case this will help anyone. — Bjoern A. Zeeb Come on. Learn, goddamn it., WarGames, 1983 ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src

svn commit: r265766 - in head/sys: boot/fdt/dts/mips dev/netfpga10g/nf10bmac

2014-05-09 Thread Bjoern A. Zeeb
Author: bz Date: Fri May 9 12:59:38 2014 New Revision: 265766 URL: http://svnweb.freebsd.org/changeset/base/265766 Log: Adjust the register layout to allow for 64bit registers in the future for nf10bmac(4). Also, add support for and enable RX interrupts. MFC after:2 weeks

svn commit: r265089 - head/sys/mips/beri

2014-04-29 Thread Bjoern A. Zeeb
Author: bz Date: Tue Apr 29 07:48:07 2014 New Revision: 265089 URL: http://svnweb.freebsd.org/changeset/base/265089 Log: After r264897 restore the ability to add bootoptions from FDT for platforms which do not use loaders or kernels that want to hardcode options or for FDT passed in by

svn commit: r264646 - head/sys/dev/netfpga10g/nf10bmac

2014-04-18 Thread Bjoern A. Zeeb
Author: bz Date: Fri Apr 18 14:21:10 2014 New Revision: 264646 URL: http://svnweb.freebsd.org/changeset/base/264646 Log: Now that I figured out where the ethernet addresses come from on NetFPGA-10G, assign one to the interface by default in a very similar way. MFC after:6

Re: svn commit: r264646 - head/sys/dev/netfpga10g/nf10bmac

2014-04-18 Thread Bjoern A. Zeeb
On 18 Apr 2014, at 14:28 , Ian Lepore i...@freebsd.org wrote: On Fri, 2014-04-18 at 14:21 +, Bjoern A. Zeeb wrote: Author: bz Date: Fri Apr 18 14:21:10 2014 New Revision: 264646 URL: http://svnweb.freebsd.org/changeset/base/264646 Log: Now that I figured out where the ethernet

svn commit: r264601 - in head: share/man/man4 sys/boot/fdt/dts/mips sys/dev/netfpga10g sys/dev/netfpga10g/nf10bmac sys/mips/beri sys/mips/conf sys/modules sys/modules/netfpga10g sys/modules/netfpga...

2014-04-17 Thread Bjoern A. Zeeb
) 2014 Bjoern A. Zeeb +.\ All rights reserved. +.\ +.\ This software was developed by SRI International and the University of +.\ Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-11-C-0249 +.\ (MRC2), as part of the DARPA MRC research programme. +.\ +.\ Redistribution and use in source

svn commit: r264605 - head/sys/mips/beri

2014-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Apr 17 13:02:59 2014 New Revision: 264605 URL: http://svnweb.freebsd.org/changeset/base/264605 Log: Based on xlp_machdep.c and completed the list of options based on boot/mips/beri/loader/metadata.c allow FDT configuration to set command line options. This leads to an

svn commit: r264608 - head/usr.bin/bc

2014-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Apr 17 13:57:37 2014 New Revision: 264608 URL: http://svnweb.freebsd.org/changeset/base/264608 Log: Remove duplicate extern declarations after r264573. Makes things compile better. Someone submit to:OpenBSD MFC after:13 days X-MFC with:

svn commit: r264609 - head/usr.bin/bc

2014-04-17 Thread Bjoern A. Zeeb
Author: bz Date: Thu Apr 17 14:15:53 2014 New Revision: 264609 URL: http://svnweb.freebsd.org/changeset/base/264609 Log: Stop casting the const char * to void * to char * to make compile more happy after r264573. Someone submit to:OpenBSD MFC after:13 days X-MFC with:

svn commit: r264539 - head/sbin/route

2014-04-16 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 16 12:29:45 2014 New Revision: 264539 URL: http://svnweb.freebsd.org/changeset/base/264539 Log: When switching variables to flags in r243185 a few cases were missed. After r263152 this leaves unused variables if route(8) is compiled without INET support. Switch

svn commit: r264542 - head/sys/dev/altera/atse

2014-04-16 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 16 15:28:17 2014 New Revision: 264542 URL: http://svnweb.freebsd.org/changeset/base/264542 Log: Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packet rather than the magic number 2. While here fix a typo in a comment. No functional

Re: svn commit: r264321 - head/sys/netinet

2014-04-11 Thread Bjoern A. Zeeb
virtualised data structures? Does this align with an independently virtualised data structure (in which case the lock should be part of that)? /bz — Bjoern A. Zeeb

svn commit: r263675 - head/sys/boot/fdt/dts/mips

2014-03-23 Thread Bjoern A. Zeeb
Author: bz Date: Sun Mar 23 20:35:58 2014 New Revision: 263675 URL: http://svnweb.freebsd.org/changeset/base/263675 Log: For the moment also disable interrupts on the altera-jtag-uart imitation and force polling mode. Modified: head/sys/boot/fdt/dts/mips/beri-netfpga.dts Modified:

svn commit: r263632 - in head/sys: boot/fdt/dts/mips mips/conf

2014-03-22 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 22 13:06:32 2014 New Revision: 263632 URL: http://svnweb.freebsd.org/changeset/base/263632 Log: For BERI on NetFPGA assume HZ=100 by default. Remove the uart support in favour of a jtag-uart interface imitation providing a much simpler interface, directly

Re: svn commit: r262351 - head/sys/netinet6

2014-02-23 Thread Bjoern A. Zeeb
, sizeof(struct route_in6)); — Bjoern A. Zeeb ? ??? ??? ??: '??? ??? ?? ??? ?? ?? ??? ??? ??? ? ? ?? ?? ? ', ? ?, ??? ? ?? ?, ?.??? ___ svn-src

Re: svn commit: r261601 - in head: sys/net sys/netinet sys/netinet6 usr.bin/netstat

2014-02-07 Thread Bjoern A. Zeeb
solution I don’t care apart from that sysctl.confs entries for the people using floatable after all break with this. — Bjoern A. Zeeb

Re: svn commit: r260882 - in head/sys: netinet netinet6

2014-01-19 Thread Bjoern A. Zeeb
is responsible to call nd6_add_ifa_lle() so there is no reason to call SIOCSIFADDR often. Modified: head/sys/netinet/ip_carp.c head/sys/netinet6/in6.c head/sys/netinet6/in6_var.h head/sys/netinet6/nd6.c head/sys/netinet6/nd6.h — Bjoern A. Zeeb

svn commit: r259916 - head/sbin/pfctl

2013-12-26 Thread Bjoern A. Zeeb
Author: bz Date: Thu Dec 26 15:51:14 2013 New Revision: 259916 URL: http://svnweb.freebsd.org/changeset/base/259916 Log: Use feature_present(3) to determine whether to open an INET or an INET6 socket when needed to allow pfctl to work on noinet and noinet6 kernels (and try to provide a

svn commit: r259884 - head/sys/netinet6

2013-12-25 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 25 20:08:44 2013 New Revision: 259884 URL: http://svnweb.freebsd.org/changeset/base/259884 Log: Correct warnings comparing unsigned variables 0 constantly reported while building kernels. All instances removed are indeed unsigned so the expressions could not be

svn commit: r259885 - head/sys/security/mac

2013-12-25 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 25 20:10:17 2013 New Revision: 259885 URL: http://svnweb.freebsd.org/changeset/base/259885 Log: As constantly reported during kernel compilation, m_buflen is unsigned so can never be 0. Remove the expression, which can never be true. MFC after:1 week

svn commit: r259886 - head/sys/dev/ie

2013-12-25 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 25 20:15:48 2013 New Revision: 259886 URL: http://svnweb.freebsd.org/changeset/base/259886 Log: Bite the bullet and start removing the first compile time warnings by removing unsued file local functions and then unused callees. A lot more warnings to resolve but

<    2   3   4   5   6   7   8   9   10   11   >