svn commit: r284214 - in head/sys: amd64/amd64 arm/arm i386/i386 kern powerpc/powerpc sparc64/sparc64 sys

2015-06-10 Thread Mateusz Guzik
Author: mjg Date: Wed Jun 10 10:43:59 2015 New Revision: 284214 URL: https://svnweb.freebsd.org/changeset/base/284214 Log: Generalised support for copy-on-write structures shared by threads. Thread credentials are maintained as follows: each thread has a pointer to creds and a reference

svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Mateusz Guzik
Author: mjg Date: Wed Jun 10 10:48:12 2015 New Revision: 284215 URL: https://svnweb.freebsd.org/changeset/base/284215 Log: Implement lockless resource limits. Use the same scheme implemented to manage credentials. Code needing to look at process's credentials (as opposed to thred's)

svn commit: r284213 - head/sys/cddl/dev/dtrace/arm

2015-06-10 Thread Ruslan Bukin
Author: br Date: Wed Jun 10 09:59:26 2015 New Revision: 284213 URL: https://svnweb.freebsd.org/changeset/base/284213 Log: Don't re-define LOCORE when dtrace is built-in to the kernel. Modified: head/sys/cddl/dev/dtrace/arm/dtrace_asm.S Modified: head/sys/cddl/dev/dtrace/arm/dtrace_asm.S

Re: svn commit: r284198 - head/bin/ls

2015-06-10 Thread Garrett Cooper
On Jun 9, 2015, at 18:27, Marcel Moolenaar mar...@freebsd.org wrote: Author: marcel Date: Wed Jun 10 01:27:38 2015 New Revision: 284198 URL: https://svnweb.freebsd.org/changeset/base/284198 Log: Convert ls(1) to use libxo(3). Obtained from: Phil Shafer p...@juniper.net

svn commit: r284221 - head/libexec/ftpd

2015-06-10 Thread Marcel Moolenaar
Author: marcel Date: Wed Jun 10 13:17:41 2015 New Revision: 284221 URL: https://svnweb.freebsd.org/changeset/base/284221 Log: Fix build after converting ls(1) to use libxo(3). Modified: head/libexec/ftpd/Makefile Modified: head/libexec/ftpd/Makefile

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: Author: mjg Date: Wed Jun 10 10:48:12 2015 New Revision: 284215 URL: https://svnweb.freebsd.org/changeset/base/284215 Log: Implement lockless resource limits. Use the same scheme implemented to manage

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 15:16:13 +0300 Ivan Klymenko fi...@ukr.net написав: Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: Author: mjg Date: Wed Jun 10 10:48:12 2015 New Revision: 284215 URL: https://svnweb.freebsd.org/changeset/base/284215 Log:

svn commit: r284217 - in head/sys: amd64/linux kern

2015-06-10 Thread Mateusz Guzik
Author: mjg Date: Wed Jun 10 12:39:01 2015 New Revision: 284217 URL: https://svnweb.freebsd.org/changeset/base/284217 Log: Fixup the build after r284215. Submitted by: Ivan Klymenko fidaj ukr.net [slighly modified] Modified: head/sys/amd64/linux/linux_machdep.c

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Mateusz Guzik
On Wed, Jun 10, 2015 at 03:16:13PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: Author: mjg Date: Wed Jun 10 10:48:12 2015 New Revision: 284215 URL: https://svnweb.freebsd.org/changeset/base/284215 Log: Implement

svn commit: r284218 - in head: lib/libpmc sys/dev/hwpmc sys/sys

2015-06-10 Thread Ruslan Bukin
Author: br Date: Wed Jun 10 12:42:30 2015 New Revision: 284218 URL: https://svnweb.freebsd.org/changeset/base/284218 Log: o Rework ARMv7 events list using aliases - same way as we have for arm64. o Extend it with Cortex A9-specific events. Modified: head/lib/libpmc/libpmc.c

svn commit: r284212 - head/sys/kern

