Re: mbufs growing in 7.2

2022-11-23 Thread Joe Miller
etrics. I doubt > they are responsible for the original problem. > > Thanks > Greg > > Moritz Buhl writes: > > > Hi Greg, Hi Joe, > > > > dlg@ hinted to me that the ring might overwrite it's own starting > > position with the cur

Re: proposed xterm changes

2022-11-13 Thread Joe Nelson
Joe Nelson wrote: > Any suggested workarounds to accomplish this without exec-formatted()? In case it's useful for anyone else, I found a workaround: binding a key combo in my window manager to execute the desired program with a path from `xclip -o`. Doing it in the window manager is

Re: mbufs growing in 7.2

2022-11-07 Thread Joe Miller
I have had (somewhat) similar sounding issues with igc and 7.2 immediately after upgrading. I am able to reproduce it reliably by running an iperf3 test to another machine on the network. Within a few seconds the NIC will stop working. No traffic, no ping. No errors in dmesg or syslog. The issue a

Re: proposed xterm changes

2022-11-01 Thread Joe Nelson
Matthieu Herrb wrote: > For the man page, I'd prefer if we add information on the disabled > features in the 'OPENBSD SPECIFICS' section at the end for consistency > with how other changes are documented, like below. Thanks for adding the manpage note. I was confused when my xterm shortcut stopped

Re: speaker(4): unhook driver and manpage from build

2022-04-29 Thread joe
ust my $0.02... Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: [PATCH] add support for more Nuvoton chips to lm(4)

2019-12-16 Thread Joe Gidi
nt patches. If you have any suggestions for improvements here, please let me know. Thanks again for your help; I hope this patch is able to go in. Joe > Hello, > > On Fri, Dec 13, 2019 at 06:32:36PM -0500, Joe Gidi wrote: >> Hi all, >> >> I recently built a new system

[PATCH] add support for more Nuvoton chips to lm(4)

2019-12-13 Thread Joe Gidi
he other chips. Could anyone please review this and help me get it into commit-ready shape? Thanks, Joe -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross SeyfriedIndex: share/man/man4/lm.4 === RCS file: /c

Remove manpage references to sparc

2019-11-03 Thread Joe Davis
sparc support hasn't existed for 6 releases, the following diff removes some remaining references to sun4c and sun4e machines in the manpages. Cheers, Joe Index: hme.4 === RCS file: /cvs/src/share/man/man4/hme.4,v retri

sysupgrade(8) download directory

2019-10-15 Thread Joe Davis
t if nothing is passed. For example, if the only partition with sufficient space is /usr/local a user might pass: sysupgrade -l /usr/local/sets Cheers, Joe Index: sysupgrade.8 === RCS file: /cvs/src/usr.sbin/sysupgrade/sysupgrade

Re: vmm Graphics Support

2019-05-25 Thread Joe Davis
t off, exposing the framebuffer via a file in /dev would be another way to do it and would keep the implementation in vmd relatively simple. Somebody else would be better qualified to address the security implications of doing this. - Joe

Re: [PATCH] cwm window center functionality

2019-05-01 Thread Joe Davis
r "xdotool getactivewindow windowsize 50% 50%" The fraction of the screen taken up would then be configurable, without having to add another option. Cheers, Joe

PATCH: configurable tiling for cwm(1)

2019-01-30 Thread Joe Davis
ing the current behaviour. As an example of the usage, I have in my .cwmrc the line masterpercent 57 telling cwm to use 57% of the screen for the master window. Thoughts? Regards, Joe Index: calmwm.h === RCS file: /cvs/xenocara/app

Re: [patch] hostname.if5 additional info on point to point addressing

2017-10-13 Thread Joe Holden
On 12/10/2017 17:04, Tom Smyth wrote: Hi Ingo, First of all thanks for the feedback it is appreciated, especially when you think the thread is a waste of time. so rather than look for feedback on another patch for now If you could bear with me and let me outline why I think this thread is impo

[PATCH] run security(8) on first boot

2017-07-29 Thread Joe Gidi
I did a couple of fresh installs the other day, which reminded me of a minor irritation and prompted me to think about a possible solution. The first run of security(8) on a fresh install is not terribly helpful. It produces a huge email report since it diffs all the /etc/changelist files against

Re: patch: fix inteldrm for Intel P4000 graphics

2017-07-06 Thread Joe Gidi
>> Date: Tue, 4 Jul 2017 17:24:27 -0400 >> From: "Joe Gidi" >> >> I have a machine with a Xeon E3-1225v2 CPU, which includes integrated >> Intel P4000 graphics. This required a patch back in 2015 to avoid >> matching >> on the mythical "Int

