summaryrefslogtreecommitdiff
path: root/go/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add in something the builder can override to augment the GO buildsAndrew G. Morgan2021-09-111-11/+11
* Fixed parallel make issuesAndrew G. Morgan2021-09-051-1/+1
* Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan2021-09-041-2/+3
* Be more consistent with make variables.Andrew G. Morgan2021-08-301-4/+4
* Make sudotest more robust against untestable environmentsAndrew G. Morgan2021-08-281-1/+1
* Stop installing the cap and psx packages, but do install captree.Andrew G. Morgan2021-08-261-6/+13
* Support overriding choice of 'sudo'.Andrew G. Morgan2021-08-251-4/+4
* Add the captree example.Andrew G. Morgan2021-08-221-2/+6
* Do away with GOPATH based GO building.Andrew G. Morgan2021-06-201-44/+47
* More aggressive cap_test to ensure the launcher isolates contextAndrew G. Morgan2021-03-301-1/+4
* Allow musl gcc to be used with cgo for Go programsAndrew G. Morgan2021-03-131-15/+15
* Make more uniform GO build options.Andrew G. Morgan2021-02-041-7/+9
* No longer need the Go build tag allthreadssyscall.Andrew G. Morgan2020-12-221-4/+4
* Refactor the "psx" vs "cap" package cgo-or-not complexity to "psx".psx/v0.2.46-rc5Andrew G. Morgan2020-12-111-6/+9
* Fix some typos in the psx.c code related to 6 argument syscalls.psx/v0.2.46-rc4Andrew G. Morgan2020-12-101-2/+6
* Further trim the psx headers and support easy vendoring.psx/v0.2.46-rc3Andrew G. Morgan2020-12-091-3/+2
* Add a go.mod file for building gowns.Andrew G. Morgan2020-12-081-2/+15
* SIGRTMAX does not play well with Go, so use SIGSYS for the psx interrupt.psx/v0.2.46-rc2Andrew G. Morgan2020-12-081-1/+7
* Adjust builds for golang versions that default to not supporting GOPATH.Andrew G. Morgan2020-09-221-9/+9
* Migrate all uses of tcapsh-static to sudotest target.Andrew G. Morgan2020-09-071-3/+3
* Support dynamic test compilation and execution.Andrew G. Morgan2020-09-071-3/+3
* Some documentation for individual capability values.Andrew G. Morgan2020-07-111-1/+1
* Fix capability list generation and legacy go package install.Andrew G. Morgan2020-07-051-6/+7
* Restructure the tree a little to provide a module example.Andrew G. Morgan2020-07-041-2/+2
* Refactored the psx package to build as a Go module.Andrew G. Morgan2020-07-031-11/+11
* A step closer to modularizing the cap and psx packages.Andrew G. Morgan2020-07-031-15/+15
* Revamp the way we package cap and psx packages.Andrew G. Morgan2020-07-021-28/+31
* Implement cap.Launch()Andrew G. Morgan2020-02-231-3/+24
* More convenience functionality for libcap.Andrew G. Morgan2019-12-151-2/+2
* Break out test into two parts: test or sudotest.Andrew G. Morgan2019-12-151-1/+3
* Restructure the make files into build vs. testAndrew G. Morgan2019-12-131-23/+38
* This appears to be the real fix for my Go build.Andrew G. Morgan2019-12-091-1/+1
* Make all go/ Makefile entries absolute.Andrew G. Morgan2019-12-091-9/+9
* Add a failure test case to libcap/psx Go package.Andrew G. Morgan2019-12-071-1/+1
* Add support to libcap for overriding system call functions.Andrew G. Morgan2019-12-061-18/+31
* Implement a meaningful Go port of libcapAndrew G. Morgan2019-11-161-3/+7
* Explore Go port of libcap with a simple web server.Andrew G. Morgan2019-05-271-1/+5
* A Go (golang) implementation of libcap: import "libcap/cap".Andrew G. Morgan2019-05-191-0/+38