svn commit: r315685 - head/sys/kern

2017-03-21 Thread Ed Maste
Author: emaste Date: Tue Mar 21 18:02:14 2017 New Revision: 315685 URL: https://svnweb.freebsd.org/changeset/base/315685 Log: tighten buffer bounds in imgact_binmisc_populate_interp We must ensure there's space for the terminating null in the temporary buffer in

svn commit: r315687 - head/lib/libutil

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 19:10:07 2017 New Revision: 315687 URL: https://svnweb.freebsd.org/changeset/base/315687 Log: Document sbuf_hexdump(9) in just sbuf(9) - Remove duplicate references to sbuf_hexdump(9) from hexdump(3). sbuf_hexdump(9) already pointed back to hexdump(3) for

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread John Baldwin
On Tuesday, March 21, 2017 06:39:49 AM Gleb Smirnoff wrote: > Author: glebius > Date: Tue Mar 21 06:39:49 2017 > New Revision: 315662 > URL: https://svnweb.freebsd.org/changeset/base/315662 > > Log: > Hide struct inpcb, struct tcpcb from the userland. > > This is a painful change, but it

svn commit: r315686 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 19:02:17 2017 New Revision: 315686 URL: https://svnweb.freebsd.org/changeset/base/315686 Log: kvm_geterr: handle `kd` == NULL in a deterministic/graceful manner Return a NUL string instead of just working by accident with kvm_geterr(3) when MALLOC_PRODUCTION

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
John, On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: J> First, this is a very good change and long overdue in divorcing the J> user-facing structure for live system reporting vs the kernel structure. J> J> However, I realize you don't use info from netstat when debugging kernel

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
Hi! This change is known to break a ton of ports. More than 100 if counting depends. I'm sorry for that and I already started to fix them. Please send all new breakages to me. On Tue, Mar 21, 2017 at 06:39:49AM +, Gleb Smirnoff wrote: T> Author: glebius T> Date: Tue Mar 21 06:39:49 2017

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Antoine Brodin
On Tue, Mar 21, 2017 at 7:41 AM, Gleb Smirnoff wrote: > Hi! > > This change is known to break a ton of ports. More than 100 if > counting depends. I'm sorry for that and I already started to fix > them. > > Please send all new breakages to me. Hi, Exp-runs should happen

svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 21 06:39:49 2017 New Revision: 315662 URL: https://svnweb.freebsd.org/changeset/base/315662 Log: Hide struct inpcb, struct tcpcb from the userland. This is a painful change, but it is needed. On the one hand, we avoid modifying them, and this slows down

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

2017-03-21 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 21 09:07:05 2017 New Revision: 315672 URL: https://svnweb.freebsd.org/changeset/base/315672 Log: Make sdp compilable after r315662. Modified: head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c Modified: head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
Ngie, On Tue, Mar 21, 2017 at 01:42:44AM -0700, Ngie Cooper (yaneurabeya) wrote: N> This change broke the sdp module: https://ci.freebsd.org/job/FreeBSD-head-amd64-LINT/2294/console . N> Thanks, N> -Ngie Thanks for heads up. Fixed. -- Totus tuus, Glebius.

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: A> > This change is known to break a ton of ports. More than 100 if A> > counting depends. I'm sorry for that and I already started to fix A> > them. A> > A> > Please send all new breakages to me. A> A> Hi, A> A> Exp-runs should

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
On Tue, Mar 21, 2017 at 08:22:19AM +0100, Baptiste Daroussin wrote: B> On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: B> > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: B> > A> > This change is known to break a ton of ports. More than 100 if B> > A> > counting

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ngie Cooper (yaneurabeya)
> On Mar 20, 2017, at 23:39, Gleb Smirnoff wrote: > > Author: glebius > Date: Tue Mar 21 06:39:49 2017 > New Revision: 315662 > URL: https://svnweb.freebsd.org/changeset/base/315662 > > Log: > Hide struct inpcb, struct tcpcb from the userland. > > This is a painful

