Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for compat  ·  View all commits
92 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
Now that we have cleanup the build system we can rename Makefiles
Baptiste Daroussin
12 days ago 72758d3
B
revert the Makefile.autosetup -> Makefile.in
Baptiste Daroussin
21 days ago 61a7a2d
B
build: cleanly separate build system from vendored source
Baptiste Daroussin
22 days ago 7bba0f1
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
libbsd: use C23 __has_include to simplity configure
Baptiste Daroussin
3 months ago 584b89e
B
configure: stop testing for MACROS in configure scripts
Baptiste Daroussin
3 months ago 7cb692c
B
dirent.h: stop testing it, it is available everywhere
Baptiste Daroussin
3 months ago 9cd3f1b
B
Revert "compat: use close_range() on linux for closefrom()"
Baptiste Daroussin
3 months ago 4abb01c
B
compat: use close_range() on linux for closefrom()
Baptiste Daroussin
3 months ago 58719c9
B
compat: remove dead code
Baptiste Daroussin
3 months ago f03df38
B
compat: readlinkat is available everywhere
Baptiste Daroussin
3 months ago 1aba64a
B
compat: openat is available everywhere
Baptiste Daroussin
3 months ago 1909d50
B
compat: fstatat is available everywhere
Baptiste Daroussin
3 months ago fd612a1
B
faccessat: generalize the usage
Baptiste Daroussin
3 months ago 5e23dd0
B
strnstr: is not used at all.
Baptiste Daroussin
3 months ago 679a201
B
compat: dirfd is standard
Baptiste Daroussin
3 months ago 529a33b
B
compat: sysconf and fstatfs are available on all supported platforms
Baptiste Daroussin
3 months ago 2e8e62f
B
compat: all supported OS have a valid unlinkat(3)
Baptiste Daroussin
3 months ago b47fb74
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago bf1eb68
r
bsd_compat.h: fix __builtin_unreachable() detection with GCC
rilysh
1 year ago 78ec040
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago c62eec6
K
Fix wrong re-definition of AT_FDCWD in bsd_compat.h on MacOS.
Keve
1 year ago 61f0a39
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 76191f7
r
bsd_compat.h: fix getprogname() to use program_invocation_* on glibc
rilysh
1 year ago aa9a7de
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
1 year ago 3088caa
r
pkg: fix build on Linux
rilysh
1 year ago 1db3609
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 7649071
r
pkg: fix build on glibc gnu/linux and a few other things
rilysh
2 years ago ed0550c
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 76bfe81
B
musl: attempt to fix build
Baptiste Daroussin
2 years ago 6897ba1
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 5768655
B
humanize_number: sync from libutil
Baptiste Daroussin
2 years ago 078651f
B
memory: fix absence of test after memory allocation
Baptiste Daroussin
2 years ago 210e422
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago e294fea
N
Support out-of-tree builds
Nathaniel Wesley Filardo
3 years ago fbaaacc
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
D
Do not rely on non-portable definitions
Daniel Kolesa
3 years ago 1de66b2
D
fix broken funopen() implementation
Daniel Kolesa
4 years ago f499ed7
D
Provide getprogname() on non-glibc Linux
Daniel Kolesa
4 years ago 7caffe6
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
A
Fix missing arc4random_buf declaration for Linux builds
Alex Richardson
5 years ago 79d411f
A
Fix Linux GCC builds
Alex Richardson
5 years ago ccaf760
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
Get rid of the dirname and basename which implement differs depending on OSes
Baptiste Daroussin
5 years ago 3c5dde3
B
Revert "Add compatibility layer for open_memstream for OSX"
Baptiste Daroussin
5 years ago 62d284e
B
Add compatibility layer for open_memstream for OSX
Baptiste Daroussin
5 years ago c4f1d8c
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
5 years ago d871ad5
A
Allow building with -Werror=implicit-function-declaration
Alex Richardson
5 years ago b9e93e5
A
Add getprogname() compatibility fallback for Linux GLibc
Alex Richardson
5 years ago 4c110d7
B
Merge branch 'autosetup'
Baptiste Daroussin
7 years ago b9c18cf
B
cc-check-decl defines to 0 the macros
Baptiste Daroussin
7 years ago 1cbf635
P
Use the features defined by cc-check-decls
Pietro Cerutti
8 years ago 67c5a0a
B
Convert to autosetup
Baptiste Daroussin
8 years ago 6faf6c3
V
Fix build with the recent libbsd.
Vsevolod Stakhov
9 years ago 00bc417
F
compat: fix fstatat probing
Franco Fichtner
10 years ago cc25ccd
Y
Move detection of humanize_number and STAILQ to bsd_compat.h. This commit creates humanize_number() linker errors.
Yonas Yanfa
10 years ago 73ef692
Y
Port pkgng to OpenBSD and Bitrig.
Yonas Yanfa
10 years ago a45b473
B
Garbage collect stuff leftover from d7d8adaf4d.
Bryan Drewery
10 years ago 6315568
B
Fix basename with glibc
Baptiste Daroussin
10 years ago 6e88dc3
B
Remove never used uidstr/gidstr
Baptiste Daroussin
10 years ago d7d8ada
B
Do not use compatibility at function when libc has them
Baptiste Daroussin
11 years ago 3999cdc
B
Ensure *at function does not mess up with cwd
Baptiste Daroussin
11 years ago f436491
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 23b4ab6
V
Include errno from the proper place.
Vsevolod Stakhov
11 years ago 01a02f3
V
Use global OS specific CFLAGS.
Vsevolod Stakhov
11 years ago cc8d1a5
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago a5266e8
V
Forgot to add file.
Vsevolod Stakhov
11 years ago cbd59df
V
Merge branch 'linux-build'
Vsevolod Stakhov
11 years ago dd76225
V
More OS specific hacks.
Vsevolod Stakhov
11 years ago 05d33ca
V
Build libpkg under linux.
Vsevolod Stakhov
11 years ago 5c407dd
V
Add statfs and funopen wrapper.
Vsevolod Stakhov
11 years ago 51c7470
V
Search for more libbsd headers.
Vsevolod Stakhov
11 years ago 73c9a3f
V
Use libbsd if available.
Vsevolod Stakhov
11 years ago 64a2425
V
Add some cdefs missing definitions.
Vsevolod Stakhov
11 years ago 99970ea
V
Add strnstr compat function.
Vsevolod Stakhov
11 years ago 716b3e5
V
Avoid reallocf as it is not portable.
Vsevolod Stakhov
11 years ago 12db7c6
V
Add some compat macros from BSD.
Vsevolod Stakhov
11 years ago 8acbf39
B
Fix make distcheck after merge of the osx branch
Baptiste Daroussin
11 years ago 7e466e7
B
Merge pull request #1113 from landonf/osx/release/0.1
Baptiste Daroussin
11 years ago 3eafef1
L
Fix broken autoconf tests.
Landon Fuller
11 years ago a61a4bb
L
Fix shared library building on ELF systems.
Landon Fuller
11 years ago aa1c3a7
L
Add FreeBSD's endian utils.
Landon Fuller
11 years ago 254653e
L
Add faccessat() and freadlinkat() compatibility shims.
Landon Fuller
11 years ago 8af5009
L
Enable use of closefrom() and eaccess() shims.
Landon Fuller
11 years ago 6c8f7a2
L
Add OpenSSH's closefrom() replacement implementation.
Landon Fuller
11 years ago 2e79c15
L
Add compatibility shims and basic Mac OS X build fixes.
Landon Fuller
11 years ago 45cf3f3
B
Update sqlite to 3.7.7.1 while here remove compat
Baptiste Daroussin
14 years ago 7454ae1
B
Make -f and no options work
Baptiste Daroussin
15 years ago 0ae71b7
B
TODO will be updated as soon as we discover new function to write
Baptiste Daroussin
15 years ago 3392b49
B
Add sanity check for -f and -d
Baptiste Daroussin
15 years ago d20754d
B
Add skeleton for pkg_updating
Baptiste Daroussin
15 years ago c8a461d