Re: svn commit: r364465 - in head/sys: conf net net/route

2020-08-23 Thread Julian Elischer
On 8/21/20 3:32 PM, Alexander V. Chernikov wrote: 21.08.2020, 23:21, "Julian Elischer" : On 8/21/20 2:34 PM, Alexander V. Chernikov wrote:  Author: melifaro  Date: Fri Aug 21 21:34:52 2020  New Revision: 364465  URL: https://svnweb.freebsd.org/changeset/base/364465  Log:

Re: svn commit: r364465 - in head/sys: conf net net/route

2020-08-21 Thread Julian Elischer
On 8/21/20 2:34 PM, Alexander V. Chernikov wrote: Author: melifaro Date: Fri Aug 21 21:34:52 2020 New Revision: 364465 URL: https://svnweb.freebsd.org/changeset/base/364465 Log: Make net.fibs growable. Allow to dynamically grow the amount of fibs in each vnet. This change alters

Re: svn commit: r354393 - stable/10

2019-11-06 Thread Julian Elischer
On 11/6/19 9:29 AM, Warner Losh wrote: On Wed, Nov 6, 2019 at 10:23 AM Glen Barber > wrote: On Wed, Nov 06, 2019 at 09:06:24AM -0800, Rodney W. Grimes wrote: > > Author: imp > > Date: Wed Nov  6 14:34:14 2019 > > New Revision: 354393 > > URL: https

Re: svn commit: r353149 - head/sys/amd64/amd64

2019-10-07 Thread Julian Elischer
On 10/6/19 3:13 PM, Mateusz Guzik wrote: Author: mjg Date: Sun Oct 6 22:13:35 2019 New Revision: 353149 URL: https://svnweb.freebsd.org/changeset/base/353149 Log: amd64 pmap: implement per-superpage locks I read the diff and it seems ok and I'm glad you can turn it off if there are

svn commit: r349392 - head/sys/sys

2019-06-25 Thread Julian Elischer
Author: julian Date: Tue Jun 25 19:55:42 2019 New Revision: 349392 URL: https://svnweb.freebsd.org/changeset/base/349392 Log: Fix annoying whitespace issue. NO real change Modified: head/sys/sys/pmckern.h Modified: head/sys/sys/pmckern.h

svn commit: r349044 - head/sys/arm64/include

2019-06-14 Thread Julian Elischer
Author: julian Date: Sat Jun 15 00:47:39 2019 New Revision: 349044 URL: https://svnweb.freebsd.org/changeset/base/349044 Log: Lightly hide the 'var' inside the macros to read the arm special registers. I just happenned to have 3rd party code using 'var' as the output variable which drew my a

Re: svn commit: r339411 - stable/11/sys/kern

2018-10-18 Thread Julian Elischer
On 17/10/18 9:17 am, Jamie Gritton wrote: Author: jamie Date: Wed Oct 17 16:17:57 2018 New Revision: 339411 URL: https://svnweb.freebsd.org/changeset/base/339411 Log: MFC r339211: Fix the test prohibiting jails from sharing IP addresses. It's not supposed to be legal for two

Re: svn commit: r334187 - vendor-sys/ck/dist/include

2018-05-26 Thread Julian Elischer
Would it not make more sense to simply use the real one instead? ck's queue.h is just a copy of a very old BSD queue.h. (or maybe from netbsd or something) As far as I can see it would probably have just worked. On 25/5/18 5:35 am, Olivier Houchard wrote: Author: cognet Date: Thu May 24 21:35:

Re: svn commit: r332559 - head/usr.sbin/mountd

2018-04-18 Thread Julian Elischer
On 19/4/18 5:15 am, Rick Macklem wrote: Julian Elischer wrote: [stuff snipped] our issue is that we make a server that combines CIFS/SMB access (via samba), credential setting from a company wide AD server (windows) via winbindd (samba) via nsswitch.. and NFS. The problem is that when one

Re: svn commit: r332559 - head/usr.sbin/mountd

2018-04-17 Thread Julian Elischer
On 17/4/18 8:32 pm, Konstantin Belousov wrote: On Tue, Apr 17, 2018 at 12:02:04AM +, Rick Macklem wrote: I wrote: Julian Elischer wrote: On 16/4/18 6:56 pm, Konstantin Belousov wrote: [stuff snipped] +ngroups =3D XU_NGROUPS + 1; Why XU_NGROUPS and not the value of

Re: svn commit: r332559 - head/usr.sbin/mountd

2018-04-16 Thread Julian Elischer
On 16/4/18 6:56 pm, Konstantin Belousov wrote: On Mon, Apr 16, 2018 at 09:17:36AM +, Andriy Gapon wrote: Author: avg Date: Mon Apr 16 09:17:36 2018 New Revision: 332559 URL: https://svnweb.freebsd.org/changeset/base/332559 Log: mountd: fix a crash when getgrouplist reports too many group

Re: svn commit: r332041 - svnadmin/conf

2018-04-09 Thread Julian Elischer
On 5/4/18 2:27 am, Alexander Motin wrote: Author: mav Date: Wed Apr 4 18:27:18 2018 New Revision: 332041 URL: https://svnweb.freebsd.org/changeset/base/332041 Log: Restore Sean Eric Fagan (sef) src commit bit. !!  Welcome back SEF! I (mav) will be his mentor. Approved by: co

Re: svn commit: r327447 - head/sys/sys