2015-06-10 Thread Mateusz Guzik
Author: mjg Date: Wed Jun 10 09:40:07 2015 New Revision: 284212 URL: https://svnweb.freebsd.org/changeset/base/284212 Log: fd: remove fdesc_mtx Modified: head/sys/kern/kern_descrip.c Modified: head/sys/kern/kern_descrip.c

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

2015-06-10 Thread Mateusz Guzik
Author: mjg Date: Wed Jun 10 09:34:50 2015 New Revision: 284211 URL: https://svnweb.freebsd.org/changeset/base/284211 Log: fd: use atomics to manage fd_refcnt and fd_holcnt This gets rid of fdesc_mtx. Modified: head/sys/kern/kern_descrip.c head/sys/sys/filedesc.h Modified:

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Mateusz Guzik
On Wed, Jun 10, 2015 at 04:33:26PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: Author: mjg Date: Wed Jun 10 10:48:12 2015 New Revision: 284215 URL: https://svnweb.freebsd.org/changeset/base/284215 Log: Implement

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: Author: mjg Date: Wed Jun 10 10:48:12 2015 New Revision: 284215 URL: https://svnweb.freebsd.org/changeset/base/284215 Log: Implement lockless resource limits. Use the same scheme implemented to manage

svn commit: r284222 - head/sys/netpfil/pf

2015-06-10 Thread Kristof Provost
Author: kp Date: Wed Jun 10 13:44:04 2015 New Revision: 284222 URL: https://svnweb.freebsd.org/changeset/base/284222 Log: pf: address family must be set when creating a pf_fragment Fix a panic when handling fragmented ip4 packets with 'drop-ovl' set. In that scenario we take a different

Re: svn commit: r284222 - head/sys/netpfil/pf

2015-06-10 Thread Oliver Pinter
On 6/10/15, Kristof Provost k...@freebsd.org wrote: Author: kp Date: Wed Jun 10 13:44:04 2015 New Revision: 284222 URL: https://svnweb.freebsd.org/changeset/base/284222 Log: pf: address family must be set when creating a pf_fragment Fix a panic when handling fragmented ip4 packets

Re: svn commit: r284222 - head/sys/netpfil/pf

2015-06-10 Thread Kristof Provost
On 2015-06-10 16:53:33 (+0200), Oliver Pinter oliver.pin...@hardenedbsd.org wrote: On 6/10/15, Kristof Provost k...@freebsd.org wrote: Author: kp Date: Wed Jun 10 13:44:04 2015 New Revision: 284222 URL: https://svnweb.freebsd.org/changeset/base/284222 Log: pf: address family must

svn commit: r284229 - head/lib/libc/resolv

2015-06-10 Thread Hajimu UMEMOTO
Author: ume Date: Wed Jun 10 16:15:22 2015 New Revision: 284229 URL: https://svnweb.freebsd.org/changeset/base/284229 Log: Add support for '_' occurring at the beginning or end of a name component. PR: 176093 Submitted by: landonf__at__bikemonkey.org MFC after:1 week

svn commit: r284227 - in head/sys: amd64/conf arm/conf conf i386/conf powerpc/conf

2015-06-10 Thread Ruslan Bukin
Author: br Date: Wed Jun 10 15:53:39 2015 New Revision: 284227 URL: https://svnweb.freebsd.org/changeset/base/284227 Log: Allow DTrace to be compiled-in to the kernel. This will require for AArch64 as we dont have modules yet. Sponsored by: HEIF5 Sponsored by: ARM Ltd. Differential

svn commit: r284228 - in head/tools/bus_space: . C Python

2015-06-10 Thread Marcel Moolenaar
Author: marcel Date: Wed Jun 10 16:00:09 2015 New Revision: 284228 URL: https://svnweb.freebsd.org/changeset/base/284228 Log: Rename bus_space to bus (i.e. drop _space). This makes the API match the convenience macros in sys/bus.h. Bus space can now reference both bus and busdma. Added:

svn commit: r284226 - head/sys/compat/linux

