summaryrefslogtreecommitdiff
path: root/go
Commit message (Expand)AuthorAgeFilesLines
* 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
* More convenience functionality for libcap.Andrew G. Morgan2019-12-153-20/+96
* 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
* Realign around the evolving Go support for POSIX semantics syscalls.Andrew G. Morgan2019-12-102-17/+12
* 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
* Extend installation to install the two Go packages.Andrew G. Morgan2019-12-071-5/+6
* Add a failure test case to libcap/psx Go package.Andrew G. Morgan2019-12-072-1/+13
* Add support to libcap for overriding system call functions.Andrew G. Morgan2019-12-063-35/+101
* Update go patch and locationAndrew G. Morgan2019-11-301-1/+1
* Some extra sanity to the golang cap package.Andrew G. Morgan2019-11-301-1/+2
* Fix comment in web.go (I've deleted the --debug argument)Andrew G. Morgan2019-11-161-2/+1
* Implement a meaningful Go port of libcapAndrew G. Morgan2019-11-163-71/+88
* Explore Go port of libcap with a simple web server.Andrew G. Morgan2019-05-272-1/+147
* A Go (golang) implementation of libcap: import "libcap/cap".Andrew G. Morgan2019-05-194-0/+334