patch: fix inteldrm for Intel P4000 graphics

2017-07-04 Thread Joe Gidi
mp;w=2 The recent update to inteldrm broke X on this system, because this patch got lost. The patch below has been tested and restores inteldrm functionality with P4000 graphics. Thanks, -- Joe Gidi j...@entropicblur.com Index: i915_drv.c ==

Revised patch for mount_vnd/vnconfig to add -f flag

2017-05-02 Thread Joe Holden
Hi guys, Below is a revised patch (should be unmangled this time) that adds an -f option to print the first unused vnd_dev, fixed style nits and unbroken getopt. hat tip to Theo Buehler for pointers: Index: sbin/mount_vnd/mount_vnd.8 ===

Re: subscribe too mailing lists.

2016-11-30 Thread Joe Nosay
Some of these will bounce because I was foolish and disrespectful; however, welcome to the OpenBSD and the Open Source community. On Mon, Nov 28, 2016 at 7:54 AM, leroy jordan wrote: > Hi, All > > Hope to learn more info. and one day be a part of the open community. > > LeRoy Jordan > MaxStream

Re: Patch to fix kernel build without IPSEC

2016-11-28 Thread Joe Holden
On 28/11/2016 11:33, Martin Pieuchot wrote: On 28/11/16(Mon) 11:23, Joe Holden wrote: On 28/11/2016 10:45, Martin Pieuchot wrote: On 28/11/16(Mon) 10:17, mail+li...@m.jwh.me.uk wrote: [...] Just a small one liner: If you want to submit diff, please send then against -current not 6.0. And

Re: Patch to fix kernel build without IPSEC

2016-11-28 Thread Joe Holden
On 28/11/2016 10:45, Martin Pieuchot wrote: On 28/11/16(Mon) 10:17, mail+li...@m.jwh.me.uk wrote: [...] Just a small one liner: If you want to submit diff, please send then against -current not 6.0. And make sure people can apply your diff, this is not the case with this one. Hiya, Yeah so

Re: bgpd: fix adding a new interface and network inet connected

2016-03-21 Thread Joe Holden
On 21/03/2016 19:04, Peter Hessler wrote: On 2016 Mar 21 (Mon) at 16:22:53 +0100 (+0100), Claudio Jeker wrote: :On Mon, Mar 21, 2016 at 03:54:38PM +0100, Peter Hessler wrote: :> We ran into a situation where we accidentally blackholed traffic going to :> a new Internet Exchange. When we added th

[patch] make npppd do as the man page says

2016-03-08 Thread Joe Holden
Below is a patch that corrects pptp to set the pptp hostname as the system hostname, as per the man page and l2tp: diff --git a/usr.sbin/npppd/pptp/pptp_ctrl.c b/usr.sbin/npppd/pptp/pptp_ctrl.c index 1dfdc03..722b2a0 100644 --- a/usr.sbin/npppd/pptp/pptp_ctrl.c +++ b/usr.sbin/npppd/pptp/pptp_c

Re: Radeon HD 4350 variant diff

2011-05-30 Thread Joe Gidi
On Thu, May 26, 2011 8:55 pm, Joe Gidi wrote: > Last week I picked up another Radeon HD 4350 card, expecting it to "just > work" like another 4350 I own. For whatever reason, the new card (same > manufacturer, same part number) has a different PCI ID and didn't work >

Radeon HD 4350 variant diff

2011-05-26 Thread Joe Gidi
10|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP}, {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD4650, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Add Xbox 360 Controller USB support

2010-11-08 Thread Joe Gidi
Sorry, mail client messed up the inlining a bit. Let me try again... -- Joe Gidi j...@entropicblur.com patch for /usr/src/sys/dev/usb/usb.h --- usb.h.orig Mon Nov 8 01:58:09 2010 +++ usb.h Mon Nov 8 00:42:01 2010 @@ -486,7 +486,8 @@ #define UIPROTO_IRDA 0 #define

Add Xbox 360 Controller USB support

2010-11-08 Thread Joe Gidi
:Y=-2390 Generic_Desktop:Game_Pad.Generic_Desktop:Rx=-432 Generic_Desktop:Game_Pad.Generic_Desktop:Ry=1363 Any devs interested in reviewing and hopefully committing this? -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried --- uhidev.c.orig Mon Nov 8 01:57:09 2010 +++ uhidev.cMon No