2015-06-10 Thread Mateusz Guzik
Author: mjg Date: Wed Jun 10 15:34:43 2015 New Revision: 284226 URL: https://svnweb.freebsd.org/changeset/base/284226 Log: linux: make sure to grab all cow structs when creating a thread This is a fixup for r284214. Reported and tested by: Ivan Klymenko fidaj ukr.net Modified:

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

2015-06-10 Thread Gleb Smirnoff
On Wed, Jun 10, 2015 at 09:34:51AM +, Mateusz Guzik wrote: M Author: mjg M Date: Wed Jun 10 09:34:50 2015 M New Revision: 284211 M URL: https://svnweb.freebsd.org/changeset/base/284211 M M Log: M fd: use atomics to manage fd_refcnt and fd_holcnt M M This gets rid of fdesc_mtx. .. M

Re: svn commit: r283986 - head/sys/net80211

2015-06-10 Thread Gleb Smirnoff
Adrian, The patch was quite conservative, just to fix build. I think bigger part of ieee80211_freebsd.h should be hidden under _KERNEL? It could be that the entire file should. On Thu, Jun 04, 2015 at 08:04:38AM -0700, Adrian Chadd wrote: A oops, sorry! Thanks Andrew! A A A A -a A A A

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 21:29:38 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 10:13:17PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 21:09:25 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 09:47:57PM +0300, Ivan Klymenko wrote: Wed, 10

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Mateusz Guzik
On Wed, Jun 10, 2015 at 11:08:14PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 21:29:38 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 10:13:17PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 21:09:25 +0200 Mateusz Guzik mjgu...@gmail.com написав: On

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 22:29:11 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 11:08:14PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 21:29:38 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 10:13:17PM +0300, Ivan Klymenko wrote: Wed, 10

svn commit: r284245 - head/sys/netinet

2015-06-10 Thread Julien Charbon
Author: jch Date: Wed Jun 10 20:43:07 2015 New Revision: 284245 URL: https://svnweb.freebsd.org/changeset/base/284245 Log: Fix a callout race condition introduced in TCP timers callouts with r281599. In TCP timer context, it is not enough to check callout_stop() return value to decide if a

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 21:09:25 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 09:47:57PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: kern_resource.c I get another panic - this time with VirtualBox:

svn commit: r284237 - in head: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-06-10 Thread Xin LI
Author: delphij Date: Wed Jun 10 19:22:41 2015 New Revision: 284237 URL: https://svnweb.freebsd.org/changeset/base/284237 Log: MFV r284234: Update file to 5.23. MFC after:2 weeks Added: head/contrib/file/magic/Magdir/cbor - copied unchanged from r284235,

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Mateusz Guzik
On Wed, Jun 10, 2015 at 09:47:57PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: kern_resource.c I get another panic - this time with VirtualBox: nonamehost.local dumped core - see /var/crash/vmcore.0 Wed Jun 10 21:38:13

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Mateusz Guzik
On Wed, Jun 10, 2015 at 10:13:17PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 21:09:25 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 09:47:57PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав:

Re: svn commit: r283986 - head/sys/net80211

2015-06-10 Thread Adrian Chadd
I'd rather eventually split the file up into kernel and non-kernel bits. -a ___ 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

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: kern_resource.c I get another panic - this time with VirtualBox: nonamehost.local dumped core - see /var/crash/vmcore.0 Wed Jun 10 21:38:13 EEST 2015 FreeBSD nonamehost.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0

svn commit: r284233 - head/sys/sys

2015-06-10 Thread Mateusz Guzik
Author: mjg Date: Wed Jun 10 19:00:54 2015 New Revision: 284233 URL: https://svnweb.freebsd.org/changeset/base/284233 Log: Bump FreeBSD_version due to lim_* API changes in r284215 Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r284247 - head/sys/dev/ichsmb

2015-06-10 Thread Rui Paulo
Author: rpaulo Date: Wed Jun 10 22:37:09 2015 New Revision: 284247 URL: https://svnweb.freebsd.org/changeset/base/284247 Log: ichsmb: remove whitespace. Modified: head/sys/dev/ichsmb/ichsmb_pci.c Modified: head/sys/dev/ichsmb/ichsmb_pci.c

