summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use an older Go API for replacing stringsAndrew G. Morgan2020-07-111-2/+2
* Up the release version to 2.39v0.2.39psx/v0.2.39libcap-korg-2.39libcap-2.39cap/v0.2.39Andrew G. Morgan2020-07-112-2/+2
* More experiments with markdown as a representation for the man pages.Andrew G. Morgan2020-07-112-6/+16
* Some documentation for individual capability values.Andrew G. Morgan2020-07-1145-8/+536
* libcap/cap Go package documentation cleanup.Andrew G. Morgan2020-07-096-23/+45
* Rewrite libpsx thread shutdown path to support musl.Andrew G. Morgan2020-07-098-85/+68
* Remove incorrect and misleading comment.Andrew G. Morgan2020-07-091-1/+0
* Add a Go example of changing UID/GID.Andrew G. Morgan2020-07-072-0/+160
* It looks as if the module files need a libcap directory tag.Andrew G. Morgan2020-07-071-1/+3
* Drop the go suffix from module name.Andrew G. Morgan2020-07-061-1/+1
* Up the release version to 2.38psx/v0.2.38libcap-korg-2.38libcap-2.38cap/v0.2.38Andrew G. Morgan2020-07-054-9/+15
* Fix a rare deadlock in cap.Launch().Andrew G. Morgan2020-07-052-27/+49
* Fix capability list generation and legacy go package install.Andrew G. Morgan2020-07-052-9/+15
* Documentation fixes for go packages.Andrew G. Morgan2020-07-053-34/+45
* Restructure the tree a little to provide a module example.Andrew G. Morgan2020-07-046-5/+28
* A final twist in the Go module support.Andrew G Morgan2020-07-031-1/+2
* Up the release version to 2.37v0.2.37psx/v0.2.37libcap-korg-2.37libcap-2.37cap/v0.2.37Andrew G. Morgan2020-07-032-1/+3
* Create symlink for including psx_syscall.hAndrew G. Morgan2020-07-031-0/+1
* Migrate header for psx_syscall.h to Go package tree.Andrew G. Morgan2020-07-032-1/+0
* Refactored the psx package to build as a Go module.Andrew G. Morgan2020-07-038-53/+30
* A step closer to modularizing the cap and psx packages.Andrew G. Morgan2020-07-0315-160/+480
* Revamp the way we package cap and psx packages.Andrew G. Morgan2020-07-0213-47/+250
* First attempt at supporting the Go "psx" package as a module.Andrew G. Morgan2020-07-025-3/+437
* CAP_BPF is the CAP_LAST_CAP now.Andrew G. Morgan2020-07-021-1/+33
* Tidy up the comment related to the XATTR backup definitions.Andrew G. Morgan2020-06-291-1/+6
* libcap: Fix for older kernelsPrasanth R2020-06-291-0/+11
* Fix declaration of mostly never compiled code.Andrew G. Morgan2020-06-291-1/+1
* cap_get_proc.3: change "current process" to "calling process"Michael Kerrisk (man-pages)2020-06-111-10/+10
* Improve synopsis formatting of getpcaps.8 man page.Andrew G. Morgan2020-06-111-1/+1
* getpcaps.8: Note that pid==0 displays capabilities of getpcaps itselfMichael Kerrisk (man-pages)2020-06-111-1/+8
* cap_get_proc.3: for cap_get_pid(), pid==0 means "the calling process"Michael Kerrisk (man-pages)2020-06-111-0/+3
* cap_get_proc.3: Typo fixesMichael Kerrisk (man-pages)2020-06-111-3/+3
* Better protect some header #define's.Andrew G. Morgan2020-06-049-0/+20
* Clean up an unused variable.Andrew G. Morgan2020-06-031-1/+1
* Up the release version to 2.36libcap-korg-2.36libcap-2.36Andrew G. Morgan2020-06-021-1/+1
* Linux 5.7 supports CAP_PERFMONAndrew G. Morgan2020-06-023-2/+24
* Update the CHANGELOG file to point to current locations.Andrew G. Morgan2020-06-021-8/+6
* Up the release version to 2.35libcap-korg-2.35libcap-2.35Andrew G. Morgan2020-06-021-1/+1
* More linter findings.Andrew G. Morgan2020-06-023-27/+29
* Lint style fixes for C and Go sources.Andrew G. Morgan2020-06-028-37/+41
* Work around a bug in glibc.Andrew G. Morgan2020-06-011-9/+9
* Remove include dependency of libcap on libpsx.Andrew G. Morgan2020-06-011-4/+14
* Markdown related fixes.Andrew G. Morgan2020-05-163-14/+15
* Slight refactoring of _makenames.c.Andrew G. Morgan2020-05-161-10/+20
* Avoid sys/capability.h on build architectureChristian Kastner2020-05-121-4/+13
* Experimenting with markdown.Andrew G. Morgan2020-05-161-0/+75
* pam_cap: Honor PAM_REINITIALIZE_CREDChristian Kastner2020-05-121-1/+1
* Syntax fixes for man pagesChristian Kastner2020-05-1210-74/+74
* Fix typosChristian Kastner2020-05-122-4/+4
* Replace PerOSThreadSyscall*() with AllThreadsSyscall*().Andrew G. Morgan2020-05-103-12/+11