Re: svn commit: r285217 - head/usr.sbin/bhyve

2015-07-07 Thread John-Mark Gurney
; + lto-c_cflag |= CLOCAL; } /* I've tested that this fixes the issue (on a machine that doesn't have the bhyve fix yet)... To me this seems a very good way to start it, as it still allows the sysadmin to change the lock device on the console after boot if they so choose... -- John-Mark

svn commit: r285247 - head/sys/opencrypto

2015-07-07 Thread John-Mark Gurney
Author: jmg Date: Tue Jul 7 18:45:32 2015 New Revision: 285247 URL: https://svnweb.freebsd.org/changeset/base/285247 Log: we may get here w/ non-sleepable locks held, so switch to _NOWAIT when doing this memory allocation... Reviewed by: ae Modified: head/sys/opencrypto/criov.c

svn commit: r285254 - head/sys/crypto/aesni

2015-07-07 Thread John-Mark Gurney
(r285253) +++ head/sys/crypto/aesni/aesencdec.h Tue Jul 7 20:31:09 2015 (r285254) @@ -1,5 +1,6 @@ /*- * Copyright 2013 John-Mark Gurney j...@freebsd.org + * Copyright 2015 Netflix, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without

svn commit: r285215 - head/sys/crypto/aesni

2015-07-06 Thread John-Mark Gurney
Author: jmg Date: Mon Jul 6 19:17:56 2015 New Revision: 285215 URL: https://svnweb.freebsd.org/changeset/base/285215 Log: remove _NORMAL flag which isn't suppose to be used w/ _alloc_ctx... Reviewed by: kib (a while ago) Modified: head/sys/crypto/aesni/aesni.c Modified:

svn commit: r285216 - head/sys/crypto/aesni

2015-07-06 Thread John-Mark Gurney
Author: jmg Date: Mon Jul 6 19:30:29 2015 New Revision: 285216 URL: https://svnweb.freebsd.org/changeset/base/285216 Log: Fix for non-random IV's when CRD_F_IV_PRESENT and CRD_F_IV_EXPLICIT flags are not specified... This bug was introduced in r275732... This only affects IPsec ESP only

Re: svn commit: r285217 - head/usr.sbin/bhyve

2015-07-06 Thread John-Mark Gurney
definately need to fix getty the lock clocal on 3wire... Though there is a question is why DCD isn't assert by bhyve when there is a session attached to the console... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have

Re: svn commit: r285217 - head/usr.sbin/bhyve

2015-07-06 Thread John-Mark Gurney
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow I check and both .init and .lock have the same settings... reset -S both return the same termcap entry... -- John-Mark Gurney Voice: +1 415 225 5579 All that I

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

2015-07-05 Thread John-Mark Gurney
krpc | nfslockd | nfscl | nfsd -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

svn commit: r285127 - head/sys/modules/aesni

2015-07-04 Thread John-Mark Gurney
Author: jmg Date: Sat Jul 4 08:16:32 2015 New Revision: 285127 URL: https://svnweb.freebsd.org/changeset/base/285127 Log: improve dependencies for this module a bit... not great, but at least gives some basics... I would add them to DPSRC, but due to the intrinsics headers, they can't be

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

2015-07-02 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 3 00:37:16 2015 New Revision: 285065 URL: https://svnweb.freebsd.org/changeset/base/285065 Log: update the documentation of the _IV_ flags... _IV_PRESENT doesn't mean what you think it should... This will be fixed in the future with a flag rename, but document

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

2015-07-02 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 3 01:55:06 2015 New Revision: 285070 URL: https://svnweb.freebsd.org/changeset/base/285070 Log: more word smithing wrt the crd_inject field... We've already defined IV earlier, so no need to expand it a second time here... Modified:

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

2015-06-30 Thread John-Mark Gurney
Author: jmg Date: Tue Jun 30 19:06:14 2015 New Revision: 284967 URL: https://svnweb.freebsd.org/changeset/base/284967 Log: add units to the length and count so that it's clear what they are measured in... Gems like: len is the length of the buffer. aren't useful in man pages. Modified:

svn commit: r284861 - head/sys/vm

2015-06-25 Thread John-Mark Gurney
Author: jmg Date: Thu Jun 25 20:44:46 2015 New Revision: 284861 URL: https://svnweb.freebsd.org/changeset/base/284861 Log: If INVARIANTS is specified, add ctor/dtor to junk memory if they are unspecified... Submitted by: Suresh Gumpula at Netapp Differential Revision:

svn commit: r284733 - head/sys/kern

2015-06-23 Thread John-Mark Gurney
Author: jmg Date: Tue Jun 23 18:40:20 2015 New Revision: 284733 URL: https://svnweb.freebsd.org/changeset/base/284733 Log: zero this struct as it depends upon it... Reviewed by: mjg Differential Revision:https://reviews.freebsd.org/D2890 Modified: head/sys/kern/vfs_subr.c

Re: svn commit: r284683 - head/etc/etc.arm

2015-06-21 Thread John-Mark Gurney
was about to do the same for at least ttyu1 for amd64/i386 as the RCC-VE 4860 from Netgate has the console on com2 (2f8) instead of com1(3f8)... I couldn't use the live cd part of the memstick because of this... -- John-Mark Gurney Voice: +1 415 225 5579 All

svn commit: r284630 - head/usr.sbin/bhyve

2015-06-20 Thread John-Mark Gurney
Author: jmg Date: Sat Jun 20 07:49:08 2015 New Revision: 284630 URL: https://svnweb.freebsd.org/changeset/base/284630 Log: add SO_REUSEADDR when starting debug port, lets you still bind when a TIME_WAIT socket is still around... Reviewed by: grehan Review:

svn commit: r284616 - head/sys/opencrypto

2015-06-19 Thread John-Mark Gurney
Author: jmg Date: Fri Jun 19 22:42:26 2015 New Revision: 284616 URL: https://svnweb.freebsd.org/changeset/base/284616 Log: change the KASSERT so it is meaningful, var is unsigned, so even when it wraps, it's still = 0... Reported by: Coverity CID: 1017564 Modified:

svn commit: r284259 - head/sys/netipsec

2015-06-11 Thread John-Mark Gurney
Author: jmg Date: Thu Jun 11 13:05:37 2015 New Revision: 284259 URL: https://svnweb.freebsd.org/changeset/base/284259 Log: drop key_sa_stir_iv as it isn't used... Reviewed by: eri, ae Modified: head/sys/netipsec/key.c head/sys/netipsec/key.h Modified: head/sys/netipsec/key.c

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

2015-06-08 Thread John-Mark Gurney
or documentation for this anywhere? Not yet. I want to flesh it out further before documenting. I???m not sure the API is stable enough yet. I???m still figure things out as I go. Please document... Even if you change the API, it's not hard to change the documentation.. -- John-Mark Gurney

Re: svn commit: r283929 - head/games/grdc

2015-06-03 Thread John-Mark Gurney
. PR: 194291, 200133 Submitted by: Nick Price MFC after: 1 week The fact that this was missed for a 20+ year old program shows that we should just remove it... and that it wasn't using strftime to get it, and the patch doesn't use strftime's %p... -- John-Mark Gurney

Re: svn commit: r283929 - head/games/grdc

2015-06-03 Thread John-Mark Gurney
Devin Teske wrote this message on Wed, Jun 03, 2015 at 13:45 -0700: On Jun 3, 2015, at 12:48 PM, John-Mark Gurney j...@funkthat.com wrote: Ed Maste wrote this message on Tue, Jun 02, 2015 at 20:53 +: Author: emaste Date: Tue Jun 2 20:53:17 2015 New Revision: 283929 URL: https

svn commit: r283956 - head/share/man/man8

2015-06-03 Thread John-Mark Gurney
Author: jmg Date: Wed Jun 3 17:10:11 2015 New Revision: 283956 URL: https://svnweb.freebsd.org/changeset/base/283956 Log: install nanobsd.sh as a MLINK as that is the .Nm of the man page.. really the man page should be renamed as nanobsd.sh is not installed as nanobsd.. Modified:

svn commit: r283957 - head/share/man/man8

2015-06-03 Thread John-Mark Gurney
Author: jmg Date: Wed Jun 3 17:10:52 2015 New Revision: 283957 URL: https://svnweb.freebsd.org/changeset/base/283957 Log: fix missing backslash.. Modified: head/share/man/man8/Makefile Modified: head/share/man/man8/Makefile

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

2015-05-27 Thread John-Mark Gurney
=199151#c3 If you run ministat on the real results, there won't be a difference w/ 95% confidence... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all

Re: svn commit: r283547 - head/sys/arm/conf

2015-05-25 Thread John-Mark Gurney
support for video console to break into the debugger via keyboard... This mean ctrl-alt-esc and other key sequences won't work anymore... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

Re: svn commit: r282415 - head/usr.sbin/ntp

2015-05-22 Thread John-Mark Gurney
can't we use sizeof for these? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman

svn commit: r283249 - head/sys/sys

2015-05-21 Thread John-Mark Gurney
Author: jmg Date: Thu May 21 15:38:43 2015 New Revision: 283249 URL: https://svnweb.freebsd.org/changeset/base/283249 Log: remove stray ; that came in r272673... Modified: head/sys/sys/systm.h Modified: head/sys/sys/systm.h

svn commit: r283073 - head/usr.bin/time

2015-05-18 Thread John-Mark Gurney
Author: jmg Date: Mon May 18 19:18:42 2015 New Revision: 283073 URL: https://svnweb.freebsd.org/changeset/base/283073 Log: Don't do things we aren't allowed to do in a signal handler... Defer the work to the main thread... This fixes a possible crash if SIGINFO is delivered at the wrong

Re: svn commit: r282672 - head/etc/rc.d

2015-05-10 Thread John-Mark Gurney
it was too bad... Trying to do what awk does in sh may be possible, but more difficult.. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org

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

2015-05-10 Thread John-Mark Gurney
commit... Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all

svn commit: r281196 - head/sys/opencrypto

2015-04-07 Thread John-Mark Gurney
Author: jmg Date: Tue Apr 7 09:00:03 2015 New Revision: 281196 URL: https://svnweb.freebsd.org/changeset/base/281196 Log: add the define to properly guard this header.. Sponsored by: Netflix, Inc. Modified: head/sys/opencrypto/gmac.h Modified: head/sys/opencrypto/gmac.h

Re: svn commit: r281129 - head/etc

2015-04-06 Thread John-Mark Gurney
Approved by:glebius Differential Revision: D2129 This probably needs a relnotes listing.. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

Re: svn commit: r280818 - in head: lib/libc/include lib/libc/sys lib/libthr/thread share/man/man3

2015-04-01 Thread John-Mark Gurney
Konstantin Belousov wrote this message on Sun, Mar 29, 2015 at 19:14 +: -.Fn EV_SET kev ident filter flags fflags data udata +.Fn EV_SET kev ident filter flags fflags data udata I'm wondering if this change was intentional? Are you planning on changing the EV_SET macro? -- John-Mark

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

2015-03-28 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Sat, Mar 28, 2015 at 21:18 +0300: On Sat, Mar 28, 2015 at 10:23:13AM -0700, John-Mark Gurney wrote: J On Fri, Mar 27, 2015 at 01:26:59PM +, Fabien Thomas wrote: J F Author: fabient J F Date: Fri Mar 27 13:26:59 2015 J F New Revision: 280759 J F

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

2015-03-28 Thread John-Mark Gurney
Slawa Olhovchenkov wrote this message on Sun, Mar 29, 2015 at 00:34 +0300: On Sat, Mar 28, 2015 at 01:43:33PM -0700, John-Mark Gurney wrote: On Sat, Mar 28, 2015 at 10:23:13AM -0700, John-Mark Gurney wrote: J Please read: J https://tools.ietf.org/html/rfc6864 Anyways, are we

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

2015-03-28 Thread John-Mark Gurney
the duplicate ids to being more rare, but just as much of a problem... Please read: https://tools.ietf.org/html/rfc6864 And then implement one hased upon source/dest/protocol... Thanks. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done

Re: svn commit: r280442 - head/sys/dev/sound/pcm

2015-03-26 Thread John-Mark Gurney
then? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe

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

2015-03-06 Thread John-Mark Gurney
Author: jmg Date: Fri Mar 6 23:17:18 2015 New Revision: 279716 URL: https://svnweb.freebsd.org/changeset/base/279716 Log: make things a bit more clear.. we worked together on language.. Submitted by: Justin Cormack Modified: head/lib/libc/sys/cap_ioctls_limit.2 Modified:

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

2015-03-06 Thread John-Mark Gurney
Author: jmg Date: Sat Mar 7 03:48:32 2015 New Revision: 279719 URL: https://svnweb.freebsd.org/changeset/base/279719 Log: forgot to bump date, and replace contraction (igor)... Modified: head/lib/libc/sys/cap_ioctls_limit.2 Modified: head/lib/libc/sys/cap_ioctls_limit.2

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

2015-03-03 Thread John-Mark Gurney
Julian Elischer wrote this message on Tue, Mar 03, 2015 at 01:20 -0800: On 3/2/15 4:55 PM, Neel Natu wrote: Hi Davide, On Mon, Mar 2, 2015 at 12:26 PM, Davide Italiano dav...@freebsd.org wrote: On Mon, Mar 2, 2015 at 12:05 PM, John-Mark Gurney j...@freebsd.org wrote: Author: jmg Date

svn commit: r279539 - head/sys/sys

2015-03-02 Thread John-Mark Gurney
Author: jmg Date: Mon Mar 2 20:05:16 2015 New Revision: 279539 URL: https://svnweb.freebsd.org/changeset/base/279539 Log: give others fair warning that _SPARE2 isn't just cxgb, but used by large number of other subsystems, so you probably don't want _SPARE2.. ktr needs an overhaul to

Re: svn commit: r279296 - head/usr.bin/enigma

2015-02-25 Thread John-Mark Gurney
) program on other OS's like it said... Linux doesn't ship w/ it.. I think Solaris may, but we have openssl in base, so having these weaker systems (like bdes) isn't good for our users... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All

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

2015-02-24 Thread John-Mark Gurney
it'd probably hurt.. Maybe have two versions of struct ip, one that is aligned to 4 bytes and another that is aligned to 2 bytes? Also, did you do the same adjustment for struct tcp and friends? If struct ip isn't aligned, then struct tcp won't be either causing similar issues... -- John-Mark

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

2015-02-24 Thread John-Mark Gurney
Ian Lepore wrote this message on Tue, Feb 24, 2015 at 11:59 -0700: On Tue, 2015-02-24 at 09:34 -0800, John-Mark Gurney wrote: Zbigniew Bodek wrote this message on Tue, Feb 24, 2015 at 12:57 +: Author: zbb Date: Tue Feb 24 12:57:03 2015 New Revision: 279236 URL: https

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

2015-02-21 Thread John-Mark Gurney
Author: jmg Date: Sat Feb 21 22:25:24 2015 New Revision: 279115 URL: https://svnweb.freebsd.org/changeset/base/279115 Log: back Xref get_cyclecount to have it get more exposure... Modified: head/share/man/man9/microuptime.9 Modified: head/share/man/man9/microuptime.9

Re: svn commit: r278927 - head/sys/dev/random

2015-02-18 Thread John-Mark Gurney
Shawn Webb wrote this message on Tue, Feb 17, 2015 at 20:10 -0500: On Tuesday, February 17, 2015 08:06:32 PM Shawn Webb wrote: On Tuesday, February 17, 2015 11:14:26 PM John-Mark Gurney wrote: Author: jmg Date: Tue Feb 17 23:14:26 2015 New Revision: 278927 URL: https

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

2015-02-18 Thread John-Mark Gurney
Author: jmg Date: Thu Feb 19 01:51:17 2015 New Revision: 278981 URL: https://svnweb.freebsd.org/changeset/base/278981 Log: fix spelling, add comma and remove BUGS section.. it provided no useful information, and is not really bugs, but limitations for other reasons... Modified:

svn commit: r278927 - head/sys/dev/random

2015-02-17 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 17 23:14:26 2015 New Revision: 278927 URL: https://svnweb.freebsd.org/changeset/base/278927 Log: Fix a bug where this function overflowed it's buffer... This was causing ZFS panics on boot... This is purely reviewed and tested by peter. Reviewed by: peter

svn commit: r278929 - head

2015-02-17 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 17 23:41:08 2015 New Revision: 278929 URL: https://svnweb.freebsd.org/changeset/base/278929 Log: bump the rev... ZFS is the first fall out of this bug, but there might be others... Modified: head/UPDATING Modified: head/UPDATING

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

2015-02-17 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Tue, Feb 17, 2015 at 23:21 +0300: On Tue, Feb 17, 2015 at 09:31:34AM -0800, John-Mark Gurney wrote: J Gleb Smirnoff wrote this message on Mon, Feb 16, 2015 at 03:38 +: J Author: glebius J Date: Mon Feb 16 03:38:27 2015 J New Revision: 278831 J URL

svn commit: r278907 - head/sys/dev/random

2015-02-17 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 17 17:37:00 2015 New Revision: 278907 URL: https://svnweb.freebsd.org/changeset/base/278907 Log: When the new random adaptor code was brought it in r273872, a call to randomdev_init_reader to change read_random over to the newly installed adaptor was missed. This

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

2015-02-17 Thread John-Mark Gurney
Jenkins to be compiling the LINT-NOINET kernel too.. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org

svn commit: r278922 - head

2015-02-17 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 17 21:18:17 2015 New Revision: 278922 URL: https://svnweb.freebsd.org/changeset/base/278922 Log: note that you should update your kernel due to RNG issue, and what versions you should upgrade... Suggested by: Ryan Stone Modified: head/UPDATING Modified:

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

2015-02-16 Thread John-Mark Gurney
the build in PF. LOL! Hopefully, we can move on from this and get everyone's fixes in to help improve the PF code. There's this box in the cluster called ref10-amd64 that is available w/ many cores, and it's motd tells you how to do a buildworld or tinderbox on it. Please use it! -- John-Mark

svn commit: r278860 - head/sys/dev/pci

2015-02-16 Thread John-Mark Gurney
Author: jmg Date: Mon Feb 16 18:43:52 2015 New Revision: 278860 URL: https://svnweb.freebsd.org/changeset/base/278860 Log: remove NULL check as M_WAITOK will not return NULL Reviewed by: jhb Sponsored by: FreeBSD Foundation Modified: head/sys/dev/pci/pci.c Modified:

svn commit: r278830 - head/usr.sbin/devctl

2015-02-15 Thread John-Mark Gurney
Author: jmg Date: Mon Feb 16 02:20:11 2015 New Revision: 278830 URL: https://svnweb.freebsd.org/changeset/base/278830 Log: install the man page... Sponsored by: FreeBSD Foundation Modified: head/usr.sbin/devctl/Makefile Modified: head/usr.sbin/devctl/Makefile

Re: svn commit: r278737 - head/usr.sbin/flowctl

2015-02-14 Thread John-Mark Gurney
like: struct ng_mesg ng_mesg[(SORCVBUF_SIZE + sizeof(struct ng_mesg) - 1) / sizeof(struct ng_mesg)]; It might allocate a few extra bytes, but no more than 55, and gets alignment correct w/o lots of other hacks... -- John-Mark Gurney Voice: +1 415

svn commit: r278695 - head/sys/dev/oce

2015-02-13 Thread John-Mark Gurney
Author: jmg Date: Fri Feb 13 19:44:04 2015 New Revision: 278695 URL: https://svnweb.freebsd.org/changeset/base/278695 Log: srandom has no influence on read_random, at least not this late... Modified: head/sys/dev/oce/oce_mbox.c Modified: head/sys/dev/oce/oce_mbox.c

svn commit: r278654 - head/sbin/sysctl

2015-02-12 Thread John-Mark Gurney
Author: jmg Date: Fri Feb 13 01:20:37 2015 New Revision: 278654 URL: https://svnweb.freebsd.org/changeset/base/278654 Log: add support for specifying an initial buffer size when fetching a sysctl... This is useful for kern.arandom which (without -B) will happily return 0 bytes, which isn't

Re: svn commit: r278479 - in head: etc sys/kern

2015-02-10 Thread John-Mark Gurney
sense for this type of thing where various programs can select what they get woken up for... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all

svn commit: r278560 - head/contrib/top

2015-02-10 Thread John-Mark Gurney
Author: jmg Date: Wed Feb 11 07:44:53 2015 New Revision: 278560 URL: https://svnweb.freebsd.org/changeset/base/278560 Log: add an assert in case the sizeof int ever becomes bigger.. Then we will have issues, at least we'll know where one of them are.. Submitted by: Erich Dollansky

svn commit: r278543 - head/games/fortune/datfiles

2015-02-10 Thread John-Mark Gurney
Author: jmg Date: Tue Feb 10 23:18:36 2015 New Revision: 278543 URL: https://svnweb.freebsd.org/changeset/base/278543 Log: fetch has supported https for a while.. I would convert the url to https, but we still don't install a CA set by default... we even don't install the CA that

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

2015-02-09 Thread John-Mark Gurney
so that any module can add their own vendor copyright w/o having to modify this again? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org

Re: svn commit: r278320 - in head: contrib/mdocml lib lib/libdevctl share/mk sys/dev/acpica sys/dev/pci sys/kern sys/sys usr.sbin usr.sbin/devctl

2015-02-06 Thread John-Mark Gurney
if the device is busy... That should be changed or at least clearer description of what device_busy is suppose to do to a device... The good news is that very few drivers make use of device_busy, so cleaning it up, or removing it won't be too hard... -- John-Mark Gurney

svn commit: r278294 - head/tools/tools/qrndtest

2015-02-05 Thread John-Mark Gurney
Author: jmg Date: Thu Feb 5 21:56:23 2015 New Revision: 278294 URL: https://svnweb.freebsd.org/changeset/base/278294 Log: apparently MAN was misspelled, fix.. Submitted by: ngie Modified: head/tools/tools/qrndtest/Makefile Modified: head/tools/tools/qrndtest/Makefile

svn commit: r278280 - head/tools/tools/qrndtest

2015-02-05 Thread John-Mark Gurney
Thu Feb 5 20:23:36 2015 (r278280) @@ -0,0 +1,81 @@ +/*- + * Copyright 2015 John-Mark Gurney. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

svn commit: r278238 - in head/sys: conf kern

2015-02-04 Thread John-Mark Gurney
Author: jmg Date: Thu Feb 5 07:51:38 2015 New Revision: 278238 URL: https://svnweb.freebsd.org/changeset/base/278238 Log: turn GEOM_UNCOMPRESS_DEBUG into a proper option so it can be specified in kernel config files.. put VERBOSE_SYSINIT in it's own option header so the one file,

Re: svn commit: r277860 - head/usr.sbin/sa

2015-01-29 Thread John-Mark Gurney
into .data making it writable, and also means that bad programs could end up stop working, instead of faulting when someone tries to change the version string... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

Re: svn commit: r277204 - head/sys/amd64/conf

2015-01-21 Thread John-Mark Gurney
useful for things like PAE which have a big impact... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org mailing list http

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

2015-01-20 Thread John-Mark Gurney
bad RPC errors later. Ahh, thanks! :) That's probably what I was seeing at the hack-a-thon.. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all

svn commit: r277097 - head/share/man/man7

2015-01-12 Thread John-Mark Gurney
Author: jmg Date: Mon Jan 12 23:33:40 2015 New Revision: 277097 URL: https://svnweb.freebsd.org/changeset/base/277097 Log: fix IV size of XTS to be correct at 8 bytes.. That is what both the AES-NI code and the software code expects.. Modified: head/share/man/man7/crypto.7 Modified:

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

2015-01-07 Thread John-Mark Gurney
these better so people aren't reinventing them over and over again.. We do this in geli for creating threads for each geli worker... Can't something like taskqueue_start_threads_pinned be used for this? -- John-Mark Gurney Voice: +1 415 225 5579 All that I

Re: svn commit: r276750 - in head: share/man/man9 sys/contrib/ipfilter/netinet sys/dev/an sys/dev/bge sys/dev/ce sys/dev/cm sys/dev/cp sys/dev/cs sys/dev/ctau sys/dev/ed sys/dev/ex sys/dev/fe sys/dev/

2015-01-07 Thread John-Mark Gurney
-commit review would definitely be appreciated to spot errors where changes could not easily be made mechanically, but were largely mechanical in nature. Shouldn't this come w/ a FreeBSD version bump for drivers to use? -- John-Mark Gurney Voice: +1 415 225 5579

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

2015-01-05 Thread John-Mark Gurney
us about uninitialized variables, and they do so more accurately. Thanks. Now we should go find all the places added the initalization for gcc, and remove them... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2015-01-05 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Sat, Jan 03, 2015 at 00:33 -0800: We really should look at turning of gcc's uninitialized var warning now that it doesn't do a good job... We are now just poluting our code base w/ bad initalizations that could turn into bugs in the future when someone

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2015-01-03 Thread John-Mark Gurney
Hans Petter Selasky wrote this message on Fri, Jan 02, 2015 at 09:52 +0100: On 12/12/14 20:56, John-Mark Gurney wrote: Author: jmg Date: Fri Dec 12 19:56:36 2014 New Revision: 275732 URL: https://svnweb.freebsd.org/changeset/base/275732 Log: Compile breakage with older compilers

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

2014-12-13 Thread John-Mark Gurney
to _init_flags() to avoid check for double-init. Differential Revision: https://reviews.freebsd.org/D1208 Reviewed by:jhb, wblock MFC after: 1 Month Thanks for adding this... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has

svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/mo...

2014-12-12 Thread John-Mark Gurney
rights reserved. .\ +.\ Portions of this documentation were written by John-Mark Gurney +.\ under sponsorship of the FreeBSD Foundation and +.\ Rubicon Communications, LLC (Netgate). +.\ +.\ This code is derived from software contributed to The NetBSD Foundation +.\ by Coyote Point Systems, Inc

Re: svn commit: r275732 - in head: etc/mtree share/man/man4 share/man/man7 share/man/man9 sys/conf sys/crypto/aesni sys/crypto/via sys/geom/eli sys/libkern sys/mips/rmi/dev/sec sys/modules/aesni sys/m

2014-12-12 Thread John-Mark Gurney
John Baldwin wrote this message on Fri, Dec 12, 2014 at 15:23 -0500: On Friday, December 12, 2014 07:56:38 PM John-Mark Gurney wrote: Author: jmg Date: Fri Dec 12 19:56:36 2014 New Revision: 275732 URL: https://svnweb.freebsd.org/changeset/base/275732 Log: Add some new modes

Re: svn commit: r275468 - head/sys/dev/usb/controller

2014-12-04 Thread John-Mark Gurney
Hans Petter Selasky wrote this message on Thu, Dec 04, 2014 at 08:21 +0100: On 12/04/14 01:54, John-Mark Gurney wrote: Hans Petter Selasky wrote this message on Wed, Dec 03, 2014 at 21:55 +: Author: hselasky Date: Wed Dec 3 21:55:44 2014 New Revision: 275468 URL: https

Re: svn commit: r275468 - head/sys/dev/usb/controller

2014-12-04 Thread John-Mark Gurney
Dag-Erling Smrgrav wrote this message on Thu, Dec 04, 2014 at 19:28 +0100: John-Mark Gurney j...@funkthat.com writes: Did you see the comment about usig __builtin_ffs{,l,ll} instead? this seems to be a better route... No. It's needlessly compiler-dependent. I'm confused, in an earlier

Re: svn commit: r275468 - head/sys/dev/usb/controller

2014-12-03 Thread John-Mark Gurney
on platforms that support it (bsfl on i386), though apparently, we haven't optimized this for all platforms... arm has a version for int, but their ffsl does the same linear search instead of just calling ffs, or at least detecting if sizeof(long) == sizeof(int) and calling ffs... -- John-Mark Gurney

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

2014-11-25 Thread John-Mark Gurney
update the description of the sysctl? That way when we want to remove it, we can... Any sysctl that makes a release is an API that we need to provide compatibility for... :( -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I

svn commit: r274736 - head/libexec/fingerd

2014-11-19 Thread John-Mark Gurney
Author: jmg Date: Thu Nov 20 04:15:58 2014 New Revision: 274736 URL: https://svnweb.freebsd.org/changeset/base/274736 Log: I agree w/ tedu that this isn't a Bug.. it's like complaining that you can't use an ssh client to fetch a web page... Submitted by: tedu (via -tech) Modified:

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

2014-11-15 Thread John-Mark Gurney
Author: jmg Date: Sun Nov 16 01:18:41 2014 New Revision: 274560 URL: https://svnweb.freebsd.org/changeset/base/274560 Log: prevent doing filter ops locking for staticly compiled filter ops... This significantly reduces lock contention when adding/removing knotes on busy multi-kq system...

svn commit: r274164 - head/etc/rc.d

2014-11-05 Thread John-Mark Gurney
Author: jmg Date: Thu Nov 6 07:27:14 2014 New Revision: 274164 URL: https://svnweb.freebsd.org/changeset/base/274164 Log: remove comment about the bug... I don't remeber what it was... It may be an issue w/ using awk which is in /usr (and isn't always present), or another issue...

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

2014-11-04 Thread John-Mark Gurney
Author: jmg Date: Tue Nov 4 08:22:08 2014 New Revision: 274083 URL: https://svnweb.freebsd.org/changeset/base/274083 Log: convert .Nm to proper .Xr's... Modified: head/share/man/man4/tap.4 Modified: head/share/man/man4/tap.4

svn commit: r274059 - head/etc/rc.d

2014-11-03 Thread John-Mark Gurney
Author: jmg Date: Mon Nov 3 19:23:49 2014 New Revision: 274059 URL: https://svnweb.freebsd.org/changeset/base/274059 Log: use tab instead of spaces like the rest of the file.. Modified: head/etc/rc.d/syscons Modified: head/etc/rc.d/syscons

Re: svn commit: r273955 - in head: etc/rc.d share/man/man7

2014-11-03 Thread John-Mark Gurney
Brooks Davis wrote this message on Mon, Nov 03, 2014 at 19:00 +: On Sun, Nov 02, 2014 at 12:11:26AM +, John-Mark Gurney wrote: Author: jmg Date: Sun Nov 2 00:11:25 2014 New Revision: 273955 URL: https://svnweb.freebsd.org/changeset/base/273955 Log: add an rc.d script

svn commit: r274060 - head/etc/rc.d

2014-11-03 Thread John-Mark Gurney
Author: jmg Date: Mon Nov 3 21:03:54 2014 New Revision: 274060 URL: https://svnweb.freebsd.org/changeset/base/274060 Log: switch from spaces to tabs to match style and awk... Pointed out by: brooks Modified: head/etc/rc.d/growfs Modified: head/etc/rc.d/growfs

svn commit: r273955 - in head: etc/rc.d share/man/man7

2014-11-01 Thread John-Mark Gurney
@@ +#!/bin/sh +# +# Copyright 2014 John-Mark Gurney +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright

Re: svn commit: r273734 - head/bin/dd

2014-10-31 Thread John-Mark Gurney
be cast to the correct intXX_t sized value instead.. In the SJARG case, a simple cast to ptrdiff_t is sufficient.. Now bde will have better idea on the UJARG case, but that needs to go be casted to uintXX_t, and no further casting is needed... -- John-Mark Gurney

svn commit: r273844 - head/usr.bin/hexdump

2014-10-30 Thread John-Mark Gurney
Author: jmg Date: Thu Oct 30 06:54:25 2014 New Revision: 273844 URL: https://svnweb.freebsd.org/changeset/base/273844 Log: fix spelling of offset since that is what is used in the body... Modified: head/usr.bin/hexdump/hexdump.1 Modified: head/usr.bin/hexdump/hexdump.1

Re: svn commit: r273762 - head/sys/modules/dtrace/dtraceall

2014-10-28 Thread John-Mark Gurney
? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

svn commit: r273808 - head/sys/dev/safe

2014-10-28 Thread John-Mark Gurney
Author: jmg Date: Wed Oct 29 02:23:50 2014 New Revision: 273808 URL: https://svnweb.freebsd.org/changeset/base/273808 Log: make this compile on arm... bus_size_t is not size_t, and it has different sizes on different arches... Modified: head/sys/dev/safe/safe.c Modified:

svn commit: r273752 - head/lib/libnv

2014-10-27 Thread John-Mark Gurney
Author: jmg Date: Mon Oct 27 23:03:17 2014 New Revision: 273752 URL: https://svnweb.freebsd.org/changeset/base/273752 Log: fix typo, properly install a link to nv for nvlist_freev... Modified: head/lib/libnv/Makefile Modified: head/lib/libnv/Makefile

svn commit: r273756 - in head/lib: libusb libz

2014-10-27 Thread John-Mark Gurney
Author: jmg Date: Mon Oct 27 23:43:25 2014 New Revision: 273756 URL: https://svnweb.freebsd.org/changeset/base/273756 Log: only install .pc files when we are not installing 32bit compat libs... This fixes the problem of installing the .pc files multiple times... Modified:

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

2014-10-23 Thread John-Mark Gurney
Author: jmg Date: Thu Oct 23 17:24:50 2014 New Revision: 273550 URL: https://svnweb.freebsd.org/changeset/base/273550 Log: minor updates to make it more explicit that when using fpu_kern_thread, you don't need to use fpu_kern_enter/_leave... Reviewed by: kib Modified:

svn commit: r273454 - head/share/mk

2014-10-22 Thread John-Mark Gurney
Author: jmg Date: Wed Oct 22 06:53:55 2014 New Revision: 273454 URL: https://svnweb.freebsd.org/changeset/base/273454 Log: fix spelling of DEFAULT in comments... Modified: head/share/mk/bsd.mkopt.mk Modified: head/share/mk/bsd.mkopt.mk

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

2014-10-21 Thread John-Mark Gurney
Author: jmg Date: Tue Oct 21 17:17:40 2014 New Revision: 273388 URL: https://svnweb.freebsd.org/changeset/base/273388 Log: spell out the arguments.. the + *offsetp does not belong w/ the type, move it outside the .Fn macro... Modified: head/share/man/man9/mbuf.9 Modified:

<    1   2   3   4   >