svn commit: r284246 - head/sys/dev/proto

2015-06-10 Thread Marcel Moolenaar
Author: marcel Date: Wed Jun 10 22:33:56 2015 New Revision: 284246 URL: https://svnweb.freebsd.org/changeset/base/284246 Log: Load the allocated memory and return both the physical address and the bus address to the application. Modified: head/sys/dev/proto/proto_busdma.c

svn commit: r284248 - head/sys/dev/ichsmb

2015-06-10 Thread Rui Paulo
Author: rpaulo Date: Wed Jun 10 22:39:10 2015 New Revision: 284248 URL: https://svnweb.freebsd.org/changeset/base/284248 Log: ichsmb: add Intel Wellsburg device ID. Submitted by: Michael Allen mallen pi-coral.com MFC after:1 week Sponsored by: Pi-Coral, Inc. Modified:

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

2015-06-10 Thread John Baldwin
On 6/10/15 4:43 PM, Julien Charbon wrote: Author: jch Date: Wed Jun 10 20:43:07 2015 New Revision: 284245 URL: https://svnweb.freebsd.org/changeset/base/284245 Log: Fix a callout race condition introduced in TCP timers callouts with r281599. In TCP timer context, it is not enough to

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

2015-06-10 Thread Eitan Adler
On 10 June 2015 at 08:44, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Jun 10, 2015 at 09:34:51AM +, Mateusz Guzik wrote: M This gets rid of fdesc_mtx. M int fd_holdleaderscount;/* block fdfree() for shared close() */ Shouldn't they be volatile u_int? why? --

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/10/2015 16:42, Ivan Klymenko wrote: Wed, 10 Jun 2015 22:29:11 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 11:08:14PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 21:29:38 +0200 Mateusz Guzik

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

