Popular repositories Loading
-
-
golang-async-life
golang-async-life PublicSimple asynchronous game of life (created during 45-min code retreat session).
Go 6
-
makesparse
makesparse PublicTiny utility to leverage the new FALLOC_FL_PUNCH_HOLE flag for fallocate(), and turn a non-sparse file into a sparse one (on supported file systems).
C 4
-
aqua-connect-local
aqua-connect-local PublicHome Assistant configuration for Aqua Connect Local
82 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
February 2025
Created a pull request in bpftrace/bpftrace that received 1 comment
RFC: Accept block expressions.
This is just a draft/RFC for the purposes of discussion. This is a trivial change to accept programs of the form:
BEGIN { $y = 0; @x = { $z = 1; $z…
Opened 1 other pull request in 1 repository
bpftrace/bpftrace
1
open
-
Initial support for extensions
This contribution was made on Feb 11
Reviewed 5 pull requests in 1 repository
bpftrace/bpftrace
5 pull requests
-
Use structured visitor for code generation
This contribution was made on Feb 12
-
Drop clang_workarounds.h
This contribution was made on Feb 12
-
Prefer static types over double dynamic dispatch
This contribution was made on Feb 7
-
test: Ensure bpftrace_test runs in
nix develop
environmentThis contribution was made on Feb 7 -
Introduce automatic session kprobes
This contribution was made on Feb 7
Created an issue in bpftrace/bpftrace that received 5 comments
Proposal: extensibility and interop
NOTE: this proposal is inspired and informed heavily by #3610. This is a large over-arching proposal, which will require multiple sub-proposals an…