Author: jmg
Date: Sat Mar 24 04:21:22 2018
New Revision: 331478
URL: https://svnweb.freebsd.org/changeset/base/331478
Log:
minor work smithing...
Modified:
head/usr.sbin/ctld/ctld.8
Modified: head/usr.sbin/ctld/ctld.8
==
Author: jmg
Date: Wed Oct 9 21:48:00 2019
New Revision: 353374
URL: https://svnweb.freebsd.org/changeset/base/353374
Log:
document how to apply altq to vlan interfaces w/ pf.
Thanks to jhb for pointing out that this might possibly work.
PR: 94182
Modified:
head/share/man/
Author: jmg
Date: Mon Sep 16 22:48:40 2019
New Revision: 352431
URL: https://svnweb.freebsd.org/changeset/base/352431
Log:
fix the article to be correct...
Modified:
head/libexec/rc/rc.d/growfs
Modified: head/libexec/rc/rc.d/growfs
Author: jmg
Date: Thu Aug 15 16:58:00 2019
New Revision: 351086
URL: https://svnweb.freebsd.org/changeset/base/351086
Log:
finish the pcp feature, but documenting it in the man page...
Modified:
head/sbin/ifconfig/ifconfig.8
Modified: head/sbin/ifconfig/ifconfig.8
===
ks.sh
==
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/tools/tools/man/checkmlinks.sh Thu Jul 16 23:05:18 2020
(r363265)
@@ -0,0 +1,35 @@
+#!/bin/sh -
+# Copyright 2020 John-Mark Gurney.
+
Author: jmg
Date: Thu Jul 23 22:28:35 2020
New Revision: 363462
URL: https://svnweb.freebsd.org/changeset/base/363462
Log:
update example to make it active when creating a new boot method...
Clean up some of the sentences and grammar...
make igor happy..
Modified:
head/usr.sbin/efib
Author: jmg
Date: Fri Jul 24 00:35:21 2020
New Revision: 363467
URL: https://svnweb.freebsd.org/changeset/base/363467
Log:
document that m_get2 only accepts up to MJUMPAGESIZE..
Modified:
head/share/man/man9/mbuf.9
Modified: head/share/man/man9/mbuf.9
Author: jmg
Date: Fri Jul 24 00:47:14 2020
New Revision: 363468
URL: https://svnweb.freebsd.org/changeset/base/363468
Log:
fix up docs for m_getjcl as well..
Modified:
head/share/man/man9/mbuf.9
Modified: head/share/man/man9/mbuf.9
Author: jmg
Date: Sat Jul 25 18:09:04 2020
New Revision: 363531
URL: https://svnweb.freebsd.org/changeset/base/363531
Log:
clean up whitespace...
Modified:
head/sys/dev/usb/net/if_ure.c
head/sys/dev/usb/net/if_urereg.h
Modified: head/sys/dev/usb/net/if_ure.c
===
Author: jmg
Date: Wed Jul 29 21:15:06 2020
New Revision: 363674
URL: https://svnweb.freebsd.org/changeset/base/363674
Log:
add link to crypto(7) page, and drop a link to unrelated crypt(3) page..
Modified:
head/share/man/man4/aesni.4
head/share/man/man4/hifn.4
head/share/man/man4/man4.aar
Author: jmg
Date: Thu Jul 30 00:53:56 2020
New Revision: 363683
URL: https://svnweb.freebsd.org/changeset/base/363683
Log:
remove some long abandonded serial drivers (cy, rc, rp) since 2008
Reviewed by: phk (earlier version)
Reviewed by: emaste (earlier version)
Reviewed by: bcr (ear
Author: jmg
Date: Tue Aug 11 22:33:56 2020
New Revision: 364132
URL: https://svnweb.freebsd.org/changeset/base/364132
Log:
since kld_deb.py was removed a while back, this script isn't useful
anymore...
Deleted:
head/tools/debugscripts/kgdb
___
svn
Author: jmg
Date: Mon Oct 26 00:37:31 2020
New Revision: 367048
URL: https://svnweb.freebsd.org/changeset/base/367048
Log:
update write(2)'s iovec limit w/ info about the iosize_max_clamp sysctl...
Modified:
head/lib/libc/sys/write.2
Modified: head/lib/libc/sys/write.2
==
Cy Schubert wrote this message on Sun, Oct 25, 2020 at 18:04 -0700:
> In message <202010260059.09q0xbxt003...@slippy.cwsent.com>, Cy Schubert
> writes:
> > In message <202010260037.09q0bvpn090...@repo.freebsd.org>, John-Mark Gurney
> > wri
> > tes:
> >
Author: jmg
Date: Wed Nov 4 23:26:15 2020
New Revision: 367354
URL: https://svnweb.freebsd.org/changeset/base/367354
Log:
fix the docs, this was always wrong... In some cases, DISTDIR is set
automatically by tools via /etc/make.conf, so remind people (me) where
to find where it's set..
Author: jmg
Date: Fri Nov 6 22:11:05 2020
New Revision: 367434
URL: https://svnweb.freebsd.org/changeset/base/367434
Log:
fix up docs, if signature checking is enabled, the file MUST exist...
Modified:
head/usr.sbin/pkg/pkg.7
Modified: head/usr.sbin/pkg/pkg.7
===
Author: jmg
Date: Tue Dec 1 23:25:21 2020
New Revision: 368267
URL: https://svnweb.freebsd.org/changeset/base/368267
Log:
add documentation that the rules need to be reloaded, and how to do it...
MFC after:1 week
Modified:
head/sbin/devfs/devfs.8
head/share/man/man5/devfs.rules.5
Author: jmg
Date: Thu Dec 10 23:23:42 2020
New Revision: 368529
URL: https://svnweb.freebsd.org/changeset/base/368529
Log:
fix up documentation/comments: processname is not defined, but programname
is..
a couple other minor documentation fixes that igor caught...
MFC after:1 week
Author: jmg
Date: Thu May 21 06:17:54 2020
New Revision: 361325
URL: https://svnweb.freebsd.org/changeset/base/361325
Log:
minor cleanup of white space, and function name in panic...
This is a partial commit of the review.
Submitted by: Thomas Skibo
Differential Revision: https://
Author: jmg
Date: Thu May 21 06:40:51 2020
New Revision: 361326
URL: https://svnweb.freebsd.org/changeset/base/361326
Log:
Bring in support for single core Zynq devices. Turns out that real
hardware, the registers appear like there's two cores, but the second
core does not work, so base the
". For most users "accelerated" would
> mean AES-NI (dedicated crypto cards are not as common), and since most
> modern CPUs have those, not being able to easily distinguish between that
> and "pure software" (unaccelerated) mode is rath
driver when the processor supports
AES-NI, but the aesni module isn't loaded would be useful..
Without the geli print, it's likely articles, like the recent Anandtech,
will think FreeBSD's encrypted volumes are slow when it's just a failure
for us to do t
ohn-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 unsubscr
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 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 th
Author: jmg
Date: Fri Sep 3 03:20:34 2010
New Revision: 212168
URL: http://svn.freebsd.org/changeset/base/212168
Log:
fix the move so that it matches what the rest of the internet
says about this game... This move also makes more sense...
MFC after:1 week
Modified:
head/games/for
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
===
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
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
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
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
=
==
--- 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
about increasing the default (although perhaps not to 256K,
> because if my math is right that???s cost us ~20MB of memory) soon,
> because that???s mostly a quick win.
I can see a default of maybe 64k (giving an average of just under 2 per
bucket). IMO if you have that b
;
This memset is unneeded, as strncpy will write NUL bytes to fill out
the buffer:
If src is less than len characters long, the remainder of
dst is filled with `\0' characters.
--
John-Mark Gurney Voice: +1 415 225 5579
"All that I will do,
Author: jmg
Date: Sun Aug 19 21:37:51 2018
New Revision: 338075
URL: https://svnweb.freebsd.org/changeset/base/338075
Log:
use sbuf so that lines are printed together... As aarch64 often
has SMP enabled, lines can get intermixed with other console output
making these lines hard to read...
Author: jmg
Date: Tue Aug 21 15:11:43 2018
New Revision: 338140
URL: https://svnweb.freebsd.org/changeset/base/338140
Log:
minor grammar nit, to what? between them..
Modified:
head/usr.bin/dtc/dtc.1
Modified: head/usr.bin/dtc/dtc.1
===
Author: jmg
Date: Sun Sep 16 00:44:23 2018
New Revision: 338698
URL: https://svnweb.freebsd.org/changeset/base/338698
Log:
Significantly improve pf purge cpu usage by only taking locks
when there is work to do. This reduces CPU consumption to one
third on systems. This will help keep the t
Author: jmg
Date: Sun Mar 5 18:37:25 2017
New Revision: 314707
URL: https://svnweb.freebsd.org/changeset/base/314707
Log:
add missing MLINKS for functions that this man page documents.
This page should be renamed to eliminate an unneeded inode.
Forgotten by: markm
Modified:
head/sh
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)...
Modifie
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 upstrea
t; Many thanks to jmg for reviewing 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
Marius Strobl wrote this message on Mon, Jun 23, 2014 at 15:16 +0200:
> On Sun, Jun 22, 2014 at 06:54:36AM +0000, John-Mark Gurney wrote:
> > Author: jmg
> > Date: Sun Jun 22 06:54:36 2014
> > New Revision: 267712
> > URL: http://svnweb.freebsd.org/changeset/base/267
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 back
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:
head/s
he stack pointer */
> > bl _rtld_bind /* Call the binder */
> >+mov sp, r5 /* Restore the old stack pointer */
> >
> > str r0, [r4]/* save address in GOT */
> > mov ip, r0
, because the file 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 V
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 afte
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
=
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
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 the
+/*-
+ * 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
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:
head/MAINT
broken into two parts,
one in the <8k sized range 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."
___
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
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
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
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
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
===
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."
___
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:
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
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
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
=
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 pmcst
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
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/
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...
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)
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
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
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
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
>
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
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
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:
>
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
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/
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/
7;v': 3228376932},
'q': {'tqe_next': 0x0, 'tqe_prev': 0xc06d1f64},
's': {'pv': 0xc06d1f64, 'ss': {'sle_next': 0x0}}},
'pool': '\x00',
'queue': '\xff',
'segind
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
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
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
, 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
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
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
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
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 I
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:
> > > >
f (offset == 0) {
> *paddr = vtophys(spp->stat);
> + mtx_unlock(&devstat_mutex);
> return (0);
> }
> offset -= PAGE_SIZE;
> }
> + mtx_unlock(&devstat_mutex);
> retur
> \
> + do {\
> + if (debug > 1) {\
> + printf("%s: " X "\n", \
> + __func__, ## __VA_ARGS
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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
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
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
Will now allocate too few bytes...
--
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/ma
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 wrote:
>
> > Warner Losh wrote this message on Mon, Oct 13, 2014 at 16:23 +:
> >> Author: imp
> >> Date: Mon Oct 13 16:23:58 2014
> >&g
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:
file. The
> ELFNOTE macro is based on one from the FreeBSD/ARM Xen tree [1].
>
> Obtained from: Julien Grall [1]
Thanks for committing!
--
John-Mark Gurney Voice: +1 415 225 5579
"All that I will do, has
Author: jmg
Date: Tue Oct 21 17:17:40 2014
New Revision: 273388
URL: https://svnweb.freebsd.org/changeset/base/273388
Log:
spell out the arguments..
the + *offsetp does not belong w/ the type, move it outside the .Fn
macro...
Modified:
head/share/man/man9/mbuf.9
Modified: head/share/m
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:
hea
Author: jmg
Date: Wed Oct 22 06:53:55 2014
New Revision: 273454
URL: https://svnweb.freebsd.org/changeset/base/273454
Log:
fix spelling of DEFAULT in comments...
Modified:
head/share/mk/bsd.mkopt.mk
Modified: head/share/mk/bsd.mkopt.mk
Author: jmg
Date: Thu Oct 23 17:24:50 2014
New Revision: 273550
URL: https://svnweb.freebsd.org/changeset/base/273550
Log:
minor updates to make it more explicit that when using fpu_kern_thread,
you don't need to use fpu_kern_enter/_leave...
Reviewed by: kib
Modified:
head/share/man/m
1 - 100 of 383 matches
Mail list logo