2018-01-01 Thread Julian Elischer
On 1/1/18 5:00 am, Colin Percival wrote: Author: cperciva Date: Sun Dec 31 21:00:21 2017 New Revision: 327447 URL: https://svnweb.freebsd.org/changeset/base/327447 Log: Wrap includes in sys/tslog.h with #ifdef TSLOG. This is necessary because some non-kernel code #defines _KERNEL and t

svn commit: r326568 - stable/10/sys/netgraph

2017-12-05 Thread Julian Elischer
Author: julian Date: Tue Dec 5 14:46:12 2017 New Revision: 326568 URL: https://svnweb.freebsd.org/changeset/base/326568 Log: Steps to Reproduce: #ngctl mkpeer ipfw: patch 7 in #ngctl name ipfw:7 tcp_rst #ngctl connect ipfw: tcp_rst: 8 out #ngctl msg tcp_rst: setconfig { count=1 csum_fla

Re: svn commit: r324446 - in head: share/man/man9 sys/compat/ndis sys/dev/cas sys/dev/cxgbe sys/dev/cxgbe/tom sys/dev/dpaa sys/dev/if_ndis sys/dev/iscsi_initiator sys/dev/lge sys/dev/mwl sys/dev/netma

2017-10-09 Thread Julian Elischer
On 10/10/17 4:35 am, Gleb Smirnoff wrote: Author: glebius Date: Mon Oct 9 20:35:31 2017 New Revision: 324446 URL: https://svnweb.freebsd.org/changeset/base/324446 Log: Shorten list of arguments to mbuf external storage freeing function. All of these arguments are stored in m_ext, so t

Re: svn commit: r318250 - in head: etc etc/newsyslog.conf.d etc/syslog.d tools/build/mk

2017-05-18 Thread Julian Elischer
On 16/5/17 4:11 am, Ian Lepore wrote: On Mon, 2017-05-15 at 12:22 -0700, John Baldwin wrote: On Monday, May 15, 2017 11:43:21 AM Ian Lepore wrote: On Mon, 2017-05-15 at 10:13 -0700, John Baldwin wrote: On Saturday, May 13, 2017 10:39:15 AM Warner Losh wrote: - It's really easy to screw u

Re: svn commit: r317409 - head/contrib/tcpdump

2017-04-26 Thread Julian Elischer
On 26/4/17 4:38 am, Benjamin Kaduk wrote: On Tue, Apr 25, 2017 at 3:28 PM, John Baldwin > wrote: I do think that when referring to a Git hash the citation should also include something to identify which repository it came from. It doesn't have to be a

Re: svn commit: r317409 - head/contrib/tcpdump

2017-04-26 Thread Julian Elischer
On 26/4/17 3:29 am, Xin LI wrote: On Tue, Apr 25, 2017 at 12:07 PM, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] On Tue, Apr 25, 2017 at 1:30 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: [ Charset UTF-8 unsupported, converting... ] Author: glebius Da

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Julian Elischer
On 20/4/17 3:13 am, Justin Hibbits wrote: On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes wrote: On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote

Re: svn commit: r317094 - head/share/mk

2017-04-19 Thread Julian Elischer
On 20/4/17 3:13 am, Justin Hibbits wrote: On Wed, Apr 19, 2017 at 11:33 AM, Rodney W. Grimes wrote: On Wednesday, April 19, 2017 01:28:37 AM Slawa Olhovchenkov wrote: On Tue, Apr 18, 2017 at 12:45:25PM -0700, John Baldwin wrote: On Tuesday, April 18, 2017 07:30:13 PM Slawa Olhovchenkov wrote

Re: svn commit: r316930 - vendor-sys/illumos/dist/uts/common/fs/zfs

2017-04-15 Thread Julian Elischer
MFCs to 11 and 10 for all this stuff you've done? On 15/4/17 2:43 am, Andriy Gapon wrote: Author: avg Date: Fri Apr 14 18:43:10 2017 New Revision: 316930 URL: https://svnweb.freebsd.org/changeset/base/316930 Log: 5814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist.

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Julian Elischer
On 15/4/17 4:14 am, Slawa Olhovchenkov wrote: On Fri, Apr 14, 2017 at 01:49:51PM -0600, Alan Somers wrote: On Fri, Apr 14, 2017 at 1:41 PM, Ngie Cooper wrote: Author: ngie Date: Fri Apr 14 19:41:48 2017 New Revision: 316938 URL: https://svnweb.freebsd.org/changeset/base/316938 Log: saveco

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Julian Elischer
On 15/4/17 4:37 am, Larry Rosenman wrote: On 4/14/17, 3:33 PM, "Ngie Cooper (yaneurabeya)" wrote: > On Apr 14, 2017, at 13:26, Larry Rosenman wrote: > > On 4/14/17, 3:19 PM, "Ngie Cooper (yaneurabeya)" wrote: > >> On Apr 14, 2017, at 13:14, Slawa Olhovchenkov

Re: svn commit: r316676 - in head/sys/netinet: . tcp_stacks

2017-04-10 Thread Julian Elischer
If possible MFC to 10 too would be nice.. thanks On 10/4/17 4:19 pm, Steven Hartland wrote: Author: smh Date: Mon Apr 10 08:19:35 2017 New Revision: 316676 URL: https://svnweb.freebsd.org/changeset/base/316676 Log: Use estimated RTT for receive buffer auto resizing instead of timestamps

Re: svn commit: r316491 - head/usr.bin/grep

