Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-05 Thread Alexey Dokuchaev
On Tue, Jan 05, 2021 at 04:13:16PM +0100, Hans Petter Selasky wrote: > On 1/1/21 7:44 PM, Alexey Dokuchaev wrote: > >__mtx_lock_sleep() > >tmpfs_free_node() > >tmpfs_fo_close() > >_fdrop() > >closef() > >fdescfree_fds() > >

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-02 Thread Alexey Dokuchaev
On Sat, Jan 02, 2021 at 06:47:14PM +0200, Konstantin Belousov wrote: > On Sat, Jan 02, 2021 at 04:35:22PM +0000, Alexey Dokuchaev wrote: > > On Sat, Jan 02, 2021 at 04:52:33PM +0200, Konstantin Belousov wrote: > > > ... > > > Ok. So two questions: > > > 1. Do

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-02 Thread Alexey Dokuchaev
On Sat, Jan 02, 2021 at 04:52:33PM +0200, Konstantin Belousov wrote: > ... > Ok. So two questions: > 1. Do you have core dump? I have vmcore.0 and matching kernel.debug, I'll gladly obtain and provide anything else you might wanna need. > 2. Can you look more closely what you do from the user

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-01 Thread Alexey Dokuchaev
On Sat, Jan 02, 2021 at 12:02:23AM +0200, Konstantin Belousov wrote: > On Fri, Jan 01, 2021 at 06:44:00PM +0000, Alexey Dokuchaev wrote: > > On Tue, Sep 15, 2020 at 10:19:16PM +, Konstantin Belousov wrote: > > > New Revision: 365787 > > > URL: https://svnweb.freebs

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-01 Thread Alexey Dokuchaev
On Tue, Sep 15, 2020 at 10:19:16PM +, Konstantin Belousov wrote: > New Revision: 365787 > URL: https://svnweb.freebsd.org/changeset/base/365787 > > Log: > Add tmpfs page cache read support. > > Or it could be explained as lockless (for vnode lock) reads. Reads > are performed from

Re: svn commit: r367343 - in head/sys/contrib/openzfs/include/os: freebsd/zfs/sys linux/zfs/sys

2020-11-04 Thread Alexey Dokuchaev
On Wed, Nov 04, 2020 at 09:18:52PM +, Mateusz Guzik wrote: > New Revision: 367343 > URL: https://svnweb.freebsd.org/changeset/base/367343 > > Log: > zfs: add branch prediction to ZFS_ENTER and ZFS_VERIFY_ZP macros > > They are expected to fail only in corner cases. > > Modified: >

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

2020-10-24 Thread Alexey Dokuchaev
On Sat, Oct 24, 2020 at 01:07:50PM +, Hans Petter Selasky wrote: > New Revision: 366995 > URL: https://svnweb.freebsd.org/changeset/base/366995 > > Log: > More style fixes (partial revert of r366994). Thank you Hans Petter, I appreciate it. ./danfe

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

2020-10-24 Thread Alexey Dokuchaev
On Sat, Oct 24, 2020 at 10:23:22AM +, Hans Petter Selasky wrote: > New Revision: 366993 > URL: https://svnweb.freebsd.org/changeset/base/366993 > > Log: > Run code through "clang-format -style=file" with some additional fixes. > No functional change. > > ... > @@ -99,8 +97,8 @@

Re: svn commit: r366662 - head/sbin/devmatch

2020-10-13 Thread Alexey Dokuchaev
On Tue, Oct 13, 2020 at 12:16:23AM -0600, Warner Losh wrote: > On Mon, Oct 12, 2020, 11:50 PM Alexey Dokuchaev wrote: > > On Tue, Oct 13, 2020 at 05:32:00AM +, Warner Losh wrote: > > > New Revision: 32 > > > URL: https://svnweb.freebsd.org/changeset/

Re: svn commit: r366662 - head/sbin/devmatch

2020-10-12 Thread Alexey Dokuchaev
On Tue, Oct 13, 2020 at 05:32:00AM +, Warner Losh wrote: > New Revision: 32 > URL: https://svnweb.freebsd.org/changeset/base/32 > > Log: > devmatch: First appeared in 12.0 > > Document that devmatch first appeared in FreeBSD 12.0. > Also can't -> can not. But it doesn't help

Re: svn commit: r366626 - head/sbin/reboot

2020-10-11 Thread Alexey Dokuchaev
On Sun, Oct 11, 2020 at 09:17:42PM -0600, Warner Losh wrote: > On Sun, Oct 11, 2020, 8:13 PM Alexey Dokuchaev wrote: > > ... > > I still don't understand how could rm be better than graceful disabling > > alternative configuration with nextboot_enable="NO". I most c

Re: svn commit: r366626 - head/sbin/reboot

2020-10-11 Thread Alexey Dokuchaev
On Sun, Oct 11, 2020 at 09:12:43AM -0600, Warner Losh wrote: > ... > There were cases that were discussed when the feature went in that > required it to be removed in some failure modes for full functionality. > I don't recall if they were in the rc thread or somewhere else. You mean, literally

Re: svn commit: r366626 - head/sbin/reboot

2020-10-11 Thread Alexey Dokuchaev
On Sun, Oct 11, 2020 at 04:08:09PM +0300, Toomas Soome wrote: > > On 11. Oct 2020, at 16:01, Alexey Dokuchaev wrote: > >> ... > >> Also nextboot.conf not generic configuration file (such as loader.conf > >> or loader.conf.local), but the implementation specific f

Re: svn commit: r366626 - head/sbin/reboot

