aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)Author
2021-08-15Up the release version to 2.53Andrew G. Morgan
2021-08-14Fix typos.Samanta Navarro
2021-08-01Up the release version to 2.52Andrew G. Morgan
2021-06-20Up the release version to 2.51Andrew G. Morgan
2021-06-20No longer need the go/pkg directory.Andrew G. Morgan
2021-06-20Do away with GOPATH based GO building.Andrew G. Morgan
2021-06-19Stabilize exporting capabilities into a comparable external formatAndrew G. Morgan
2021-03-30More aggressive cap_test to ensure the launcher isolates contextAndrew G. Morgan
2021-03-13Allow musl gcc to be used with cgo for Go programsAndrew G. Morgan
2021-02-04Make more uniform GO build options.Andrew G. Morgan
2020-12-26Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan
2020-12-22No longer need the Go build tag allthreadssyscall.Andrew G. Morgan
2020-12-11Refactor the "psx" vs "cap" package cgo-or-not complexity to "psx".Andrew G. Morgan
2020-12-10Fix some typos in the psx.c code related to 6 argument syscalls.Andrew G. Morgan
2020-12-09Further trim the psx headers and support easy vendoring.Andrew G. Morgan
2020-12-09Update .gitignore file for goapps builds in-tree.Andrew G. Morgan
2020-12-08Add a go.mod file for building gowns.Andrew G. Morgan
2020-12-08SIGRTMAX does not play well with Go, so use SIGSYS for the psx interrupt.Andrew G. Morgan
2020-09-22Adjust builds for golang versions that default to not supporting GOPATH.Andrew G. Morgan
2020-09-07Migrate all uses of tcapsh-static to sudotest target.Andrew G. Morgan
2020-09-07Support dynamic test compilation and execution.Andrew G. Morgan
2020-07-26Tweaking the psx and cap package documentation further.Andrew G. Morgan
2020-07-26Mode cap package documentation updates.Andrew G. Morgan
2020-07-22Make Go cap.String() and (*cap.Set).String() equal C equivalents.Andrew G. Morgan
2020-07-11Use an older Go API for replacing stringsAndrew G. Morgan
2020-07-11Some documentation for individual capability values.Andrew G. Morgan
2020-07-05Fix capability list generation and legacy go package install.Andrew G. Morgan
2020-07-04Restructure the tree a little to provide a module example.Andrew G. Morgan
2020-07-03Refactored the psx package to build as a Go module.Andrew G. Morgan
2020-07-03A step closer to modularizing the cap and psx packages.Andrew G. Morgan
2020-07-02Revamp the way we package cap and psx packages.Andrew G. Morgan
2020-05-10Replace PerOSThreadSyscall*() with AllThreadsSyscall*().Andrew G. Morgan
2020-02-23code cleanup: no need to panic, log.Fatalf should work.Andrew G. Morgan
2020-02-23Implement cap.Launch()Andrew G. Morgan
2020-02-23IAB Go support.Andrew G. Morgan
2019-12-22Change the definition of 'all' to be all named capabilities.Andrew G. Morgan
2019-12-15More convenience functionality for libcap.Andrew G. Morgan
2019-12-15Break out test into two parts: test or sudotest.Andrew G. Morgan
2019-12-13Restructure the make files into build vs. testAndrew G. Morgan
2019-12-10Realign around the evolving Go support for POSIX semantics syscalls.Andrew G. Morgan
2019-12-09This appears to be the real fix for my Go build.Andrew G. Morgan
2019-12-09Make all go/ Makefile entries absolute.Andrew G. Morgan
2019-12-07Extend installation to install the two Go packages.Andrew G. Morgan
2019-12-07Add a failure test case to libcap/psx Go package.Andrew G. Morgan
2019-12-06Add support to libcap for overriding system call functions.Andrew G. Morgan
2019-11-30Update go patch and locationAndrew G. Morgan
2019-11-30Some extra sanity to the golang cap package.Andrew G. Morgan
2019-11-16Fix comment in web.go (I've deleted the --debug argument)Andrew G. Morgan
2019-11-16Implement a meaningful Go port of libcapAndrew G. Morgan
2019-05-27Explore Go port of libcap with a simple web server.Andrew G. Morgan