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

2014-10-21 Thread John-Mark Gurney
Author: jmg Date: Tue Oct 21 17:59:27 2014 New Revision: 273392 URL: https://svnweb.freebsd.org/changeset/base/273392 Log: it is not cast to a pointer of the specified type, it is cast to the specified type... mtod(m, uint8_t) does not work, mtod(m, uint8_t *) does work.. Modified:

Re: svn commit: r273251 - in head/sys: arm/arm arm/include conf

2014-10-19 Thread John-Mark Gurney
is based on one from the FreeBSD/ARM Xen tree [1]. Obtained from: Julien Grall julien.grall AT linaro.org [1] Thanks for committing! -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

svn commit: r273242 - head/usr.bin/col

2014-10-17 Thread John-Mark Gurney
Author: jmg Date: Fri Oct 17 21:09:03 2014 New Revision: 273242 URL: https://svnweb.freebsd.org/changeset/base/273242 Log: Fix to col when printing half-line feeds w/ -f option... Message-Id on openbsd-tech: 20141017195810.gj...@iris.usta.de Submitted by: Ingo Schwarze Obtained from:

Re: svn commit: r273051 - head/sys/dev/isp

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

Re: svn commit: r273051 - head/sys/dev/isp

2014-10-14 Thread John-Mark Gurney
Warner Losh wrote this message on Tue, Oct 14, 2014 at 19:58 -0600: On Oct 14, 2014, at 7:51 PM, John-Mark Gurney j...@funkthat.com wrote: Warner Losh wrote this message on Mon, Oct 13, 2014 at 16:23 +: Author: imp Date: Mon Oct 13 16:23:58 2014 New Revision: 273051 URL: https

Re: svn commit: r272659 - in head: contrib/libpcap lib/libpcap

2014-10-06 Thread John-Mark Gurney
include general use too... 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

svn commit: r272177 - head/sys/netinet

2014-09-26 Thread John-Mark Gurney
Author: jmg Date: Fri Sep 26 12:48:54 2014 New Revision: 272177 URL: http://svnweb.freebsd.org/changeset/base/272177 Log: drop unnecessary ifdef IPSEC's. This file is only compiled when IPSEC is defined... Differential Revision:D839 Reviewed by: bz, glebius, gnn Sponsered

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

2014-09-17 Thread John-Mark Gurney
no longer experimental, we should document hardware requirements for it to function in the man page(s)... Like I tried it on my AMD hardware, but it doesn't work because code hasn't been committed... -- John-Mark Gurney Voice: +1 415 225 5579 All that I

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

2014-09-17 Thread John-Mark Gurney
committed.. :) Though they happen to be in svn, they aren't committed to HEAD.. /me can't wait to start testing. -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has

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

2014-09-15 Thread John-Mark Gurney
Author: jmg Date: Mon Sep 15 22:32:35 2014 New Revision: 271650 URL: http://svnweb.freebsd.org/changeset/base/271650 Log: document mqueuefs is required for mq_open... Modified: head/lib/libc/sys/mq_open.2 Modified: head/lib/libc/sys/mq_open.2

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

2014-09-13 Thread John-Mark Gurney
Xin Li wrote this message on Sat, Sep 13, 2014 at 14:05 +0800: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/13/14 1:22 PM, John-Mark Gurney wrote: Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/13/14 3:41 AM

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

2014-09-12 Thread John-Mark Gurney
: IXP4XX PCI Bus on ixp0 pci0: PCI bus on pcib0 ath0: Atheros 9220 irq 27 at device 2.0 on pci0 ath0: AR9220 mac 128.2 RF5133 phy 13.0 ath0: 2GHz radio: 0x; 5GHz radio: 0x00c0 [...] -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All

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