2020-10-11 Thread Alexey Dokuchaev
On Sun, Oct 11, 2020 at 03:20:16PM +0300, Toomas Soome wrote: > Please note, the remove is done by rc script during the boot. But not by the loader(8) as the page used to claim. It confused me how to avoid the remove, and only later I've discovered with some relief that it is in fact not being

svn commit: r366626 - head/sbin/reboot

2020-10-11 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Sun Oct 11 10:40:11 2020 New Revision: 366626 URL: https://svnweb.freebsd.org/changeset/base/366626 Log: The nextboot(8) manual page currently says that the loader(8) would delete the /boot/nextboot.conf file or its contents which is 1) not the most user-

Re: svn commit: r366466 - head/usr.sbin/crunch/crunchgen

2020-10-05 Thread Alexey Dokuchaev
On Mon, Oct 05, 2020 at 08:57:44PM +, Kyle Evans wrote: > New Revision: 366466 > URL: https://svnweb.freebsd.org/changeset/base/366466 > > Log: > crunchgen: fix MK_AUTO_OBJ logic after r364166 > > r364166 converted echo -n `/bin/pwd` to a raw pwd invocation, leaving a > trailing

Re: svn commit: r365378 - head/usr.sbin/traceroute6

2020-09-06 Thread Alexey Dokuchaev
On Sun, Sep 06, 2020 at 08:32:46PM +0200, Oliver Pinter wrote: > On Sunday, September 6, 2020, Mariusz Zaborski wrote: > > New Revision: 365378 > > URL: https://svnweb.freebsd.org/changeset/base/365378 > > > > Log: > > traceroute6: capsicumize it > > > > ... > > @@ -13,6 +13,10 @@ > > # A

Re: svn commit: r365071 - in head/sys: net net/altq net/route net80211 netgraph netgraph/atm netgraph/atm/ccatm netgraph/atm/sscfu netgraph/atm/sscop netgraph/atm/uni netgraph/bluetooth/common netgrap

2020-09-02 Thread Alexey Dokuchaev
On Wed, Sep 02, 2020 at 11:39:51PM +0200, Michael Tuexen wrote: > > On 2. Sep 2020, at 20:28, Pedro Giffuni wrote: > > On 02/09/2020 13:06, Alexey Dokuchaev wrote: > >> On Wed, Sep 02, 2020 at 10:18:15AM -0500, Pedro Giffuni wrote: > >>> On 01/09/2

Re: svn commit: r365071 - in head/sys: net net/altq net/route net80211 netgraph netgraph/atm netgraph/atm/ccatm netgraph/atm/sscfu netgraph/atm/sscop netgraph/atm/uni netgraph/bluetooth/common netgrap

2020-09-02 Thread Alexey Dokuchaev
On Wed, Sep 02, 2020 at 10:18:15AM -0500, Pedro Giffuni wrote: > On 01/09/2020 21:05, Alexey Dokuchaev wrote: > > ... > > This is common sense. I can't count how often I wanted to hack on > > something in the base/kernel and was turned away by this atrocious > >

Re: svn commit: r365071 - in head/sys: net net/altq net/route net80211 netgraph netgraph/atm netgraph/atm/ccatm netgraph/atm/sscfu netgraph/atm/sscop netgraph/atm/uni netgraph/bluetooth/common netgrap

2020-09-01 Thread Alexey Dokuchaev
On Wed, Sep 02, 2020 at 12:41:43AM +0200, Michael Tuexen wrote: > > On 1. Sep 2020, at 23:19, Mateusz Guzik wrote: > > Author: mjg > > Date: Tue Sep 1 21:19:14 2020 > > New Revision: 365071 > > URL: https://svnweb.freebsd.org/changeset/base/365071 > > > > Log: > > net: clean up empty lines in

Re: svn commit: r364746 - in head: . cddl/compat/opensolaris/include cddl/contrib/opensolaris/cmd/lockstat cddl/contrib/opensolaris/cmd/zdb cddl/contrib/opensolaris/cmd/zfs cddl/contrib/opensolaris/cm

2020-08-25 Thread Alexey Dokuchaev
On Tue, Aug 25, 2020 at 02:21:27AM +, Matt Macy wrote: > New Revision: 364746 > URL: https://svnweb.freebsd.org/changeset/base/364746 > > Log: > Merge OpenZFS support in to HEAD. > > The primary benefit is maintaining a completely shared > code base with the community allowing

svn commit: r364062 - head/usr.bin/uname

2020-08-10 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Mon Aug 10 09:03:29 2020 New Revision: 364062 URL: https://svnweb.freebsd.org/changeset/base/364062 Log: Document the order in which the kernel and the user environment versions are printed when both -K and -U options are passed on the command line.

Re: svn commit: r363091 - in head/contrib/bc: . include manuals src tests tests/bc

2020-07-30 Thread Alexey Dokuchaev
On Thu, Jul 30, 2020 at 06:51:58PM +0200, Stefan E??er wrote: > ... > My guess is that he'll add a compile time switch to his version > that will be added to our usr.bin Makefile and will suppress the > start-up message in our base system version. (I'll keep the port > version as is unless there

Re: svn commit: r362998 - in head: stand/defaults sys/amd64/amd64 sys/powerpc/aim sys/vm

2020-07-07 Thread Alexey Dokuchaev
On Tue, Jul 07, 2020 at 08:33:12PM +, Scott Long wrote: > New Revision: 362998 > URL: https://svnweb.freebsd.org/changeset/base/362998 > > Log: > Migrate the feature of excluding RAM pages to use "excludelist" > as its nomenclature. Did I miss any prior discussion of this change? Commit

Re: svn commit: r362809 - head/contrib/mandoc

