summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Up the release version to 2.49v1.2.49psx/v1.2.49libcap-korg-2.49libcap-2.49cap/v1.2.49Andrew G. Morgan2021-03-136-7/+7
* Allow musl gcc to be used with cgo for Go programsAndrew G. Morgan2021-03-131-15/+15
* Add some code to automatically exit the kernel testAndrew G. Morgan2021-03-135-6/+64
* A man page for the IAB set functions.Andrew G. Morgan2021-03-1011-6/+185
* Comment fixes regarding new cap.Launcher featuresAndrew G. Morgan2021-03-102-2/+9
* Make the cap_launch.3 documentation and code use common conventionsAndrew G. Morgan2021-03-073-12/+9
* Update the man pages with a page for cap_launch.3Andrew G. Morgan2021-03-0711-1/+184
* Fix the README reference to the License file.Andrew G. Morgan2021-03-063-3/+3
* Sadness trying to satisfy automation and lawyers.cap/v1.2.49-rc3Andrew G. Morgan2021-03-064-22/+0
* Go apparently needs files to be named insensitive of case.cap/v1.2.49-rc2Andrew G. Morgan2021-03-064-4/+4
* Provide a pair of cap.Prctl{w,}() convenience functionscap/v1.2.49-rc1Andrew G. Morgan2021-03-062-10/+39
* Implement cap.FuncLauncher()Andrew G. Morgan2021-03-066-66/+302
* Add some test cases for cap_func_launcher() and callbacksAndrew G. Morgan2021-03-062-2/+39
* Implement libcap:cap_func_launcher()Andrew G. Morgan2021-03-063-10/+42
* Improve libcap/cap package comment.Andrew G. Morgan2021-03-061-12/+36
* Make documentation more consistently formattedAndrew G. Morgan2021-03-068-141/+105
* Rework psx to compile more robustly and have clearer documentation.Andrew G. Morgan2021-02-262-18/+36
* Clean up comment now that go1.16 has been released.Andrew G. Morgan2021-02-211-3/+3
* Trying to stop the DOS attack on me from lawyers.Andrew G. Morgan2021-02-149-775/+829
* Don't export symbols that are internal.Andrew G. Morgan2021-02-061-11/+11
* Upgrade cap and psx Go modules to version 1.2.48psx/v1.2.48cap/v1.2.48Andrew G. Morgan2021-02-047-13/+13
* Up the release version to 2.48v0.2.48psx/v0.2.48libcap-korg-2.48libcap-2.48cap/v0.2.48Andrew G. Morgan2021-02-046-7/+7
* Make more uniform GO build options.Andrew G. Morgan2021-02-044-15/+28
* Drop all symlinks from the repositoryAndrew G. Morgan2021-02-024-7/+11
* CamelCase the seccomp explore.go exampleAndrew G. Morgan2021-02-021-41/+42
* Add some CGO_ENABLED=0 documentation for the Syscall functions.Andrew G. Morgan2021-02-021-0/+2
* libcap: Use $(MAKE) instead of makeAndrew Delgadillo2021-02-022-22/+22
* Update the libpsx man page.Andrew G. Morgan2021-02-021-3/+8
* Correct a stale comment in psx.c related to weak linkingAndrew G. Morgan2021-01-291-8/+9
* Update the "psx" README file.Andrew G. Morgan2021-01-271-11/+19
* Minor doc fixes for the "cap" module.Andrew G. Morgan2021-01-271-5/+5
* Up the release version to 2.47v0.2.47psx/v0.2.47libcap-korg-2.47libcap-2.47cap/v0.2.47Andrew G. Morgan2021-01-236-10/+10
* Minor cap package comment update.Andrew G. Morgan2021-01-231-2/+2
* Capture a standalone example of using psx with PR_SET_NO_NEW_PRIVS.Andrew G. Morgan2021-01-232-0/+281
* Restructured gowns to default to uid base of getuid().Andrew G. Morgan2021-01-231-59/+69
* Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan2020-12-265-4/+44
* People keep emailing me about the license for libcap.Andrew G. Morgan2020-12-264-41/+65
* Clean up the exit status to match other binaries.Andrew G. Morgan2020-12-261-5/+5
* checkpointAndrew G. Morgan2020-12-233-10/+15
* Minor fixes for "cap" package documentation.Andrew G. Morgan2020-12-232-5/+5
* No longer need the Go build tag allthreadssyscall.Andrew G. Morgan2020-12-224-17/+10
* Improve the usage and diagnostic message for setcapAndrew G. Morgan2020-12-221-14/+30
* Up the release version to 2.46v0.2.46psx/v0.2.46libcap-korg-2.46libcap-2.46cap/v0.2.46Andrew G. Morgan2020-12-125-6/+6
* Be more complete when looking for stray files in the build treeAndrew G. Morgan2020-12-121-1/+1
* Refactor the "psx" vs "cap" package cgo-or-not complexity to "psx".psx/v0.2.46-rc5Andrew G. Morgan2020-12-118-178/+190
* Fix some typos in the psx.c code related to 6 argument syscalls.psx/v0.2.46-rc4Andrew G. Morgan2020-12-105-9/+39
* Further trim the psx headers and support easy vendoring.psx/v0.2.46-rc3Andrew G. Morgan2020-12-096-34/+7
* 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-082-2/+20
* SIGRTMAX does not play well with Go, so use SIGSYS for the psx interrupt.psx/v0.2.46-rc2Andrew G. Morgan2020-12-084-9/+96