svn commit: r315673 - in head/sys: cam sys

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 09:12:41 2017 New Revision: 315673 URL: https://svnweb.freebsd.org/changeset/base/315673 Log: Make CAM SIM lock optional. For three years now CAM does not use SIM lock, but still enforces SIM to use it. Remove this requirement, allowing SIMs to have any

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Baptiste Daroussin
On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: > A> > This change is known to break a ton of ports. More than 100 if > A> > counting depends. I'm sorry for that and I already started to fix > A> > them. > A> > > A>

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ngie Cooper (yaneurabeya)
> On Mar 21, 2017, at 01:42, Ngie Cooper (yaneurabeya) > wrote: > >> >> On Mar 20, 2017, at 23:39, Gleb Smirnoff wrote: >> >> Author: glebius >> Date: Tue Mar 21 06:39:49 2017 >> New Revision: 315662 >> URL:

svn commit: r315671 - head/usr.bin/sockstat

2017-03-21 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 21 08:57:20 2017 New Revision: 315671 URL: https://svnweb.freebsd.org/changeset/base/315671 Log: Shut up gcc. Modified: head/usr.bin/sockstat/sockstat.c Modified: head/usr.bin/sockstat/sockstat.c

svn commit: r315670 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 08:56:13 2017 New Revision: 315670 URL: https://svnweb.freebsd.org/changeset/base/315670 Log: Addition to r315579: drop the lock while allocating IRQs. MFC after:12 days Modified: head/sys/dev/isp/isp_pci.c Modified: head/sys/dev/isp/isp_pci.c

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Mathieu Arnold
Le 21/03/2017 à 08:27, Gleb Smirnoff a écrit : > On Tue, Mar 21, 2017 at 08:22:19AM +0100, Baptiste Daroussin wrote: > B> On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: > B> > On Tue, Mar 21, 2017 at 07:50:32AM +0100, Antoine Brodin wrote: > B> > A> > This change is known to

svn commit: r315674 - head/sys/cam

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 09:24:07 2017 New Revision: 315674 URL: https://svnweb.freebsd.org/changeset/base/315674 Log: Minor cosmetic addition to r315673. Now CAM_SIM_LOCK() macros are not used and may be removed later. MFC after:2 weeks Modified: head/sys/cam/cam_xpt.c

svn commit: r315682 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 13:49:43 2017 New Revision: 315682 URL: https://svnweb.freebsd.org/changeset/base/315682 Log: Remove some dead code left after r246713. MFC after:2 weeks Modified: head/sys/dev/isp/isp_pci.c head/sys/dev/isp/isp_sbus.c Modified:

svn commit: r315678 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 11:26:31 2017 New Revision: 315678 URL: https://svnweb.freebsd.org/changeset/base/315678 Log: Remove questionable reqp->req_time access. MFC after:2 weeks Modified: head/sys/dev/isp/isp.c Modified: head/sys/dev/isp/isp.c

svn commit: r315677 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 10:34:34 2017 New Revision: 315677 URL: https://svnweb.freebsd.org/changeset/base/315677 Log: Clean/unify some macro usage. MFC after:2 weeks Modified: head/sys/dev/isp/isp_freebsd.c head/sys/dev/isp/isp_freebsd.h head/sys/dev/isp/isp_pci.c

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ronald Klop
On Tue, 21 Mar 2017 10:19:24 +0100, Mathieu Arnold wrote: Le 21/03/2017 à 08:27, Gleb Smirnoff a écrit : On Tue, Mar 21, 2017 at 08:22:19AM +0100, Baptiste Daroussin wrote: B> On Mon, Mar 20, 2017 at 11:54:33PM -0700, Gleb Smirnoff wrote: B> > On Tue, Mar 21, 2017 at

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Slawa Olhovchenkov
On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: > Author: tsoome > Date: Mon Mar 20 22:20:17 2017 > New Revision: 315653 > URL: https://svnweb.freebsd.org/changeset/base/315653 > > Log: > loader: verify the value from dhcp.interface-mtu and use snprintf to set mtu > > Since

svn commit: r315680 - head/sbin/ifconfig

2017-03-21 Thread Maxim Konovalov
Author: maxim Date: Tue Mar 21 13:01:08 2017 New Revision: 315680 URL: https://svnweb.freebsd.org/changeset/base/315680 Log: The .Cm macro usage fixed. PR: 217977 Submitted by: tobik Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8