2014-09-04 Thread John-Mark Gurney
Gleb Smirnoff wrote this message on Thu, Sep 04, 2014 at 13:18 +0400: On Wed, Sep 03, 2014 at 12:10:28PM -0700, John-Mark Gurney wrote: J M + if (p-p_pptr) { J M kp-ki_ppid = proc_realparent(p)-p_pid; J M - if (p-p_flag P_TRACED) J M - kp-ki_tracer = p

Re: svn commit: r271076 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98

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

Re: svn commit: r271076 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include pc98/pc98

2014-09-04 Thread John-Mark Gurney
Don Lewis wrote this message on Thu, Sep 04, 2014 at 10:41 -0700: On 4 Sep, John-Mark Gurney wrote: Don Lewis wrote this message on Thu, Sep 04, 2014 at 09:22 -0700: On 4 Sep, John Baldwin wrote: On Wednesday, September 03, 2014 07:37:21 PM Don Lewis wrote: On 4 Sep, John Baldwin

svn commit: r271148 - head/sys/geom/eli

2014-09-04 Thread John-Mark Gurney
Author: jmg Date: Thu Sep 4 23:53:51 2014 New Revision: 271148 URL: http://svnweb.freebsd.org/changeset/base/271148 Log: use a straight buffer instead of an iov w/ 1 segment... The aesni driver when it hits a mbuf/iov buffer, it mallocs and copies the data for processing.. This improves

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

2014-09-03 Thread John-Mark Gurney
against NULL... -- 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

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-09-02 Thread John-Mark Gurney
Roger Pau Monn wrote this message on Tue, Sep 02, 2014 at 11:30 +0200: El 29/08/14 a les 19.52, Roger Pau Monné ha escrit: El 28/08/14 a les 20.58, Alexander Motin ha escrit: On 28.08.2014 21:45, John-Mark Gurney wrote: Alexander Motin wrote this message on Thu, Aug 28, 2014 at 21:23 +0300

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-09-02 Thread John-Mark Gurney
John-Mark Gurney wrote this message on Tue, Sep 02, 2014 at 10:18 -0700: Roger Pau Monn wrote this message on Tue, Sep 02, 2014 at 11:30 +0200: El 29/08/14 a les 19.52, Roger Pau Monné ha escrit: El 28/08/14 a les 20.58, Alexander Motin ha escrit: On 28.08.2014 21:45, John-Mark Gurney

Re: svn commit: r269814 - head/sys/dev/xen/blkfront

2014-08-28 Thread John-Mark Gurney
-xbd_disk-d_flags = DISKFLAG_UNMAPPED_BIO; if ((sc-xbd_flags (XBDF_FLUSH|XBDF_BARRIER)) != 0) { sc-xbd_disk-d_flags |= DISKFLAG_CANFLUSHCACHE; device_printf(sc-xbd_dev, -- John-Mark Gurney Voice: +1 415 225 5579 All that I

svn commit: r270727 - head/tools/tools/perforce

2014-08-27 Thread John-Mark Gurney
Author: jmg Date: Wed Aug 27 18:56:12 2014 New Revision: 270727 URL: http://svnweb.freebsd.org/changeset/base/270727 Log: add scripts for generating a diff from p4... awkdiff is the script from scottl that he got from ken a long time ago... It no longer lives in his home dir, so give it

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

2014-08-26 Thread John-Mark Gurney
John Baldwin wrote this message on Tue, Aug 26, 2014 at 15:09 -0400: On Monday, August 25, 2014 6:30:34 pm John-Mark Gurney wrote: John Baldwin wrote this message on Mon, Aug 25, 2014 at 13:35 -0400: On Monday, August 25, 2014 07:02:41 PM Mateusz Guzik wrote: On Mon, Aug 25, 2014 at 10

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

2014-08-25 Thread John-Mark Gurney
gcore, etc. so just checking P_TRACED from kinfo_proc wouldn't be equivalent in functionality) But what about when you attach gdb to a running process... That doesn't magicly make the now debugged process a child of gdb does it? -- John-Mark Gurney Voice: +1 415

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

2014-08-13 Thread John-Mark Gurney
and the other in 128k... Thanks for adding 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-all@freebsd.org mailing list http://lists.freebsd.org

svn commit: r269828 - head

2014-08-11 Thread John-Mark Gurney
Author: jmg Date: Mon Aug 11 19:03:20 2014 New Revision: 269828 URL: http://svnweb.freebsd.org/changeset/base/269828 Log: add myself as opencrypto maintainer as I'm doing some work in the area... Note that documentation is requires for commits to what I maintain... Modified:

svn commit: r269764 - in head/share/dtrace: . toolkit

2014-08-09 Thread John-Mark Gurney
Author: jmg Date: Sat Aug 9 20:25:17 2014 New Revision: 269764 URL: http://svnweb.freebsd.org/changeset/base/269764 Log: make the README a bit more clearer... Sort the scripts, and remove the trailing backslash... We really should install more of the toolkit scripts than just 5 of

svn commit: r269765 - head/share/dtrace

2014-08-09 Thread John-Mark Gurney
+/*- + * 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 + *notice

svn commit: r269645 - head/sys/arm/xscale/ixp425

2014-08-06 Thread John-Mark Gurney
Author: jmg Date: Wed Aug 6 21:16:15 2014 New Revision: 269645 URL: http://svnweb.freebsd.org/changeset/base/269645 Log: put these under bootverbose, they are only needed for debugging, not useful for the normal user durning normal runtime... Modified: head/sys/arm/xscale/ixp425/if_npe.c

svn commit: r269529 - head/lib/libc/iconv

2014-08-04 Thread John-Mark Gurney
Author: jmg Date: Mon Aug 4 20:58:59 2014 New Revision: 269529 URL: http://svnweb.freebsd.org/changeset/base/269529 Log: add xrefs for the other functions... There should be more text in this page talking about each of these links, but at least people know about them now... MFC

svn commit: r269530 - head/lib/libc/iconv

2014-08-04 Thread John-Mark Gurney
Author: jmg Date: Mon Aug 4 21:12:38 2014 New Revision: 269530 URL: http://svnweb.freebsd.org/changeset/base/269530 Log: fix misordering... Obtained from:gjb MFC after:1 week Modified: head/lib/libc/iconv/iconv.3 Modified: head/lib/libc/iconv/iconv.3

Re: svn commit: r268986 - head/sys/geom/uzip

2014-07-22 Thread John-Mark Gurney
corruption is seen with UFS. Interesting. I wonder if this is about time we bit the bullet and compiled up GEOM modules in userland so we can run regression tests on things. Or add proper KASSERTs... -- John-Mark Gurney Voice: +1 415 225 5579 All that I

Re: svn commit: r268310 - head/libexec/rtld-elf/arm

2014-07-10 Thread John-Mark Gurney
pc, ip /* jump to the new address */ -- 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

svn commit: r268253 - head/sys/conf

2014-07-04 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 4 14:32:15 2014 New Revision: 268253 URL: http://svnweb.freebsd.org/changeset/base/268253 Log: BREAK_TO_DEBUGGER is not just serial console anymore, it controls all console's ability to enter the debugger rwatson forgot to document this when he changed it

svn commit: r268254 - head/sys/boot/forth

2014-07-04 Thread John-Mark Gurney
Author: jmg Date: Fri Jul 4 14:49:40 2014 New Revision: 268254 URL: http://svnweb.freebsd.org/changeset/base/268254 Log: add a hit that you can enable this by default if you want... necessary if you want the keyboard break to work early in boot.. MFC after:1 week Modified:

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

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

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-03 Thread John-Mark Gurney
in in the middle. What would REALLY help is a man page that described the API. Good point. I'll jot that one down too as an action item. Don't like issues like not knowing mdoc stop you from writting one.. I know the -doc people are interested in helping, and I am too... -- John-Mark

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

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

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

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

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

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

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

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:

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

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

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

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

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

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

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-all@freebsd.org mailing list

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

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

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-all@freebsd.org mailing list http://lists.freebsd.org

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

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

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

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

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

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:

<    1   2   3   4   >