Re: svn commit: r334073 - head

2018-05-23 Thread Benjamin Kaduk
On Tue, May 22, 2018 at 11:09 PM, Eitan Adler wrote: > Author: eadler > Date: Wed May 23 04:09:01 2018 > New Revision: 334073 > URL: https://svnweb.freebsd.org/changeset/base/334073 > > Log: > README: Reduce the textdump; describe the project > > Rework the README to make it a little easier f

Re: Deorbiting i386

2018-05-26 Thread Benjamin Kaduk
So, when do we get to reprise this thread on -arch instead of svn-src-head? -Ben ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

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

2018-06-06 Thread Benjamin Kaduk
On Wed, Jun 6, 2018 at 6:35 AM, Ravi Pokala wrote: > Hi Mateusz, > > -Original Message- > From: on behalf of Mateusz Guzik > > Date: 2018-06-06, Wednesday at 01:08 > To: , , < > svn-src-head@freebsd.org> > Subject: svn commit: r334702 - head/sys/sys > > > ... > > #ifdef _KERNEL > > #

Re: svn commit: r335402 - head/sbin/veriexecctl

2018-06-20 Thread Benjamin Kaduk
On Wed, Jun 20, 2018 at 1:21 AM, Simon J. Gerraty wrote: > Conrad Meyer wrote: > > > There's absolutely no reason to use sha1 or ripemd in new designs. > > These should be removed. > > Sorry I disagree - not with ripem (we never supported that or any of the > non-NIST approved hashes), but sha1

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

2017-12-06 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu Dec 7 01:50:17 2017 New Revision: 326650 URL: https://svnweb.freebsd.org/changeset/base/326650 Log: Note that old sys/event.h required manual sys/types.h inclusion ed fixed this in r313704 but older versions are still affected. Modified: head/lib/li

svn commit: r326651 - in head/bin: cat date kenv setfacl sh

2017-12-06 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu Dec 7 01:57:27 2017 New Revision: 326651 URL: https://svnweb.freebsd.org/changeset/base/326651 Log: Fix mandoc -Tlint warnings in bin/ Many style-level issues are still reported. Submitted by: Yuri Pankov Reviewed by: jilles (previous revision

Re: svn commit: r328159 - head/sys/modules

2018-01-18 Thread Benjamin Kaduk
On Thu, Jan 18, 2018 at 10:34 PM, Conrad Meyer wrote: > Author: cem > Date: Fri Jan 19 04:34:06 2018 > New Revision: 328159 > URL: https://svnweb.freebsd.org/changeset/base/328159 > > Log: > Unbreak i386 build > > The logical result of a right shift >= the width of a type is zero, but > our >

Re: svn commit: r328159 - head/sys/modules

2018-01-18 Thread Benjamin Kaduk
On Thu, Jan 18, 2018 at 10:49 PM, Conrad Meyer wrote: > No. It is the only logical result of a logical right shift larger > than the left operand. The C standard may claim that is undefined, > but that does not change the only logical result (zero). > > My point is that the compiler does not ar

Re: svn commit: r331510 - in head: share/man/man4 sys/conf sys/dev/vmware/vmci sys/modules/vmware sys/modules/vmware/vmci

2018-03-25 Thread Benjamin Kaduk
I am surprised that no one has yet quoted the commit message from r325966 when the first SPDX tags appear to have been added to base: We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.

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

2018-03-27 Thread Benjamin Kaduk
On Tue, Mar 27, 2018 at 9:57 AM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > Author: trasz > > Date: Tue Mar 27 14:51:19 2018 > > New Revision: 331618 > > URL: https://svnweb.freebsd.org/changeset/base/331618 > > > > Log: > > Use https:// instead of http://. > > > > MFC after

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

2018-04-02 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Apr 2 22:59:33 2018 New Revision: 331892 URL: https://svnweb.freebsd.org/changeset/base/331892 Log: Fix formatting in snd_hda.4 Submitted by: 0mp Reviewed by: skreuzer Differential Revision:https://reviews.freebsd.org/D14922 Modified: h

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

2018-04-15 Thread Benjamin Kaduk
On Sun, Apr 15, 2018 at 10:13 AM, Brooks Davis wrote: > On Sun, Apr 15, 2018 at 03:06:07PM +, Brooks Davis wrote: > > Author: brooks > > Date: Sun Apr 15 15:06:07 2018 > > New Revision: 332512 > > URL: https://svnweb.freebsd.org/changeset/base/332512 > > > > Log: > > Remove device cm which

svn commit: r333306 - head/usr.bin/fetch

2018-05-06 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 6 15:59:03 2018 New Revision: 06 URL: https://svnweb.freebsd.org/changeset/base/06 Log: Fix spelling of --output long option in fetch.1 PR: 228017 Reported by: rff1...@yahoo.com Modified: head/usr.bin/fetch/fetch.1 Modified

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