2015-06-10 Thread Gleb Smirnoff
On Wed, Jun 10, 2015 at 02:54:36PM -0700, Eitan Adler wrote: E On 10 June 2015 at 08:44, Gleb Smirnoff gleb...@freebsd.org wrote: E On Wed, Jun 10, 2015 at 09:34:51AM +, Mateusz Guzik wrote: E M This gets rid of fdesc_mtx. E M int fd_holdleaderscount;/* block fdfree() for

svn commit: r284251 - head/lib/libugidfw

2015-06-10 Thread Marcelo Araujo
Author: araujo (ports committer) Date: Thu Jun 11 01:22:27 2015 New Revision: 284251 URL: https://svnweb.freebsd.org/changeset/base/284251 Log: Remove unnecessary variable and fix the usage of sysctl(3). Differential Revision:D2733 Reviewed by: ngie, kib Modified:

svn commit: r284249 - head/usr.bin/calendar/calendars

2015-06-10 Thread Christian Brueffer
Author: brueffer Date: Thu Jun 11 00:12:33 2015 New Revision: 284249 URL: https://svnweb.freebsd.org/changeset/base/284249 Log: Correct Hawaii's admission day. PR: 192651 MFC after:1 week Modified: head/usr.bin/calendar/calendars/calendar.holiday Modified:

svn commit: r284250 - head/sbin/geom/class/eli

2015-06-10 Thread Christian Brueffer
Author: brueffer Date: Thu Jun 11 00:24:33 2015 New Revision: 284250 URL: https://svnweb.freebsd.org/changeset/base/284250 Log: Consistently use trailing whitespace in passphrase prompts. PR: 193496 Submitted by: Fabian Keil MFC after:1 week Modified:

Re: svn commit: r284252 - head/bin/ls

2015-06-10 Thread Kristof Provost
On 2015-06-11 02:29:40 (+), Sean Bruno sbr...@freebsd.org wrote: Author: sbruno Date: Thu Jun 11 02:29:39 2015 New Revision: 284252 URL: https://svnweb.freebsd.org/changeset/base/284252 Log: r284198 seems to have left a null format string printf that gcc does *not* like breaking

svn commit: r284253 - in head/tools/bus_space: . C Python

2015-06-10 Thread Marcel Moolenaar
Author: marcel Date: Thu Jun 11 03:02:40 2015 New Revision: 284253 URL: https://svnweb.freebsd.org/changeset/base/284253 Log: Add accessor functions for iterating over segments. A segment can be in bus address space, physical memory space or virtual memory space. Modified:

svn commit: r284254 - in head: contrib/bmake contrib/bmake/mk usr.bin/bmake

2015-06-10 Thread Simon J. Gerraty
Author: sjg Date: Thu Jun 11 04:00:22 2015 New Revision: 284254 URL: https://svnweb.freebsd.org/changeset/base/284254 Log: Merge bmake-20150606 Only change to bmake is man page - document .OBJDIR target. We also get latest dirdeps.mk and friends. Description of fields to fill in

svn commit: r284252 - head/bin/ls

2015-06-10 Thread Sean Bruno
Author: sbruno Date: Thu Jun 11 02:29:39 2015 New Revision: 284252 URL: https://svnweb.freebsd.org/changeset/base/284252 Log: r284198 seems to have left a null format string printf that gcc does *not* like breaking mips builds. Submitted by: Shawn Webb shawn.w...@hardenedbsd.org

svn commit: r284255 - in head: include/arpa include/gssapi include/protocols include/xlocale libexec/save-entropy share/dict share/dtrace/toolkit share/examples/pf share/misc share/sendmail share/s...

2015-06-10 Thread Simon J. Gerraty
Author: sjg Date: Thu Jun 11 04:22:17 2015 New Revision: 284255 URL: https://svnweb.freebsd.org/changeset/base/284255 Log: Remove NO_OBJ For meta mode we will want objdirs. Differential Revision:D2748 Reviewed by: brooks imp Modified: head/include/arpa/Makefile

svn commit: r284256 - head/sys/kern

2015-06-10 Thread Konstantin Belousov
Author: kib Date: Thu Jun 11 04:41:54 2015 New Revision: 284256 URL: https://svnweb.freebsd.org/changeset/base/284256 Log: Tweaks for r284178: Do not include machine/atomic.h explicitely, the header is already included by sys/systm.h. Force inlining of tc_getgen() and tc_setgen().

Re: svn commit: r284167 - head/sys/i386/i386

2015-06-10 Thread Konstantin Belousov
On Tue, Jun 09, 2015 at 08:05:55PM +0200, Dimitry Andric wrote: On 09 Jun 2015, at 08:44, Bruce Evans b...@optusnet.com.au wrote: On Mon, 8 Jun 2015, Dimitry Andric wrote: Log: Merge r283870 from amd64: Remove unneeded NULL checks in trap_fatal(). Since td_name is an array

svn commit: r284225 - head/lib/libutil

2015-06-10 Thread Brooks Davis
Author: brooks Date: Wed Jun 10 15:07:13 2015 New Revision: 284225 URL: https://svnweb.freebsd.org/changeset/base/284225 Log: List kinfo_getfile.c only once. MFC after:3 days Sponsored by: DARPA, AFRL Modified: head/lib/libutil/Makefile Modified: head/lib/libutil/Makefile

Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm

2015-06-10 Thread Ivan Klymenko
Wed, 10 Jun 2015 15:53:37 +0200 Mateusz Guzik mjgu...@gmail.com написав: On Wed, Jun 10, 2015 at 04:33:26PM +0300, Ivan Klymenko wrote: Wed, 10 Jun 2015 10:48:13 + (UTC) Mateusz Guzik m...@freebsd.org написав: Author: mjg Date: Wed Jun 10 10:48:12 2015 New Revision: 284215

Re: svn commit: r284222 - head/sys/netpfil/pf

2015-06-10 Thread Oliver Pinter
On 6/10/15, Kristof Provost k...@freebsd.org wrote: On 2015-06-10 16:53:33 (+0200), Oliver Pinter oliver.pin...@hardenedbsd.org wrote: On 6/10/15, Kristof Provost k...@freebsd.org wrote: Author: kp Date: Wed Jun 10 13:44:04 2015 New Revision: 284222 URL: