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 after

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-M

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
one(). As > result, 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

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 wake

svn commit: r191857 - head/usr.sbin/freebsd-update

2009-05-06 Thread John-Mark Gurney
Author: jmg Date: Wed May 6 20:07:28 2009 New Revision: 191857 URL: http://svn.freebsd.org/changeset/base/191857 Log: fix grammar... Reviewed by: cperciva Modified: head/usr.sbin/freebsd-update/freebsd-update.8 Modified: head/usr.sbin/freebsd-update/freebsd-update.8 ==

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

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

2014-03-21 Thread John-Mark Gurney
be turned off, and we might miss an odd calling stack which doesn't hold a lock or something... If you're using HEAD for performance, it's easy to turn these off.. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been don

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

2014-03-22 Thread John-Mark Gurney
I think arm users prefered to run -current, not stable. > (say they need fb driver for chromebook). Heck, it even warns on every boot: WARNING: WITNESS option enabled, expect reduced performance. -- John-Mark Gurney Voice: +1 415 225 5579 "All that

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: > > > >

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

2014-03-24 Thread John-Mark Gurney
f (offset == 0) { > *paddr = vtophys(spp->stat); > + mtx_unlock(&devstat_mutex); > return (0); > } > offset -= PAGE_SIZE; > } > + mtx_unlock(&devstat_mutex); > retur

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

2014-03-25 Thread John-Mark Gurney
> \ > + do {\ > + if (debug > 1) {\ > + printf("%s: " X "\n", \ > + __func__, ## __VA_ARGS

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

2014-03-25 Thread John-Mark Gurney
appeared in .Fx 2.2 . .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-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To u

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

2014-03-25 Thread John-Mark Gurney
the names of any co-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 EXPRE

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
e supports this increase? Also, is there a reason to only 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

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
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 "All that

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: h

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 descript

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

2014-05-06 Thread John-Mark Gurney
# existing one from KERNBUILDDIR which possibly has DEV_ISA defined so > > >> # sound.ko is always built without isadma support. > > > > > > Rather than an opt-in approach here, why not lust list the three that > > > have it since > > > they are the on

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

2013-07-01 Thread John-Mark Gurney
e files (so 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

svn commit: r248656 - head/bin/ed

2013-03-23 Thread John-Mark Gurney
Author: jmg Date: Sat Mar 23 19:04:57 2013 New Revision: 248656 URL: http://svnweb.freebsd.org/changeset/base/248656 Log: Fix compiling ed w/ WITHOUT_ED_CRYPTO... These variables aren't used.. Submitted by: deeptech71 at gmail dot com Modified: head/bin/ed/cbc.c Modified: head/bin/

svn commit: r249440 - head/sys/geom/nop

2013-04-13 Thread John-Mark Gurney
Author: jmg Date: Sat Apr 13 19:02:58 2013 New Revision: 249440 URL: http://svnweb.freebsd.org/changeset/base/249440 Log: move the error report to a lower log level... Now you can see when it returns an error without getting every single io that went through it.. MFC after:1 week Mo

svn commit: r249477 - head/sbin/geom/class/nop

2013-04-14 Thread John-Mark Gurney
Author: jmg Date: Sun Apr 14 16:20:25 2013 New Revision: 249477 URL: http://svnweb.freebsd.org/changeset/base/249477 Log: update information about debugging sysctl... MFC after:1 week Modified: head/sbin/geom/class/nop/gnop.8 Modified: head/sbin/geom/class/nop/gnop.8 ===

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
ual records from a > > A> pmc data file and look at the callgraph information without having to > > A> hand-decode the addresses. > > A> > > A> Sponsored by: Netflix, Inc. > > > > Is it possible to spend 5 minutes and document new features in pmcs

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: head/UPDATIN

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: head/cddl/

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... Consideri

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

2014-03-12 Thread John-Mark Gurney
s Amanakis > In collaboration with: Nicolas DEFFAYET > 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

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: head

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 wrote: > > > Author: jmg > > Date: Thu Mar 13 16:19:36 2014 > > New Revision: 263110 > > URL: http://svnweb.freebsd.org/changeset/base/263110 >

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 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

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

2014-03-14 Thread John-Mark Gurney
386 only scsi device... 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

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 wrote: > > > >> Warner Losh wrote this message on Fri, Mar 14, 2014 at 08:30 -0600: >

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, head/

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: head/share/man/

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

2014-03-15 Thread John-Mark Gurney
7;v': 3228376932}, 'q': {'tqe_next': 0x0, 'tqe_prev': 0xc06d1f64}, 's': {'pv': 0xc06d1f64, 'ss': {'sle_next': 0x0}}}, 'pool': '\x00', 'queue': '\xff', 'segin

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 to

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 head/sys/modules/geom/geo

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

2014-03-16 Thread John-Mark Gurney
o get and > set 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 d

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

2014-03-16 Thread John-Mark Gurney
, boot code doesn't need to run fast, and usually needs to be smaller, though once I add the option 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

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

2014-03-16 Thread John-Mark Gurney
14, at 01:43, John-Mark Gurney 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 > &g

Re: svn commit: r254859 - stable/9/sys/geom/eli

2013-08-25 Thread John-Mark Gurney
t can work with any geli volume... When you have 17 geli volumes (like I do on my machine) * 6 threads, thats a lot of threads, imagine if the box had 32 or 64 cores? You're looking at 500-1000 threads just for encryption... In case someone asks, 8 zfs disks + 2 spares, swap, l2

svn commit: r254923 - head/share/misc

2013-08-26 Thread John-Mark Gurney
Koshy\njko...@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...@free

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: head/sys/dev/amd

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

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 ==

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 right

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

2013-08-28 Thread John-Mark Gurney
all the files in the crash dir)? sync just starts the process while 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 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
--- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/gnu/usr.bin/cc/include/__wmmintrin_aes.h Tue Sep 3 17:33:29 2013(r255185) @@ -0,0 +1,54 @@ +/*- + * Copyright 2013 John-Mark Gurney + * Al

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

2013-09-03 Thread John-Mark Gurney
ause file is newly added) +++ head/sys/crypto/aesni/aesencdec.h Tue Sep 3 18:31:23 2013 (r255187) @@ -0,0 +1,136 @@ +/*- + * Copyright 2013 John-Mark Gurney + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted prov

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-09 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 +0000, John-Mark Gurney wrote: > > Log: > > Use the fact that the AES-NI instructions can be pipelined to improve > > performance... Use SSE2 instructions for

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

2013-09-10 Thread John-Mark Gurney
should add a KASSERT 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 be

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 > > >

Re: svn commit: r260022 - head/lib/libkvm

2013-12-28 Thread John-Mark Gurney
es the cross libkvm also provides an implementation for this > proc_services function. > > Note that this commit does not change any of the architecture-specific > code for cross-compilation. Shouldn't we be putting cross compiled libaries in another location than /lib? Ki

Re: svn commit: r260022 - head/lib/libkvm

2013-12-28 Thread John-Mark Gurney
Marcel Moolenaar wrote this message on Sat, Dec 28, 2013 at 18:49 -0800: > > On Dec 28, 2013, at 5:08 PM, John-Mark Gurney wrote: > > > Marcel Moolenaar wrote this message on Sat, Dec 28, 2013 at 23:01 +: > >> Author: marcel > >> Date: Sat Dec 28 23:01:

Re: svn commit: r259896 - head/sys/dev/cxgb/common

2013-12-29 Thread John-Mark Gurney
hat this is generic hardware register access, and it's likely that if it is removed and someone needs it, they'll write their own instead of dig it out of history, since they might not even realize that it even existed... Though can't we annotate it as unused?

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2014-01-02 Thread John-Mark Gurney
ent... Of course the problem is that when we move to (ASN.1/libnv/ctf/YAML/JSON/XML/etc) we will break ABI compatibility too, or introduce tons of compatibility code that will rot... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been

Re: svn commit: r255219 - in head: contrib/tcpdump lib/libc lib/libc/capability lib/libc/include lib/libc/sys lib/libprocstat sbin/dhclient sbin/hastd sys/amd64/linux32 sys/bsm sys/cddl/compat/opensol

2014-01-02 Thread John-Mark Gurney
Konstantin Belousov wrote this message on Thu, Jan 02, 2014 at 21:26 +0200: > On Thu, Jan 02, 2014 at 11:14:20AM -0800, John-Mark Gurney wrote: > > Konstantin Belousov wrote this message on Thu, Jan 02, 2014 at 15:13 +0200: > > > > > Afaik you could just remove the "sp

svn commit: r260418 - head/lib/libnetgraph

2014-01-07 Thread John-Mark Gurney
Author: jmg Date: Tue Jan 7 23:01:05 2014 New Revision: 260418 URL: http://svnweb.freebsd.org/changeset/base/260418 Log: make sure that rbuf is aligned by making a union w/ the structure we need to access... access the struct through the union too... PR: 185165 Submitted by:

Re: svn commit: r260485 - head/sys/netinet6

2014-01-09 Thread John-Mark Gurney
cture. > */ This last change broken netstat... netstat defines KERNEL to get these structures... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." __

svn commit: r260496 - head/sys/netinet6

2014-01-09 Thread John-Mark Gurney
Author: jmg Date: Thu Jan 9 22:41:18 2014 New Revision: 260496 URL: http://svnweb.freebsd.org/changeset/base/260496 Log: revert part of r260485 which changes how part of the header gets included.. netstat uses -DKERNEL=1 to get these parts and breaks the build w/o it... melifaro@ says

svn commit: r260554 - head/lib/libmd

2014-01-11 Thread John-Mark Gurney
Author: jmg Date: Sat Jan 11 20:49:22 2014 New Revision: 260554 URL: http://svnweb.freebsd.org/changeset/base/260554 Log: use a real uint64_t instead of writing code to emulate one.. I verified w/ a: dd if=/dev/zero bs=1m count=5000 | sha256 a33351fafd00e4c4bcdee2a1c5d019026500f8cdfeaf9

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

2014-01-16 Thread John-Mark Gurney
this sounds suspiciously familar to the recent multicast code that was fixed too... It sounds like someone needs to audit this code to verify that there are no other code paths that can break because of this. -- John-Mark Gurney Voice: +1 415 225

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

2014-01-22 Thread John-Mark Gurney
> > order for pid 38. Device locks should follow a similar rule. They > > should generally not include the device name (and in some cases they > > really shouldn't even have the driver name). > > Why shouldn?t they have a driver and device name? Wouldn?t it help

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

2014-01-22 Thread John-Mark Gurney
>it's not as simple as doing this? > >To be honest, the whole name vs type thing isn't widely used, and it makes > >the mtx_init() function kind of fugly. I think what I would actually > >prefer > >is to just kill it, changing the various places that pass a

Re: svn commit: r261085 - head/sys/geom

2014-01-23 Thread John-Mark Gurney
if (!req->nerror) return (ptr); if (ptr != NULL) g_free(ptr); return (NULL); If anything, the if statement can be removed, but the g_free needs to remain, otherwise there will be a memory leak... -- John-Mark Gurney Voice: +1 415

Re: svn commit: r261031 - in head: . etc usr.sbin/etcupdate usr.sbin/mergemaster

2014-01-23 Thread John-Mark Gurney
> installworld and distribution. We have always expected the host to have > > ITOOLS that work. > > > > Note that this exact situation has happened before back when cap_mkdb and > > pwd_mkdb grew endianness flags for release cross-builds. The pwd_mkdb > > flag and

svn commit: r261211 - head/sys/arm/ti

2014-01-27 Thread John-Mark Gurney
Author: jmg Date: Mon Jan 27 17:31:21 2014 New Revision: 261211 URL: http://svnweb.freebsd.org/changeset/base/261211 Log: fix args to mtx_init Note that this commit hasn't been compile tested because these files are not hooked up to the build... PR: 186129 Submitted by: T

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

2014-01-28 Thread John-Mark Gurney
Author: jmg Date: Tue Jan 28 17:27:54 2014 New Revision: 261238 URL: http://svnweb.freebsd.org/changeset/base/261238 Log: fix spelling of lock_initialized.. jhb approved.. MFC after:1 week Modified: head/sys/kern/subr_lock.c head/sys/sys/lock.h head/sys/sys/mutex.h head/sys/sy

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

2014-01-28 Thread John-Mark Gurney
Author: jmg Date: Tue Jan 28 23:40:02 2014 New Revision: 261254 URL: http://svnweb.freebsd.org/changeset/base/261254 Log: link mbuf to m_append so it can be found... Pointed out by: J David MFC after:1 week Modified: head/share/man/man9/Makefile Modified: head/share/man/man9

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

2014-01-30 Thread John-Mark Gurney
Author: jmg Date: Fri Jan 31 03:57:49 2014 New Revision: 261310 URL: http://svnweb.freebsd.org/changeset/base/261310 Log: add a few missing links... Submitted by: J David MFC after:1 week Modified: head/share/man/man9/Makefile Modified: head/share/man/man9/Makefile ===

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

2014-02-03 Thread John-Mark Gurney
devclass global and put all of these defines in their respective file instead of poluting an MI file w/ MD info? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."

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

2014-02-06 Thread John-Mark Gurney
d to resolve w/ bde, and then there is the wired mapping panic issue that I've posted about 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:

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: head/co

svn commit: r261788 - in head: gnu/usr.bin/gdb/kgdb lib/libkvm

2014-02-11 Thread John-Mark Gurney
Author: jmg Date: Wed Feb 12 02:08:42 2014 New Revision: 261788 URL: http://svnweb.freebsd.org/changeset/base/261788 Log: add support for building a cross-gdb for ARM... This isn't hooked up to xdev yet as I don't know how to make it work properly... It also isn't heavily tested... Re

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

2013-11-12 Thread John-Mark Gurney
s reasonably to assume 32-bit ints. Except that the modern AMD64 arch now allows 52 bits of address for phyiscal memory, which does mean in a few years, we will be eclipsing 8TB in a single machine... Isn't someone running FreeBSD on a 1TB machine? I'm pretty possitive I remeber someone run

svn commit: r258212 - stable/10/sys/crypto/aesni

2013-11-16 Thread John-Mark Gurney
Author: jmg Date: Sat Nov 16 09:01:24 2013 New Revision: 258212 URL: http://svnweb.freebsd.org/changeset/base/258212 Log: MFC r257757: fix issues w/ AES-NI on unaligned data blocks... Approved by: re (kib) Modified: stable/10/sys/crypto/aesni/aesencdec.h stable/10/sys/crypto/aesni/a

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

2013-11-19 Thread John-Mark Gurney
> > return (ether_input(ifp, &mq)); > ... > > That way the compiler can help us figure out where we expect an individual > packet but have accidentally leaked a queue. Functions that accept only a > single packet could also more agressively assert that

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

2013-11-20 Thread John-Mark Gurney
Author: jmg Date: Wed Nov 20 20:25:27 2013 New Revision: 258399 URL: http://svnweb.freebsd.org/changeset/base/258399 Log: flag that the aesni driver is sync... This means we don't waste a context switch just to call the done callback... On my machine, this improves geli/gzero decrypt perfo

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

2013-11-20 Thread John-Mark Gurney
Author: jmg Date: Wed Nov 20 21:16:53 2013 New Revision: 258402 URL: http://svnweb.freebsd.org/changeset/base/258402 Log: fix a use after free, jsegdep_merge will free wk, avoid the next check... CID: 1006098 Sponsored by: Imaginary Forces Reviewed by: mckusick MFC after:

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

2013-11-20 Thread John-Mark Gurney
Author: jmg Date: Wed Nov 20 21:21:29 2013 New Revision: 258403 URL: http://svnweb.freebsd.org/changeset/base/258403 Log: fix white space... MFC after:1 week Modified: head/sys/ufs/ffs/softdep.h Modified: head/sys/ufs/ffs/softdep.h ===

Re: svn commit: r258387 - head/sys/dev/nand

2013-11-20 Thread John-Mark Gurney
nd/nand_cdev.c > head/sys/dev/nand/nand_geom.c Looks like this change errors w/ gcc: http://tinderbox.freebsd.org/tinderbox-head-noclang-build-HEAD-armv6-arm.brief -- John-Mark Gurney Voice: +1 415 225 5579 "All

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

2013-11-22 Thread John-Mark Gurney
Author: jmg Date: Sat Nov 23 00:28:18 2013 New Revision: 258492 URL: http://svnweb.freebsd.org/changeset/base/258492 Log: fix broken style(9) in r258399 Pointed out by: brd Modified: head/sys/crypto/aesni/aesni.c Modified: head/sys/crypto/aesni/aesni.c

svn commit: r258623 - stable/10/sys/crypto/aesni

2013-11-26 Thread John-Mark Gurney
Author: jmg Date: Tue Nov 26 08:46:39 2013 New Revision: 258623 URL: http://svnweb.freebsd.org/changeset/base/258623 Log: MFC r258399,258492: mark aesni module _SYNC, improves performance ~27%... Approved by: re (glebius) Modified: stable/10/sys/crypto/aesni/aesni.c Directory Properti

Re: svn commit: r258909 - in head: sbin/mdconfig sys/dev/md sys/sys

2013-12-04 Thread John-Mark Gurney
e of the problems of something so simple.. > leaving this in, in case someone needs more than one instance, or a particular > size. gzero+gnop would get you the specific size you want... Though gnop doesn't provide a way to name the output different, so you'd be limited to onl

Re: svn commit: r258909 - in head: sbin/mdconfig sys/dev/md sys/sys

2013-12-04 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Wed, Dec 04, 2013 at 19:51 -0800: > Edward Tomasz Napiera?a wrote this message on Wed, Dec 04, 2013 at 10:43 > +0100: > > Wiadomo?? napisana przez Mateusz Guzik w dniu 4 gru 2013, o godz. 08:54: > > > On Wed, Dec 04, 2013 at 07:38:24AM

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-18 Thread John-Mark Gurney
of netstat -rn -M vmcore -N kernel ? Will this change make it not usable, or will you still automatically use it when they are specified? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." __

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Thu, Dec 19, 2013 at 15:57 +0400: > On Wed, Dec 18, 2013 at 04:40:52PM -0500, John Baldwin wrote: > J> On Wednesday, December 18, 2013 3:07:58 pm Alexander V. Chernikov wrote: > J> > On 18.12.2013 22:45, John-Mark Gurney wrote: > J> &g

Re: svn commit: r259562 - head/usr.bin/netstat

2013-12-19 Thread John-Mark Gurney
ouldn't have to fetch it all out each time, etc, plus it could be cached in the library... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." ___

svn commit: r259669 - head

2013-12-20 Thread John-Mark Gurney
Author: jmg Date: Fri Dec 20 23:34:10 2013 New Revision: 259669 URL: http://svnweb.freebsd.org/changeset/base/259669 Log: document how to install when src is newer than the world.. This allows people to build -current systems from older systems... Thanks to: Thomas Mueller Modified

  1   2   3   4   >