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

2010-11-28 Thread John-Mark Gurney
Author: jmg Date: Sun Nov 28 23:34:20 2010 New Revision: 216021 URL: http://svn.freebsd.org/changeset/base/216021 Log: document that most of ioctl requests in cd(4) are implemented by acd(4).. Modified: head/share/man/man4/ata.4 Modified: head/share/man/man4/ata.4

svn commit: r226907 - head/sbin/fdisk

2011-10-29 Thread John-Mark Gurney
Author: jmg Date: Sat Oct 29 17:28:59 2011 New Revision: 226907 URL: http://svn.freebsd.org/changeset/base/226907 Log: error if /boot/mbr is empty... This can happen on a system like arm that doesn't have a /boot/mbr, and you touch it to get past the previous error message... MFC

svn commit: r226908 - head/sbin/fdisk

2011-10-29 Thread John-Mark Gurney
Author: jmg Date: Sat Oct 29 17:30:57 2011 New Revision: 226908 URL: http://svn.freebsd.org/changeset/base/226908 Log: remove trailing whitespace... MFC after:1 week Modified: head/sbin/fdisk/fdisk.c Modified: head/sbin/fdisk/fdisk.c

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

2011-11-05 Thread John-Mark Gurney
== --- head/share/man/man9/kqueue.9Sat Nov 5 17:43:28 2011 (r227115) +++ head/share/man/man9/kqueue.9Sat Nov 5 17:55:49 2011 (r227116) @@ -1,4 +1,4 @@ -.\ Copyright 2006 John-Mark Gurney +.\ Copyright 2006,2011 John-Mark Gurney .\ All

Re: svn commit: r217561 - in head/sys: arm/arm i386/i386 mips/mips powerpc/aim powerpc/booke sparc64/sparc64

2011-01-18 Thread John-Mark Gurney
, we loose a wakeup, and some other waiter will not be woken up. Shouldn't this behavior be documented in the man page? That even though msleep may return a non-zero value that it could have been really woken up? -- John-Mark Gurney Voice: +1 415 225 5579 All

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

2011-01-19 Thread John-Mark Gurney
Author: jmg Date: Wed Jan 19 22:16:42 2011 New Revision: 217613 URL: http://svn.freebsd.org/changeset/base/217613 Log: document that even when wakeup_one is used to wakeup, msleep and friends may still return a non-zero value... You are not guaranteed to get a one to one mapping between

Re: svn commit: r229415 - head/lib/libvgl

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

Re: svn commit: r229415 - head/lib/libvgl

2012-01-10 Thread John-Mark Gurney
Eitan Adler wrote this message on Mon, Jan 09, 2012 at 23:48 -0500: On Mon, Jan 9, 2012 at 11:02 PM, John-Mark Gurney j...@funkthat.com wrote: Last time I did benchmarking on this ~10 years ago, it was slower to use xor instead of using assignments... I'd be shocked if the compiler didn't

Re: svn commit: r261424 - head/sys/dev/mmc

2014-02-03 Thread John-Mark Gurney
, sdhci_ti, mmc_driver, mmc_devclass, NULL, NULL); +DRIVER_MODULE(mmc, ti_mmchs, mmc_driver, mmc_devclass, NULL, NULL); + Is there a reason we don't make mmc_driver/mmc_devclass global and put all of these defines in their respective file instead of poluting an MI file w/ MD info? -- John-Mark

Re: svn commit: r261564 - head/sys/arm/arm

2014-02-06 Thread John-Mark Gurney
to -arm... I've gotten a bit busy the last couple weeks, so I haven't had time to work on it recently... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

svn commit: r261787 - head/contrib/gdb/gdb

2014-02-11 Thread John-Mark Gurney
Author: jmg Date: Wed Feb 12 02:03:37 2014 New Revision: 261787 URL: http://svnweb.freebsd.org/changeset/base/261787 Log: recognize the FreeBSD ARCH tag that is put on binaries like on armeb EABI binaries... MFC after:1 week Modified: head/contrib/gdb/gdb/osabi.c Modified:

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

2014-02-14 Thread John-Mark Gurney
Author: jmg Date: Sat Feb 15 07:01:45 2014 New Revision: 261910 URL: http://svnweb.freebsd.org/changeset/base/261910 Log: document _JAIL as a possible option to set a cpuset for a jail.. MFC after:3 days Modified: head/lib/libc/sys/cpuset.2 Modified: head/lib/libc/sys/cpuset.2

Re: svn commit: r262424 - head/usr.sbin/pmcstat

