User Details
- User Since
- Oct 2 2015, 1:17 PM (469 w, 6 d)
Yesterday
Mon, Sep 30
Simplify; this was previously going to go the route of atf-sh and inject the
shebang, but what we ended up with does not warrant a tmp file at all. We can
also take care of +x + move in one step.
Sun, Sep 29
Sat, Sep 28
Fri, Sep 27
Wed, Sep 25
Tue, Sep 24
Mon, Sep 23
Sun, Sep 22
Can you explain more on why you think you want this? The entire point was to hide the interface and avoid it becoming part of the ABI we need to care about.
Fri, Sep 20
Thu, Sep 19
Wed, Sep 18
Sat, Sep 14
Superceded by https://github.com/freebsd/freebsd-src/pull/1363
Thu, Sep 12
Wed, Sep 11
I still think we want the login.conf addition, even if it's pipe=unlimited -- we seem to do this for all of them (perhaps as an example of the possible limits that can be configured and their login.conf names?)
Tue, Sep 10
I suspect we also want an addition to lib/libutil/login_class.c, and maybe a default in usr.bin/login/login.conf
Mon, Sep 9
Wed, Sep 4
Aug 29 2024
Issue warnings for any permission change failures- they're not fatal, but the admin should know about them in case there's a legitimate issue.
Aug 27 2024
Test looks reasonable to me, incorporating it as:
Aug 26 2024
Aug 20 2024
It's fine with me, but I note there's a test in contrib/netbsd-tests/usr.bin/grep/t_grep.sh that assumes the default here that will start failing
Aug 14 2024
Aug 13 2024
I'm a little torn on the idea itself, but here's some review
Aug 9 2024
Aug 8 2024
Aug 5 2024
Aug 3 2024
Fix the date (whoops :-)), -W -> -q and fix bracketing in usage
Aug 2 2024
Aug 1 2024
Jul 30 2024
Jul 29 2024
jhb has a similar patch here https://reviews.freebsd.org/D45995 and I had a similar fix upstream https://github.com/openssl/openssl/pull/24903/files but I've failed to get @bcran (or anyone in upstream OpenSSL) to weigh in on an appropriate solution for their part, so I guess just do it and I'll reconcile the differences later.
Jul 24 2024
Jul 23 2024
Consensus moves for the first attempt
And an accompanying review: D32615
In trying to figure out why I hadn't found this in my smoke-tests, I discovered I had fixed this in another branch from when I initially did the work. Attaching the alternate version, I'm not sure which I prefer; that one just avoids copying by making domain a pointer into domain-renamed-to-domain_storage.