Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for libpkg/pkg_abi.c  ·  View all commits
48 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
backup: fix backup_library with rootdir
Baptiste Daroussin
8 days ago bbfc7b0
B
Declare CheriBSD and CheriABI OS and ABI
Brooks Davis
20 days ago 10752ef
B
pkg_abi.c: mostly centralize OS bits
Brooks Davis
21 days ago 3adfda1
B
pkg_abi.c: simplify os_string_table
Brooks Davis
21 days ago f2c8cf4
B
pkg_abi.c: simplify arch_string_table
Brooks Davis
21 days ago d6a674f
B
pkg_abi.c: simplify architecture translation
Brooks Davis
21 days ago 936c518
B
pkg_abi.c: tidy arch_trans definition
Brooks Davis
21 days ago c0d9d70
B
shlibs: also remove ignored shlibs provided from shlibs required
Baptiste Daroussin
21 days ago 4701646
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
P
pkg: avoid a bunch of warnings
Pierre Pronchery
2 months ago cf901ce
P
pkg: avoid a warning around enum pkg_shlib_flags
Pierre Pronchery
2 months ago fb6eeff
P
pkg: avoid a bunch of warnings
Pierre Pronchery
2 months ago 3b9bfd7
I
libpkg: populate shilbs_{provided,required}_ignore
Isaac Freund
3 months ago 838536e
I
libpkg: fix removal during iteration bugs
Isaac Freund
3 months ago 3d87d1a
I
libpkg: remove redundant lstat call
Isaac Freund
3 months ago 02ce530
I
libpkg: fix leak on lstat failure
Isaac Freund
3 months ago c1a4314
S
Merge commit '2d18505bf79a2eb87e2e72bbc3e30b0cf7f6b15c'
Shawn Webb
4 months ago eacbab2
B
ABI: fix abi globs validation
Baptiste Daroussin
6 months ago 609d703
M
libpkg: Mark some tables as const
Mark Johnston
7 months ago 9a799a8
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
11 months ago ba89bd1
B
provides/requires: use bsearch everywhere possible
Baptiste Daroussin
11 months ago 30787ee
B
vec: simplify vec_init() usage
Baptiste Daroussin
1 year ago 6401b82
B
abi: fix shlibs_required skipped by accident
Baptiste Daroussin
1 year ago 0116512
B
debug: remove garbage
Baptiste Daroussin
1 year ago 0e22efc
B
pkg: convert stringlist_t to charv_t
Baptiste Daroussin
1 year ago 3c90262
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 89d30c6
B
abi: accept symlinks in valid path to be analysed
Baptiste Daroussin
1 year ago 6a314f1
B
shlibs: move the requirement analysis into a separate function
Baptiste Daroussin
1 year ago 75d1d4b
I
libpkg: add SHLIB_PROVIDE_IGNORE_{GLOB,REGEX} options
Isaac Freund
1 year ago 6ec1463
I
libpkg: add SHLIB_PROVIDE_PATHS_* options
Isaac Freund
1 year ago a35c0a3
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 25ee7d0
I
libpkg: make shlib handling portable
Isaac Freund
1 year ago 6462d8a
K
Consistently name x86_64 on Darwin
Keve
1 year ago a88a43d
K
Consistently use Darwin and other cosmetics
Keve
1 year ago c11e5ab
I
libpkg: rework internal ABI handling, fix bugs
Isaac Freund
1 year ago 6c740ac
K
Add shared library parsing to Mach-O.
Keve
1 year ago 6b088ba
K
Generalize and extend unit tests working with binary files
Keve
1 year ago b646211
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago c3b674e
K
Introduce hints to ABI_FILE to select specific entries in an universal binary
Keve
1 year ago d5eb29f
S
Merge remote-tracking branch 'freebsd/main'
Shawn Webb
1 year ago 84c2214
B
ABI: get rid of altabi
Baptiste Daroussin
1 year ago c2fe22b
B
elf: add unit test for pkg_analyse_elf + initialization fixes
Baptiste Daroussin
1 year ago 7fb71e9
B
elf: make os specific choices dynamic
Baptiste Daroussin
1 year ago fa0f9ff
B
elf/macho: use struct os_info
Baptiste Daroussin
1 year ago da2358f
B
pkg_get_myarch_with_legacy: simplify signature
Baptiste Daroussin
1 year ago 0b4f306
K
Introduce pkg_abi_macho and make ABI_FILE work for Darwin.
Keve
1 year ago f5373fd
K
Split pkg_elf into pkg_abi (generic part) and pkg_elf (ELF specific part)
Keve
1 year ago 6f2fbec