| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/csource: refactor | Dmitry Vyukov | 2017-12-17 | 1 | -0/+19 |
| | | | | | | | | csource.go is too large and messy. Move Build/Format into buid.go. Move generation of common header into common.go. Split generation of common header into smaller managable functions. | ||||
| * | csource: Fix sed(1) invocation | zoulasc | 2017-11-06 | 1 | -4/+4 |
| | | | | | | | | | There is no need to specify '-' as the filename for sed(1): - The default behavior is to read stdin - It was not done in all places - It breaks on NetBSD sed(1) (although I am tempted to fix it now :-) and it does not work | ||||
| * | pkg/csource: add freebsd/netbsd support | Dmitry Vyukov | 2017-10-26 | 1 | -0/+6 |
| | | |||||
| * | pkg/csource: support akaros | Dmitry Vyukov | 2017-10-16 | 1 | -0/+12 |