2017-04-05 Thread Julian Elischer
hard coded colours?? in 2017? On 4/4/17 10:17 pm, Ed Maste wrote: Author: emaste Date: Tue Apr 4 14:17:50 2017 New Revision: 316491 URL: https://svnweb.freebsd.org/changeset/base/316491 Log: bsdgrep: revert color changes from r316477 r316477 changed the color output to match exactl

Re: svn commit: r316435 - in head: sbin/ipfw sys/conf sys/modules sys/modules/ipfw_pmod sys/netpfil/ipfw/pmod

2017-04-03 Thread Julian Elischer
On 3/4/17 11:07 am, Andrey V. Elsukov wrote: Author: ae Date: Mon Apr 3 03:07:48 2017 New Revision: 316435 URL: https://svnweb.freebsd.org/changeset/base/316435 it was always my intention to hook netgraph modules into ipfw in this way Log: Add ipfw_pmod kernel module. The module i

Re: svn commit: r316064 - head/sys/boot/i386/boot2

2017-03-27 Thread Julian Elischer
On Tue, 28 Mar 2017, Bruce Evans wrote: [...] they have to fit below 640K and a few multiples of 64K are already used for buffers). The limit on 8K is mainly a historical mistake. A limit of 7.5K simplified booting from 15-sector floppies. 18-sector My memory says that the limit of 7.5K i

Re: svn commit: r314693 - head/usr.sbin/rmt

2017-03-05 Thread Julian Elischer
On 5/3/17 11:20 pm, Baptiste Daroussin wrote: On Sun, Mar 05, 2017 at 11:11:35PM +0800, Julian Elischer wrote: On 5/3/17 9:19 pm, Rodney W. Grimes wrote: -- Start of PGP signed section. On Sun, Mar 05, 2017 at 04:09:18AM +, Rodney W. Grimes wrote: Author: rgrimes Date: Sun Mar 5 04:09

Re: svn commit: r314693 - head/usr.sbin/rmt

2017-03-05 Thread Julian Elischer
On 5/3/17 9:19 pm, Rodney W. Grimes wrote: -- Start of PGP signed section. On Sun, Mar 05, 2017 at 04:09:18AM +, Rodney W. Grimes wrote: Author: rgrimes Date: Sun Mar 5 04:09:18 2017 New Revision: 314693 URL: https://svnweb.freebsd.org/changeset/base/314693 Log: Change /etc/rmt symlink

Re: svn commit: r314667 - in stable/10/sys: amd64/amd64 cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/fs/zfs cddl/dev/profile compat/ndis contrib/ipfilter/netinet dev/

2017-03-04 Thread Julian Elischer
On 5/3/17 12:02 am, Andriy Gapon wrote: On 04/03/2017 17:30, Julian Elischer wrote: On 4/3/17 9:03 pm, Andriy Gapon wrote: Author: avg Date: Sat Mar 4 13:03:31 2017 New Revision: 314667 URL: https://svnweb.freebsd.org/changeset/base/314667 Log: MFC r283291: don't use CALLOUT_MPSAFE

Re: svn commit: r314667 - in stable/10/sys: amd64/amd64 cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/fs/zfs cddl/dev/profile compat/ndis contrib/ipfilter/netinet dev/

2017-03-04 Thread Julian Elischer
On 4/3/17 9:03 pm, Andriy Gapon wrote: Author: avg Date: Sat Mar 4 13:03:31 2017 New Revision: 314667 URL: https://svnweb.freebsd.org/changeset/base/314667 Log: MFC r283291: don't use CALLOUT_MPSAFE with callout_init() The main purpose of this MFC is to reduce conflicts for other merg

Re: svn commit: r314465 - stable/11/sys/dev/iscsi

2017-03-01 Thread Julian Elischer
Might be an idea to add a comment in a good place pointing out that that should not be unsigned so that the next person doesn't make the same mistake.. On 1/3/17 12:24 pm, Alexander Motin wrote: Author: mav Date: Wed Mar 1 04:24:30 2017 New Revision: 314465 URL: https://svnweb.freebsd.org/cha

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

2017-02-08 Thread Julian Elischer
On 7/2/17 4:36 am, Edward Tomasz Napierala wrote: Author: trasz Date: Mon Feb 6 20:36:59 2017 New Revision: 313350 URL: https://svnweb.freebsd.org/changeset/base/313350 Log: In r290196 the root mount hold mechanism was changed to make it not wait for mount hold release if the root device

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

2017-02-08 Thread Julian Elischer
On 5/2/17 8:05 pm, Mateusz Guzik wrote: On Sun, Feb 05, 2017 at 05:20:29AM +, Mateusz Guzik wrote: Author: mjg Date: Sun Feb 5 05:20:29 2017 New Revision: 313272 URL: https://svnweb.freebsd.org/changeset/base/313272 Log: sx: uninline slock/sunlock Shared locking routines explicit

Re: svn commit: r312871 - stable/11/share/zoneinfo

2017-01-28 Thread Julian Elischer
Hi Rod, On 27/1/17 11:25 pm, Rodney W. Grimes wrote: Author: julian Date: Fri Jan 27 09:11:44 2017 New Revision: 312871 URL: https://svnweb.freebsd.org/changeset/base/312871 Log: MFH: r308671 When you select make OLDTIMEZONES=1 then you need a few added directories to be made or th

svn commit: r312871 - stable/11/share/zoneinfo

