Re: svn commit: r252226 - head/sys/vm

2013-07-07 Thread Andriy Gapon
on 26/06/2013 03:57 Jeff Roberson said the following: > + { NULL, "4 Bucket", BUCKET_SIZE(4), 4096 }, Looks like BUCKET_SIZE(4) is zero, if I am not mistaken. Is this OK / intended? -- Andriy Gapon ___ svn-src-head@freebsd.org mailing list http://l

Re: svn commit: r251826 - head/sys/vm

2013-07-07 Thread Andriy Gapon
on 17/06/2013 06:43 Jeff Roberson said the following: > + void*uz_arg;/* Import/release argument. */ Would it make sense to use a more descriptive/distinct name for this member? The one that would signify its relation to import/release as opposed to being some other kind of

Re: svn commit: r252672 - head/sbin/nvmecontrol

2013-07-07 Thread Bruce Evans
One minor interjection and I'll butt out of the discussion... In another thread involving Pawel, phk campaigns against errno and asks for error strings (even if they are only in English). Using perror() did this long ago for program termination, and using the err() family does it better

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

2013-07-07 Thread Matthew D. Fuller
On Tue, Jun 25, 2013 at 06:44:15PM + I heard the voice of John Baldwin, and lo! it spake thus: > Author: jhb > Date: Tue Jun 25 18:44:15 2013 > New Revision: 252209 > URL: http://svnweb.freebsd.org/changeset/base/252209 > > Log: > Several improvements to rmlock(9). Many of these are based o

svn commit: r252956 - head/sys/fs/ext2fs

2013-07-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 7 15:51:28 2013 New Revision: 252956 URL: http://svnweb.freebsd.org/changeset/base/252956 Log: Implement SEEK_HOLE/SEEK_DATA for ext2fs. Merged from r236044 on UFS. MFC after:3 days Modified: head/sys/fs/ext2fs/ext2_vnops.c Modified: head/sys/fs/ext2f

svn commit: r252965 - head/sys/mips/include

2013-07-07 Thread Warner Losh
Author: imp Date: Sun Jul 7 16:12:22 2013 New Revision: 252965 URL: http://svnweb.freebsd.org/changeset/base/252965 Log: Remove all the NOPs after SYNC. They aren't needed. They originated in the original Octeon port. They weren't present, as far as I can tell, on the projects/mips branc

Re: svn commit: r252856 - head

2013-07-07 Thread Warner Losh
Doesn't .MAKE break the update path? Warner On Jul 5, 2013, at 6:13 PM, Simon J. Gerraty wrote: > Author: sjg > Date: Sat Jul 6 00:13:08 2013 > New Revision: 252856 > URL: http://svnweb.freebsd.org/changeset/base/252856 > > Log: > Sprinkle some .MAKE magic > > Modified: > head/Makefile.inc1

svn commit: r252980 - in head/usr.sbin/bsdconfig: . console diskmgmt docsinstall dot mouse networking networking/share packages password security share share/media share/packages startup startup/sh...

2013-07-07 Thread Devin Teske
Author: dteske Date: Sun Jul 7 18:21:30 2013 New Revision: 252980 URL: http://svnweb.freebsd.org/changeset/base/252980 Log: Be consistent with other usr.sbin programs w/respect to the copyright wording ("All rights reserved."); I had the casing wrong on many instances. Modified: head/usr.s

svn commit: r252982 - head/usr.sbin/bsdconfig/share

2013-07-07 Thread Devin Teske
Author: dteske Date: Sun Jul 7 18:34:36 2013 New Revision: 252982 URL: http://svnweb.freebsd.org/changeset/base/252982 Log: Be consistent with other usr.sbin programs w/respect to the copyright wording ("All rights reserved."); I had the casing wrong on many instances. Modified: head/usr.s

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

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:19:18 2013 New Revision: 252996 URL: http://svnweb.freebsd.org/changeset/base/252996 Log: Fix all the compiler warnings in elf_trampoline.c. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c

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

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:22:31 2013 New Revision: 252997 URL: http://svnweb.freebsd.org/changeset/base/252997 Log: armadaxp_idcache_wbinv_all() is in this file. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c =