2020-07-01 Thread Alexey Dokuchaev
On Wed, Jul 01, 2020 at 05:01:00PM -0700, Rodney W. Grimes wrote: > Thats good, but realize the page already contains history that > reads like: > > HISTORY > Part of the functionality of whatis was already provided by the former > manwhere utility in 1BSD. The apropos and whatis

Re: svn commit: r362809 - head/contrib/mandoc

2020-07-01 Thread Alexey Dokuchaev
On Wed, Jul 01, 2020 at 11:28:47PM +0200, Gordon Bergling wrote: > On Wed, Jul 01, 2020 at 11:58:05AM -0600, Warner Losh wrote: > > On Wed, Jul 1, 2020 at 8:51 AM Rodney W. Grimes wrote: > > > ... > > > We often have "An ls command appeared in Version 1 AT UNIX." Our source > > > code and man

Re: svn commit: r362667 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2020-06-26 Thread Alexey Dokuchaev
On Sat, Jun 27, 2020 at 12:57:48AM +, Matt Macy wrote: > New Revision: 362667 > URL: https://svnweb.freebsd.org/changeset/base/362667 > > Log: > Fix "current" variable name conflict with openzfs > > The variable "current" is an alias for curthread > in openzfs. Rename all variable

Re: svn commit: r362488 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-22 Thread Alexey Dokuchaev
On Mon, Jun 22, 2020 at 07:46:25AM +, Baptiste Daroussin wrote: > New Revision: 362488 > URL: https://svnweb.freebsd.org/changeset/base/362488 > > Log: > Revert r362466 > > Such change should not have happen without prior discussion and review. Thank you Baptiste. ./danfe

Re: svn commit: r362466 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-21 Thread Alexey Dokuchaev
On Sun, Jun 21, 2020 at 06:01:40PM +0200, Hans Petter Selasky wrote: > On 2020-06-21 17:53, Alexandr Kovalenko wrote: > > I wonder should we also rename Master's Degree? Would you throw > > away yours? > > https://en.wiktionary.org/wiki/master > > I don't see a problem if you have a main computer

Re: svn commit: r362466 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-21 Thread Alexey Dokuchaev
On Sun, Jun 21, 2020 at 04:09:15PM +0200, Hans Petter Selasky wrote: > On 2020-06-21 16:02, Alexey Dokuchaev wrote: > > Last edited by Hselasky (talk | contribs) 0 seconds ago. > > > > Ah, so you first make changes to FreeBSD and then attempt to edit the > > Wikiped

Re: svn commit: r362466 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-21 Thread Alexey Dokuchaev
On Sun, Jun 21, 2020 at 01:59:12PM +, Alexey Dokuchaev wrote: > On Sun, Jun 21, 2020 at 03:48:33PM +0200, Emmanuel Vadot wrote: > > On Sun, 21 Jun 2020 15:46:56 +0200 > > Hans Petter Selasky wrote: > > > On 2020-06-21 15:45, Alexey Dokuchaev wrote: >

Re: svn commit: r362466 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-21 Thread Alexey Dokuchaev
On Sun, Jun 21, 2020 at 03:48:33PM +0200, Emmanuel Vadot wrote: > On Sun, 21 Jun 2020 15:46:56 +0200 > Hans Petter Selasky wrote: > > On 2020-06-21 15:45, Alexey Dokuchaev wrote: > > >> ... > > >> -#https://en.wikipedia.org/wiki/Master_boot_record#PTE &g

Re: svn commit: r362466 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-21 Thread Alexey Dokuchaev
On Sun, Jun 21, 2020 at 03:46:56PM +0200, Hans Petter Selasky wrote: > On 2020-06-21 15:45, Alexey Dokuchaev wrote: > >> ... > >> -#https://en.wikipedia.org/wiki/Master_boot_record#PTE > >> +#https://en.wikipedia.org/wiki/Main_boot_record#PTE > > Wikipedia doe

Re: svn commit: r362466 - in head: contrib/file/magic/Magdir contrib/tcpdump lib/geom/part stand/efi/include stand/i386/boot0 sys/dev/hptmv sys/geom/part usr.bin/fortune/datfiles usr.bin/mkimg usr.sbi

2020-06-21 Thread Alexey Dokuchaev
On Sun, Jun 21, 2020 at 01:34:09PM +, Hans Petter Selasky wrote: > New Revision: 362466 > URL: https://svnweb.freebsd.org/changeset/base/362466 > > Log: > Improve wording to be more precise and clear. > No functional change intended. Please revert. > ... > -#

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Alexey Dokuchaev
On Sat, Jun 20, 2020 at 03:03:15PM -0600, Warner Losh wrote: > On Sat, Jun 20, 2020 at 2:19 PM Alexey Dokuchaev wrote: > > ... > > Please, just open a DR for that so all interested parties can participate > > and fine-tune particular grammar and language choices. Als

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Alexey Dokuchaev
On Sat, Jun 20, 2020 at 08:19:35PM +, Alexey Dokuchaev wrote: > ... > Please, just open a DR for that so all interested parties can participate > and fine-tune particular grammar and language choices. Also, r362447 > should be reverted on the same grounds as r362422. Perhaps

Re: svn commit: r362444 - head/sbin/dump

2020-06-20 Thread Alexey Dokuchaev
On Sat, Jun 20, 2020 at 08:12:40PM +, Colin Percival wrote: > Thanks for backing this out, Warner. I also appreciate it. > I'd like to change "slave" to "worker" here (which I think is a reasonably > neutral and entirely inoffensive term), and in the process perhaps make some > associated

Re: svn commit: r362420 - head/share/misc

2020-06-19 Thread Alexey Dokuchaev
On Sat, Jun 20, 2020 at 04:07:44AM +, Warner Losh wrote: > New Revision: 362420 > URL: https://svnweb.freebsd.org/changeset/base/362420 > > Log: > Correct 1BSD release date. > > The Quarter Century of Unix book said that 1BSD was released March 1979. > However, the 1BSD tape image

