Re: svn commit: r368820 - head

2020-12-20 Thread Gary Jennejohn
vn-src-head > > To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org" > > Is this message of yours also the last message concerning the source changes? > Since then > you published this message, no further logs ran into list > svn-src-h...@free

Re: svn commit: r362422 - head/sbin/dump

2020-06-20 Thread Gary Jennejohn
re the commit showed no complaints > about the movies, or that this term had some coded, racist history. Or any > other coded history that's problematic. Or any overt history for that > matter. > > SaltStack uses it as their name for agents that carry out tasks, for > example. > > So what am I missing? > Why not simply use sub-processes? After all, that's exactly what the "minion processes" are. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r360125 - in head/usr.bin/diff: . tests

2020-04-28 Thread Gary Jennejohn
.h > /usr/include/sha512.h > --- /usr/include/sha256.h 2020-04-22 21:38:54.0 -0500 > +++ /usr/include/sha512.h 2020-04-22 21:38:54.0 -0500 > @@ -1,99 +1,99 @@ > /*- > * Copyright 2005 Colin Percival > * All rights reserved. > * > [... om

Re: svn commit: r353700 - in head: share/man/man4 sys/amd64/conf sys/conf sys/gdb sys/i386/conf sys/kern sys/net sys/sys

2019-10-18 Thread Gary Jennejohn
r > shown below. > > [...] > --- debugnet.o --- > /usr/src/sys/net/debugnet.c:662:4: error: implicit declaration of > function 'db_printf' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] db_printf("%s: Could not get > route for that server.\n", ^ /usr/src/sys/net/debugnet.c:662:4: note: > did you mean 'if_printf'? /usr/src/sys/net/if_var.h:679:5: note: > 'if_printf' declared here int if_printf(struct ifnet *, const char > *, ...) __printflike(2, 3); ^ > 1 error generated. And I also had to add "nooptions NETDUMP" to get the kernel to compile and link. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r349976 - head

2019-07-26 Thread Gary Jennejohn
unt directory to 0750 or > > > 0700. > > > > Block is indented with 4 spaces instead of tabs > > > > Doh! Must've still had my editor set for the $work coding standards. > Fixed in r350324. Thanks! > I just looked at UPDATING (/usr/src is at r350348) and this is the only entry which wraps on a 80 character wide terminal. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r349969 - in head: sys/net usr.sbin/bhyve

2019-07-13 Thread Gary Jennejohn
} > + } else if (!strcmp("eui64", xopts)) { > + sc->nvstore.eui64 = htobe64(strtoull(config, NULL, 0)); > } else if (optidx == 0) { > snprintf(bident, sizeof(bident), "%d:%d", >

Re: svn commit: r341578 - head/sys/dev/mlx5/mlx5_en

2018-12-18 Thread Gary Jennejohn
s which use iflib is enabled, before pulling them into the kernel build. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r340426 - head/sys/dev/amdtemp

2018-11-14 Thread Gary Jennejohn
elf in > commit messages. > Actually, me@ (Michael Elbel) was never a committer. He worked with Jordan (jkh@) and myself (gj@) in Germany and Jordan gave him a login on freefall in the very early FreeBSD days. But, it might be less confusing to use myself rather than me in log messages. --

Re: svn commit: r340038 - in head: lib/libc/sys sys/kern

2018-11-02 Thread Gary Jennejohn
ather than "and." I think the > sentence is unambiguous. > Based on Konstantin's comment I'd have to say that it is not unambiguous. As a native English speaker I had to read it several times to understand it. I think something like "exceeds both" might be clearer. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r338239 - head

2018-08-23 Thread Gary Jennejohn
kernel, userland and rc scripts all at the same time. > + > 20180821: > drm and drm2 have been removed. Users on powerpc, 32-bit hardware, > or with GPUs predating Radeon and i915 will need to install the > -- Gary Jennejohn __

Re: svn commit: r338172 - in head: . sys/amd64/conf sys/dev/drm sys/dev/drm2 sys/dev/drm2/i915 sys/dev/drm2/radeon sys/dev/drm2/radeon/reg_srcs sys/dev/drm2/ttm sys/i386/conf sys/modules sys/modules/d

2018-08-22 Thread Gary Jennejohn
; https://lists.freebsd.org/pipermail/freebsd-current/2018-May/069428.html > > Are all the empty directories under /usr/src/sys/modules/drm2 still supposed to be in the tree? And what about /usr/src/sys/arm/nvidia/drm2? -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r334650 - head/sys/dev/usb

2018-06-06 Thread Gary Jennejohn
; > vendor INTENSO 0x2109 INTENSO > vendor VIALABS 0x2109 VIA Labs > > I noticed this earlier and thought it might relate to vendor renames > or the like. I'll try and spend more time on it. I have quite a fe

Re: svn commit: r329154 - in head/etc: defaults devd

2018-02-12 Thread Gary Jennejohn
# Additional flags for devd(8). > > > -devmatch_enable="NO" # Demand load kernel modules based on device > > > ids. > > > +devmatch_enable="YES"# Demand load kernel modules based on device id > > > s. > > &

Re: svn commit: r327890 - head/usr.sbin/bsdinstall/partedit

2018-01-18 Thread Gary Jennejohn
t; of better off the other booted instance of FreeBSD (from another media)? > > Ping. > The answer to your question is in tunefs(8). Snippet: The tunefs utility is designed to change the dynamic parameters of a UFS file system which affect the layout policies. The tunefs utility

Re: svn commit: r325942 - head

2017-11-17 Thread Gary Jennejohn
arry. > + 'make obj' was not ran. Calling 'make obj' is no longer necessary. > This feature can be disabled by setting WITHOUT_AUTO_OBJ=yes in > /etc/src-env.conf (not /etc/src.conf), or passing the option in the > environment. > "not ra

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

2017-10-02 Thread Gary Jennejohn
p;V_tcbinfo); > + break; > + } > } > > if (tw == NULL) { > This file needs to include sys/syslog.h, otherwise LOG_ERR is not defined and the kernel build fails when INVARIANTS is not defined in the kernel config file. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r323945 - head/sys/contrib/ipfilter/netinet

2017-09-23 Thread Gary Jennejohn
ng the ICMP data section */ > case ICMP_TSTAMP: > case ICMP_TSTAMPREPLY: > case ICMP_IREQ: > -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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