2017-01-27 Thread Julian Elischer
Author: julian Date: Fri Jan 27 09:11:44 2017 New Revision: 312871 URL: https://svnweb.freebsd.org/changeset/base/312871 Log: MFH: r308671 When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura MFH: r310426

svn commit: r312870 - stable/10/share/zoneinfo

2017-01-27 Thread Julian Elischer
Author: julian Date: Fri Jan 27 09:07:11 2017 New Revision: 312870 URL: https://svnweb.freebsd.org/changeset/base/312870 Log: MFH: r310426 If you are going to be run individually to make a new timezone set then ensure the destination directories exist. Especially if you define OLDTIMEZO

svn commit: r312869 - stable/10/share/zoneinfo

2017-01-27 Thread Julian Elischer
Author: julian Date: Fri Jan 27 09:04:29 2017 New Revision: 312869 URL: https://svnweb.freebsd.org/changeset/base/312869 Log: MFH: r308671 When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura Modified: stab

Re: svn commit: r311952 - head/sys/ddb

2017-01-15 Thread Julian Elischer
On 16/01/2017 11:53 AM, Bruce Evans wrote: On Sun, 15 Jan 2017, Adrian Chadd wrote: hah, i took this, then life got in the way. :) Bruce - what do you think of https://bz-attachments.freebsd.org/attachment.cgi?id=138881 ? Also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184987 . I thi

Re: svn commit: r311952 - head/sys/ddb

2017-01-14 Thread Julian Elischer
On 15/01/2017 6:06 AM, Mark Johnston wrote: On Fri, Jan 13, 2017 at 02:51:04PM +1100, Bruce Evans wrote: On Thu, 12 Jan 2017, Mark Johnston wrote: Log: Enable the use of ^C and ^S/^Q in DDB. This lets one interrupt DDB's output, which is useful if paging is disabled and the output devic

svn commit: r310626 - stable/11/share/man/man4

2016-12-27 Thread Julian Elischer
Author: julian Date: Tue Dec 27 08:32:54 2016 New Revision: 310626 URL: https://svnweb.freebsd.org/changeset/base/310626 Log: MFH: r309407 A little light wordsmithing only. Sponsored by: FreeBSD Modified: stable/11/share/man/man4/ng_checksum.4 Directory Properties: stable/11/ (p

svn commit: r310625 - in stable/11: share/man/man4 sys/netgraph

2016-12-27 Thread Julian Elischer
Author: julian Date: Tue Dec 27 08:31:40 2016 New Revision: 310625 URL: https://svnweb.freebsd.org/changeset/base/310625 Log: MFH: r309408 Changes to allow the patching of packets with an offset (and other changes.. see man page) PR: 206185 Submitted by: Dmitry Vagin MFC after:

svn commit: r310426 - head/share/zoneinfo

2016-12-22 Thread Julian Elischer
Author: julian Date: Thu Dec 22 18:30:29 2016 New Revision: 310426 URL: https://svnweb.freebsd.org/changeset/base/310426 Log: If you are going to be run individually to make a new timezone set then ensure the destination directories exist. Especially if you define OLDTIMEZONES because the mt

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

2016-12-20 Thread Julian Elischer
On 21/12/2016 3:44 AM, John Baldwin wrote: Author: jhb Date: Tue Dec 20 19:44:44 2016 New Revision: 310336 URL: https://svnweb.freebsd.org/changeset/base/310336 Log: Don't spin in pause() during early boot for kthreads other than thread0. pause() uses a spin loop to simulate a sleep du

Re: svn commit: r309035 - in head/lib/libpathconv: . tests

2016-12-02 Thread Julian Elischer
On 28/11/2016 4:43 AM, Jilles Tjoelker wrote: On Wed, Nov 23, 2016 at 07:57:52AM +, Julian Elischer wrote: Author: julian Date: Wed Nov 23 07:57:52 2016 New Revision: 309035 URL: https://svnweb.freebsd.org/changeset/base/309035 Log: This little BSD licensed library has been kicking

svn commit: r309408 - in head: share/man/man4 sys/netgraph

2016-12-02 Thread Julian Elischer
Author: julian Date: Fri Dec 2 10:47:10 2016 New Revision: 309408 URL: https://svnweb.freebsd.org/changeset/base/309408 Log: Changes to allow the patching of packets with an offset (and other changes.. see man page) PR: 206185 Submitted by: Dmitry Vagin MFC after: 1 week Reln

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

2016-12-02 Thread Julian Elischer
Author: julian Date: Fri Dec 2 09:51:12 2016 New Revision: 309407 URL: https://svnweb.freebsd.org/changeset/base/309407 Log: A little light wordsmithing only. Sponsored by: FreeBSD Modified: head/share/man/man4/ng_checksum.4 Modified: head/share/man/man4/ng_checksum.4 =

svn commit: r309402 - stable/11/usr.sbin/bhyve

2016-12-02 Thread Julian Elischer
Author: julian Date: Fri Dec 2 08:24:00 2016 New Revision: 309402 URL: https://svnweb.freebsd.org/changeset/base/309402 Log: MFH: r309295 bhyve: stability and performance improvement for dbgport The TCP server implementation in dbgport does not track clients, so it may try to write

svn commit: r309401 - stable/10/usr.sbin/bhyve

2016-12-02 Thread Julian Elischer
Author: julian Date: Fri Dec 2 08:21:25 2016 New Revision: 309401 URL: https://svnweb.freebsd.org/changeset/base/309401 Log: MFH: r309295 bhyve: stability and performance improvement for dbgport The TCP server implementation in dbgport does not track clients, so it may try to write