2014-02-24 Thread John-Mark Gurney
and document new features in pmcstat(8)? Please! -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org

svn commit: r262619 - head

2014-02-28 Thread John-Mark Gurney
Author: jmg Date: Fri Feb 28 19:51:47 2014 New Revision: 262619 URL: http://svnweb.freebsd.org/changeset/base/262619 Log: since -F is safe, and an update from 10-HEAD to 10-STABLE is sooo bloody anoying w/o it.. recommend people use -F too... Modified: head/UPDATING Modified:

svn commit: r262811 - head/cddl/lib/libctf

2014-03-05 Thread John-Mark Gurney
Author: jmg Date: Wed Mar 5 23:37:25 2014 New Revision: 262811 URL: http://svnweb.freebsd.org/changeset/base/262811 Log: mark that libctf depends upon libz so that if you dlopen libctf, you don't get: Undefined symbol zError Modified: head/cddl/lib/libctf/Makefile Modified:

svn commit: r262945 - head/lib/libcrypt

2014-03-08 Thread John-Mark Gurney
Author: jmg Date: Sun Mar 9 07:45:59 2014 New Revision: 262945 URL: http://svnweb.freebsd.org/changeset/base/262945 Log: various formating fixes, use NUL for NUL bytes.. drop out dated perf numbers (can't imagine people are still running Pentium MMX 166's anymore)... bump date...

svn commit: r262993 - head/sys/opencrypto

2014-03-10 Thread John-Mark Gurney
Author: jmg Date: Tue Mar 11 01:41:09 2014 New Revision: 262993 URL: http://svnweb.freebsd.org/changeset/base/262993 Log: some minor clean up.. Always _ZERO memory so mtx_init won't panic... use the proper macro instead of hand rolling it... Reviewed by: jhb (only the malloc change)

svn commit: r262994 - head/sys/opencrypto

2014-03-10 Thread John-Mark Gurney
Author: jmg Date: Tue Mar 11 01:45:46 2014 New Revision: 262994 URL: http://svnweb.freebsd.org/changeset/base/262994 Log: allow the kern.cryptodevallowsoft sysctl to enable symetric/hashes too... This will allow us to more easily test the software versions of these routines...

Re: svn commit: r263091 - in head/sys: netinet netinet6

2014-03-12 Thread John-Mark Gurney
nicolas-ml deffayet.com Sponsored by: Nginx, Inc. Was the version bumped so that old kernel modules won't cause issues w/ the new numbering? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

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

2014-03-13 Thread John-Mark Gurney
Author: jmg Date: Thu Mar 13 16:19:36 2014 New Revision: 263110 URL: http://svnweb.freebsd.org/changeset/base/263110 Log: remove link to the missing AMD Geode LX SB man page... we can add it back once someone cares enough to write one.. Modified: head/share/man/man4/crypto.4 Modified:

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

2014-03-13 Thread John-Mark Gurney
John Nielsen wrote this message on Thu, Mar 13, 2014 at 16:28 -0600: On Mar 13, 2014, at 10:19 AM, John-Mark Gurney j...@freebsd.org wrote: Author: jmg Date: Thu Mar 13 16:19:36 2014 New Revision: 263110 URL: http://svnweb.freebsd.org/changeset/base/263110 Log: remove link

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

2014-03-14 Thread John-Mark Gurney
Warner Losh wrote this message on Fri, Mar 14, 2014 at 08:30 -0600: On Mar 14, 2014, at 3:13 AM, Christian Brueffer bruef...@freebsd.org wrote: On 3/14/14 2:54 AM, John-Mark Gurney wrote: John Nielsen wrote this message on Thu, Mar 13, 2014 at 16:28 -0600: On Mar 13, 2014, at 10:19 AM

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

2014-03-14 Thread John-Mark Gurney
... And interestingly, the isa attachment for it is i386 only? but pccard attachment for all arches? ie and other isa based ethernet cards are there, but aren't in the arch specific files.* files... Guess spring is here a little early.. :) -- John-Mark Gurney Voice: +1 415 225

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

2014-03-14 Thread John-Mark Gurney
Christian Brueffer wrote this message on Fri, Mar 14, 2014 at 17:55 +0100: On 3/14/14 5:47 PM, Warner Losh wrote: On Mar 14, 2014, at 10:41 AM, John-Mark Gurney j...@funkthat.com wrote: Warner Losh wrote this message on Fri, Mar 14, 2014 at 08:30 -0600: On Mar 14, 2014, at 3:13 AM

