aboutsummaryrefslogtreecommitdiffstats
path: root/go
Commit message (Expand)AuthorAgeFilesLines
* Tweaking the psx and cap package documentation further.Andrew G. Morgan2020-07-261-12/+13
* Mode cap package documentation updates.Andrew 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