8780a50be1 
								
							
								 
							
						 
						
							
							
								
								.github: Add markdownlint  
							
							... 
							
							
							
							This adds a linter to catch common markdown formatting errors.
The linter used is markdownlint-cli2 which is available on all platforms
and has an associated Github Action to automate these checks in CI.
Configuration is checked in at .markdownlint-cli2.yaml.
You may run the check locally using `markdownlint-cli2`.
Or you may install the extension for VSCode:
DavidAnson.vscode-markdownlint
Signed-off-by: Dave Tucker <dave@dtucker.co.uk> 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								b65a652991 
								
									
								
							
								 
							
						 
						
							
							
								
								aya-bpf-cty: remove empty module  
							
							... 
							
							
							
							This triggers the unused import lint after
https://github.com/rust-lang/rust/commit/482275b19422b871b986ec0400257a . 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								c8bf646ef0 
								
									
								
							
								 
							
						 
						
							
							
								
								toml: add formatter and check in CI  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								c89c485bca 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #627  from nak3/add-riscv  
							
							... 
							
							
							
							bpf: Add `pt_regs` handling in aya-bpf/args.rs for riscv64 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								e08c6471dd 
								
									
								
							
								 
							
						 
						
							
							
								
								Cargo.toml: suppress resolver warning on nightly  
							
							... 
							
							
							
							```
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
``` 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								7dfabd07a7 
								
							
								 
							
						 
						
							
							
								
								Add pt_regs handling in aya-bpf/args.rs for riscv64  
							
							... 
							
							
							
							This patch introduces `pt_regs` handling in aya-bpf/args.rs
for the riscv64 architecture. The current CI is disabled
for riscv64 because this implementation is missing. 
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								0e4aec475f 
								
							
								 
							
						 
						
							
							
								
								fix(lint): remove useless `any` `all` in cfg.  
							
							
							
						 
						
							2 years ago  
				
					
						
							
							
								 
						
							
							
								055d94f58b 
								
							
								 
							
						 
						
							
							
								
								fix uninlined_format_args clippy issues  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								832bdd280c 
								
							
								 
							
						 
						
							
							
								
								{{crate_name}}: release version 0.1.13  
							
							
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								c725e72796 
								
							
								 
							
						 
						
							
							
								
								bpf: re-reun build.rs if env changed  
							
							... 
							
							
							
							Signed-off-by: Dave Tucker <dave@dtucker.co.uk> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								1d06b41e57 
								
							
								 
							
						 
						
							
							
								
								ci: Test all architectures  
							
							... 
							
							
							
							Signed-off-by: Dave Tucker <dave@dtucker.co.uk> 
							
						 
						
							3 years ago  
				
					
						
							
							
								 
						
							
							
								090efc863d 
								
							
								 
							
						 
						
							
							
								
								bpf: Fix clippy warnings  
							
							... 
							
							
							
							Signed-off-by: Dave Tucker <dave@dtucker.co.uk> 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								5dfd27dbd0 
								
							
								 
							
						 
						
							
							
								
								bpf: fix some clippy warnings  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								8311abfdcb 
								
									
								
							
								 
							
						 
						
							
							
								
								added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-gnueabihf  
							
							... 
							
							
							
							* new: added support for armv7-unknown-linux-gnueabi (closes alessandrod/aya/issues/22)
* fix: replaced custom type defintions with proper libc types
* fix: fixed pointless parameter binding
* new: added linker for armv7-unknown-linux-gnueabihf to cargo config 
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								97cb0db0ad 
								
							
								 
							
						 
						
							
							
								
								bpf/aya-bpf-cty: target_arch for bpf*-unknown-none was renamed to "bpf"  
							
							
							
						 
						
							4 years ago  
				
					
						
							
							
								 
						
							
							
								cdf960aaa1 
								
							
								 
							
						 
						
							
							
								
								bpf: initial bpf bindings  
							
							
							
						 
						
							5 years ago