svn commit: r263214 - in head/sys: compat/freebsd32 kern sys

2014-03-15 Thread John-Mark Gurney
Author: jmg Date: Sun Mar 16 00:53:40 2014 New Revision: 263214 URL: http://svnweb.freebsd.org/changeset/base/263214 Log: change td_retval into a union w/ off_t, with defines to mask the change... This eliminates a cast, and also forces td_retval (often 2 32-bit registers) to be aligned so

svn commit: r263215 - head/sys/crypto/sha2

2014-03-15 Thread John-Mark Gurney
Author: jmg Date: Sun Mar 16 00:57:26 2014 New Revision: 263215 URL: http://svnweb.freebsd.org/changeset/base/263215 Log: copy these files from lib/libmd in preperation for moving these files into the kernel... Added: head/sys/crypto/sha2/sha256.h - copied unchanged from r263213,

svn commit: r263216 - head/share/man/man3

2014-03-15 Thread John-Mark Gurney
Author: jmg Date: Sun Mar 16 01:17:09 2014 New Revision: 263216 URL: http://svnweb.freebsd.org/changeset/base/263216 Log: Xref pthread_cancel... bump Dd, _exit was still dated 1996! yes, it has been modified a few times since then... MFC after:1 week Modified:

Re: svn commit: r263214 - in head/sys: compat/freebsd32 kern sys

2014-03-15 Thread John-Mark Gurney
blocked until someone w/ clue tells me what more I need to do to debug this... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head@freebsd.org mailing

svn commit: r263218 - in head: lib/libcrypt lib/libmd sys/conf sys/crypto/sha2

2014-03-15 Thread John-Mark Gurney
Author: jmg Date: Sun Mar 16 01:43:23 2014 New Revision: 263218 URL: http://svnweb.freebsd.org/changeset/base/263218 Log: replace the kernel's version w/ cperciva's implementation... In all my tests, it is faster ~20%, even on an old IXP425 533MHz it is ~45% faster... This is partly due

svn commit: r263219 - in head/sys/modules: crypto geom/geom_bde random zfs

2014-03-15 Thread John-Mark Gurney
Author: jmg Date: Sun Mar 16 01:55:30 2014 New Revision: 263219 URL: http://svnweb.freebsd.org/changeset/base/263219 Log: I clearly didn't test the modules... add sha256c.c to the various modules that included sha2.c... Modified: head/sys/modules/crypto/Makefile

Re: svn commit: r263210 - head/lib/msun/arm

2014-03-16 Thread John-Mark Gurney
the floating-point environment. Looks like this may have broken arm and armeb: http://tinderbox.freebsd.org/tinderbox-head-noclang-build-HEAD-arm-arm.brief -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

Re: svn commit: r263215 - head/sys/crypto/sha2

2014-03-16 Thread John-Mark Gurney
of rolling the loops up, we could look at that... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org

Re: svn commit: r263218 - in head: lib/libcrypt lib/libmd sys/conf sys/crypto/sha2

2014-03-16 Thread John-Mark Gurney
, John-Mark Gurney j...@freebsd.org wrote: replace the kernel's version w/ cperciva's implementation... In all my tests, it is faster ~20%, even on an old IXP425 533MHz it is ~45% faster... This is partly due to loop unrolling, so the code size does significantly increase... I do plan

Re: svn commit: r263214 - in head/sys: compat/freebsd32 kern sys

2014-03-20 Thread John-Mark Gurney
Alan Cox wrote this message on Wed, Mar 19, 2014 at 11:31 -0500: On 03/15/2014 20:26, John-Mark Gurney wrote: Adrian Chadd wrote this message on Sat, Mar 15, 2014 at 18:17 -0700: How far along does it get? It rarely gets to multiuser, and even if it does, it panics very shortly afterward

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

2014-03-21 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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any

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

2014-03-22 Thread John-Mark Gurney
enabled, expect reduced performance. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman

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

2014-03-22 Thread John-Mark Gurney
Ian Lepore wrote this message on Sat, Mar 22, 2014 at 07:25 -0600: On Fri, 2014-03-21 at 12:04 -0700, John-Mark Gurney wrote: Ian Lepore wrote this message on Fri, Mar 21, 2014 at 08:27 -0600: On Fri, 2014-03-21 at 09:43 +, Andrew Turner wrote: On Thu, 20 Mar 2014 17:01:21 + (UTC

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

2014-03-24 Thread John-Mark Gurney
); + mtx_unlock(devstat_mutex); return (0); } offset -= PAGE_SIZE; } + mtx_unlock(devstat_mutex); return (-1); } -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All