svn commit: r252998 - head/sys/dev/mbox

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:47:22 2013 New Revision: 252998 URL: http://svnweb.freebsd.org/changeset/base/252998 Log: Add a mailbox interface. Mailboxes are an IPC mechanism found on several ARM architectures, namely OMAP4, BCM2385, Sitara, etc. Reviewed by: gonzo Added: h

Re: svn commit: r252998 - head/sys/dev/mbox

2013-07-07 Thread Rui Paulo
On 7 Jul 2013, at 12:47, Rui Paulo wrote: > Author: rpaulo > Date: Sun Jul 7 19:47:22 2013 > New Revision: 252998 > URL: http://svnweb.freebsd.org/changeset/base/252998 > > Log: > Add a mailbox interface. > > Mailboxes are an IPC mechanism found on several ARM architectures, namely > OMAP4,

svn commit: r253002 - head

2013-07-07 Thread Alfred Perlstein
Author: alfred Date: Sun Jul 7 20:39:11 2013 New Revision: 253002 URL: http://svnweb.freebsd.org/changeset/base/253002 Log: Document tip on how to build all kernels quickly. Modified: head/Makefile Modified: head/Makefile =

svn commit: r253003 - head

2013-07-07 Thread Alfred Perlstein
Author: alfred Date: Sun Jul 7 20:44:04 2013 New Revision: 253003 URL: http://svnweb.freebsd.org/changeset/base/253003 Log: Correct typo specifying jflags. Modified: head/Makefile Modified: head/Makefile == --- head

Re: svn commit: r253002 - head

2013-07-07 Thread Garrett Cooper
Why the magic number 12? Sent from my iPhone On Jul 7, 2013, at 1:39 PM, Alfred Perlstein wrote: > Author: alfred > Date: Sun Jul 7 20:39:11 2013 > New Revision: 253002 > URL: http://svnweb.freebsd.org/changeset/base/253002 > > Log: > Document tip on how to build all kernels quickly. > > Mo

Re: svn commit: r253002 - head

2013-07-07 Thread Alfred Perlstein
On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team. -Alfred Sent from my iPhone On Jul 7, 2013, at 1:39 PM, Alfred Perlstein wrote: Author: alfred Date: Sun Jul 7 20:39:11 2013 Ne

svn commit: r253004 - head/contrib/tcpdump

2013-07-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jul 7 21:19:53 2013 New Revision: 253004 URL: http://svnweb.freebsd.org/changeset/base/253004 Log: Sandbox tcpdump(8) using Capsicum's capability mode and capabilities. For now, sandboxing is done only if -n option was specified and neither -z nor -V options were given

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

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 21:20:52 2013 New Revision: 253005 URL: http://svnweb.freebsd.org/changeset/base/253005 Log: Another warning. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c ==

svn commit: r253006 - head/sys/arm/broadcom/bcm2835

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 21:23:58 2013 New Revision: 253006 URL: http://svnweb.freebsd.org/changeset/base/253006 Log: Convert bcm2835_mbox to the new mbox interface. Reviewed by: gonzo Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c head/sys/arm/broadcom/bcm2835/bcm2835_mb

svn commit: r253007 - in head/sys: kern net80211 sys

2013-07-07 Thread Alfred Perlstein
Author: alfred Date: Sun Jul 7 21:39:37 2013 New Revision: 253007 URL: http://svnweb.freebsd.org/changeset/base/253007 Log: Make kassert_printf use __printflike. Fix associated errors/warnings while I'm here. Requested by: avg Modified: head/sys/kern/subr_witness.c head/sys/kern/

Re: svn commit: r253002 - head

