summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make quicktest.sh work again with kernel testAndrew G. Morgan2020-12-073-5/+17
* Clean up gowns invocation for shell etc.Andrew G. Morgan2020-12-071-28/+86
* Demonstrate using libcap and namespaces in Go.Andrew G. Morgan2020-11-281-0/+181
* Allow a dying thread to participate in the psx mechanism.psx/v0.2.46-rc1Andrew G. Morgan2020-11-112-0/+67
* Migrate building progs/tcapsh-static to sudotestAndrew G. Morgan2020-11-101-4/+4
* Remove the golang POSIX semantics validation tests.Andrew G. Morgan2020-11-096-239/+0
* Up the release version to 2.45v0.2.45psx/v0.2.45libcap-korg-2.45libcap-2.45cap/v0.2.45Andrew G. Morgan2020-11-024-5/+5
* Some distributions can't support shared librariesAndrew G. Morgan2020-11-012-9/+35
* Guarantee sufficient memory for scratch pathnameAndrew G. Morgan2020-10-281-1/+1
* Support systems with no available pthreads support.Andrew G. Morgan2020-10-274-38/+94
* If needed search PATH for capsh (==) self-execution.Andrew G. Morgan2020-10-273-5/+67
* Lessen the system requirements for running make sudotestAndrew G. Morgan2020-10-251-2/+2
* Demonstrate why libpsx is important for multithreaded C code.Andrew G. Morgan2020-10-243-1/+177
* Fix tests:sudotest for DYNAMIC=yes testingAndrew G. Morgan2020-10-183-9/+14
* Support shared library build and linkage of -lpsxAndrew G. Morgan2020-10-135-41/+54
* Clean up the libpsx.3 man page.Andrew G. Morgan2020-10-131-18/+22
* Up the release version to 2.44v0.2.44psx/v0.2.44libcap-korg-2.44libcap-2.44cap/v0.2.44Andrew G. Morgan2020-10-044-5/+5
* unbreak CROSS_COMPILERolf Eike Beer2020-10-041-3/+3
* add COPTS and BUILD_COPTS to specify optimization flags without touching CFLAGSRolf Eike Beer2020-10-031-2/+4
* Adjust builds for golang versions that default to not supporting GOPATH.Andrew G. Morgan2020-09-221-9/+9
* Be slightly more selective in what to build.Andrew G. Morgan2020-09-122-3/+7
* Migrate all uses of tcapsh-static to sudotest target.Andrew G. Morgan2020-09-072-4/+4
* Support dynamic test compilation and execution.Andrew G. Morgan2020-09-077-22/+35
* Allow a build of libcap independent of libpsx.Andrew G. Morgan2020-09-071-12/+26
* Add a note about updating the Go module documentationAndrew G. Morgan2020-09-061-0/+8
* Clean up the Go package documentation now that go1.15 is released.Andrew G. Morgan2020-08-152-9/+2
* Up the release version to 2.43v0.2.43psx/v0.2.43libcap-korg-2.43libcap-2.43cap/v0.2.43Andrew G. Morgan2020-08-155-9/+11
* Add new value CAP_CHECKPOINT_RESTORE = 40.Andrew G. Morgan2020-08-133-82/+100
* Further trim layers of abstraction for psx pthread_create wrapping.psx/v0.2.43rc1Andrew G. Morgan2020-08-131-5/+7
* Move mkdir to common install targetChristian Kastner2020-08-061-1/+1
* When doing a distclean validate that the tree is fully committed.Andrew G. Morgan2020-08-051-0/+1
* no more psx_test_wrapPetr Ovtchenkov2020-08-052-2/+1
* Up the release version to 2.42v0.2.42psx/v0.2.42libcap-korg-2.42libcap-2.42cap/v0.2.42Andrew G. Morgan2020-08-014-5/+5
* build-system: fixes for cross-compilationFabrice Fontaine2020-07-311-8/+8
* Minor fix for install target.Andrew G. Morgan2020-07-291-2/+4
* libcap: split install into install-shared/install-staticThomas Petazzoni2020-07-291-4/+10
* Tweaking the psx and cap package documentation further.psx/v0.2.42-rc2cap/v0.2.42-rc2Andrew G. Morgan2020-07-264-34/+51
* Mode cap package documentation updates.psx/v0.2.42-rc1cap/v0.2.42-rc1Andrew G. Morgan2020-07-268-24/+88
* Test errno behavior for psx syscalls.Andrew G. Morgan2020-07-252-8/+73
* Up the release version to 2.41v0.2.41psx/v0.2.41libcap-korg-2.41libcap-2.41cap/v0.2.41Andrew G. Morgan2020-07-244-5/+5
* Reflect a minor improvement in cap_to_text() output in man page.Andrew G. Morgan2020-07-232-4/+49
* Manual pages: cap_from_text.3: Clarify a detail of cap_from_text() action listMichael Kerrisk (man-pages)2020-07-231-3/+10
* Trivial change to align code with change to man page.Andrew G. Morgan2020-07-231-3/+3
* Manual pages: use "root user ID" rather than "rootid"Michael Kerrisk (man-pages)2020-07-233-8/+9
* A more compact form for the text representation of capabilities.Andrew G. Morgan2020-07-234-10/+35
* Make Go cap.String() and (*cap.Set).String() equal C equivalents.Andrew G. Morgan2020-07-222-41/+162
* Fix for cap.FromText().Andrew G. Morgan2020-07-213-2/+31
* Add missing function (*cap.Set).SetNSOwner().Andrew G. Morgan2020-07-211-0/+15
* Manual pages: capsh.1: Change .TP indent to the defaultMichael Kerrisk (man-pages)2020-07-201-1/+1