Re: svn commit: r263740 - in head/sys: cam/ctl dev/iscsi

2014-03-25 Thread John-Mark Gurney
) {\ + printf(%s: X \n, \ + __func__, ## __VA_ARGS__); \ + } \ } while (0) -- John-Mark Gurney Voice: +1 415 225 5579

svn commit: r263759 - head/usr.bin/brandelf

2014-03-25 Thread John-Mark Gurney
. .Sh AUTHORS This manual page was written by -.An John-Mark Gurney Aq gurne...@efn.org . +.An John-Mark Gurney Aq j...@freebsd.org . ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any

svn commit: r263760 - in head/share/man: man4 man9

2014-03-25 Thread John-Mark Gurney
-contributors -.\may be used to endorse or promote products derived from this software -.\without specific prior written permission. .\ .\ THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND .\ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED

Re: svn commit: r263957 - in head/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-03-30 Thread John-Mark Gurney
increase up to 35 and not something larger, like 64? Is there a memory or performance penalty? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head

Re: svn commit: r264269 - in head: sys/conf sys/kern sys/modules sys/modules/imgact_binmisc sys/sys usr.sbin usr.sbin/binmiscctl

2014-04-12 Thread John-Mark Gurney
first class citzens as people will say feature X is broken on arch Y for no good reason... If you believe it should work on all archs, make it available for all and send out a call for testers to the various lists... Thanks. -- John-Mark Gurney Voice: +1 415 225 5579

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

2014-04-18 Thread John-Mark Gurney
Author: jmg Date: Sat Apr 19 01:52:03 2014 New Revision: 264673 URL: http://svnweb.freebsd.org/changeset/base/264673 Log: add link to crypto(4)... MFC after:1 week Modified: head/share/man/man9/crypto.9 Modified: head/share/man/man9/crypto.9

svn commit: r264678 - head/sys/net

2014-04-19 Thread John-Mark Gurney
Author: jmg Date: Sat Apr 19 19:08:08 2014 New Revision: 264678 URL: http://svnweb.freebsd.org/changeset/base/264678 Log: garbage collect something that hasn't been triggered in almost 5 years... the last consumer was removed a couple years ago... Modified: head/sys/net/route.h Modified:

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

2014-04-19 Thread John-Mark Gurney
Author: jmg Date: Sat Apr 19 19:32:54 2014 New Revision: 264680 URL: http://svnweb.freebsd.org/changeset/base/264680 Log: add a TON of missing event handlers with quite possibly bogus descrptions... If you're one of the many people who forgot to document their work and don't like my

Re: svn commit: r265359 - head/sys/modules/sound/sound

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

svn commit: r266173 - head/usr.sbin/pmcannotate

2014-05-15 Thread John-Mark Gurney
Author: jmg Date: Thu May 15 18:51:01 2014 New Revision: 266173 URL: http://svnweb.freebsd.org/changeset/base/266173 Log: make a note that FNBUFF cannot overflow as long as LNBUFF is smaller.. MFC after:2 weeks Modified: head/usr.sbin/pmcannotate/pmcannotate.c Modified:

svn commit: r266425 - head/tools/tools/makeroot

2014-05-18 Thread John-Mark Gurney
Author: jmg Date: Mon May 19 04:40:02 2014 New Revision: 266425 URL: http://svnweb.freebsd.org/changeset/base/266425 Log: remove trailing white space... fix spelling of unnecessary... Modified: head/tools/tools/makeroot/makeroot.sh Modified: head/tools/tools/makeroot/makeroot.sh

Re: svn commit: r266349 - in head: share/mk sys/conf

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

Re: svn commit: r266349 - in head: share/mk sys/conf

2014-05-20 Thread John-Mark Gurney
Warner Losh wrote this message on Tue, May 20, 2014 at 15:16 -0600: On May 20, 2014, at 3:14 PM, John-Mark Gurney j...@funkthat.com wrote: Andrew Turner wrote this message on Sun, May 18, 2014 at 20:56 +0100: On Sat, 17 May 2014 20:31:34 + (UTC) Warner Losh i...@freebsd.org wrote

Re: svn commit: r266481 - head/sys/x86/x86

2014-05-20 Thread John-Mark Gurney
the commands (make sure you have dtraceall loaded) and they worked... Page: http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

Re: svn commit: r266553 - head/release/scripts

2014-05-23 Thread John-Mark Gurney
be as useful for building images... Right now I'm looking at tools/tools/makeroot that allows merging of mtree files, which will allow us to easily customize the built image.. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All

Re: svn commit: r266855 - head/sys/dev/uart

2014-05-29 Thread John-Mark Gurney
-ier_mask instead of 0x40? It also looks like AVILA doesn't have the hints to set this like GUMSTIX does, and maybe adding this will help? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

svn commit: r266930 - head/usr.sbin/makefs/ffs

2014-05-31 Thread John-Mark Gurney
Author: jmg Date: Sat May 31 20:26:34 2014 New Revision: 266930 URL: http://svnweb.freebsd.org/changeset/base/266930 Log: convert to using the _daddr_t types like newfs was... Put the superblock in the correct possition for UFS2... There is a bug in FFS that if we don't put it here (for

svn commit: r266964 - head/sys/modules

2014-06-01 Thread John-Mark Gurney
Author: jmg Date: Mon Jun 2 03:27:33 2014 New Revision: 266964 URL: http://svnweb.freebsd.org/changeset/base/266964 Log: enable sound modules on arm.. This is necessary to get the uaudio module installed... Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

Re: svn commit: r266972 - head/sbin/geom/class/label

2014-06-02 Thread John-Mark Gurney
labels and explain why there are additional nodes created for nested GEOM classes. Reminded by:jmg Shouldn't kern.geom.label.disk_ident.enable also be documented here? Thanks! -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has

svn commit: r266984 - head/usr.sbin/mixer

2014-06-02 Thread John-Mark Gurney
Author: jmg Date: Mon Jun 2 22:58:00 2014 New Revision: 266984 URL: http://svnweb.freebsd.org/changeset/base/266984 Log: add Xref to sound(4)... MFC after:1 week Modified: head/usr.sbin/mixer/mixer.8 Modified: head/usr.sbin/mixer/mixer.8

svn commit: r266985 - head/sys/ddb

2014-06-02 Thread John-Mark Gurney
Author: jmg Date: Mon Jun 2 23:50:19 2014 New Revision: 266985 URL: http://svnweb.freebsd.org/changeset/base/266985 Log: handle longer commands so that lines don't overflow... people who added commands forgot to check this... Modified: head/sys/ddb/db_command.c Modified:

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

2014-06-03 Thread John-Mark Gurney
Bruce Evans wrote this message on Tue, Jun 03, 2014 at 21:11 +1000: On Mon, 2 Jun 2014, John-Mark Gurney wrote: Log: handle longer commands so that lines don't overflow... people who added commands forgot to check this... Please fix the sticky . key on your keyboard. It keeps

Re: svn commit: r266972 - head/sbin/geom/class/label

2014-06-03 Thread John-Mark Gurney
sysctls, they are somewhat self documenting now, just need to know that they exist... Thanks. On 3 June 2014 00:31, John-Mark Gurney j...@funkthat.com wrote: Ivan Voras wrote this message on Mon, Jun 02, 2014 at 15:05 +: Author: ivoras Date: Mon Jun 2 15:05:25 2014 New Revision

Re: svn commit: r267021 - in head/sys: arm/broadcom/bcm2835 arm/ti boot/fdt/dts/arm

2014-06-03 Thread John-Mark Gurney
(but it is going to work with any i2c controller on the system). Discussed with: ian MFC after: 2 weeks We should probably document this in the iicbus(4) or iic(4) man page, want to do the honors? -- John-Mark Gurney Voice: +1 415 225 5579 All that I

svn commit: r267031 - head/sys/ufs/ffs

2014-06-03 Thread John-Mark Gurney
Author: jmg Date: Tue Jun 3 21:46:13 2014 New Revision: 267031 URL: http://svnweb.freebsd.org/changeset/base/267031 Log: don't check fs_flags for _FLAGS_UPDATED as it is stored in fs_old_flags.. If you had a UFS2 FS that didn't have it's super block at SBLOCK_UFS2, you'll end up corrupting

Re: svn commit: r267357 - head/sys/geom/part

2014-06-12 Thread John-Mark Gurney
shouldn't be using the command, or at least reading other docs for help on using them... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head@freebsd.org

svn commit: r267408 - head/sys/arm/arm

2014-06-12 Thread John-Mark Gurney
Author: jmg Date: Thu Jun 12 16:31:15 2014 New Revision: 267408 URL: http://svnweb.freebsd.org/changeset/base/267408 Log: clear the write bit... This allows my AVILA board to survive a portsnap extract, where previously it would panic.. clearly someone who knows pmap should optimize this

svn commit: r267712 - head/sys/dev/uart

2014-06-22 Thread John-Mark Gurney
Author: jmg Date: Sun Jun 22 06:54:36 2014 New Revision: 267712 URL: http://svnweb.freebsd.org/changeset/base/267712 Log: add support for MosChip MCS9922... This is found on an ExpressCard.. tested to work w/ cu talking to itself (the two ports connected via null modem cable)...

svn commit: r267715 - in head: contrib/wpa/src/utils usr.sbin/wpa/hostapd usr.sbin/wpa/hostapd_cli usr.sbin/wpa/wpa_cli usr.sbin/wpa/wpa_passphrase usr.sbin/wpa/wpa_supplicant

2014-06-22 Thread John-Mark Gurney
Author: jmg Date: Sun Jun 22 10:00:33 2014 New Revision: 267715 URL: http://svnweb.freebsd.org/changeset/base/267715 Log: convert to using pidfile... This prevents multiple wpa_supplicants running at the same time causing problems w/ wifi not working.. the patch will be submitted

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

2014-06-23 Thread John-Mark Gurney
the (previous version) of the text and providing grammar and content fixes. And thanks to kib for writing it in the first place... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

Re: svn commit: r267712 - head/sys/dev/uart

2014-06-23 Thread John-Mark Gurney
Marius Strobl wrote this message on Mon, Jun 23, 2014 at 15:16 +0200: On Sun, Jun 22, 2014 at 06:54:36AM +, John-Mark Gurney wrote: Author: jmg Date: Sun Jun 22 06:54:36 2014 New Revision: 267712 URL: http://svnweb.freebsd.org/changeset/base/267712 Log: add support

Re: svn commit: r252458 - head/lib/libc/iconv

2013-07-01 Thread John-Mark Gurney
that if someone uses this is a new file, they won't get burned) and comments around the macros that it isn't a global lock. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

svn commit: r254923 - head/share/misc

2013-08-26 Thread John-Mark Gurney
...@freebsd.org\n1998/05/13] jlh [label=Jeremie Le Hen\n...@freebsd.org\n2012/04/22] jls [label=Jordan Sissel\n...@freebsd.org\n2006/12/06] +jmg [label=John-Mark Gurney\n...@freebsd.org\n1997/02/13] joerg [label=Joerg Wunsch\njo...@freebsd.org\n1993/11/14] jon [label=Jonathan Chen\n...@freebsd.org

svn commit: r254924 - head/sys/dev/amdtemp

2013-08-26 Thread John-Mark Gurney
Author: jmg Date: Mon Aug 26 17:38:36 2013 New Revision: 254924 URL: http://svnweb.freebsd.org/changeset/base/254924 Log: Add support for my: CPU: AMD A10-5700 APU with Radeon(tm) HD Graphics(3393.89-MHz K8-class CPU) Modified: head/sys/dev/amdtemp/amdtemp.c Modified:

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

2013-08-26 Thread John-Mark Gurney
Author: jmg Date: Mon Aug 26 18:47:10 2013 New Revision: 254929 URL: http://svnweb.freebsd.org/changeset/base/254929 Log: none of the drivers in the tree support CDIOCCAPABILITY or CDIOCPITCH.. remove the documentation so people won't get confused and think they are supported... Modified:

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

2013-08-26 Thread John-Mark Gurney
== --- head/share/man/man4/sysmouse.4 Mon Aug 26 18:47:10 2013 (r254929) +++ head/share/man/man4/sysmouse.4 Mon Aug 26 18:50:40 2013 (r254930) @@ -1,5 +1,4 @@ -.\ Copyright (c) 1997 -.\John-Mark Gurney. All rights reserved. +.\ Copyright 1997 John-Mark

svn commit: r254931 - head/usr.bin/brandelf

2013-08-26 Thread John-Mark Gurney
== --- head/usr.bin/brandelf/brandelf.1Mon Aug 26 18:50:40 2013 (r254930) +++ head/usr.bin/brandelf/brandelf.1Mon Aug 26 18:51:48 2013 (r254931) @@ -1,5 +1,4 @@ -.\ Copyright (c) 1997 -.\John-Mark Gurney. All rights reserved

svn commit: r254932 - head/sys/kern

2013-08-26 Thread John-Mark Gurney
Author: jmg Date: Mon Aug 26 18:53:19 2013 New Revision: 254932 URL: http://svnweb.freebsd.org/changeset/base/254932 Log: fix up some comments and a white space issue... MFC after:3 days Modified: head/sys/kern/kern_event.c Modified: head/sys/kern/kern_event.c

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

2013-08-28 Thread John-Mark Gurney
fsync will block till all the blocks are on disk... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head@freebsd.org mailing list http

svn commit: r255185 - in head: contrib/gcc contrib/gcc/config/i386 contrib/gcc/doc gnu/usr.bin/cc/include

2013-09-03 Thread John-Mark Gurney
/include/__wmmintrin_aes.h Tue Sep 3 17:33:29 2013(r255185) @@ -0,0 +1,54 @@ +/*- + * Copyright 2013 John-Mark Gurney + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following

svn commit: r255187 - in head/sys: conf crypto/aesni modules/aesni

2013-09-03 Thread John-Mark Gurney
) @@ -0,0 +1,136 @@ +/*- + * Copyright 2013 John-Mark Gurney j...@freebsd.org + * 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

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

2013-09-04 Thread John-Mark Gurney
Author: jmg Date: Wed Sep 4 17:48:41 2013 New Revision: 255208 URL: http://svnweb.freebsd.org/changeset/base/255208 Log: add links for the various vmem functions... Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile

Re: svn commit: r255187 - in head/sys: conf crypto/aesni modules/aesni

2013-09-10 Thread John-Mark Gurney
David O'Brien wrote this message on Mon, Sep 09, 2013 at 23:01 -0700: On Tue, Sep 03, 2013 at 06:31:23PM +, John-Mark Gurney wrote: Log: Use the fact that the AES-NI instructions can be pipelined to improve performance... Use SSE2 instructions for calculating the XTS tweek

Re: svn commit: r255439 - head/sys/dev/cpuctl

2013-09-10 Thread John-Mark Gurney
for these cases, incase this breaks in the future.. - ptr = (void *)(16 + ((intptr_t)ptr ~0xf)); -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ svn-src-head

svn commit: r255453 - head

2013-09-10 Thread John-Mark Gurney
Author: jmg Date: Tue Sep 10 17:26:09 2013 New Revision: 255453 URL: http://svnweb.freebsd.org/changeset/base/255453 Log: add note about gcc and aesni... Approved by: re (gjb, kib) Modified: head/UPDATING Modified: head/UPDATING

svn commit: r255521 - head/usr.sbin/daemon

2013-09-13 Thread John-Mark Gurney
Author: jmg Date: Fri Sep 13 16:57:28 2013 New Revision: 255521 URL: http://svnweb.freebsd.org/changeset/base/255521 Log: add support for writing the pid of the daemon program to a pid file so that daemon can be used w/ rc.subr and ports can use the additional functionality, such as keeping

Re: svn commit: r255187 - in head/sys: conf crypto/aesni modules/aesni

2013-09-17 Thread John-Mark Gurney
Bjoern A. Zeeb wrote this message on Tue, Sep 17, 2013 at 19:26 +: On Tue, 3 Sep 2013, John-Mark Gurney wrote: Author: jmg Date: Tue Sep 3 18:31:23 2013 New Revision: 255187 URL: http://svnweb.freebsd.org/changeset/base/255187 Log: Use the fact that the AES-NI instructions can

svn commit: r255866 - head/sys/fs/cd9660

2013-09-24 Thread John-Mark Gurney
Author: jmg Date: Wed Sep 25 02:48:12 2013 New Revision: 255866 URL: http://svnweb.freebsd.org/changeset/base/255866 Log: fix a bug where we access a bread buffer after we have brelse'd it... The kernel normally didn't unmap/context switch away before we accessed the buffer most of the

svn commit: r255867 - head/sys/fs/cd9660

2013-09-24 Thread John-Mark Gurney
Author: jmg Date: Wed Sep 25 02:49:18 2013 New Revision: 255867 URL: http://svnweb.freebsd.org/changeset/base/255867 Log: NULL stale pointers (should be a no-op as they should no longer be used)... Reviewed by: dteske Approved by: re (kib) Sponsored by: Vicor MFC after:3 days

svn commit: r255892 - head/sys/kern

2013-09-26 Thread John-Mark Gurney
Author: jmg Date: Thu Sep 26 17:55:04 2013 New Revision: 255892 URL: http://svnweb.freebsd.org/changeset/base/255892 Log: it must be the last member, not might... Reviewed by: attilio Approved by: re (delphij, gjb) Modified: head/sys/kern/kern_descrip.c Modified:

svn commit: r256053 - in head/sys: amd64/conf i386/conf

2013-10-04 Thread John-Mark Gurney
Author: jmg Date: Fri Oct 4 17:21:01 2013 New Revision: 256053 URL: http://svnweb.freebsd.org/changeset/base/256053 Log: add aesni module to i386 and amd64 NOTES... Approved by: re (gjb) Modified: head/sys/amd64/conf/NOTES head/sys/i386/conf/NOTES Modified:

svn commit: r256114 - in head/share/man: man4 man8 man9

2013-10-07 Thread John-Mark Gurney
Author: jmg Date: Mon Oct 7 16:49:53 2013 New Revision: 256114 URL: http://svnweb.freebsd.org/changeset/base/256114 Log: add missing sections, de-Xr non-existent page, properly space punctuation.. Approved by: re (joel) MFC after:3 days Modified:

svn commit: r256130 - in head: lib/libutil tools/regression/lib/libutil

2013-10-07 Thread John-Mark Gurney
== --- head/lib/libutil/humanize_number.c Mon Oct 7 22:03:40 2013 (r256129) +++ head/lib/libutil/humanize_number.c Mon Oct 7 22:22:57 2013 (r256130) @@ -2,6 +2,7 @@ /* * Copyright (c) 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc. + * Copyright 2013 John-Mark Gurney j

svn commit: r256773 - in head: etc/defaults etc/rc.d etc/sendmail share/man/man8

2013-10-19 Thread John-Mark Gurney
Author: jmg Date: Sat Oct 19 18:51:06 2013 New Revision: 256773 URL: http://svnweb.freebsd.org/changeset/base/256773 Log: Enable the automatic creation of a certificate (if one does not exists) and enable the usage by sendmail if sendmail is enabled. Include and document knobs to disable

svn commit: r257165 - head/sbin/mdconfig

2013-10-26 Thread John-Mark Gurney
Author: jmg Date: Sat Oct 26 15:05:27 2013 New Revision: 257165 URL: http://svnweb.freebsd.org/changeset/base/257165 Log: Document that -a will output the device name when -u is not specified.. when -u is specified it is not... update the docs to say that you can use full device names w/

svn commit: r257182 - head/sbin/mdconfig

2013-10-26 Thread John-Mark Gurney
Author: jmg Date: Sat Oct 26 18:23:43 2013 New Revision: 257182 URL: http://svnweb.freebsd.org/changeset/base/257182 Log: bump date forgotten in r257165 Modified: head/sbin/mdconfig/mdconfig.8 Modified: head/sbin/mdconfig/mdconfig.8

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

2013-10-31 Thread John-Mark Gurney
that can't do DMA to two byte boundaries forcing us to copy the packet by using bounce pages... I haven't audited AVILA to see if it has the issue, but I know that the TS-7200 port I was working on has this issue... -- John-Mark Gurney Voice: +1 415 225 5579 All

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

2013-10-31 Thread John-Mark Gurney
Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 22:13 +0100: On Thu, Oct 31, 2013 at 01:49:16PM -0700, John-Mark Gurney wrote: Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 21:05 +0100: On Thu, Oct 31, 2013 at 01:27:25PM -0600, Ian Lepore wrote: ... Is there any chance

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

2013-10-31 Thread John-Mark Gurney
Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 23:41 +0100: On Thu, Oct 31, 2013 at 03:14:57PM -0700, John-Mark Gurney wrote: Luigi Rizzo wrote this message on Thu, Oct 31, 2013 at 22:13 +0100: On Thu, Oct 31, 2013 at 01:49:16PM -0700, John-Mark Gurney wrote: Luigi Rizzo wrote

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

2013-10-31 Thread John-Mark Gurney
performance penalty, like x86/AMD64. LOL. Really? You really want to say that it's fine for embeded systems to loose around half their network performance because we can't make this change? Because we can't be bothered to handle the code the correct way? -- John-Mark Gurney

Re: svn commit: r257646 - head/lib/libc/string

2013-11-04 Thread John-Mark Gurney
strncpy with strlcpy? strncpy does something useful in that it NULs out the remaining buffer, which when coping strings from/to kernel buffers prevent information leaks, so I'd argue that strlcpy can be used incorrectly just as strncpy can be... Just a thought... -- John-Mark Gurney

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

2013-11-06 Thread John-Mark Gurney
Author: jmg Date: Wed Nov 6 19:14:49 2013 New Revision: 257757 URL: http://svnweb.freebsd.org/changeset/base/257757 Log: make it so that from/to can be missaligned as it can happen (the geli regression manages to do it)... We use a packed struct to coerce gcc/clang into producing

  1   2   3   4   >