svn commit: r315681 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 13:10:37 2017 New Revision: 315681 URL: https://svnweb.freebsd.org/changeset/base/315681 Log: Improve command timeout handling. Let firmware do its best first, and if it can't, try software recovery. I would remove software timeout handler completely, but

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > John, > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > J> First, this is a very good change and long overdue in divorcing the > J> user-facing structure for live system reporting vs the kernel structure. > J>

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Ngie Cooper (yaneurabeya)
> On Mar 21, 2017, at 13:07, Cy Schubert wrote: … > Would it be possible to replace this script with new DTrace probes and a > DTrace script? I don’t genuinely think that using DTrace probes on a kernel coredump would work today, and even if it did, I don’t

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trp

2017-03-21 Thread Cy Schubert
In message <20170321201838.gg86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > On Tue, Mar 21, 2017 at 01:07:42PM -0700, Cy Schubert wrote: > > > In message <20170321195202.gf86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > > > On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > > > >

svn commit: r315694 - head/lib/libc/sys

2017-03-21 Thread Eric van Gyzen
Author: vangyzen Date: Wed Mar 22 00:50:36 2017 New Revision: 315694 URL: https://svnweb.freebsd.org/changeset/base/315694 Log: clock_gettime.2: add some clock IDs Add the CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID clock_id values to the clock_gettime(2) man page. Reformat the

svn commit: r315697 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 02:42:00 2017 New Revision: 315697 URL: https://svnweb.freebsd.org/changeset/base/315697 Log: libkvm: fix warning issues post-r291406 - Fix -Wunused warnings with *_native detection handlers by marking `kd` __unused, except with arm/mips, where a slightly

svn commit: r315698 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 02:44:39 2017 New Revision: 315698 URL: https://svnweb.freebsd.org/changeset/base/315698 Log: libkvm: bump WARNS to 6 after recent commits done to resolve warnings issues MFC after:1 month Tested with: make tinderbox; clang 4.0.0 (amd64), gcc

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread John Baldwin
On Tuesday, March 21, 2017 11:50:04 AM Gleb Smirnoff wrote: > John, > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > J> First, this is a very good change and long overdue in divorcing the > J> user-facing structure for live system reporting vs the kernel structure. > J> > J>

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trp

2017-03-21 Thread Cy Schubert
In message <20170321195202.gf86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > > > John, > > > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > > J> First, this is a very good change and long overdue in divorcing

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Gleb Smirnoff
On Tue, Mar 21, 2017 at 10:52:02PM +0300, Slawa Olhovchenkov wrote: S> > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: S> > J> First, this is a very good change and long overdue in divorcing the S> > J> user-facing structure for live system reporting vs the kernel structure. S> >

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trp

2017-03-21 Thread Cy Schubert
In message , "Ngie Cooper (yane urabeya)" writes: > > > --Apple-Mail=_C07E06AD-3829-414B-974E-98AD723D833D > Content-Transfer-Encoding: quoted-printable > Content-Type: text/plain; > charset=utf-8 > > > > On Mar 21, 2017, at 13:07, Cy

svn commit: r315689 - head/lib/libcompiler_rt

2017-03-21 Thread Dimitry Andric
Author: dim Date: Tue Mar 21 21:07:37 2017 New Revision: 315689 URL: https://svnweb.freebsd.org/changeset/base/315689 Log: Gcc has incompatible internal declarations for __divtc3 and __multc3 as defined in compiler-rt, but it has no option to silence its warning, so make gcc warnings for

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 01:07:42PM -0700, Cy Schubert wrote: > In message <20170321195202.gf86...@zxy.spb.ru>, Slawa Olhovchenkov writes: > > On Tue, Mar 21, 2017 at 11:50:04AM -0700, Gleb Smirnoff wrote: > > > > > John, > > > > > > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin

svn commit: r315688 - head/lib/libkvm

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 20:48:36 2017 New Revision: 315688 URL: https://svnweb.freebsd.org/changeset/base/315688 Log: kvm_write: fix -Wcast-qual warning in pointer arithmetic argument Cast buf to `const char *` when doing arithmetic operation to match `cp`'s type [1].

Re: svn commit: r315662 - in head: contrib/bsnmp/snmp_mibII contrib/ipfilter/ipsend lib/libprocstat sys/netinet sys/sys usr.bin/netstat usr.bin/sockstat usr.bin/systat usr.sbin/tcpdrop usr.sbin/trpt

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 01:40:22PM -0700, Gleb Smirnoff wrote: > On Tue, Mar 21, 2017 at 10:52:02PM +0300, Slawa Olhovchenkov wrote: > S> > On Tue, Mar 21, 2017 at 10:40:34AM -0700, John Baldwin wrote: > S> > J> First, this is a very good change and long overdue in divorcing the > S> > J>