Re: svn commit: r362399 - head/sys/dev/dwc

2020-06-19 Thread Alexey Dokuchaev
On Fri, Jun 19, 2020 at 06:04:41PM +, Michal Meloun wrote: > New Revision: 362399 > URL: https://svnweb.freebsd.org/changeset/base/362399 > > Log: > Use naming nomenclature used in DesignWare TRM. > Use naming nomenclature used in DesignWare TRM. Please trim repeated lines from the

Re: svn commit: r361791 - head/etc/mtree

2020-06-05 Thread Alexey Dokuchaev
On Thu, Jun 04, 2020 at 09:19:35AM -0700, Cy Schubert wrote: > In message <202006041604.054g4kab098...@repo.freebsd.org>, Conrad Meyer > writes: > > New Revision: 361791 > > URL: https://svnweb.freebsd.org/changeset/base/361791 > > > > Log: > > Restrict default /root permissions > > > > ... >

Re: svn commit: r360025 - head/sys/dev/acpica

2020-04-17 Thread Alexey Dokuchaev
On Fri, Apr 17, 2020 at 08:54:52AM -0700, Colin Percival wrote: > On 2020-04-16 23:26, Alexey Dokuchaev wrote: > > On Thu, Apr 16, 2020 at 03:12:15PM -0700, Colin Percival wrote: > >> ... > >> I considered that, but so far I don't have any evidence that other > >&

Re: svn commit: r360025 - head/sys/dev/acpica

2020-04-17 Thread Alexey Dokuchaev
On Thu, Apr 16, 2020 at 03:12:15PM -0700, Colin Percival wrote: > On 2020-04-16 15:05, Oliver Pinter wrote: > > On Thursday, April 16, 2020, Colin Percival > > wrote: > > Log: > > Alert devd when acpi_video brightness changes > > > > Please add this to

Re: svn commit: r359374 - in head: . share/man/man4 share/man/man7 share/man/man9 sys/crypto/aesni sys/crypto/armv8 sys/crypto/blake2 sys/crypto/ccp sys/crypto/via sys/dev/cesa sys/dev/cxgbe sys/dev/c

2020-04-12 Thread Alexey Dokuchaev
On Sun, Apr 12, 2020 at 01:08:49PM -0700, Xin Li via svn-src-all wrote: > On 3/27/20 11:25 AM, John Baldwin wrote: > > - Drivers no longer register a list of supported algorithms. [...] > > For user-visible interface, it seems like we are essentially treating > "accelerated software" like

Re: svn commit: r359459 - head/share/man/man5

2020-03-31 Thread Alexey Dokuchaev
On Mon, Mar 30, 2020 at 07:39:39PM -0400, Ed Maste wrote: > On Mon, 30 Mar 2020 at 19:03, John Baldwin wrote: > > > > and I haven't seen the commit to > > actually remove GDB_LIBEXEC yet? > > I haven't seen the commit mail for r359457 yet either, but the change > is committed. As of recently,

Re: svn commit: r358989 - in head/stand/efi: libefi loader loader/arch/arm loader/arch/arm64

2020-03-28 Thread Alexey Dokuchaev
On Sat, Mar 14, 2020 at 06:36:03AM +, Toomas Soome wrote: > New Revision: 358989 > URL: https://svnweb.freebsd.org/changeset/base/358989 > > Log: > loader: add comconsole implementation on top of SIO protocol > > [...] > --- /dev/null 00:00:00 1970 (empty, because file is newly added) >

Re: svn commit: r359260 - in head: contrib/kyua etc/mtree lib lib/kyua lib/kyua/cli lib/kyua/drivers lib/kyua/engine lib/kyua/model lib/kyua/store lib/kyua/utils share/mk tools/build/mk usr.bin usr.bi

2020-03-23 Thread Alexey Dokuchaev
On Mon, Mar 23, 2020 at 07:01:24PM +, Brooks Davis wrote: > New Revision: 359260 > URL: https://svnweb.freebsd.org/changeset/base/359260 > > Log: > Import the kyua test framework. > > Having kyua in the base system will simplify automated testing in CI > and eliminates bootstrapping

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

2020-01-30 Thread Alexey Dokuchaev
On Thu, Jan 30, 2020 at 08:05:05PM +, Mateusz Guzik wrote: > New Revision: 357312 > URL: https://svnweb.freebsd.org/changeset/base/357312 > > Log: > Remove duplicated empty lines from kern/*.c Thank you. Every once in a while when I want/need to hack on src code base, these superfluous

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

2020-01-23 Thread Alexey Dokuchaev
On Wed, Jan 22, 2020 at 07:33:00PM -1000, Jeff Roberson wrote: > You may be asking yourself, why did jeff just squish a bunch of code > around with little functional change. I could not justify adding more > complexity to a 900 line function with a handful of gotos. It is ~300 > lines now. I

Re: svn commit: r355978 - head/usr.bin/top

2020-01-15 Thread Alexey Dokuchaev
On Wed, Jan 15, 2020 at 07:09:58PM +0100, T??l Coosemans wrote: > On Sat, 21 Dec 2019 05:03:21 + (UTC) Philip Paeps wrote: > > New Revision: 355978 > > URL: https://svnweb.freebsd.org/changeset/base/355978 > > > > Log: > > top: display battery capacity remaining > > > > Submitted by:

Re: svn commit: r356185 - in head: lib/geom lib/geom/sched sys/geom sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/sys

