Re: Poison file names

2020-12-13 Thread Jonathan Gray
On Sun, Dec 13, 2020 at 08:02:53PM -0500, Daniel Dickman wrote: > On Sun, Dec 13, 2020 at 7:51 PM Jonathan Gray wrote: > > > > On Sun, Dec 13, 2020 at 03:44:54PM -0500, Daniel Dickman wrote: > > > > > > > > > On Sat, 12 Dec 2020, Jonathan Gray wrote: > > > > > > > games/battlestar/com1.c > > > >

Re: Poison file names

2020-12-13 Thread Theo de Raadt
> I don't think it is worth doing without doing all of it. Series of commits.

Re: Poison file names

2020-12-13 Thread Daniel Dickman
On Sun, Dec 13, 2020 at 7:51 PM Jonathan Gray wrote: > > On Sun, Dec 13, 2020 at 03:44:54PM -0500, Daniel Dickman wrote: > > > > > > On Sat, 12 Dec 2020, Jonathan Gray wrote: > > > > > games/battlestar/com1.c > > > games/battlestar/com2.c > > > games/battlestar/com3.c > > >

Re: Poison file names

2020-12-13 Thread Jonathan Gray
On Sun, Dec 13, 2020 at 03:44:54PM -0500, Daniel Dickman wrote: > > > On Sat, 12 Dec 2020, Jonathan Gray wrote: > > > games/battlestar/com1.c > > games/battlestar/com2.c > > games/battlestar/com3.c > > games/battlestar/com4.c > > games/battlestar/com5.c > > games/battlestar/com6.c > >

Re: Adding -p to pr(1)

2020-12-13 Thread Andras Farkas
On Sun, Dec 13, 2020 at 4:44 PM Jason McIntyre wrote: > On Sun, Dec 13, 2020 at 04:30:06PM -0500, Andras Farkas wrote: > > Was the diff I sent adding -p support not good? Or is -p just > > something undesired in general? Just trying to understand and learn > > from this. > > > > > i also took

Re: Adding -p to pr(1)

2020-12-13 Thread Jason McIntyre
On Sun, Dec 13, 2020 at 04:30:06PM -0500, Andras Farkas wrote: > On Sun, Dec 13, 2020 at 10:40 AM Jason McIntyre wrote: > > hi. > > > > it's an oversight on my part - the posix page for pr renders poorly on > > lynx, and -p is difficult to spot. i have added a note to say that -p is > >

Re: Adding -p to pr(1)

2020-12-13 Thread Andras Farkas
On Sun, Dec 13, 2020 at 10:40 AM Jason McIntyre wrote: > hi. > > it's an oversight on my part - the posix page for pr renders poorly on > lynx, and -p is difficult to spot. i have added a note to say that -p is > unsupported. if anyone chooses to add support, we can easily fix it. I see! Was the

Re: Poison file names

2020-12-13 Thread Daniel Dickman
On Sat, 12 Dec 2020, Jonathan Gray wrote: > games/battlestar/com1.c > games/battlestar/com2.c > games/battlestar/com3.c > games/battlestar/com4.c > games/battlestar/com5.c > games/battlestar/com6.c > games/battlestar/com7.c > usr.bin/mail/aux.c Diff below syncs with netbsd commits from 2001

ACPI parser fix

2020-12-13 Thread Mark Kettenis
Diff below has been in snaps for about a week now without ill effects. It fixes some issues with referencing named ACPI nodes from Packages. These references need to be resolved at runtime rather than when they're parsed such that they pick up the right values for those nodes which can be changed

Re: Adding -p to pr(1)

2020-12-13 Thread Jason McIntyre
On Fri, Dec 11, 2020 at 09:54:22PM -0500, Andras Farkas wrote: > Hi! > > After seeing the diff for cat -n earlier today, and just browsing Unix > stuff on my own, I noticed OpenBSD's pr(1) command has no -p option > despite pr.1 stating: > > The pr utility is compliant with the IEEE Std

Re: Switch select(2) to kqueue-based implementation

2020-12-13 Thread Visa Hankala
On Sat, Dec 12, 2020 at 11:29:02AM +, Visa Hankala wrote: > On Fri, Dec 11, 2020 at 09:35:59AM -0300, Martin Pieuchot wrote: > > +/* > > + * Convert given kqueue event into corresponding select(2) bit. > > + */ > > +int > > +pselcollect(struct proc *p, struct kevent *kevp, fd_set *pobits[3]) >

Re: uvm_fault: entering swap code

2020-12-13 Thread Jonathan Matthew
On Sat, Dec 12, 2020 at 10:54:57PM +1000, Jonathan Matthew wrote: > On Thu, Dec 10, 2020 at 10:46:58AM -0300, Martin Pieuchot wrote: > > On 08/12/20(Tue) 22:55, Jonathan Matthew wrote: > > > On Mon, Dec 07, 2020 at 03:15:50PM -0300, Martin Pieuchot wrote: > > > > Getting a page from the fault