2013-07-07 Thread Andriy Gapon
on 08/07/2013 00:15 Alfred Perlstein said the following: > On 7/7/13 2:01 PM, Garrett Cooper wrote: >> Why the magic number 12? > > Numbers higher seem to result in worse performance as reported by some members > of my team. Should we really commit all "notes to self" or "my team's knowledge base

Re: svn commit: r253002 - head

2013-07-07 Thread Alfred Perlstein
On 7/7/13 2:40 PM, Andriy Gapon wrote: on 08/07/2013 00:15 Alfred Perlstein said the following: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team. Should we really commit all "notes to se

Re: svn commit: r253002 - head

2013-07-07 Thread Andriy Gapon
on 08/07/2013 00:50 Alfred Perlstein said the following: > On 7/7/13 2:40 PM, Andriy Gapon wrote: >> on 08/07/2013 00:15 Alfred Perlstein said the following: >>> On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? >>> Numbers higher seem to result in worse performance as reported

svn commit: r253009 - head/contrib/tzdata

2013-07-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jul 7 22:23:59 2013 New Revision: 253009 URL: http://svnweb.freebsd.org/changeset/base/253009 Log: MFV of tzdata2013d, 253008 - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As

svn commit: r253015 - head/usr.sbin/gssd

2013-07-07 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 8 00:50:57 2013 New Revision: 253015 URL: http://svnweb.freebsd.org/changeset/base/253015 Log: Add a new "-h" option to the gssd daemon that enables support for host based (kerberos service principal) initiator credentials in the default keytab file. This opti

svn commit: r253016 - head/usr.sbin/gssd

2013-07-07 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 8 00:57:12 2013 New Revision: 253016 URL: http://svnweb.freebsd.org/changeset/base/253016 Log: Document the new "-h" option for the gssd daemon. This is a content change. Reviewed by: jhb Modified: head/usr.sbin/gssd/gssd.8 Modified: head/usr.sbin/gssd

svn commit: r253017 - head/usr.sbin/gssd

2013-07-07 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 8 01:08:57 2013 New Revision: 253017 URL: http://svnweb.freebsd.org/changeset/base/253017 Log: Make sure the krb5 status variables are correctly initialized. Modified: head/usr.sbin/gssd/gssd.c Modified: head/usr.sbin/gssd/gssd.c ==

svn commit: r253018 - head/usr.sbin/gssd

2013-07-07 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 8 01:29:09 2013 New Revision: 253018 URL: http://svnweb.freebsd.org/changeset/base/253018 Log: Oops, initialize the krb5 ret values correctly (to anything non-zero). Modified: head/usr.sbin/gssd/gssd.c Modified: head/usr.sbin/gssd/gssd.c ==

Re: svn commit: r253016 - head/usr.sbin/gssd

2013-07-07 Thread Benjamin Kaduk
On Sun, Jul 7, 2013 at 8:57 PM, Rick Macklem wrote: > Author: rmacklem > Date: Mon Jul 8 00:57:12 2013 > New Revision: 253016 > URL: http://svnweb.freebsd.org/changeset/base/253016 > > Log: > Document the new "-h" option for the gssd daemon. > This is a content change. > > Reviewed by: jh

Re: svn commit: r252913 - head/sys/arm/ti/am335x

2013-07-07 Thread Alexey Dokuchaev
On Sat, Jul 06, 2013 at 09:33:08PM -0700, Juli Mallett wrote: > Thanks for this and the other commits, Oleksandr! Much appreciated. > Looking forward to giving it a spin on my BeagleBones Black! > > [commit diff skipped] Looking forward to never see overquoting again on FreeBSD lists! ./danfe _

svn commit: r253020 - head/usr.sbin/gssd

2013-07-07 Thread Rick Macklem
Author: rmacklem Date: Mon Jul 8 01:47:50 2013 New Revision: 253020 URL: http://svnweb.freebsd.org/changeset/base/253020 Log: Fix some Kerberos related terminology. This is a content change. Requested by: bjk Modified: head/usr.sbin/gssd/gssd.8 Modified: head/usr.sbin/gssd/gssd.8 ===