svn commit: r315690 - head/sbin/route

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Tue Mar 21 22:00:52 2017 New Revision: 315690 URL: https://svnweb.freebsd.org/changeset/base/315690 Log: Delete trailing whitespace (no functional change) MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/sbin/route/route.c Modified:

svn commit: r315683 - head/sys/dev/isp

2017-03-21 Thread Alexander Motin
Author: mav Date: Tue Mar 21 14:14:11 2017 New Revision: 315683 URL: https://svnweb.freebsd.org/changeset/base/315683 Log: Remove another remnants left after r246713. MFC after:2 weeks Modified: head/sys/dev/isp/isp_pci.c head/sys/dev/isp/isp_sbus.c Modified:

svn commit: r315692 - head/tools/test/ppsapi

2017-03-21 Thread Ian Lepore
Author: ian Date: Tue Mar 21 22:21:29 2017 New Revision: 315692 URL: https://svnweb.freebsd.org/changeset/base/315692 Log: Eliminate a "format string is not a string literal" warning. Modified: head/tools/test/ppsapi/ppsapitest.c Modified: head/tools/test/ppsapi/ppsapitest.c

svn commit: r315691 - head

2017-03-21 Thread Bryan Drewery
Author: bdrewery Date: Tue Mar 21 22:09:00 2017 New Revision: 315691 URL: https://svnweb.freebsd.org/changeset/base/315691 Log: Rename _cc to _gcc to be more clear. MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r315693 - head/sys/kern

2017-03-21 Thread Conrad Meyer
Author: cem Date: Tue Mar 21 22:41:37 2017 New Revision: 315693 URL: https://svnweb.freebsd.org/changeset/base/315693 Log: kern_fail: Allow sleeping for more than 2147483/hz seconds Because of integer types, the timeout calculation result was limited to INT_MAX / (1000 * hz) seconds.

Re: svn commit: r315694 - head/lib/libc/sys

2017-03-21 Thread Bruce Evans
On Wed, 22 Mar 2017, Eric van Gyzen wrote: Log: clock_gettime.2: add some clock IDs Add the CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID clock_id values to the clock_gettime(2) man page. Reformat the excessively long paragraph (sentence!) into a tag list. Some old bugs are now

svn commit: r315699 - head/sys/kern

2017-03-21 Thread Ngie Cooper
Author: ngie Date: Wed Mar 22 05:27:20 2017 New Revision: 315699 URL: https://svnweb.freebsd.org/changeset/base/315699 Log: Print out name of non-dynamic sysctl in sysctl_remove_oid_locked This will provide a slightly better smoking gun than just stating "can't remove non-dynamic nodes!"

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Ian Lepore
On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote: > On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: > > > > > Author: tsoome > > Date: Mon Mar 20 22:20:17 2017 > > New Revision: 315653 > > URL: https://svnweb.freebsd.org/changeset/base/315653 > > > > Log: > >   loader:

svn commit: r315684 - head/sys/netinet

2017-03-21 Thread Gleb Smirnoff
Author: glebius Date: Tue Mar 21 16:23:44 2017 New Revision: 315684 URL: https://svnweb.freebsd.org/changeset/base/315684 Log: Force same alignment on struct xinpgen as we have on struct xinpcb. This fixes 32-bit builds. Modified: head/sys/netinet/in_pcb.h Modified:

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Toomas Soome
> On 21. märts 2017, at 17:15, Ian Lepore wrote: > > On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote: >> On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: >> >>> >>> Author: tsoome >>> Date: Mon Mar 20 22:20:17 2017 >>> New Revision: 315653 >>> URL:

Re: svn commit: r315653 - in head: lib/libstand sys/boot/common sys/boot/i386/libi386

2017-03-21 Thread Slawa Olhovchenkov
On Tue, Mar 21, 2017 at 05:53:12PM +0200, Toomas Soome wrote: > > > On 21. märts 2017, at 17:15, Ian Lepore wrote: > > > > On Tue, 2017-03-21 at 15:35 +0300, Slawa Olhovchenkov wrote: > >> On Mon, Mar 20, 2017 at 10:20:17PM +, Toomas Soome wrote: > >> > >>> > >>>