Re: Patch to stop tearing on Intel modesetting in Xenocara

2023-03-26 Thread Igor Petruk
Ok, thank you for explanation. In that case let's wait. Thanks, Igor. On Sun 26 Mar 2023, 08:10 Matthieu Herrb, wrote: > On Sat, Mar 25, 2023 at 09:58:31PM +, Igor Petruk wrote: > > Hi, > > > > I noticed the "TearFree" patch was merged upstream in the XOrg > > modesetting driver. Long time

unifdef ath(4)

2023-03-26 Thread Jonathan Gray
there is no need to sync with FreeBSD Index: sys/dev/ic/ath.c === RCS file: /cvs/src/sys/dev/ic/ath.c,v retrieving revision 1.123 diff -u -p -r1.123 ath.c --- sys/dev/ic/ath.c21 Apr 2022 21:03:02 - 1.123 +++

Re: Patch to stop tearing on Intel modesetting in Xenocara

2023-03-26 Thread Matthieu Herrb
On Sat, Mar 25, 2023 at 09:58:31PM +, Igor Petruk wrote: > Hi, > > I noticed the "TearFree" patch was merged upstream in the XOrg > modesetting driver. Long time ago when it was sent I patched it into > my local Xenocara and used it ever since. Zero issues, zero tearing. > > Maybe let's

Re: unifdef ath(4)

2023-03-26 Thread Stefan Sperling
On Sun, Mar 26, 2023 at 05:17:36PM +1100, Jonathan Gray wrote: > there is no need to sync with FreeBSD ok stsp > Index: sys/dev/ic/ath.c > === > RCS file: /cvs/src/sys/dev/ic/ath.c,v > retrieving revision 1.123 > diff -u -p -r1.123

head(1): Add -c argument

2023-03-26 Thread Jared Harper
Hello, this is my first patch to OpenBSD. I look forward to feedback on code as well as process, communication, etc. Thank you in advance. This patch adds a -c argument to head(1). The behavior is intended to be the same as head on other systems, such as FreeBSD, NetBSD, macOS, and Linux. diff

Re: installer: apple arm64: simplify firmware copy

2023-03-26 Thread Andrew Hewus Fresh
On Sat, Mar 25, 2023 at 06:38:56PM +, Klemens Nanni wrote: > Less duplicate code, simpler to cope with newer firmware. > Same idiom is used in install.sub already. > > OK? While unlikely to fail, I do prefer `cd ... && ...` as a general rule. However, this definitely makes it easier to tell

ypldap: reduce imsg traffic

2023-03-26 Thread Jonathan Matthew
On systems where we pull in around 100k users from ldap, ypldap uses a fair bit of memory (over 300MB peak) moving data from the ldapclient process to the main process. The ldapclient process sends each user and group record to the parent process in instances of struct idm_req, which includes a