2019-12-31 Thread Alexey Dokuchaev
On Mon, Dec 30, 2019 at 02:55:16PM -0500, Alexander Motin wrote: > On 30.12.2019 12:02, Alexey Dokuchaev wrote: > > ... > > Well, hard drives essentially didn't change since then, still being > > the same rotation media. :) > > At least some papers about gsched I read

Re: svn commit: r356185 - in head: lib/geom lib/geom/sched sys/geom sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/sys

2019-12-30 Thread Alexey Dokuchaev
On Mon, Dec 30, 2019 at 08:55:14AM -0700, Warner Losh wrote: > On Mon, Dec 30, 2019, 5:32 AM Alexey Dokuchaev wrote: > > On Sun, Dec 29, 2019 at 09:16:04PM +, Alexander Motin wrote: > > > New Revision: 356185 > > > URL: https://svnweb.freebsd.org/changeset/

Re: svn commit: r356185 - in head: lib/geom lib/geom/sched sys/geom sys/geom/sched sys/modules/geom sys/modules/geom/geom_sched sys/sys

2019-12-30 Thread Alexey Dokuchaev
On Sun, Dec 29, 2019 at 09:16:04PM +, Alexander Motin wrote: > New Revision: 356185 > URL: https://svnweb.freebsd.org/changeset/base/356185 > > Log: > Remove GEOM_SCHED class and gsched tool. > > This code was not actively maintained since it was introduced 10 years ago. > It lacks

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

2019-12-11 Thread Alexey Dokuchaev
On Tue, Dec 10, 2019 at 11:09:41PM +0100, Hans Petter Selasky wrote: > On 2019-12-10 22:58, John Baldwin wrote: > > While here, add to the manpage. > > FYI: > > Linux guys eliminated the "void *c_arg" in their timer implementation by > using container_of() to get callback argument. We could

Re: svn commit: r354922 - in head: etc libexec/rc libexec/rc/rc.d share/man/man5 sys/sys

2019-11-20 Thread Alexey Dokuchaev
On Wed, Nov 20, 2019 at 11:45:31PM +, Warner Losh wrote: > New Revision: 354922 > URL: https://svnweb.freebsd.org/changeset/base/354922 > > Log: > Create /etc/os-release file. > > Each boot, regenerate /var/run/os-release based on the currently > running system. Create a

Re: svn commit: r354824 - head/lib/geom/part

2019-11-18 Thread Alexey Dokuchaev
On Mon, Nov 18, 2019 at 01:09:19PM -0700, Alan Somers wrote: > On Mon, Nov 18, 2019 at 12:48 PM Mark Johnston wrote: > > On Mon, Nov 18, 2019 at 12:43:48PM -0700, Alan Somers wrote: > > > On Mon, Nov 18, 2019 at 12:06 PM Mark Johnston > > wrote: > > > > > > > Author: markj > > > > Date: Mon Nov

Re: svn commit: r353937 - in head/share: man/man5 mk

2019-10-29 Thread Alexey Dokuchaev
On Tue, Oct 29, 2019 at 08:04:07AM +0100, Dimitry Andric wrote: > On 27 Oct 2019, at 17:59, Alexey Dokuchaev wrote: > > > > On Sat, Oct 26, 2019 at 04:34:14PM +0200, Dimitry Andric wrote: > ... > >> I only tested -j24 on a 32-core system, but I could probably

Re: svn commit: r353937 - in head/share: man/man5 mk

2019-10-27 Thread Alexey Dokuchaev
On Sat, Oct 26, 2019 at 04:34:14PM +0200, Dimitry Andric wrote: > > On 24 Oct 2019, at 14:49, Alexey Dokuchaev wrote: > > What are the benefits of the new order? > > The advantages and disadvantages of dynamic linking are a contentious > and almost religious issue, so

Re: svn commit: r353936 - head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch

2019-10-24 Thread Alexey Dokuchaev
On Thu, Oct 24, 2019 at 09:14:07AM -0600, Warner Losh wrote: > On Thu, Oct 24, 2019 at 2:26 AM Alexey Dokuchaev wrote: > > On Wed, Oct 23, 2019 at 04:57:12PM +, Dimitry Andric wrote: > > > New Revision: 353936 > > > URL: https://svnweb.freebsd.org/changeset/

Re: svn commit: r353937 - in head/share: man/man5 mk

2019-10-24 Thread Alexey Dokuchaev
On Wed, Oct 23, 2019 at 11:31:41AM -0700, Enji Cooper wrote: > > On Oct 23, 2019, at 10:02, Dimitry Andric wrote: > > New Revision: 353937 > > URL: https://svnweb.freebsd.org/changeset/base/353937 > > > > Log: > > Build toolchain components as dynamically linked executables by default What are

Re: svn commit: r353936 - head/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch

2019-10-24 Thread Alexey Dokuchaev
On Wed, Oct 23, 2019 at 04:57:12PM +, Dimitry Andric wrote: > New Revision: 353936 > URL: https://svnweb.freebsd.org/changeset/base/353936 > > Log: > Bump clang's default target CPU for the i386 architecture (aka "x86") to > i686, as per the discussion on the freebsd-arch mailing list.

Re: svn commit: r351379 - head/usr.bin/w

2019-10-17 Thread Alexey Dokuchaev
On Thu, Aug 22, 2019 at 03:28:31AM +, Mike Karels wrote: > New Revision: 351379 > URL: https://svnweb.freebsd.org/changeset/base/351379 > > Log: > Change w(1) to compute FROM (host) field size dynamically > > It's nice to be able to display a full IPv6 host address if > needed, but

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

