Re: update xterm to version 369

2021-10-16 Thread TronDD
On Tue Oct 12, 2021 at 2:08 PM EDT, Matthieu Herrb wrote: > Hi, > > The patch below updates xterm to version 369. Please test and report > failures especially if you rely on some obscure feature... > > Changes: > > Patch #369 - 2021/09/21 > > * modify run-tic.sh to work around bug in development ve

[patch] man page improvement for sem* family of functions

2021-10-16 Thread Mikhail
Hello, I was troubleshooting postgresql not being able to start after 'pkill -6 postgres'. The error was: FATAL: could not create semaphores: No space left on device DETAIL: Failed system call was semget(78927, 17, 03600). HINT: This error does *not* mean that you have run out of disk space. It oc

Re: Unlock kevent(2)

2021-10-16 Thread Visa Hankala
On Sun, Oct 03, 2021 at 08:05:17AM +, Visa Hankala wrote: > The internals of kqueue should now be safe without the kernel lock. > To keep changes relatively small, it is logical to unlock the kevent(2) > system call next. By doing this before unlocking any event filters, > it ought to be easier