svn commit: r253022 - head/sys/sys

2013-07-07 Thread Mark Johnston
Author: markj Date: Mon Jul 8 02:03:18 2013 New Revision: 253022 URL: http://svnweb.freebsd.org/changeset/base/253022 Log: Also define SDT_PROBE_DEFINE0 for the !KDTRACE_HOOKS case. Modified: head/sys/sys/sdt.h Modified: head/sys/sys/sdt.h ===

Re: svn commit: r253002 - head

2013-07-07 Thread Alexey Dokuchaev
On Mon, Jul 08, 2013 at 01:02:39AM +0300, Andriy Gapon wrote: > I am sure that the next time you need to run the same thing you'll remember > where you put the comment and you'll copy/paste from it. > I am sure that if any other developer runs into the same situation, then he > will: > - google > -

Re: svn commit: r253002 - head

2013-07-07 Thread Garrett Cooper
On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote: > On 7/7/13 2:01 PM, Garrett Cooper wrote: >> Why the magic number 12? > > Numbers higher seem to result in worse performance as reported by some > members of my team. The suggestion is good in spirit, but this doesn't justify the reasoning f

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

2013-07-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 8 04:27:03 2013 New Revision: 253023 URL: http://svnweb.freebsd.org/changeset/base/253023 Log: - AM335x requires updated soft-reset logic too Modified: head/sys/arm/ti/ti_mmchs.c Modified: head/sys/arm/ti/ti_mmchs.c ===

svn commit: r253024 - head/sys/boot/fdt/dts

2013-07-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 8 04:30:12 2013 New Revision: 253024 URL: http://svnweb.freebsd.org/changeset/base/253024 Log: - MMC1 (internal eMMC) pins should be configured as input-pullup, except for reset pin Modified: head/sys/boot/fdt/dts/beaglebone-black.dts Modified: head/sys/boo

svn commit: r253025 - head/sys/arm/ti/am335x

2013-07-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Jul 8 05:06:32 2013 New Revision: 253025 URL: http://svnweb.freebsd.org/changeset/base/253025 Log: Add IDs for TPS65217C and TPS65217D Modified: head/sys/arm/ti/am335x/am335x_pmic.c Modified: head/sys/arm/ti/am335x/am335x_pmic.c ==

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

2013-07-07 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Jul 8 05:58:09 2013 New Revision: 253026 URL: http://svnweb.freebsd.org/changeset/base/253026 Log: mdoc: remove superfluous paragraph macros. Modified: head/share/man/man9/SDT.9 Modified: head/share/man/man9/SDT.9 ==

svn commit: r253027 - head/sys/mips/atheros

2013-07-07 Thread Adrian Chadd
Author: adrian Date: Mon Jul 8 06:10:29 2013 New Revision: 253027 URL: http://svnweb.freebsd.org/changeset/base/253027 Log: Add AR9341, AR9342, AR9344 SoC types. Modified: head/sys/mips/atheros/ar71xx_setup.h Modified: head/sys/mips/atheros/ar71xx_setup.h ===

svn commit: r253028 - head/sys/mips/atheros

2013-07-07 Thread Adrian Chadd
Author: adrian Date: Mon Jul 8 06:12:38 2013 New Revision: 253028 URL: http://svnweb.freebsd.org/changeset/base/253028 Log: Import the initial SoC register definitions for the AR934x MIPS74k SoC. Obtained from:Linux/OpenWRT Added: head/sys/mips/atheros/ar934xreg.h (contents, p

Re: svn commit: r253002 - head

2013-07-07 Thread Garrett Cooper
On Sun, Jul 7, 2013 at 7:25 PM, Garrett Cooper wrote: > On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote: > >> On 7/7/13 2:01 PM, Garrett Cooper wrote: >>> Why the magic number 12? >> >> Numbers higher seem to result in worse performance as reported by some >> members of my team. > > The sugge