Retguard: An improved stack protector for OpenBSD
11–20 of 73 posts
Re: Retguard: An improved stack protector for OpenBSD
#12While I didn't understand most of this, any reason why they're still using CVS? Genuinely curious, I'm sure they have good reasons.
Re: Retguard: An improved stack protector for OpenBSD
#13Re: Retguard: An improved stack protector for OpenBSD
#14While I didn't understand most of this, any reason why they're still using CVS? Genuinely curious, I'm sure they have good reasons.
Re: Retguard: An improved stack protector for OpenBSD
#15While I didn't understand most of this, any reason why they're still using CVS? Genuinely curious, I'm sure they have good reasons.
Re: Retguard: An improved stack protector for OpenBSD
#16While I didn't understand most of this, any reason why they're still using CVS? Genuinely curious, I'm sure they have good reasons.
Note that there is a mirror on github at https://github.com/openbsd and to my understanding, developers who prefer git use that, but the official source tree is in CVS.
Re: Retguard: An improved stack protector for OpenBSD
#17While I didn't understand most of this, any reason why they're still using CVS? Genuinely curious, I'm sure they have good reasons.
You must be jealous that we're self-hosted. ;-)
http://www.kylheku.com/~kaz/mcvs.html
Meta-CVS has an import feature (mcvs grab) which detects renamed files. It fixes up symlinks pointing to moved files too and such.
Meta-CVS didn't catch on widely because by the time I had it stable, CVS itself was being side tracked by newly emerging projects like SVN.
Plus people were afraid of it being written in Common Lisp.
If you're still using CVS in 2018 and not Meta-CVS, you're ridiculously backwards though. :)
Re: Retguard: An improved stack protector for OpenBSD
#18The post from ~9 months ago by deraadt is worth reading: https://marc.info/?l=openbsd-tech&m=150317547021396&w=2
Github mirror, for easier review: https://github.com/openbsd/src/commit/e688c2b0648a80551cf735...
Re: Retguard: An improved stack protector for OpenBSD
#19While I didn't understand most of this, any reason why they're still using CVS? Genuinely curious, I'm sure they have good reasons.
That's really where it's coming from, wasn't really trying to be snarky or anything.
Re: Retguard: An improved stack protector for OpenBSD
#20While I didn't understand most of this, any reason why they're still using CVS? Genuinely curious, I'm sure they have good reasons.
I actually wasn't clear at all. To me, it's more about code browseability, and I've found it much easier to splunk through codebases for fun in a GitHub-like interface. (Not much to do with the developers' workflows, I suppose) That's really where it's coming from, wasn't really trying to be snarky or anything.