1. d3106b3 Upgrade libcap to libcap-2.39 by Haibo Huang · 4 years, 3 months ago
  2. 7434c4e Up the release version to 2.39 by Andrew G. Morgan · 4 years, 3 months ago
  3. a83d142 More experiments with markdown as a representation for the man pages. by Andrew G. Morgan · 4 years, 3 months ago
  4. cae0e74 Some documentation for individual capability values. by Andrew G. Morgan · 4 years, 3 months ago
  5. f4decbd libcap/cap Go package documentation cleanup. by Andrew G. Morgan · 4 years, 3 months ago
  6. dca9b22 Rewrite libpsx thread shutdown path to support musl. by Andrew G. Morgan · 4 years, 3 months ago
  7. 57b1f9e Remove incorrect and misleading comment. by Andrew G. Morgan · 4 years, 3 months ago
  8. 0768b3a Add a Go example of changing UID/GID. by Andrew G. Morgan · 4 years, 3 months ago
  9. 24aa318 It looks as if the module files need a libcap directory tag. by Andrew G. Morgan · 4 years, 3 months ago
  10. 7afc89f Drop the go suffix from module name. by Andrew G. Morgan · 4 years, 3 months ago
  11. 19eebc5 Up the release version to 2.38 by Andrew G. Morgan · 4 years, 3 months ago
  12. 42afb6a Fix a rare deadlock in cap.Launch(). by Andrew G. Morgan · 4 years, 3 months ago
  13. 5457efd Fix capability list generation and legacy go package install. by Andrew G. Morgan · 4 years, 3 months ago
  14. 264f8dc Documentation fixes for go packages. by Andrew G. Morgan · 4 years, 3 months ago
  15. 15d7eca Restructure the tree a little to provide a module example. by Andrew G. Morgan · 4 years, 3 months ago
  16. 1fe9b31 A final twist in the Go module support. by Andrew G Morgan · 4 years, 3 months ago
  17. 6499c6a Up the release version to 2.37 by Andrew G. Morgan · 4 years, 3 months ago
  18. 8e56c7f Create symlink for including psx_syscall.h by Andrew G. Morgan · 4 years, 3 months ago
  19. a2eb498 Migrate header for psx_syscall.h to Go package tree. by Andrew G. Morgan · 4 years, 3 months ago
  20. ffa7df0 Refactored the psx package to build as a Go module. by Andrew G. Morgan · 4 years, 3 months ago
  21. b0d13e8 A step closer to modularizing the cap and psx packages. by Andrew G. Morgan · 4 years, 3 months ago
  22. 876ac71 Revamp the way we package cap and psx packages. by Andrew G. Morgan · 4 years, 3 months ago
  23. a3e844a First attempt at supporting the Go "psx" package as a module. by Andrew G. Morgan · 4 years, 3 months ago
  24. 8ac5db7 CAP_BPF is the CAP_LAST_CAP now. by Andrew G. Morgan · 4 years, 3 months ago
  25. 84956fb Tidy up the comment related to the XATTR backup definitions. by Andrew G. Morgan · 4 years, 3 months ago
  26. f1c3ac9 libcap: Fix for older kernels by Prasanth R · 4 years, 3 months ago
  27. 7dfeba0 Fix declaration of mostly never compiled code. by Andrew G. Morgan · 4 years, 3 months ago
  28. 589f1f1 cap_get_proc.3: change "current process" to "calling process" by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  29. 84515c4 Improve synopsis formatting of getpcaps.8 man page. by Andrew G. Morgan · 4 years, 4 months ago
  30. 134a728 getpcaps.8: Note that pid==0 displays capabilities of getpcaps itself by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  31. d2501d9 cap_get_proc.3: for cap_get_pid(), pid==0 means "the calling process" by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  32. abf03e5 cap_get_proc.3: Typo fixes by Michael Kerrisk (man-pages) · 4 years, 4 months ago
  33. 5a87f0e Fix Android.bp for libcap-2.36's new warnings. by Elliott Hughes · 4 years, 4 months ago
  34. 6a97480 Merge "libcap: generate cap_names.h at build time." by Elliott Hughes · 4 years, 4 months ago
  35. 0fe06e7 Better protect some header #define's. by Andrew G. Morgan · 4 years, 4 months ago
  36. a8b83df libcap: generate cap_names.h at build time. by Elliott Hughes · 4 years, 4 months ago
  37. e4488ca Clean up an unused variable. by Andrew G. Morgan · 4 years, 4 months ago
  38. 3fed953 Upgrade libcap to libcap-2.36 by Haibo Huang · 4 years, 4 months ago
  39. 7f51955 Up the release version to 2.36 by Andrew G. Morgan · 4 years, 4 months ago
  40. 6b39555 Linux 5.7 supports CAP_PERFMON by Andrew G. Morgan · 4 years, 4 months ago
  41. 4ad9da8 Update the CHANGELOG file to point to current locations. by Andrew G. Morgan · 4 years, 4 months ago
  42. 41f91e0 Up the release version to 2.35 by Andrew G. Morgan · 4 years, 4 months ago
  43. 56e62de More linter findings. by Andrew G. Morgan · 4 years, 4 months ago
  44. 9e9537a Lint style fixes for C and Go sources. by Andrew G. Morgan · 4 years, 4 months ago
  45. c232ad7 Work around a bug in glibc. by Andrew G. Morgan · 4 years, 4 months ago
  46. c221e58 Remove include dependency of libcap on libpsx. by Andrew G. Morgan · 4 years, 4 months ago
  47. d057eaf Markdown related fixes. by Andrew G. Morgan · 4 years, 5 months ago
  48. 2e0db2f Slight refactoring of _makenames.c. by Andrew G. Morgan · 4 years, 5 months ago
  49. 370c16a Avoid sys/capability.h on build architecture by Christian Kastner · 4 years, 5 months ago
  50. 4a3adbd Experimenting with markdown. by Andrew G. Morgan · 4 years, 5 months ago
  51. cfa63dc pam_cap: Honor PAM_REINITIALIZE_CRED by Christian Kastner · 4 years, 5 months ago
  52. 52fa6a9 Syntax fixes for man pages by Christian Kastner · 4 years, 5 months ago
  53. 74e621c Fix typos by Christian Kastner · 4 years, 5 months ago
  54. 1d03784 Merge "Set min_sdk_version to be part of mainline modules" am: 028186e8f2 by Treehugger Robot · 4 years, 5 months ago
  55. 028186e Merge "Set min_sdk_version to be part of mainline modules" by Treehugger Robot · 4 years, 5 months ago
  56. f88e342 Replace PerOSThreadSyscall*() with AllThreadsSyscall*(). by Andrew G. Morgan · 4 years, 5 months ago
  57. 1f7f77c Up the release version to 2.34 by Andrew G. Morgan · 4 years, 5 months ago
  58. 194816c Drop //go:nosplit use in cap package. by Andrew G. Morgan · 4 years, 5 months ago
  59. d10409d Avoid segfaulting when the kernel is ahead of libcap. by Andrew G. Morgan · 4 years, 5 months ago
  60. e319aa3 Add license type: BSD+Apache2 are NOTICE licenses am: f4cebe8102 by Bob Badour · 4 years, 5 months ago
  61. f4cebe8 Add license type: BSD+Apache2 are NOTICE licenses by Bob Badour · 4 years, 5 months ago
  62. 32563b8 Set min_sdk_version to be part of mainline modules by Jooyung Han · 4 years, 6 months ago
  63. fc445bb Merge "Set apex_available property" am: de152ea2cf by Treehugger Robot · 4 years, 6 months ago
  64. de152ea Merge "Set apex_available property" by Treehugger Robot · 4 years, 6 months ago
  65. 942f0c8 Upgrade libcap to 2.33 am: d29d507047 by Haibo Huang · 4 years, 6 months ago
  66. d29d507 Upgrade libcap to 2.33 by Haibo Huang · 4 years, 6 months ago
  67. 4eca36a Set apex_available property by Jiyong Park · 4 years, 6 months ago
  68. cbca9ab Support overriding the preferred shell for capsh. by Andrew G. Morgan · 4 years, 6 months ago
  69. ad120c1 add CROSS_COMPILE variable that switches all cross relevant tools at once by Rolf Eike Beer · 8 years ago
  70. 44a15c1 don't derive BUILD_CFLAGS from CFLAGS by Rolf Eike Beer · 8 years ago
  71. 6f8b120 fix typo in comment by Rolf Eike Beer · 8 years ago
  72. 48f44c6 define PKGCONFIGDIR in terms of LIBDIR by Rolf Eike Beer · 8 years ago
  73. 70a6be7 Make the _cap_names[] static. by Andrew G. Morgan · 4 years, 7 months ago
  74. 551bbc1 Replace pthread_yeild() with sched_yield(). by Andrew G. Morgan · 4 years, 7 months ago
  75. 5dcb05e Up the release version to 2.33 by Andrew G. Morgan · 4 years, 7 months ago
  76. efa5c22 Remove ` character from getcap output by retornam · 4 years, 7 months ago
  77. 536cdb9 pam_cap can now use generic parsing for a cap_iab_t. by Andrew G. Morgan · 4 years, 7 months ago
  78. 6120f3c code cleanup: no need to panic, log.Fatalf should work. by Andrew G. Morgan · 4 years, 7 months ago
  79. e20eb69 Implement cap.Launch() by Andrew G. Morgan · 4 years, 7 months ago
  80. ef48597 Implement cap_launch. by Andrew G. Morgan · 4 years, 7 months ago
  81. 1b14d64 IAB Go support. by Andrew G. Morgan · 4 years, 8 months ago
  82. 943b011 A convenient IAB abstraction for inherited capability vectors. by Andrew G. Morgan · 4 years, 8 months ago
  83. 51ed0ec Add support for fork() in libpsx. by Andrew G. Morgan · 4 years, 8 months ago
  84. 13227f9 Up the release number to 2.32. by Andrew G. Morgan · 4 years, 8 months ago
  85. c75e832 Better legacy support for fakeroot. by Andrew G. Morgan · 4 years, 8 months ago
  86. e7709bb More capsh testing features. by Andrew G. Morgan · 4 years, 8 months ago
  87. 588d043 Add testing features to capsh. by Andrew G. Morgan · 4 years, 8 months ago
  88. 696c62a psx_syscall.h support for C++ includes. by Andrew G. Morgan · 4 years, 9 months ago
  89. 74fa15f Use the lighter weight prctl for reading bounding set. by Andrew G. Morgan · 4 years, 9 months ago
  90. 5aa8f08 Up the release number to 2.31. by Andrew G. Morgan · 4 years, 9 months ago
  91. 12b567f Document the fact we have a bug tracker! by Andrew G. Morgan · 4 years, 9 months ago
  92. f9d1c5e Drop the hard requirement on libpsx. by Andrew G. Morgan · 4 years, 9 months ago
  93. d7dce56 Updated project details in README. by Andrew G. Morgan · 4 years, 9 months ago
  94. e665409 Update setpcap man page to include some optional arguments. by Andrew G. Morgan · 4 years, 9 months ago
  95. f832bd3 Import getpcaps man page from debian contribution. by Andrew G. Morgan · 4 years, 9 months ago
  96. 8a2ac84 Add a --help option to getpcaps. by Andrew G. Morgan · 4 years, 9 months ago
  97. a085eee Up the release number. by Andrew G. Morgan · 4 years, 9 months ago
  98. f1f62a7 Refactor the way we do the psx linkage in libcap. by Andrew G. Morgan · 4 years, 9 months ago
  99. 872d2ee Exploring compilation issues on 32-bit architectures. by Andrew G. Morgan · 4 years, 9 months ago
  100. 71496f3 Tidy up tree on clean and with .gitignore. by Andrew G. Morgan · 4 years, 9 months ago