Re: Poison file names

2020-12-20 Thread Daniel Dickman
John, I'm now able to clone the repo from windows following this commit: https://github.com/openbsd/src/commit/6e49571c59fe1f1e78405e5a57a1e8dc40029e00 Two caveats: 1) if you wanted to bisect the repo on windows or checkout any earlier commit than the one above, it won't be possible to do from wi

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 > > > > g

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 > > > games/battlestar/com4.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 > > games/batt

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 to

Re: Poison file names

2020-12-11 Thread Theo de Raadt
I'd be ok with renames of all of them. It is really weird that portable filenames aren't just 255 characters avoiding NUL or path-separator (usually /). This is not about msdos alone. The implication has slowly infected other systems and applications -- which now make logical decisions, and thos

Re: Poison file names

2020-12-11 Thread Jonathan Gray
On Fri, Dec 11, 2020 at 11:58:10AM -0700, jo...@armadilloaerospace.com wrote: > I would like to be able to clone the github mirror on windows. I do > wind up > using 7z on the tar file as a workaround, but it would be nice if github > "just worked". The com files is what the clone fails on, and t

Re: Poison file names

2020-12-11 Thread johnc
at hole, I certainly understand. Original Message Subject: Re: Poison file names From: Daniel Dickman Date: Fri, December 11, 2020 9:42 am To: jo...@armadilloaerospace.com, "tech@openbsd.org" On Wed, Dec 9, 2020 at 4:50 AM Jonathan Gray wrote: > > On Tue, Dec 08, 20

Re: Poison file names

2020-12-11 Thread Daniel Dickman
On Wed, Dec 9, 2020 at 4:50 AM Jonathan Gray wrote: > > On Tue, Dec 08, 2020 at 11:36:37PM -0700, jo...@armadilloaerospace.com wrote: > > The game battlestar has source files names com1.c through com7.c, which > > are illegal on windows due to ancient dos com port rules. > > > > I understand there

Re: Poison file names

2020-12-09 Thread Jonathan Gray
On Tue, Dec 08, 2020 at 11:36:37PM -0700, jo...@armadilloaerospace.com wrote: > The game battlestar has source files names com1.c through com7.c, which > are illegal on windows due to ancient dos com port rules. > > I understand there might not be much sympathy for that, but being able > to have t

Re: Poison file names

2020-12-09 Thread Janne Johansson
Den ons 9 dec. 2020 kl 09:20 skrev : > The game battlestar has source files names com1.c through com7.c, which > are illegal on windows due to ancient dos com port rules. > > I understand there might not be much sympathy for that, but being able > to have the full source tree on a windows system c

Poison file names

2020-12-09 Thread johnc
The game battlestar has source files names com1.c through com7.c, which are illegal on windows due to ancient dos com port rules. I understand there might not be much sympathy for that, but being able to have the full source tree on a windows system can be convenient, and it should be a painless c