2017-05-18 Thread Benjamin Kaduk
On Thu, May 18, 2017 at 10:00 AM, Oleg Bulyzhin wrote: > On Thu, May 18, 2017 at 04:25:01PM +0200, Hans Petter Selasky wrote: > > > > Can you explain a bit more what is wrong? > > > > > If you care about readability it should be: > > > pri) & 7) << 13) | (((cfi) & 1) << 12) | ((vlid) & EVL_VL

svn commit: r318599 - head/usr.sbin/efivar

2017-05-21 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 21 22:10:08 2017 New Revision: 318599 URL: https://svnweb.freebsd.org/changeset/base/318599 Log: Updates for efivar.8 Fix spelling [1], appease igor and mandoc -Tlint, and adopt the language style to be more consistent with our corpus. PR:

Re: svn commit: r318643 - head/usr.sbin/efivar

2017-05-22 Thread Benjamin Kaduk
On Mon, May 22, 2017 at 8:56 AM, Glen Barber wrote: > Author: gjb > Date: Mon May 22 13:55:59 2017 > New Revision: 318643 > URL: https://svnweb.freebsd.org/changeset/base/318643 > > Log: > Correct the "first appeared in" version for efivar(8). > Hmm, I guess I should have put an MFC note for r

Re: svn commit: r318699 - head/lib/libc/gen

2017-05-23 Thread Benjamin Kaduk
On Tue, May 23, 2017 at 1:55 AM, Ngie Cooper wrote: > Author: ngie > Date: Tue May 23 06:55:51 2017 > New Revision: 318699 > URL: https://svnweb.freebsd.org/changeset/base/318699 > > Log: > directory(3): delete trailing whitespace and rewrite `E.g.` as `e.g.` > FWIW, it is better-still writte

svn commit: r307539 - head/release/doc/en_US.ISO8859-1/hardware

2016-10-17 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Mon Oct 17 22:48:29 2016 New Revision: 307539 URL: https://svnweb.freebsd.org/changeset/base/307539 Log: Fix relnotes build of supported hardware list after r307529 urtwn is merged into rtwn, so there is not a separate hardware list to include anymore. M

Re: svn commit: r309109 - head/lib/libutil

2016-11-24 Thread Benjamin Kaduk
I'm happy to have a comment noting the extreme subtleties in play and calling you out as the domain expert to contact. However, I don't think that the "UNDER PAIN OF DEATH" is appropriate, even jocularly; there are other ways to express the needed sentiment that do not cause one to think about the

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

2019-05-30 Thread Benjamin Kaduk
On Thu, May 30, 2019 at 8:04 AM Konstantin Belousov wrote: > Author: kib > Date: Thu May 30 15:04:09 2019 > New Revision: 348421 > URL: https://svnweb.freebsd.org/changeset/base/348421 > > Log: > Silence witness warning about duplicated mutex type. > > The order is correct, it is nullfs vnode

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

2019-06-17 Thread Benjamin Kaduk
On Sun, Jun 16, 2019 at 10:42 PM Niclas Zeising wrote: > Author: zeising (doc,ports committer) > Date: Mon Jun 17 05:41:47 2019 > New Revision: 349133 > URL: https://svnweb.freebsd.org/changeset/base/349133 > > Log: > pci(4): Document PCIOCATTACHED > > Document the PCIOCATTACHED ioctl(2) in t

Re: svn commit: r349589 - in head: sbin/mount sys/sys sys/ufs/ffs

2019-07-02 Thread Benjamin Kaduk
On Mon, Jul 1, 2019 at 8:33 PM Kirk McKusick via svn-src-all < svn-src-...@freebsd.org> wrote: > Author: mckusick > Date: Mon Jul 1 23:22:26 2019 > New Revision: 349589 > URL: https://svnweb.freebsd.org/changeset/base/349589 > > Log: > Add a new "untrusted" option to the mount command. Its purp

svn commit: r350325 - in head: lib/libc/sys share/man/man9

2019-07-25 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu Jul 25 15:43:15 2019 New Revision: 350325 URL: https://svnweb.freebsd.org/changeset/base/350325 Log: Fix grammar nit in copy_file_range docs Bytes are countable, so we have fewer of them, not less of them. Modified: head/lib/libc/sys/copy_file_range.

Re: svn commit: r362620 - head/secure/lib/libcrypto

2020-06-25 Thread Benjamin Kaduk
On Thu, Jun 25, 2020 at 12:35 PM Gordon Tetlow wrote: > Author: gordon > Date: Thu Jun 25 19:35:37 2020 > New Revision: 362620 > URL: https://svnweb.freebsd.org/changeset/base/362620 > > Log: > Revert OPENSSL_NO_SSL3_METHOD to keep ABI compatibility. > > This define caused a couple of symbols

Re: svn commit: r364822 - in head/crypto/openssl/crypto: aes/asm bn/asm chacha/asm ec/asm modes/asm poly1305/asm sha/asm

2020-08-27 Thread Benjamin Kaduk
On Thu, Aug 27, 2020 at 1:25 PM John Baldwin wrote: > On 8/26/20 9:55 AM, Jung-uk Kim wrote: > > Author: jkim > > Date: Wed Aug 26 16:55:28 2020 > > New Revision: 364822 > > URL: https://svnweb.freebsd.org/changeset/base/364822 > > > > Log: > > Fix Clang version detection. > > > > We prepend

Re: svn commit: r366949 - head/usr.sbin/nfsd

2020-10-22 Thread Benjamin Kaduk
On Thu, Oct 22, 2020 at 12:25 PM Gordon Bergling wrote: > Author: gbe (doc committer) > Date: Thu Oct 22 19:25:01 2020 > New Revision: 366949 > URL: https://svnweb.freebsd.org/changeset/base/366949 > > Log: > stablerestart(5): Fix some issues reported by mandoc > > - New sentence, new line >

Re: svn commit: r355696 - head/lib/libtacplus

2019-12-12 Thread Benjamin Kaduk
On Thu, Dec 12, 2019 at 9:11 PM Conrad Meyer wrote: > Author: cem > Date: Fri Dec 13 05:11:34 2019 > New Revision: 355696 > URL: https://svnweb.freebsd.org/changeset/base/355696 > > Log: > libtacplus: Remove bogus srandomdev+random > > Replace with arc4random. > > TACAS+ is a 1993 Cisco ext

svn commit: r361783 - head/usr.bin/killall

2020-06-03 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu Jun 4 04:29:43 2020 New Revision: 361783 URL: https://svnweb.freebsd.org/changeset/base/361783 Log: Add EXAMPLES to killall(1) Submitted by: fernape Differential Revision:https://reviews.freebsd.org/D25002 Modified: head/usr.bin/killall/ki

Re: svn commit: r361783 - head/usr.bin/killall

2020-06-05 Thread Benjamin Kaduk
It seems Conrad dropped me from his reply, so I can't include it directly, but... On Thu, Jun 04, 2020 at 06:12:05AM -0700, Rodney W. Grimes wrote: > > 04.06.2020 11:29, Benjamin Kaduk wrote: > > > > > Author: bjk (doc committer) > > > Date: Thu Jun 4 04:29

svn commit: r361839 - head/usr.bin/killall

2020-06-05 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri Jun 5 16:59:14 2020 New Revision: 361839 URL: https://svnweb.freebsd.org/changeset/base/361839 Log: Belatedly bump .Dd for r361783 Reported by: lwhsu Pointy hat to:bjk Modified: head/usr.bin/killall/killall.1 Modified: head/usr.bin/killa

svn commit: r324277 - head/lib/libc/net

2017-10-04 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Wed Oct 4 12:58:30 2017 New Revision: 324277 URL: https://svnweb.freebsd.org/changeset/base/324277 Log: mdoc style: start new sentence on new line Modified: head/lib/libc/net/gethostbyname.3 Modified: head/lib/libc/net/gethostbyname.3 ==

Re: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Benjamin Kaduk
On Wed, Oct 4, 2017 at 10:10 AM, Ngie Cooper wrote: > > > On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > > > @@ -189,19 +189,18 @@ function > > may be used to request the use of a connected > > .Tn TCP > > socket for queries. > > -If the > > +Queries will by defaulat use > > +.Tn UDP > > +data

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

2017-10-09 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Tue Oct 10 00:26:44 2017 New Revision: 324458 URL: https://svnweb.freebsd.org/changeset/base/324458 Log: Add Asus USB-N13, rev. B1 to the rtwn_usb hardware list Reported by: Patrik Horst Modified: head/share/man/man4/rtwn_usb.4 Modified: head/share/ma

svn commit: r324732 - head/usr.sbin/jail

2017-10-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Wed Oct 18 22:56:46 2017 New Revision: 324732 URL: https://svnweb.freebsd.org/changeset/base/324732 Log: Adopt jail.8 to our brave new bsdinstall world Submitted by: Steve Kargl MFC after:3 days Modified: head/usr.sbin/jail/jail.8 Modified: head/u

Re: svn commit: r324732 - head/usr.sbin/jail

2017-10-19 Thread Benjamin Kaduk
ut from the installer when sysinstall was replaced. > -Nathan > > On 10/18/17 15:56, Benjamin Kaduk wrote: > > Author: bjk (doc committer) > > Date: Wed Oct 18 22:56:46 2017 > > New Revision: 324732 > > URL: https://svnweb.freebsd.org/changeset/base/324732 > > > &g

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

2017-10-23 Thread Benjamin Kaduk
On Mon, Oct 23, 2017 at 8:31 AM, Steve Wills wrote: > > Note too that security.bsd.see_jail_proc is partially a work around for > the fact that security.bsd.see_other_* doesn't work as you might expect. > It's literally the UID/GID, rather than the username, so > security.bsd.see_other_* has no i

Re: svn commit: r326039 - in head: etc/mtree usr.bin/head usr.bin/head/tests

2017-11-20 Thread Benjamin Kaduk
On Mon, Nov 20, 2017 at 7:36 PM, Alan Somers wrote: > > > Are there any automated tools that care about the "Differential > Revision" field? If so, they should be able to tell the difference > between GitHub revisions and Phabricator revisions based on the URL. > Yes, Phabricator itself uses th

Re: svn commit: r358417 - head/sys/cam

2020-02-27 Thread Benjamin Kaduk
On Thu, Feb 27, 2020 at 5:18 PM Warner Losh wrote: > Author: imp > Date: Fri Feb 28 01:18:11 2020 > New Revision: 358417 > URL: https://svnweb.freebsd.org/changeset/base/358417 > > Log: > This is a FALLTHROUGH for sure. no need for xxx comment. > > Modified: > head/sys/cam/cam_xpt.c > > Modif

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

2011-11-27 Thread Benjamin Kaduk
On Wed, 23 Nov 2011, Lawrence Stewart wrote: On 11/23/11 17:42, Julien Ridoux wrote: Thanks all for the feedback. With some delay, I have a patch against r227871 that implements what Lawrence proposed. You can find it here: http://www.cubinlab.ee.unimelb.edu.au/~jrid/patches/ffclock-bpf-header

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

2011-12-02 Thread Benjamin Kaduk
On Fri, 2 Dec 2011, Jung-uk Kim wrote: On Friday 02 December 2011 07:27 pm, Jung-uk Kim wrote: Please see my patch: http://people.freebsd.org/~jkim/bpf_ffclock.diff I booted up the kernel and found it just crashes because of stupid typos. Now a new patch is uploaded in place. Sorry. Anyw

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

2011-06-06 Thread Benjamin Kaduk
On 6/5/11 4:20 AM, Julian Elischer wrote: hmm note that my stealing of 4 bits for FIB was supposed to go away for 8 and beyond. Hmm, perhaps my patch to setfib.2 in http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/157453 is not quite right, then. Do you have any comments on it? Thanks, Ben

Re: svn commit: r213643 - head/usr.bin/ar

2010-10-14 Thread Benjamin Kaduk
On Thu, 14 Oct 2010, Erik Cederstrand wrote: Den 13/10/2010 kl. 05.55 skrev Bruce Evans: [Erik wrote, but the attribution was stripped] I'm a real beginner here. As I read the manuals (GNU ar and BSD ar), the only flags that really control archive contents on archive creation is 'q' and 'r

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

2011-11-22 Thread Benjamin Kaduk
On Tue, 22 Nov 2011, John Baldwin wrote: Think of standalone modules that are not built as part of a kernel (e.g. 3rd party device drivers). In general we should avoid having structures change size for kernel options, especially common structures. It just adds lots of pain and suffering and c

Re: svn commit: r337535 - head/sbin/init

2018-08-09 Thread Benjamin Kaduk
On Thu, Aug 9, 2018 at 7:17 AM, Edward Tomasz Napierala wrote: > Author: trasz > Date: Thu Aug 9 12:17:03 2018 > New Revision: 337535 > URL: https://svnweb.freebsd.org/changeset/base/337535 > > Log: > Use NULLs instead of casted zeroes, for consistency. > It's probably helpful to note explici

Re: svn commit: r337535 - head/sbin/init

2018-08-09 Thread Benjamin Kaduk
On Thu, Aug 9, 2018 at 11:03 AM, Conrad Meyer wrote: > On Thu, Aug 9, 2018 at 5:52 AM, Benjamin Kaduk wrote: > > On Thu, Aug 9, 2018 at 7:17 AM, Edward Tomasz Napierala < > tr...@freebsd.org> > > wrote: > >> Use NULLs instead of casted zeroes, for consistency.

Re: svn commit: r315318 - in head/sys: kern vm

2017-03-15 Thread Benjamin Kaduk
Should __FreeBSD_version be bumped, e.g., for out-of-tree filesystems that have custom vop_advise? -Ben On Wed, Mar 15, 2017 at 12:43 PM, Alan Cox wrote: > Author: alc > Date: Wed Mar 15 17:43:45 2017 > New Revision: 315318 > URL: https://svnweb.freebsd.org/changeset/base/315318 > > Log: > Re

svn commit: r315528 - in head/share/man: man5 man9

2017-03-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun Mar 19 01:24:18 2017 New Revision: 315528 URL: https://svnweb.freebsd.org/changeset/base/315528 Log: Tidy up mdoc formatting for "etc.)" at end of line man(1) has some logic to use two spaces after a full stop, which is useful for spotting sentence br

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

2017-04-25 Thread Benjamin Kaduk
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 > > Date: Tue Apr 25 15:56:46 2017 > > New Revision: 317409 > > URL: https://svnweb.freebsd.org/changeset/base/317409 > > > > Log: > > Che

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

2017-04-25 Thread Benjamin Kaduk
On Tue, Apr 25, 2017 at 2:07 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > [ Charset UTF-8 unsupported, converting... ] > > > > On the contrary, a git SHA1 seems like an eminently stable and unique > > search parameter! > > I agree that a commit log should inline some summary of

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

2017-04-25 Thread Benjamin Kaduk
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 > URL per se (we just use 'NetBSD' for makefs, not a full URL to NetBSD's > cv

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

2017-05-05 Thread Benjamin Kaduk
On Fri, May 5, 2017 at 8:39 AM, Bruce Evans wrote: > On Fri, 5 May 2017, Konstantin Belousov wrote: > > >> So the phrase is correct, and the below reformulation really removes the >> content. >> > > "integrity" isn't correct since it has nothing to do with integers. > "mechanisms" doesn't make mu

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

2017-05-07 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 7 19:01:08 2017 New Revision: 317910 URL: https://svnweb.freebsd.org/changeset/base/317910 Log: Bring VOP_GETPAGES.9 more up-to-date Attempt to catch up to the KPI changes from r292373, and perform some other tidying while in the area. Revie

Re: svn commit: r337936 - in head/sys/contrib/libsodium: . builds builds/msvc builds/msvc/build builds/msvc/properties builds/msvc/vs2010 builds/msvc/vs2010/libsodium builds/msvc/vs2012 builds/msvc/vs

2018-08-17 Thread Benjamin Kaduk
On Fri, Aug 17, 2018 at 11:04 AM, Conrad Meyer wrote: > On Thu, Aug 16, 2018 at 10:03 PM, Cy Schubert > wrote: > > In message <201808170023.w7h0np0h027...@repo.freebsd.org>, Conrad Meyer > > writes: > >> Author: cem > >> Date: Fri Aug 17 00:23:50 2018 > >> New Revision: 337936 > >> URL: https://

Re: svn commit: r339565 - in head: share/man/man4 share/man/man4/man4.i386 sys/conf sys/dev/aha sys/kern sys/modules sys/modules/aha sys/sparc64/conf

2018-10-21 Thread Benjamin Kaduk
On Sun, Oct 21, 2018 at 9:35 PM Warner Losh wrote: > Author: imp > Date: Mon Oct 22 02:34:25 2018 > New Revision: 339565 > URL: https://svnweb.freebsd.org/changeset/base/339565 > > Log: > Remove aha(4) from the tree. > > The documentation build is now failing, as there's an entity reference to

Re: svn commit: r339565 - in head: share/man/man4 share/man/man4/man4.i386 sys/conf sys/dev/aha sys/kern sys/modules sys/modules/aha sys/sparc64/conf

2018-10-21 Thread Benjamin Kaduk
On Sun, Oct 21, 2018 at 9:53 PM Warner Losh wrote: > > > On Sun, Oct 21, 2018 at 8:47 PM Benjamin Kaduk wrote: > >> On Sun, Oct 21, 2018 at 9:35 PM Warner Losh wrote: >> >>> Author: imp >>> Date: Mon Oct 22 02:34:25 2018 >>> New Revision: 3

Re: svn commit: r330602 - head/sys/compat/cloudabi

2018-03-07 Thread Benjamin Kaduk
On Wed, Mar 7, 2018 at 9:44 AM, Ed Maste wrote: > On 7 March 2018 at 09:47, Eitan Adler wrote: > > Author: eadler > > Date: Wed Mar 7 14:47:43 2018 > > New Revision: 330602 > > URL: https://svnweb.freebsd.org/changeset/base/330602 > > > > Log: > > sys/cloudabi: Avoid relying on GNU specific e

Re: svn commit: r304928 - in head/lib/libc: amd64/sys i386/sys sys

2016-08-29 Thread Benjamin Kaduk
On Mon, Aug 29, 2016 at 2:10 PM, Konstantin Belousov wrote: > On Mon, Aug 29, 2016 at 09:16:29PM +0300, Andrey Chernov wrote: > > Previous text is documented everywhere and describing usual good > > practice, so it should remains in place, in that means r304928 should be > > reverted, because rep

Re: svn commit: r314142 - head/sys/dev/ce

2017-02-23 Thread Benjamin Kaduk
On Thu, Feb 23, 2017 at 9:30 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Thu Feb 23 15:30:21 2017 > New Revision: 314142 > URL: https://svnweb.freebsd.org/changeset/base/314142 > > Log: > dev/ce: double assignment. > > The code is not operational right now so just comment away an obviou

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Benjamin Kaduk
On Tue, Feb 28, 2017 at 1:36 PM, Gleb Smirnoff wrote: > Ravi, > > this should go into Relnotes, my failure that I didn't put the tag. > > I don't think this deserves UPDATING entry, since it doesn't require > any action from a person who updates from sources. > > I don't think this requires _

Re: svn commit: r314373 - in head: . etc/defaults etc/rc.d lib/libc/regex share/man/man4/man4.i386 share/man/man5 sys/amd64/conf sys/boot/forth sys/compat/svr4 sys/conf sys/dev/streams sys/i386/conf s

2017-02-28 Thread Benjamin Kaduk
On Tue, Feb 28, 2017 at 3:30 PM, Gleb Smirnoff wrote: > On Tue, Feb 28, 2017 at 01:39:12PM -0600, Benjamin Kaduk wrote: > B> > I don't think this deserves UPDATING entry, since it doesn't require > B> > any action from a person who updates from sources. > B>

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

2017-03-12 Thread Benjamin Kaduk
On Sun, Mar 12, 2017 at 12:43 PM, Ian Lepore wrote: > Author: ian > Date: Sun Mar 12 17:43:45 2017 > New Revision: 315165 > URL: https://svnweb.freebsd.org/changeset/base/315165 > > Log: > Correct the abbreviations for microseconds (us, not ms), and for Hz (not > HZ). > > Modified: > head/sys

svn commit: r323122 - head/usr.sbin/autofs

2017-09-01 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri Sep 1 22:04:45 2017 New Revision: 323122 URL: https://svnweb.freebsd.org/changeset/base/323122 Log: Fix mdoc typo in auto_master.5 There needs to be a space after the no-space macro in order for it to be interpreted. PR: 221986 Submi

Re: svn commit: r344569 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2019-02-26 Thread Benjamin Kaduk
On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert wrote: > On February 26, 2019 7:48:27 AM PST, Cy Schubert < > cy.schub...@cschubert.com> wrote: > >On February 26, 2019 12:18:35 AM PST, Baptiste Daroussin > > wrote: > [trimming the unneeded pile of commit body] > >This broke my systems, many files

Re: svn commit: r344569 - in head/cddl/contrib/opensolaris: cmd/zfs lib/libzfs/common

2019-02-26 Thread Benjamin Kaduk
On Tue, Feb 26, 2019 at 11:19 AM John Baldwin wrote: > On 2/26/19 8:59 AM, Rodney W. Grimes wrote: > >> On Tue, Feb 26, 2019 at 10:14 AM Cy Schubert > > >> wrote: > >> > >>> On February 26, 2019 7:48:27 AM PST, Cy Schubert < > >>> cy.schub...@cschubert.com> wrote: > On February 26, 2019 12:

Re: svn commit: r267745 - head/lib/libc/stdlib

2014-07-04 Thread Benjamin Kaduk
On Sun, Jun 22, 2014 at 4:13 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jun 22 20:13:57 2014 > New Revision: 267745 > URL: http://svnweb.freebsd.org/changeset/base/267745 > > Log: > getopt(3): recognize option:: as GNU extension for "optional options". > [...] > is to follow. > +If

Re: svn commit: r268641 - head/usr.sbin/service

2014-07-15 Thread Benjamin Kaduk
On Tue, Jul 15, 2014 at 10:13 PM, wrote: > > Blatting out the environment feels rude and non-UNIXy. > UNIX programs can, and should expect at a minimum to > be able to interrogate the environment they are running > within -- destroying all vestiges of that environment purely > for the sake of say

Re: svn commit: r268827 - head/usr.sbin/ndp

2014-07-18 Thread Benjamin Kaduk
On Fri, Jul 18, 2014 at 2:48 AM, Peter Wemm wrote: > Author: peter > Date: Fri Jul 18 06:48:02 2014 > New Revision: 268827 > URL: http://svnweb.freebsd.org/changeset/base/268827 > > Log: > Fix "ndp -d hostname". > > MFC? -Ben ___ svn-src-head@freebsd

Re: svn commit: r269112 - head/sys/boot/arm/at91/boot2

2014-07-26 Thread Benjamin Kaduk
On Sat, Jul 26, 2014 at 12:09 AM, Ian Lepore wrote: > Author: ian > Date: Sat Jul 26 04:09:43 2014 > New Revision: 269112 > URL: http://svnweb.freebsd.org/changeset/base/269112 > > Log: > The 'flags' variable is conflicting with some inline code in a header > file > ("variable flags shadows a

svn commit: r269727 - head/usr.bin/vmstat

2014-08-08 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri Aug 8 16:32:06 2014 New Revision: 269727 URL: http://svnweb.freebsd.org/changeset/base/269727 Log: Update vmstat usage for last-argument count/wait parameters Correct the usage in both the manpage and in usage() to indicate that the wait interval and

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

2014-08-21 Thread Benjamin Kaduk
On Thu, Aug 21, 2014 at 8:50 AM, Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Aug 21 12:50:11 2014 > New Revision: 270268 > URL: http://svnweb.freebsd.org/changeset/base/270268 > > Log: > Document MAC address selection and setting for atse(4). > > Submitted by: brooks > MFC after:3 da

Re: svn commit: r250432 - head/usr.bin/split

2013-05-10 Thread Benjamin Kaduk
On Fri, May 10, 2013 at 12:23 AM, Eitan Adler wrote: > Modified: head/usr.bin/split/split.c > > == > --- head/usr.bin/split/split.c Fri May 10 03:49:05 2013(r250431) > +++ head/usr.bin/split/split.c Fri May 10 0

Re: svn commit: r250700 - in head/sys: conf net netinet6 sys

2013-05-16 Thread Benjamin Kaduk
On Thu, May 16, 2013 at 12:20 PM, Julian Elischer wrote: > Author: julian > Date: Thu May 16 16:20:17 2013 > New Revision: 250700 > URL: http://svnweb.freebsd.org/changeset/base/250700 > > Log: > Finally change the mbuf to have its own fib field instead of stealing > 4 flag bits. This was supp

Re: svn commit: r250782 - head/crypto/heimdal/lib/kadm5

2013-05-18 Thread Benjamin Kaduk
On Sat, May 18, 2013 at 2:01 PM, Bjoern A. Zeeb wrote: > Author: bz > Date: Sat May 18 18:01:21 2013 > New Revision: 250782 > URL: http://svnweb.freebsd.org/changeset/base/250782 > > Log: > Have the ipropd-master listen on an IPv6 socket in addition to an IPv4 > socket to allow propagation of

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

2013-05-20 Thread Benjamin Kaduk
On Mon, May 20, 2013 at 11:50 AM, Stefan Farfeleder wrote: > Since nobody wants to update lint to recent C standards, maybe it's time to > remove it? > It does seem like compilers can do a better job of finding lint-like things than lint itself, these days (especially clang). -Ben __

Re: svn commit: r251171 - in head/sys: fs/ext2fs fs/nandfs fs/nfsclient fs/nfsserver kern nfsclient nfsserver sys ufs/ffs

2013-05-30 Thread Benjamin Kaduk
On Thu, May 30, 2013 at 8:43 PM, Jeff Roberson wrote: > Author: jeff > Date: Fri May 31 00:43:41 2013 > New Revision: 251171 > URL: http://svnweb.freebsd.org/changeset/base/251171 > > Log: >- Convert the bufobj lock to rwlock. >- Use a shared bufobj lock in getblk() and inmem(). >- Co

Re: svn commit: r251818 - head/tools/regression/lib/libc/nss

2013-06-16 Thread Benjamin Kaduk
On Sun, Jun 16, 2013 at 3:43 PM, Eitan Adler wrote: > On Sun, Jun 16, 2013 at 9:35 PM, Eitan Adler wrote: > > Author: eadler > > Date: Sun Jun 16 19:35:01 2013 > > New Revision: 251818 > > URL: http://svnweb.freebsd.org/changeset/base/251818 > > > > Log: > > Remove lines declaring "All rights

Re: svn commit: r252346 - head/share/man/man9

2013-06-28 Thread Benjamin Kaduk
On Fri, Jun 28, 2013 at 12:33 PM, John Baldwin wrote: > Author: jhb > Date: Fri Jun 28 16:33:45 2013 > New Revision: 252346 > URL: http://svnweb.freebsd.org/changeset/base/252346 > > Log: > Make a pass over this page to correct and clarify a few things as well as > some general word-smithing.

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

2013-06-30 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun Jun 30 19:33:07 2013 New Revision: 252423 URL: http://svnweb.freebsd.org/changeset/base/252423 Log: Grammar tweaks for locking.9 Reviewed by: jhb Approved by: hrs (mentor) Modified: head/share/man/man9/locking.9 Modified: head/share/man/man9/loc

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

2014-02-20 Thread Benjamin Kaduk
On Thu, Feb 20, 2014 at 11:35 AM, Christian Brueffer wrote: > Author: brueffer > Date: Thu Feb 20 16:35:48 2014 > New Revision: 262246 > URL: http://svnweb.freebsd.org/changeset/base/262246 > > Modified: head/share/man/man4/gpioiic.4 > >

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-21 Thread Benjamin Kaduk
On Fri, Feb 21, 2014 at 12:38 PM, Baptiste Daroussin wrote: > On Fri, Feb 21, 2014 at 09:07:23AM -0800, Rui Paulo wrote: > > On 21 Feb 2014, at 08:32, Baptiste Daroussin wrote: > > > > > On Fri, Feb 21, 2014 at 08:01:44AM -0800, Steve Kargl wrote: > > >> Why? There is /usr/ports/mail/dma. > > >>

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

2014-02-26 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Thu Feb 27 04:06:34 2014 New Revision: 262546 URL: http://svnweb.freebsd.org/changeset/base/262546 Log: syncer(4) is a kernel process, not a user process Noticed by: Geoffrey Thomas Approved by: hrs (mentor) Modified: head/lib/libc/sys/sync.2 Modifi

Re: svn commit: r272808 - head/include/rpcsvc

2014-10-10 Thread Benjamin Kaduk
On Fri, Oct 10, 2014 at 10:50 AM, Baptiste Daroussin wrote: > On Fri, Oct 10, 2014 at 08:03:31AM -0600, Ian Lepore wrote: > > On Thu, 2014-10-09 at 06:58 +, Baptiste Daroussin wrote: > > > Author: bapt > > > Date: Thu Oct 9 06:58:33 2014 > > > New Revision: 272808 > > > URL: https://svnweb.f

Re: svn commit: r273417 - head

2014-10-22 Thread Benjamin Kaduk
On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Smørgrav wrote: > Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good > enough, especially if it's on by default. Even if it is magic, is that really the kind of magic we want to be keeping around? -Ben _

Re: svn commit: r273417 - head

2014-10-22 Thread Benjamin Kaduk
On Wed, Oct 22, 2014 at 11:34 AM, Ian Lepore wrote: > On Wed, 2014-10-22 at 11:00 -0400, Benjamin Kaduk wrote: > > On Wed, Oct 22, 2014 at 10:57 AM, Dag-Erling Smørgrav > wrote: > > > > > Is _SUPPORT magic? I didn't know. I guess MK_TESTS_SUPPORT is good > &

Re: svn commit: r273707 - in head/sys: compat/freebsd32 kern kgssapi netinet nfs nlm sys

2014-10-30 Thread Benjamin Kaduk
On Sun, Oct 26, 2014 at 3:42 PM, Mateusz Guzik wrote: > Author: mjg > Date: Sun Oct 26 19:42:44 2014 > New Revision: 273707 > URL: https://svnweb.freebsd.org/changeset/base/273707 > > Log: > Avoid dynamic syscall overhead for statically compiled modules. > > --- head/sys/sys/sysent.h Su

Re: svn commit: r274583 - head/usr.sbin/watchdogd

2014-11-16 Thread Benjamin Kaduk
On Sun, Nov 16, 2014 at 4:44 AM, Xin LI wrote: > Author: delphij > Date: Sun Nov 16 09:44:30 2014 > New Revision: 274583 > URL: https://svnweb.freebsd.org/changeset/base/274583 > > Log: > Default to use 10 seconds as nap interval instead of 1. > > Previously, we have a nap interval of 1 secon

Re: svn commit: r274583 - head/usr.sbin/watchdogd

2014-11-17 Thread Benjamin Kaduk
On Mon, 17 Nov 2014, Xin Li wrote: > On 11/16/14 13:46, Benjamin Kaduk wrote: > > On Sun, Nov 16, 2014 at 4:44 AM, Xin LI > <mailto:delp...@freebsd.org>> wrote: > > > > Author: delphij Date: Sun Nov 16 09:44:30 2014 New Revision: > > 274583 URL: https://s

Re: svn commit: r274880 - in head: contrib/mdocml usr.bin/mandoc

2014-11-22 Thread Benjamin Kaduk
On Sat, Nov 22, 2014 at 1:57 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Sat Nov 22 18:57:23 2014 > New Revision: 274880 > URL: https://svnweb.freebsd.org/changeset/base/274880 > > Log: > Update mandoc to 1.13.1 > Thank you! -Ben ___ svn-sr

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

2014-11-25 Thread Benjamin Kaduk
On Tue, Nov 25, 2014 at 2:07 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Nov 25 19:07:31 2014 > New Revision: 275064 > URL: https://svnweb.freebsd.org/changeset/base/275064 > > Log: > Remove duplicated krb5 > Removing the other one would have left things sorted... -Ben > Modifi

Re: svn commit: r280955 - in head/sys: modules/notrandom dev/notrandom

2015-04-01 Thread Benjamin Kaduk
On Wed, Apr 1, 2015 at 11:33 AM, Mark R V Murray wrote: > > > Before someone makes a terrible mistake, I should point out that 4 is > confirmed random, as cited here: https://xkcd.com/221/ But surely to be non-random we need an equal number of 1 and 0 bits, making 15 the clear choice. -Ben ___

Re: svn commit: r281495 - in head/sys: conf i386/i386 i386/include x86/acpica

2015-04-13 Thread Benjamin Kaduk
On Mon, Apr 13, 2015 at 11:22 AM, Konstantin Belousov wrote: > Author: kib > Date: Mon Apr 13 15:22:45 2015 > New Revision: 281495 > URL: https://svnweb.freebsd.org/changeset/base/281495 > > Log: > Add config option PAE_TABLES for the i386 kernel. It switches pmap to > use PAE format for the

Re: svn commit: r282485 - head/lib/libc/gen

2015-05-05 Thread Benjamin Kaduk
On Tue, May 5, 2015 at 10:52 AM, Julian Elischer wrote: > Author: julian > Date: Tue May 5 14:52:33 2015 > New Revision: 282485 > URL: https://svnweb.freebsd.org/changeset/base/282485 > > Log: > Tweak seekdir, telldir and readdir so that when htere are deletes going > on, > as seek to teh la

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

2015-05-19 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Tue May 19 15:43:20 2015 New Revision: 283114 URL: https://svnweb.freebsd.org/changeset/base/283114 Log: Fixup to the kern_psignal manpage r283105 misspelled kern_psignal as kernel_psignal in one occurrence, and added trailing whitespace. While here,

Re: svn commit: r283105 - head/share/man/man9

2015-05-19 Thread Benjamin Kaduk
On Tue, May 19, 2015 at 8:34 AM, Bruce Evans wrote: > On Tue, 19 May 2015, Julian Elischer wrote: > > Author: julian >> >> Log: >> Only several years late, catch the psignal man page up to the >> fact that psignal has been renamed to kern_psignal since 9.0. >> >> MFC after: 1 week >> > >

Re: svn commit: r265842 - head

2014-05-11 Thread Benjamin Kaduk
On Sat, May 10, 2014 at 7:45 PM, Eitan Adler wrote: > On 10 May 2014 15:16, Baptiste Daroussin wrote: > > On Sat, May 10, 2014 at 04:59:15PM +, Eitan Adler wrote: > >> Author: eadler > >> Date: Sat May 10 16:59:15 2014 > >> New Revision: 265842 > >> URL: http://svnweb.freebsd.org/changeset/b

svn commit: r266206 - head/usr.sbin/jail

2014-05-15 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri May 16 01:50:04 2014 New Revision: 266206 URL: http://svnweb.freebsd.org/changeset/base/266206 Log: Review pass through jail.8 Replace usage of "prison" with "jail", since that term has mostly dropped out of use. Note once at the beginning that the "

svn commit: r266283 - head/usr.sbin/jail

2014-05-16 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sat May 17 02:53:10 2014 New Revision: 266283 URL: http://svnweb.freebsd.org/changeset/base/266283 Log: Bump .Dd, missed in r266206 Approved by: hrs (mentor, implicit) Modified: head/usr.sbin/jail/jail.8 Modified: head/usr.sbin/jail/jail.8

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

2014-05-16 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sat May 17 03:05:52 2014 New Revision: 266285 URL: http://svnweb.freebsd.org/changeset/base/266285 Log: Correct documentation of the limit on how much memory can be mlock()ed vm.max_wired is a system-wide limit, not per-process. Reword the section to mak

svn commit: r266416 - in head/share/man: man5 man7

2014-05-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 18 21:05:54 2014 New Revision: 266416 URL: http://svnweb.freebsd.org/changeset/base/266416 Log: Document some user-settable make variables in ports.7 This is not a comprehensive list, as the variables themselves are spread out over multiple files,

svn commit: r266417 - head/sbin/md5

2014-05-18 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Sun May 18 21:16:59 2014 New Revision: 266417 URL: http://svnweb.freebsd.org/changeset/base/266417 Log: Assorted updates to md5.1 Note that the -c argument's parameter is compared against the digest of the file, not the file. [1] Update the "current

  1   2   3   >