aboutsummaryrefslogtreecommitdiff
path: root/libcap
AgeCommit message (Expand)Author
2021-02-02Drop all symlinks from the repositoryAndrew G. Morgan
2021-02-02libcap: Use $(MAKE) instead of makeAndrew Delgadillo
2020-12-26Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan
2020-12-09Further trim the psx headers and support easy vendoring.Andrew G. Morgan
2020-11-01Some distributions can't support shared librariesAndrew G. Morgan
2020-10-27Support systems with no available pthreads support.Andrew G. Morgan
2020-10-13Support shared library build and linkage of -lpsxAndrew G. Morgan
2020-09-07Allow a build of libcap independent of libpsx.Andrew G. Morgan
2020-08-13Add new value CAP_CHECKPOINT_RESTORE = 40.Andrew G. Morgan
2020-08-06Move mkdir to common install targetChristian Kastner
2020-07-29Minor fix for install target.Andrew G. Morgan
2020-07-29libcap: split install into install-shared/install-staticThomas Petazzoni
2020-07-23Trivial change to align code with change to man page.Andrew G. Morgan
2020-07-23A more compact form for the text representation of capabilities.Andrew G. Morgan
2020-07-16Fix typo in capabilities.h file.Andrew G. Morgan
2020-07-16Various source files: spelling fixes on commentsMichael Kerrisk (man-pages)
2020-07-05Fix capability list generation and legacy go package install.Andrew G. Morgan
2020-07-03Create symlink for including psx_syscall.hAndrew G. Morgan
2020-07-03Migrate header for psx_syscall.h to Go package tree.Andrew G. Morgan
2020-07-03Refactored the psx package to build as a Go module.Andrew G. Morgan
2020-07-02CAP_BPF is the CAP_LAST_CAP now.Andrew G. Morgan
2020-06-29Tidy up the comment related to the XATTR backup definitions.Andrew G. Morgan
2020-06-29libcap: Fix for older kernelsPrasanth R
2020-06-29Fix declaration of mostly never compiled code.Andrew G. Morgan
2020-06-04Better protect some header #define's.Andrew G. Morgan
2020-06-03Clean up an unused variable.Andrew G. Morgan
2020-06-02Linux 5.7 supports CAP_PERFMONAndrew G. Morgan
2020-06-02More linter findings.Andrew G. Morgan
2020-06-02Lint style fixes for C and Go sources.Andrew G. Morgan
2020-06-01Remove include dependency of libcap on libpsx.Andrew G. Morgan
2020-05-16Slight refactoring of _makenames.c.Andrew G. Morgan
2020-05-12Avoid sys/capability.h on build architectureChristian Kastner
2020-05-02Avoid segfaulting when the kernel is ahead of libcap.Andrew G. Morgan
2020-03-10Make the _cap_names[] static.Andrew G. Morgan
2020-03-07Replace pthread_yeild() with sched_yield().Andrew G. Morgan
2020-02-23Implement cap_launch.Andrew G. Morgan
2020-02-23A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan
2020-02-17Add support for fork() in libpsx.Andrew G. Morgan
2020-02-15Better legacy support for fakeroot.Andrew G. Morgan
2020-01-19psx_syscall.h support for C++ includes.Andrew G. Morgan
2020-01-19Use the lighter weight prctl for reading bounding set.Andrew G. Morgan
2020-01-07Drop the hard requirement on libpsx.Andrew G. Morgan
2020-01-03Refactor the way we do the psx linkage in libcap.Andrew G. Morgan
2019-12-29Exploring compilation issues on 32-bit architectures.Andrew G. Morgan
2019-12-29Tidy up tree on clean and with .gitignore.Andrew G. Morgan
2019-12-29Use separate libpsx.pc file instead of libcap.pc (take two)Lars Wendler
2019-12-28Remove installation targets from the libcap directory.Andrew G. Morgan
2019-12-25Make cap_reset_ambient() look before acting.Andrew G. Morgan
2019-12-24Found and fixed a deadlock in libcap/psx's use of libpsx.Andrew G. Morgan
2019-12-23Ensure that gcc -std=c89 build works.Andrew G. Morgan