User Details
- User Since
- Nov 24 2013, 3:15 AM (442 w, 1 d)
- Roles
- Administrator
Sat, May 14
Note that -flto doesn't actually LTO system libraries, because we do not yet provide LLVM IR libraries. If you put an explicit_bzero implementation in your test code though you can get it to be eliminated. As it stands today for normal use (linking against libc as usual) it will not be eliminated.
Fri, May 13
See also Oracle image guidelines at https://docs.oracle.com/en/cloud/marketplace/partner-portal/ocmpd/how-to-publish-an-oci-image-listing.pdf
Thu, May 12
If you upload again for changes, please include full context e.g. git diff -U99999 .... or git show -U99999 ...
Wed, May 11
Can we include the command(s) used to generate the certs somewhere, maybe a comment in the test?
Tue, May 10
Mon, May 9
There are developers who want to run these tasks on their own forks - at least, I do. Users could also configure Cirrus-CI not to run on their fork, if so desired (i.e., by not giving Cirrus-CI access to the specific repo).
Sat, May 7
Fri, May 6
I like Ravi's first, but you can also drop "can be used to"
The following sysctl variables control how the kernel ...
Reported by: Thomas Hurst https://twitter.com/blaagh/status/1521857962297507842
Thu, May 5
Wed, May 4
Tue, May 3
Mon, May 2
Will change the comment to
# Restart sshd if running (PR263489). Note that this does not # affect child sshd processes handling existing sessions.
Dumb question, I'm sure, but doesn't restarting sshd kill current ssh sessions?
Sun, May 1
Sat, Apr 30
I changed the WITH_PROFILE description in f768ecf247b7acd98fd0ee395522e559769e3e51 as it may not be gone in 14.
Fri, Apr 29
Thu, Apr 28
Wed, Apr 27
Is it time to look at deprecation plans for firewire?
Regenerate after:
Tue, Apr 26
Mon, Apr 25
There seems to be no change here or in https://github.com/trixirt/libc11ext in the last five years. @trix_juniper.net are you still planning to pursue this?
Note to self: for upstreaming, see also D33934
LGTM except style issue, look at the SANITIZER_PPC64V2 case above, space after the 1 and line up the string indentation.
Sun, Apr 24
Sat, Apr 23
Fri, Apr 22
I'm reasonably confident that this patch has addressed the issue I observed.
there are still a few things controlled by WITH_/WITHOUT_GAMES:
$ git grep MK_GAMES Makefile.inc1:.if ${MK_GAMES} != "no" release/Makefile: MK_GAMES=no \ tools/build/mk/OptionalObsoleteFiles.inc:.if ${MK_GAMES} == no usr.bin/Makefile:SUBDIR.${MK_GAMES}+= caesar usr.bin/Makefile:SUBDIR.${MK_GAMES}+= factor usr.bin/Makefile:SUBDIR.${MK_GAMES}+= fortune usr.bin/Makefile:SUBDIR.${MK_GAMES}+= grdc usr.bin/Makefile:SUBDIR.${MK_GAMES}+= morse usr.bin/Makefile:SUBDIR.${MK_GAMES}+= number usr.bin/Makefile:SUBDIR.${MK_GAMES}+= pom usr.bin/Makefile:SUBDIR.${MK_GAMES}+= primes usr.bin/Makefile:SUBDIR.${MK_GAMES}+= random
Thu, Apr 21
I've applied this to my local tree and so far it appears to address the livelock issue I was observed somewhat regularly under load (video/keyboard unresponsive, although mouse cursor still moved).
Wed, Apr 20
looks reasonable to me