svn commit: r309399 - stable/10/usr.sbin/bhyve

2016-12-02 Thread Julian Elischer
Author: julian Date: Fri Dec 2 08:15:52 2016 New Revision: 309399 URL: https://svnweb.freebsd.org/changeset/base/309399 Log: MFH: r307917 accept4 actually expect SOCK_NONBLOCK and not O_NONBLOCK Reported by: jhb Pointyhat to: bapt Modified: stable/10/usr.sbin/bhyve/dbgport.c Dir

svn commit: r309398 - stable/10/usr.sbin/bhyve

2016-12-02 Thread Julian Elischer
Author: julian Date: Fri Dec 2 08:12:51 2016 New Revision: 309398 URL: https://svnweb.freebsd.org/changeset/base/309398 Log: MFH: r306554 Use accept4 with O_NONBLOCK rather than accept + fcntl Modified: stable/10/usr.sbin/bhyve/dbgport.c Directory Properties: stable/10/ (props chang

svn commit: r309396 - stable/10/share/man/man9

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 06:27:54 2016 New Revision: 309396 URL: https://svnweb.freebsd.org/changeset/base/309396 Log: MFH: r297015 Change a little to match what appears to be the right way of specifying an argument (from looking at other man pages) Sponsored by: Panzura inc

svn commit: r309395 - stable/10/share/man/man9

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 06:27:14 2016 New Revision: 309395 URL: https://svnweb.freebsd.org/changeset/base/309395 Log: MFH: r297012 Add a few details that make it easier to use this macro. Sponsored by: Panzura inc Modified: stable/10/share/man/man9/SYSCALL_MODULE.9 Directory

svn commit: r309391 - stable/11/sys/sys

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:47:52 2016 New Revision: 309391 URL: https://svnweb.freebsd.org/changeset/base/309391 Log: MFH: r303287 Split MAKE_SYSENT into two parts so that the initializer part can be used separately if one wants to embed the sysent into a larger structure. Modifi

svn commit: r309390 - stable/11/sys/netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:42:49 2016 New Revision: 309390 URL: https://svnweb.freebsd.org/changeset/base/309390 Log: MFH: r303611 slite style changes. There is an incoming patch that rewrites a lot of this module and I want to get the style and whitespace changes in a separate

svn commit: r309389 - stable/10/sys/netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:42:04 2016 New Revision: 309389 URL: https://svnweb.freebsd.org/changeset/base/309389 Log: MFH: r303611 slite style changes. There is an incoming patch that rewrites a lot of this module and I want to get the style and whitespace changes in a separate

svn commit: r309388 - stable/10/share/man/man4

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:39:10 2016 New Revision: 309388 URL: https://svnweb.freebsd.org/changeset/base/309388 Log: MFH: r303613 Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin Added: stable/10/share/man/man4/ng_checksum.4

svn commit: r309387 - in stable/10/sys: modules/netgraph/checksum netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:38:25 2016 New Revision: 309387 URL: https://svnweb.freebsd.org/changeset/base/309387 Log: MFH: r303612 netgraph module for reconstructing checksums PR: 206108 Submitted by: Dmitry Vagin daemon.ham...@ya.ru Added: stable/10/sys/modules

svn commit: r309386 - stable/11/share/man/man4

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:37:32 2016 New Revision: 309386 URL: https://svnweb.freebsd.org/changeset/base/309386 Log: MFH: r303613 Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin Added: stable/11/share/man/man4/ng_checksum.4

svn commit: r309385 - in stable/11/sys: modules/netgraph/checksum netgraph

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:36:37 2016 New Revision: 309385 URL: https://svnweb.freebsd.org/changeset/base/309385 Log: MFH: r303612 netgraph module for reconstructing checksums PR: 206108 Submitted by: Dmitry Vagin daemon.ham...@ya.ru Added: stable/11/sys/modules

svn commit: r309384 - stable/11/sys/kern

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:25:32 2016 New Revision: 309384 URL: https://svnweb.freebsd.org/changeset/base/309384 Log: MFH: r306306 Give the user a clue as to which process hit maxfiles. Sponsored by: Panzura Modified: stable/11/sys/kern/kern_descrip.c Directory Properties:

svn commit: r309383 - stable/10/sys/kern

2016-12-01 Thread Julian Elischer
Author: julian Date: Fri Dec 2 05:24:51 2016 New Revision: 309383 URL: https://svnweb.freebsd.org/changeset/base/309383 Log: MFH: r306306 Give the user a clue as to which process hit maxfiles. Sponsored by: Panzura Modified: stable/10/sys/kern/kern_descrip.c Directory Properties:

svn commit: r309035 - in head/lib/libpathconv: . tests

2016-11-22 Thread Julian Elischer
Author: julian Date: Wed Nov 23 07:57:52 2016 New Revision: 309035 URL: https://svnweb.freebsd.org/changeset/base/309035 Log: This little BSD licensed library has been kicking around for years. It allows one to trivially convert an absolute path to a relative path and the reverse. The test p

svn commit: r308671 - head/share/zoneinfo

2016-11-14 Thread Julian Elischer
Author: julian Date: Tue Nov 15 06:37:44 2016 New Revision: 308671 URL: https://svnweb.freebsd.org/changeset/base/308671 Log: When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura Modified: head/share/zoneinfo/Ma