2016-11-12 Thread Gary Jennejohn
On Sat, 12 Nov 2016 08:40:28 -0800 John Baldwin wrote: > On 11/12/16 1:28 AM, Gary Jennejohn wrote: > > On Sat, 12 Nov 2016 00:23:09 + (UTC) > > John Baldwin wrote: > > > >> Author: jhb > >> Date: Sat Nov 12 00:23:09 2016 > >> New Revis

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

2016-11-12 Thread Gary Jennejohn
once SMP is started even if cold is true. > - Permit preemptions when cold is true. > > These changes are needed for EARLY_AP_STARTUP. > > MFC after: 2 weeks > Sponsored by: Netflix > > Modified: > head/sys/ker

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

2016-08-16 Thread Gary Jennejohn
cancelled = cc_exec_cancel(cc, direct) = true; > - if (cc_exec_waiting(cc, direct)) { > + if (cc_exec_waiting(cc, direct) || cc_exec_drain(cc, dir)) { > <== dir in this line should really be direct. > /* >

Re: svn commit: r293720 - head/sys/dev/hyperv/netvsc

2016-01-12 Thread Gary Jennejohn
in Germany, including myself (gj@, but I had a commit bit at one time). Michael never had a commit bit and I doubt that he's even logged into freefall for years. Maybe his name should be changed to melbel, which would eliminate the me/me@ kerfuffle. -- Gary Jennejohn ___

Re: svn commit: r290003 - head/sys/ofed/include/linux

2015-10-30 Thread Gary Jennejohn
On Fri, 30 Oct 2015 09:04:36 +0100 Hans Petter Selasky wrote: > On 10/30/15 08:41, Gary Jennejohn wrote: > > On Thu, 29 Oct 2015 16:28:51 +0100 > > Hans Petter Selasky wrote: > > > >> On 10/29/15 15:36, Gleb Smirnoff wrote: > >>>> The LinuxKPI i

Re: svn commit: r290003 - head/sys/ofed/include/linux

2015-10-30 Thread Gary Jennejohn
this > function, because of Linux's interrupt model. > My question is whether a "normal" FreeBSD user has any reason to enable LinuxKPI now or in the future. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list https://li

Re: svn commit: r279603 - in head: bin/rcp usr.bin/rlogin usr.bin/rsh

2015-03-06 Thread Gary Jennejohn
e don't > break it. > Exactly. If I have to screw around installing utilities which should be part of the base system (and have been there for the last 30+ years) then I might as well move to Linux, as a previous poster noted. I want BSD, not some bastardized Linux. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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

2014-07-01 Thread Gary Jennejohn
On Tue, 1 Jul 2014 17:41:12 +0200 Mateusz Guzik wrote: > On Tue, Jul 01, 2014 at 05:05:24PM +0200, Gary Jennejohn wrote: > > On Tue, 1 Jul 2014 16:19:20 +0200 > > Mateusz Guzik wrote: > > > > > On Tue, Jul 01, 2014 at 09:40:57AM -0400, John Baldwin wrote: > >

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

2014-07-01 Thread Gary Jennejohn
ure. > > > > Looks more like !P_HADTHREADS || p->p_singlethread != NULL on the first > sight, but yeah, I'll add an assertion. > Also, please fix the build with gcc, which dies with an error that newsigacts may be use unitialzed. What I did was set both oldsigacts and newsiga

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

2014-05-10 Thread Gary Jennejohn
Seems to me that such a large amount of inactive memory should be taken advantage of to replenish free memory without having to swap out a single byte. Still, the total number of bytes swapped out is considerably less than before this change was made, so there's definitely an improvement.

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

2011-12-06 Thread Gary Jennejohn
mk", line 206: if-less endif > > make: fatal errors encountered -- cannot continue > > *** Error code 1 > I encountered this problem yesterday. My quick hack was to put .if defined(MK_CTF) .endif around the offending lines, similar to EXPORT_SYMS. -- Gary Jennejohn

Re: svn commit: r217718 - in head/sys: conf dev/usb

2011-01-23 Thread Gary Jennejohn
On Sun, 23 Jan 2011 10:19:02 +0100 Hans Petter Selasky wrote: > On Saturday 22 January 2011 16:09:18 Gary Jennejohn wrote: > > On Sat, 22 Jan 2011 13:52:23 + (UTC) > > > > Hans Petter Selasky wrote: > > > Author: hselasky > > > Date: Sat Jan 22 1

Re: svn commit: r217718 - in head/sys: conf dev/usb

2011-01-22 Thread Gary Jennejohn
__ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r216836 - head/share/misc

2010-12-31 Thread Gary Jennejohn
atter, I'm not in committers-ports.dot either, although I am still active as a ports committer. Ah well, just administrative trivia. -- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src

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

2010-11-10 Thread Gary Jennejohn
up by a lousy implementation > of geom(8)... > > *sigh* > I wondered about this change myself. Juat because it's called arg0 in the declaration doesn't mean that the callers have to use it. Maybe ther was a good reason for it which I don't understand. Consistency, I supp

Re: svn commit: r214431 - head/bin/rm

2010-10-28 Thread Gary Jennejohn
hink > you know what all the subsystems are doing. > All this discussion leads me to the conclusion that we should just remove the -P functionality and add a remark to the man page that that was done because it isn't guaranteed to work on all file systems. Why give users a false sense of

Re: svn commit: r214199 - stable/8

2010-10-24 Thread Gary Jennejohn
only ports), I still use c(v)sup to keep my CVS and src/ports trees up-to-date. I also occasionally check out the svn tree, but far less frequently than CVS. AFAIK the project doesn't have as many svn mirrors as it does CVS mirrors, but I might be wrong. -- Gary Jennejohn _

Re: svn commit: r200068 - head/usr.bin

2009-12-11 Thread Gary Jennejohn
On Fri, 11 Dec 2009 14:14:12 +0100 Gary Jennejohn wrote: > On Fri, 11 Dec 2009 12:57:12 +0100 > Dag-Erling Sm__rgrav wrote: > > > Roman Divacky writes: > > > Stefan Farfeleder wrote: > > > > For me this breaks the ooo-3 build with: > > > >

Re: svn commit: r200068 - head/usr.bin

2009-12-11 Thread Gary Jennejohn
not what the user wanted, so IMHO the best solution is to > not do anything at all. > root:ernst:~:bash:21> /usr/local/bin/unzip --help -u update files, create if necessary -n never overwrite existing files -o overwrite files WITHOUT prompting I deleted all but uon. -u has a totally d

Re: svn commit: r194204 - in head/sys: amd64/conf i386/conf

2009-06-15 Thread Gary Jennejohn
> > When I suggested enabling this by default for SMP configurations I was > reminded it wasn't enabled because of potential stack overflow. > I've been using this for years and have yet to see a stack overflow. As a rule, kernel printf's seem to be sh

Re: svn commit: r189499 - in head/sys: conf dev/drm modules/drm/radeon

2009-03-08 Thread Gary Jennejohn
Tested on an HD3850 (RV670) on loan from Warren Block. > > Currently, you need one of the following for this to be useful: > > x11-drivers/xf86-video-radeonhd-devel (not tested) > I tested this driver with radeon-drm-next-r6-7xx-030609-2.patch (the precursor to this co

Re: booting with ATA-AHCI now broken

2009-02-15 Thread Gary Jennejohn
On Sun, 15 Feb 2009 14:42:41 +0200 Alexander Motin wrote: > Gary Jennejohn wrote: > > The latest commit to dev/ata/chipsets/ata-ahci.c totally breaks > > booting on my machine. > > > > I didn't save the commit message so I can't quote the exact commit >

booting with ATA-AHCI now broken

2009-02-15 Thread Gary Jennejohn
0xb0021458 chip=0x43911002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc' class = mass storage subclass = SATA --- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/lis

Re: svn commit: r188381 - head/sys/dev/re

2009-02-10 Thread Gary Jennejohn
On Tue, 10 Feb 2009 09:50:02 +0900 Pyun YongHyeon wrote: [re0 fails to work with MSI] > It seems that broken controllers have two MSI messages. Instead of > reverting the change, how about attached patch? This patch fixes the problem. Thanks! --- Gary Jen

Re: svn commit: r188381 - head/sys/dev/re

2009-02-09 Thread Gary Jennejohn
dr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' class = network subclass = ethernet --- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org

Re: svn commit: r188350 - in head/sys: amd64/amd64 arm/arm dev/usb2/core i386/i386 ia64/ia64 sys

2009-02-09 Thread Gary Jennejohn
set. This is needed for the ehci hardware buffer rings that assume > this behavior. > [big snip] This fixes things for me with AMD64 and 6GB of RAM. Thanks! --- Gary Jennejohn ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/m