aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade libcap to libcap-2.39 am: d3106b3008 am: b8008e6571Haibo Huang2020-07-1496-453/+2240
|\
| * Upgrade libcap to libcap-2.39 am: d3106b3008Haibo Huang2020-07-1496-453/+2240
| |\
| | * Upgrade libcap to libcap-2.39android-r-beta-3android-r-beta-2Haibo Huang2020-07-1396-453/+2240
| | |\
| | | * Up the release version to 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.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.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
* | | | Fix Android.bp for libcap-2.36's new warnings. am: 5a87f0eda9 am: 941f3caa87Elliott Hughes2020-06-0536-238/+400
|\| | |
| * | | Fix Android.bp for libcap-2.36's new warnings. am: 5a87f0eda9Elliott Hughes2020-06-0536-238/+400
| |\| |
| | * | Fix Android.bp for libcap-2.36's new warnings.aosp-emu-30-releaseElliott Hughes2020-06-0536-238/+400
| | |\ \
| | | * | Upgrade libcap to libcap-2.36Haibo Huang2020-06-0335-237/+397
| | | |\|
| | | | * Up the release version to 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.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