Re: svn commit: r307317 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-10-14 Thread Julian Elischer
On 14/10/2016 5:01 AM, Alexander Motin wrote: Author: mav Date: Fri Oct 14 12:01:33 2016 New Revision: 307317 URL: https://svnweb.freebsd.org/changeset/base/307317 Log: MFV r307313: 5120 zfs should allow large block/gzip/raidz boot pool (loader project) Reviewed by: George Wilson

svn commit: r306935 - stable/10/sys/kern

2016-10-09 Thread Julian Elischer
Author: julian Date: Mon Oct 10 04:57:33 2016 New Revision: 306935 URL: https://svnweb.freebsd.org/changeset/base/306935 Log: While the thread is sleeping in taskqueue_drain_all() it is posible that the queue entry it is looking at is removed from the queue, but we make no effort to account

Re: svn commit: r306811 - in head: etc/mtree include sys/sys sys/sys/disk

2016-10-07 Thread Julian Elischer
On 7/10/2016 4:29 PM, Marcel Moolenaar wrote: On October 7, 2016 at 4:18:31 PM, Julian Elischer (jul...@freebsd.org <mailto:jul...@freebsd.org>) wrote: On 7/10/2016 4:12 PM, Marcel Moolenaar wrote: On October 7, 2016 at 3:18:10 PM, John Baldwin (j...@freebsd.org <mailto:j...@fr

Re: svn commit: r306811 - in head: etc/mtree include sys/sys sys/sys/disk

2016-10-07 Thread Julian Elischer
On 7/10/2016 4:12 PM, Marcel Moolenaar wrote: On October 7, 2016 at 3:18:10 PM, John Baldwin (j...@freebsd.org ) wrote: On Friday, October 07, 2016 01:16:59 PM Marcel Moolenaar wrote: > On October 7, 2016 at 11:02:44 AM, John Baldwin (j...@freebsd.org) wrote: > On Frid

svn commit: r306824 - stable/10/sys/dev/hwpmc

2016-10-07 Thread Julian Elischer
Author: julian Date: Fri Oct 7 19:28:45 2016 New Revision: 306824 URL: https://svnweb.freebsd.org/changeset/base/306824 Log: MFH: r259647 o Remove assertions on ipa_version as sometimes the version detection using cpuid can be quirky (this is the case of VMWare without the vPMC

svn commit: r306306 - head/sys/kern

2016-09-24 Thread Julian Elischer
Author: julian Date: Sat Sep 24 22:56:13 2016 New Revision: 306306 URL: https://svnweb.freebsd.org/changeset/base/306306 Log: Give the user a clue as to which process hit maxfiles. MFC after:1 week Sponsored by: Panzura Modified: head/sys/kern/kern_descrip.c Modified: head/sys/ker

Re: svn commit: r305694 - vendor/OpenBSD/dist/usr.bin/rcs

2016-09-11 Thread Julian Elischer
On 12/09/2016 7:49 AM, Pedro Giffuni wrote: On 11/09/2016 18:04, Cy Schubert wrote: In message <1dd1619f-2369-64d8-879a-cdbb380c2...@freebsd.org>, Pedro Giffuni wr ites: On 11/09/2016 11:52, Allan Jude wrote: On 2016-09-11 12:17, Pedro Giffuni wrote: On 09/11/16 10:55, Pedro F. Giffuni wro

Re: svn commit: r304187 - in head: . share/man/man4 sys/conf sys/dev/mcd sys/modules sys/modules/mcd

2016-08-17 Thread Julian Elischer
On 16/08/2016 4:54 AM, John Baldwin wrote: On Monday, August 15, 2016 08:38:02 PM John Baldwin wrote: Author: jhb Date: Mon Aug 15 20:38:02 2016 New Revision: 304187 URL: https://svnweb.freebsd.org/changeset/base/304187 Log: Remove the mcd(4) driver for Mitsumi CD-ROM players. This is

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

2016-08-04 Thread Julian Elischer
On 5/08/2016 8:07 AM, John Baldwin wrote: On Thursday, August 04, 2016 07:14:18 PM Bryan Drewery wrote: Author: bdrewery Date: Thu Aug 4 19:14:18 2016 New Revision: 303755 URL: https://svnweb.freebsd.org/changeset/base/303755 Log: Still provide freebsd10_* symbols from libc for COMPAT10.

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

2016-08-01 Thread Julian Elischer
Author: julian Date: Mon Aug 1 12:14:21 2016 New Revision: 303613 URL: https://svnweb.freebsd.org/changeset/base/303613 Log: Man page for the new checksum netgraph module. PR: 206186 Submitted by: Dmitry Vagin MFC after: 1 month Added: head/share/man/man4/ng_checksum.

svn commit: r303612 - in head/sys: modules/netgraph/checksum netgraph

2016-08-01 Thread Julian Elischer
Author: julian Date: Mon Aug 1 12:09:04 2016 New Revision: 303612 URL: https://svnweb.freebsd.org/changeset/base/303612 Log: netgraph module for reconstructing checksums PR: 206108 Submitted by: Dmitry Vagin daemon.ham...@ya.ru MFC after:1 month Added: head/sys/module

svn commit: r303611 - head/sys/netgraph

2016-08-01 Thread Julian Elischer
Author: julian Date: Mon Aug 1 11:34:12 2016 New Revision: 303611 URL: https://svnweb.freebsd.org/changeset/base/303611 Log: slite style changes. There is an incoming patch that rewrites a lot of this module and I want to get the style and whitespace changes in a separate commit (or maybe m

svn commit: r303395 - stable/10/sys/sys

2016-07-27 Thread Julian Elischer
Author: julian Date: Wed Jul 27 16:27:41 2016 New Revision: 303395 URL: https://svnweb.freebsd.org/changeset/base/303395 Log: MFH: r303287 Split MAKE_SYSENT into two parts so that the initializer part can be used separately if one wants to embed the sysent into a larger structure. Modifi

svn commit: r303287 - head/sys/sys

2016-07-25 Thread Julian Elischer
Author: julian Date: Mon Jul 25 08:13:50 2016 New Revision: 303287 URL: https://svnweb.freebsd.org/changeset/base/303287 Log: Split MAKE_SYSENT into two parts so that the initializer part can be used separately if one wants to embed the sysent into a larger structure. MFC after:1 week

svn commit: r302800 - stable/10/sbin/kldstat

2016-07-13 Thread Julian Elischer
Author: julian Date: Thu Jul 14 04:30:42 2016 New Revision: 302800 URL: https://svnweb.freebsd.org/changeset/base/302800 Log: MFH: r297023 Add the ability to print out the module specific information in likely formats. Among other things this gives us the ability to find out the syscall

Re: svn commit: r299393 - in head: . share/mk

2016-05-29 Thread Julian Elischer
On 27/05/2016 2:28 AM, John Baldwin wrote: On Wednesday, May 25, 2016 03:27:07 PM Hans Petter Selasky wrote: On 05/11/16 00:32, John Baldwin wrote: Author: jhb Date: Tue May 10 22:32:23 2016 New Revision: 299393 URL: https://svnweb.freebsd.org/changeset/base/299393 Log: Change the default i

Re: svn commit: r300233 - stable/10/share/mk

2016-05-29 Thread Julian Elischer
On 20/05/2016 5:41 AM, Bryan Drewery wrote: Author: bdrewery Date: Thu May 19 21:41:35 2016 New Revision: 300233 URL: https://svnweb.freebsd.org/changeset/base/300233 I always assumed there was a good reason for not allowing that. is there not a "WITH_FOO" or "WITHOUT_FOO" for every MK_FOO? L

Re: svn commit: r299746 - in head/sys: cddl/dev/dtrace cddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 cddl/dev/dtrace/powerpc conf dev/acpica dev/hwpmc dev/hyperv/vmbus dev/xen/control geom/eli kern net s

2016-05-15 Thread Julian Elischer
On 15/05/2016 2:22 AM, John Baldwin wrote: Author: jhb Date: Sat May 14 18:22:52 2016 New Revision: 299746 URL: https://svnweb.freebsd.org/changeset/base/299746 Log: Add an EARLY_AP_STARTUP option to start APs earlier during boot. Currently, Application Processors (non-boot CPUs) are s

Re: svn commit: r299108 - head/sys/sys

2016-05-05 Thread Julian Elischer
On 5/05/2016 4:08 PM, Ngie Cooper (yaneurabeya) wrote: On May 4, 2016, at 20:17, John Baldwin wrote: On Thursday, May 05, 2016 02:51:31 AM Garrett Cooper wrote: Author: ngie Date: Thu May 5 02:51:31 2016 New Revision: 299108 URL: https://svnweb.freebsd.org/changeset/base/299108 Log: Revert

Re: svn commit: r298204 - in head: lib/libdwarf lib/libelf lib/libelftc usr.bin/addr2line usr.bin/cxxfilt usr.bin/elfcopy usr.bin/nm usr.bin/readelf usr.bin/size usr.bin/strings

2016-04-18 Thread Julian Elischer
On 18/04/2016 9:13 PM, Ed Maste wrote: Author: emaste Date: Mon Apr 18 13:13:59 2016 New Revision: 298204 URL: https://svnweb.freebsd.org/changeset/base/298204 Log: Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchain and if the last component is '..' ? What our FreeBSD lacks are the

Re: svn commit: r297326 - head/sys/nfs

2016-04-02 Thread Julian Elischer
On 28/03/2016 7:16 AM, Ian Lepore wrote: The theory here is that since we can only have one default route, the one most likely to be correct for mounting the rootfs is the one that was delivered along with the rootpath option. We can have multiple default routes with weights, and we ca

Re: svn commit: r297201 - in head: share/man/man4 sys/dev/filemon

2016-03-22 Thread Julian Elischer
On 23/03/2016 12:59 PM, Bryan Drewery wrote: (close man page stuff deleted) As Benjamin referenced, most people never fathom that it can even fail. Bryan from the human/mammal operator manuals.. die(animal) [...] Errors: EMEDICAL - The creature failed to die, the operation will be

svn commit: r297023 - head/sbin/kldstat

2016-03-19 Thread Julian Elischer
Author: julian Date: Fri Mar 18 14:49:11 2016 New Revision: 297023 URL: https://svnweb.freebsd.org/changeset/base/297023 Log: Add the ability to print out ht emodule specific information in likely formats. Among other things this gives us the ability to find outthe syscall number of a dynam

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

2016-03-19 Thread Julian Elischer
Author: julian Date: Fri Mar 18 08:47:17 2016 New Revision: 297013 URL: https://svnweb.freebsd.org/changeset/base/297013 Log: Use the right argumant name MFC after:1 week Sponsored by: Panzura inc Modified: head/lib/libc/sys/modfind.2 Modified: head/lib/libc/sys/modfind.2

svn commit: r297012 - head/share/man/man9

2016-03-18 Thread Julian Elischer
Author: julian Date: Fri Mar 18 07:59:38 2016 New Revision: 297012 URL: https://svnweb.freebsd.org/changeset/base/297012 Log: Add a few details that make it easier to use this macro. MFC after:1 week Sponsored by: Panzura inc Modified: head/share/man/man9/SYSCALL_MODULE.9 Modified

svn commit: r297015 - head/share/man/man9

2016-03-18 Thread Julian Elischer
Author: julian Date: Fri Mar 18 09:17:54 2016 New Revision: 297015 URL: https://svnweb.freebsd.org/changeset/base/297015 Log: Change a little to match what appears to be the right way of specifying an argument (from looking at other man pages) MFC after:1 week Sponsored by: Panzur

Re: svn commit: r296880 - in head: share/man/man9 sys/kern sys/sys

2016-03-15 Thread Julian Elischer
On 16/03/2016 3:12 AM, Gleb Smirnoff wrote: Ravi, On Mon, Mar 14, 2016 at 05:33:06PM -0700, Ravi Pokala wrote: R> To make sure I'm reading this correctly: R> R> (1) The sysctl operates on an opaque array of (uint64_t)s. The elements of the array are not individually accessible. On array of

Re: svn commit: r296428 - head/sys/boot/common

2016-03-06 Thread Julian Elischer
On 6/03/2016 7:57 AM, Dimitry Andric wrote: Author: dim Date: Sun Mar 6 15:57:43 2016 New Revision: 296428 URL: https://svnweb.freebsd.org/changeset/base/296428 Log: Since kernel modules can now contain sections of type SHT_AMD64_UNWIND, the boot loader should not skip over these anymore

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-24 Thread Julian Elischer
On 24/01/2016 10:13 PM, Shawn Webb wrote: On Tue, Jan 19, 2016 at 05:00:25PM +, Alan Somers wrote: Author: asomers Date: Tue Jan 19 17:00:25 2016 New Revision: 294329 URL: https://svnweb.freebsd.org/changeset/base/294329 Log: Disallow zvol-backed ZFS pools Using zvols as backing d

Re: svn commit: r292777 - in head: lib/libc/sys sys/kern

2015-12-27 Thread Julian Elischer
On 28/12/2015 7:23 AM, Bruce Evans wrote: On Sun, 27 Dec 2015, Ian Lepore wrote: On Sun, 2015-12-27 at 12:05 -0800, NGie Cooper wrote: On Dec 27, 2015, at 11:30, Slawa Olhovchenkov wrote: � I have no idea what you mean by that -- I didn't say anything at all about panic. As I understund

svn commit: r292770 - stable/10/sys/netgraph

2015-12-27 Thread Julian Elischer
Author: julian Date: Sun Dec 27 13:37:14 2015 New Revision: 292770 URL: https://svnweb.freebsd.org/changeset/base/292770 Log: MFH: r278640 Revise default limit for maximum of netgraph data items. With modern internet speeds the limit can be reached even on a single L2TP link. Modified:

Re: svn commit: r290003 - head/sys/ofed/include/linux

2015-10-27 Thread Julian Elischer
On 10/26/15 9:28 PM, Hans Petter Selasky wrote: Author: hselasky Date: Mon Oct 26 13:28:34 2015 New Revision: 290003 URL: https://svnweb.freebsd.org/changeset/base/290003 Log: Add support for binding IRQs to CPUs in the LinuxKPI. The new function added is for BSD only and does not exist in

Re: svn commit: r289728 - head

2015-10-22 Thread Julian Elischer
On 10/22/15 9:45 AM, Alexander Kabaev wrote: On Thu, 22 Oct 2015 01:32:11 + (UTC) Ed Maste wrote: Author: emaste Date: Thu Oct 22 01:32:11 2015 New Revision: 289728 URL: https://svnweb.freebsd.org/changeset/base/289728 Log: Warn that NOCLEAN is deprecated - use NO_CLEAN instead

Re: svn commit: r287636 - head/share/mk

2015-09-10 Thread Julian Elischer
On 9/11/15 8:19 AM, Simon J. Gerraty wrote: Author: sjg Date: Fri Sep 11 00:19:49 2015 New Revision: 287636 URL: https://svnweb.freebsd.org/changeset/base/287636 Log: Handle default MAKEOBJDIR for META_MODE. If MAKEOBJDIRPREFIX is set, use it for default OBJROOT. If MAKEOBJDIR is empty

svn commit: r287091 - stable/10/etc

2015-08-23 Thread Julian Elischer
Author: julian Date: Mon Aug 24 03:51:18 2015 New Revision: 287091 URL: https://svnweb.freebsd.org/changeset/base/287091 Log: MFH: r284691 MFH: r284920 Remove 16 rules and replace by 2 by using a table. I've been doing this ever since there were tables. I could make more efficie

svn commit: r287090 - stable/10/sys/modules/dtrace/dtraceall

2015-08-23 Thread Julian Elischer
Author: julian Date: Mon Aug 24 03:41:14 2015 New Revision: 287090 URL: https://svnweb.freebsd.org/changeset/base/287090 Log: MFH: r273762 MFH: r276304 Allow loading of dtraceall without nfscl if what you really want is nfsclient Obtained from:Panzura tree and Rick Maclem Mo

  1   2   3   4   >