2019-10-16 Thread Alexey Dokuchaev
On Tue, Oct 15, 2019 at 10:00:51AM -0600, Ian Lepore wrote: > On Tue, 2019-10-15 at 18:56 +0300, Andriy Gapon wrote: > > On 15/10/2019 18:53, O. Hartmann wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA256 > > > > > > Am Tue, 15 Oct 2019 15:09:36 + (UTC) > > > Andriy Gapon

Re: svn commit: r346588 - head/lib/libc/powerpc64/string

2019-09-03 Thread Alexey Dokuchaev
On Tue, Apr 23, 2019 at 02:53:53AM +, Justin Hibbits wrote: > New Revision: 346588 > URL: https://svnweb.freebsd.org/changeset/base/346588 > > Log: > powerpc64: Rewrite strcmp in asm to take advantage of word size > ... > Some performance gain rates between the current and the optimized >

Re: svn commit: r346318 - head/lib/libcasper/services/cap_fileargs

2019-09-03 Thread Alexey Dokuchaev
On Wed, Apr 17, 2019 at 04:31:30PM +, Ed Maste wrote: > New Revision: 346318 > URL: https://svnweb.freebsd.org/changeset/base/346318 > > Log: > cap_fileargs: fix GCC build, don't shadow 'stat' > > @@ -566,7 +566,7 @@ static int > fileargs_command_lstat(const nvlist_t *limits, nvlist_t

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-09-03 Thread Alexey Dokuchaev
On Sun, Mar 10, 2019 at 03:11:40PM +, Alexey Dokuchaev wrote: > On Thu, Feb 28, 2019 at 07:47:51AM +0000, Alexey Dokuchaev wrote: > > On Wed, Feb 27, 2019 at 10:56:55PM +, Mateusz Guzik wrote: > > > New Revision: 344648 > > > URL: https://svnweb.freebs

Re: svn commit: r345680 - head/sys/conf

2019-09-03 Thread Alexey Dokuchaev
On Fri, Mar 29, 2019 at 05:40:05PM +1100, Bruce Evans wrote: > >> ... > >> -options BOOT_TAG=\"---<>---\" > >> +options BOOT_TAG=\"\" > > Useful variations are not always easy to invent. I usually just add 1 for > numeric values. This example is useful. It kills the boot tag. It gives >

Re: svn commit: r349890 - head/contrib/telnet/telnet

2019-07-10 Thread Alexey Dokuchaev
On Wed, Jul 10, 2019 at 05:42:04PM +, Philip Paeps wrote: > New Revision: 349890 > URL: https://svnweb.freebsd.org/changeset/base/349890 > > Log: > telnet: fix a couple of snprintf() buffer overflows > > Modified: head/contrib/telnet/telnet/commands.c > @@ -1655,10 +1655,11 @@

Re: svn commit: r349890 - head/contrib/telnet/telnet

2019-07-10 Thread Alexey Dokuchaev
On Wed, Jul 10, 2019 at 04:45:06PM -0600, Warner Losh wrote: > On Wed, Jul 10, 2019 at 4:43 PM Shawn Webb > > ... > > Because the existing code already used malloc + snprintf. And this is > > contrib/telnet/telnet, which arguably should be `rm -rf`ed. ;) > > > > The bike shed is now

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

2019-06-03 Thread Alexey Dokuchaev
On Tue, Mar 19, 2013 at 02:39:27PM +, Konstantin Belousov wrote: > New Revision: 248514 > URL: http://svnweb.freebsd.org/changeset/base/248514 > > Log: > Do not map the swap i/o pbufs if the geom provider for the swap > partition accepts unmapped requests. > > Modified:

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

2019-06-03 Thread Alexey Dokuchaev
On Mon, Mar 07, 2016 at 06:44:07PM +, Konstantin Belousov wrote: > New Revision: 296467 > URL: https://svnweb.freebsd.org/changeset/base/296467 > > Log: > Convert all panics from the link_elf_obj kernel linker for object > files format into printfs and errors to caller. Some leaks of >

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-31 Thread Alexey Dokuchaev
On Fri, May 31, 2019 at 03:20:50PM +, Brooks Davis wrote: > On Fri, May 24, 2019 at 09:11:36AM +0000, Alexey Dokuchaev wrote: > > On Sun, Mar 10, 2019 at 03:11:40PM +0000, Alexey Dokuchaev wrote: > > > On Thu, Feb 28, 2019 at 07:47:51AM +, Alexey Dokuchaev wrote: >

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

2019-05-28 Thread Alexey Dokuchaev
On Mon, May 27, 2019 at 02:34:09PM -0700, Rodney W. Grimes wrote: > I do not at all mean to discourage what you are doing, it is good to go > over static analysis reports, the problem is that there are often many > false positives, There are tons of them indeed, but that's normal for any static

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

2019-05-27 Thread Alexey Dokuchaev
On Mon, May 27, 2019 at 07:21:24AM -0700, Rodney W. Grimes wrote: > ... > We as a project look bad by not having this minimal set of code > reviews in place for things that are coming from a source that is > frought with introducing bad change. We do *not* look bad because none of those warnings

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

2019-05-27 Thread Alexey Dokuchaev
On Mon, May 27, 2019 at 07:21:24AM -0700, Rodney W. Grimes wrote: > I wish to assert again that all changes based on static > analysis tools require a formal code review by at minimum: > a) An expert in static analysis tools or a group of people > selected who we consider language experts. >

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

