summaryrefslogtreecommitdiff
path: root/go
Commit message (Expand)AuthorAgeFilesLines
* Up the release version to 2.59HEADmasterAndrew G. Morgan2021-09-261-2/+2
* Up the release version to 2.58Andrew G. Morgan2021-09-171-2/+2
* Add in something the builder can override to augment the GO buildsAndrew G. Morgan2021-09-111-11/+11
* Up the release version to 2.57Andrew G. Morgan2021-09-091-2/+2
* Fixed parallel make issuesAndrew G. Morgan2021-09-051-1/+1
* Refactor top level Makefile to reduce redundant buildingAndrew G. Morgan2021-09-041-2/+3
* Up the release version to 2.56Andrew G. Morgan2021-09-021-2/+2
* Be more consistent with make variables.Andrew G. Morgan2021-08-301-4/+4
* Up the release version to 2.55Andrew G. Morgan2021-08-291-2/+2
* Make sudotest more robust against untestable environmentsAndrew G. Morgan2021-08-282-2/+4
* Stop installing the cap and psx packages, but do install captree.Andrew G. Morgan2021-08-261-6/+13
* Up the release version to 2.54Andrew G. Morgan2021-08-251-2/+2
* Support overriding choice of 'sudo'.Andrew G. Morgan2021-08-251-4/+4
* Add the captree example.Andrew G. Morgan2021-08-222-2/+7
* Up the release version to 2.53v1.2.53psx/v1.2.53libcap-korg-2.53libcap-2.53cap/v1.2.53Andrew G. Morgan2021-08-151-2/+2
* Fix typos.Samanta Navarro2021-08-141-1/+1
* Up the release version to 2.52v1.2.52psx/v1.2.52libcap-korg-2.52libcap-2.52cap/v1.2.52Andrew G. Morgan2021-08-011-2/+2
* Up the release version to 2.51v1.2.51psx/v1.2.51libcap-korg-2.51libcap-2.51cap/v1.2.51Andrew G. Morgan2021-06-201-2/+2
* No longer need the go/pkg directory.Andrew G. Morgan2021-06-201-1/+0
* Do away with GOPATH based GO building.Andrew G. Morgan2021-06-203-45/+59
* Stabilize exporting capabilities into a comparable external formatAndrew G. Morgan2021-06-191-2/+2
* 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-043-8/+16
* Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan2020-12-261-0/+10
* 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-103-2/+28
* Further trim the psx headers and support easy vendoring.psx/v0.2.46-rc3Andrew G. Morgan2020-12-091-3/+2
* Update .gitignore file for goapps builds in-tree.Andrew G. Morgan2020-12-091-0/+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-083-1/+54
* 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-072-4/+4
* Tweaking the psx and cap package documentation further.psx/v0.2.42-rc2cap/v0.2.42-rc2Andrew G. Morgan2020-07-261-12/+13
* Mode cap package documentation updates.psx/v0.2.42-rc1cap/v0.2.42-rc1Andrew G. Morgan2020-07-261-1/+11
* Make Go cap.String() and (*cap.Set).String() equal C equivalents.Andrew G. Morgan2020-07-221-0/+52
* Use an older Go API for replacing stringsAndrew G. Morgan2020-07-111-2/+2
* Some documentation for individual capability values.Andrew G. Morgan2020-07-112-4/+31
* 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-042-141/+2
* Refactored the psx package to build as a Go module.Andrew G. Morgan2020-07-032-11/+27
* A step closer to modularizing the cap and psx packages.Andrew G. Morgan2020-07-035-125/+22
* Revamp the way we package cap and psx packages.Andrew G. Morgan2020-07-026-40/+48
* Replace PerOSThreadSyscall*() with AllThreadsSyscall*().Andrew G. Morgan2020-05-102-7/+7
* code cleanup: no need to panic, log.Fatalf should work.Andrew G. Morgan2020-02-231-1/+1
* Implement cap.Launch()Andrew G. Morgan2020-02-236-26/+198
* IAB Go support.Andrew G. Morgan2020-02-231-0/+39
* Change the definition of 'all' to be all named capabilities.Andrew G. Morgan2019-12-221-0/+10