2019-05-27 Thread Alexey Dokuchaev
On Mon, May 27, 2019 at 02:21:55PM +0300, Konstantin Belousov wrote: > On Mon, May 27, 2019 at 09:52:56AM +0000, Alexey Dokuchaev wrote: > > On Thu, Feb 23, 2012 at 09:07:16PM +, Konstantin Belousov wrote: > > > ... > > > + /* > > > + * Decrement the

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

2019-05-27 Thread Alexey Dokuchaev
On Thu, Feb 23, 2012 at 09:07:16PM +, Konstantin Belousov wrote: > New Revision: 232071 > URL: http://svn.freebsd.org/changeset/base/232071 > > Log: > Account the writeable shared mappings backed by file in the vnode > v_writecount. Keep the amount of the virtual address space used by >

Re: svn commit: r348286 - in head/sys/dev: ctau cxgbe

2019-05-26 Thread Alexey Dokuchaev
On Sun, May 26, 2019 at 07:05:20AM -0700, Enji Cooper wrote: > > On May 26, 2019, at 05:41, Alexey Dokuchaev wrote: > > New Revision: 348286 > > URL: https://svnweb.freebsd.org/changeset/base/348286 > > > > Log: > > Fix two errors reported by

svn commit: r348286 - in head/sys/dev: ctau cxgbe

2019-05-26 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Sun May 26 12:41:03 2019 New Revision: 348286 URL: https://svnweb.freebsd.org/changeset/base/348286 Log: Fix two errors reported by PVS Studio: V646 Consider inspecting the application's logic. It's possible that 'else' keyword is missing. Reviewed

Re: svn commit: r348250 - head/sys/powerpc/conf

2019-05-24 Thread Alexey Dokuchaev
On Fri, May 24, 2019 at 03:16:51PM -0500, Justin Hibbits wrote: > On Fri, 24 May 2019 20:01:59 + (UTC) Piotr Kubaj wrote: > > New Revision: 348250 > > URL: https://svnweb.freebsd.org/changeset/base/348250 > > > > Log: > > Add snd_hda(4) to GENERIC64 used by powerpc64. > > > > amd64

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-05-24 Thread Alexey Dokuchaev
On Sun, Mar 10, 2019 at 03:11:40PM +, Alexey Dokuchaev wrote: > On Thu, Feb 28, 2019 at 07:47:51AM +0000, Alexey Dokuchaev wrote: > > On Wed, Feb 27, 2019 at 10:56:55PM +, Mateusz Guzik wrote: > > > New Revision: 344648 > > > URL: https://svnweb.freebs

Re: svn commit: r250609 - head/sys/dev/ath

2019-05-22 Thread Alexey Dokuchaev
On Wed, May 22, 2019 at 10:34:35AM -0600, Ian Lepore wrote: > On Wed, 2019-05-22 at 16:20 +0000, Alexey Dokuchaev wrote: > > On Mon, May 13, 2013 at 07:03:13PM +, Adrian Chadd wrote: > > > New Revision: 250609 > > > URL: http://svnweb.freebsd.org/changeset/b

Re: svn commit: r244943 - in head/sys/dev/ath/ath_hal: ar5416 ar9002

2019-05-22 Thread Alexey Dokuchaev
On Wed, Jan 02, 2013 at 12:38:01AM +, Adrian Chadd wrote: > New Revision: 244943 > URL: http://svnweb.freebsd.org/changeset/base/244943 > > Log: > Bring over the basic spectral scan framework code from Qualcomm Atheros. > > This includes the HAL routines to setup,

Re: svn commit: r250609 - head/sys/dev/ath

2019-05-22 Thread Alexey Dokuchaev
On Mon, May 13, 2013 at 07:03:13PM +, Adrian Chadd wrote: > New Revision: 250609 > URL: http://svnweb.freebsd.org/changeset/base/250609 > > Log: > Since the node state is 100% back under the TX lock, just kill the use > of atomics. > > Modified: > head/sys/dev/ath/if_ath.c > > @@

Re: svn commit: r310524 - in head/sys/cam: ctl scsi

2019-05-22 Thread Alexey Dokuchaev
On Wed, May 22, 2019 at 11:40:42AM -0400, Alexander Motin wrote: > On 22.05.2019 11:21, Alexey Dokuchaev wrote: > > On Sat, Dec 24, 2016 at 05:42:34PM +, Alexander Motin wrote: > >> New Revision: 310524 > >> URL: https://svnweb.freebsd.org/changeset/base/310524 >

Re: svn commit: r310524 - in head/sys/cam: ctl scsi

2019-05-22 Thread Alexey Dokuchaev
On Sat, Dec 24, 2016 at 05:42:34PM +, Alexander Motin wrote: > New Revision: 310524 > URL: https://svnweb.freebsd.org/changeset/base/310524 > > Log: > Improve length handling when writing sense data. > >- Allow maximal sense size limitation via Control Extension mode page. >-

Re: svn commit: r345815 - in head: lib/libcam sys/cam sys/cam/nvme

2019-05-22 Thread Alexey Dokuchaev
On Tue, Apr 02, 2019 at 07:37:53PM +, Alexander Motin wrote: > New Revision: 345815 > URL: https://svnweb.freebsd.org/changeset/base/345815 > > Log: > Make cam_error_print() decode NVMe commands. > > Modified: head/sys/cam/nvme/nvme_xpt.c > ... > @@ -769,11 +769,13 @@

Re: svn commit: r347961 - head

2019-05-22 Thread Alexey Dokuchaev
On Wed, May 22, 2019 at 09:42:29AM -0300, Renato Botelho wrote: > On 18/05/19 16:36, Brad Davis wrote: > > New Revision: 347961 > > URL: https://svnweb.freebsd.org/changeset/base/347961 > > > > Log: > > Add note to UPDATING for users of mergemaster after the move of > > master.passwd and

Re: svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Alexey Dokuchaev
On Sat, May 18, 2019 at 04:53:35AM -0400, Allan Jude wrote: > On 5/18/19 8:37 AM, Alexey Dokuchaev wrote: > > On Sat, May 18, 2019 at 12:27:22PM +, Allan Jude wrote: > >> New Revision: 347953 > >> URL: https://svnweb.freebs

Re: svn commit: r347953 - head/cddl/contrib/opensolaris/cmd/zfs

2019-05-18 Thread Alexey Dokuchaev
On Sat, May 18, 2019 at 12:27:22PM +, Allan Jude wrote: > New Revision: 347953 > URL: https://svnweb.freebsd.org/changeset/base/347953 > > Log: > MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first > > zfsonlinux/zfs@88cfff182432e4d1c24c877f33b47ee6cf109eee > >

Re: svn commit: r347638 - in head: . etc lib/libc/gen

2019-05-17 Thread Alexey Dokuchaev
On Thu, May 16, 2019 at 08:05:29AM -0700, Conrad Meyer wrote: > Hi Brad, > > Can you revert this? It seems to break every config-management tool > we have (mergemaster, etcupdate, beinstall ...). +1. > The commit message describes what was changed, but not *why* you > thought it was a good

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Alexey Dokuchaev
On Fri, May 10, 2019 at 09:44:58PM +0300, Andrey V. Elsukov wrote: > On 10.05.2019 21:39, Alexey Dokuchaev wrote: > >> The second cause -- reduce overhead that IPSEC produces even when it > >> is not used. > > > > So does it mean that if I don't plan

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Alexey Dokuchaev
On Fri, May 10, 2019 at 12:11:47PM +0300, Andrey V. Elsukov wrote: > On 10.05.2019 11:46, Alexey Dokuchaev wrote: > > ... > > What is the reason behind having IPSEC_SUPPORT option instead of no > > special option at all? > > IPSEC_SUPPORT builds into the ke

Re: svn commit: r347410 - in head: . sys/amd64/conf sys/arm/conf sys/arm64/conf sys/i386/conf sys/powerpc/conf sys/riscv/conf sys/sparc64/conf

2019-05-10 Thread Alexey Dokuchaev
On Thu, May 09, 2019 at 10:38:15PM +, Andrew Gallatin wrote: > Author: gallatin > Date: Thu May 9 22:38:15 2019 > New Revision: 347410 > URL: https://svnweb.freebsd.org/changeset/base/347410 > > Log: > Remove IPSEC from GENERIC due to performance issues > > @@ -30,7 +30,6 @@ options

Re: svn commit: r346932 - head/sys/ufs/ufs

2019-04-30 Thread Alexey Dokuchaev
On Mon, Apr 29, 2019 at 10:05:26PM +, Mark Johnston wrote: > New Revision: 346932 > URL: https://svnweb.freebsd.org/changeset/base/346932 > > Log: > Optimize lseek(SEEK_DATA) on UFS. > > This version fixes the problems identified in r345244. > > Reviewed by:kib > @@ -56,6

Re: svn commit: r346588 - head/lib/libc/powerpc64/string

2019-04-23 Thread Alexey Dokuchaev
On Tue, Apr 23, 2019 at 02:53:53AM +, Justin Hibbits wrote: > New Revision: 346588 > URL: https://svnweb.freebsd.org/changeset/base/346588 > > Log: > powerpc64: Rewrite strcmp in asm to take advantage of word size > ... > Some performance gain rates between the current and the optimized >

Re: svn commit: r346318 - head/lib/libcasper/services/cap_fileargs

2019-04-17 Thread Alexey Dokuchaev
On Wed, Apr 17, 2019 at 04:31:30PM +, Ed Maste wrote: > New Revision: 346318 > URL: https://svnweb.freebsd.org/changeset/base/346318 > > Log: > cap_fileargs: fix GCC build, don't shadow 'stat' > > @@ -566,7 +566,7 @@ static int > fileargs_command_lstat(const nvlist_t *limits, nvlist_t

Re: svn commit: r344648 - in head: . sys/kern sys/sys

2019-04-13 Thread Alexey Dokuchaev
On Sun, Mar 10, 2019 at 03:11:40PM +, Alexey Dokuchaev wrote: > On Thu, Feb 28, 2019 at 07:47:51AM +0000, Alexey Dokuchaev wrote: > > On Wed, Feb 27, 2019 at 10:56:55PM +, Mateusz Guzik wrote: > > > New Revision: 344648 > > > URL: https://svnweb.freebs

Re: svn commit: r345680 - head/sys/conf

2019-03-29 Thread Alexey Dokuchaev
On Fri, Mar 29, 2019 at 05:40:05PM +1100, Bruce Evans wrote: > >> ... > >> -options BOOT_TAG=\"---<>---\" > >> +options BOOT_TAG=\"\" > > Useful variations are not always easy to invent. I usually just add 1 for > numeric values. This example is useful. It kills the boot tag. It gives >

Re: svn commit: r345057 - head/share/man/man7

2019-03-12 Thread Alexey Dokuchaev
On Tue, Mar 12, 2019 at 11:17:58AM +0100, Harry Schmalzbauer wrote: > Am 12.03.2019 um 10:27 schrieb Mateusz Piotrowski: > > New Revision: 345057 > > URL: https://svnweb.freebsd.org/changeset/base/345057 > > > > Log: > >ports.7: Add an example of how to use flavors > > Since cem and dim seem

Re: svn commit: r344970 - head

2019-03-11 Thread Alexey Dokuchaev
On Mon, Mar 11, 2019 at 07:16:44PM +1100, Peter Jeremy wrote: > ... > I think the changed wording implies that we no longer provide compatibity > with unsupported branches. I agree that we might in future decide to > remove COMPAT_FREEBSDx for unsupported x but until then, I'd prefer > wording

  1   2   3   4   5   >