search for: libflag

Displaying 13 results from an estimated 13 matches for "libflag".

Did you mean: libflac
2018 Aug 02
1
[PATCH 1/2] Add fabs() implementation
When we add -ffreestanding the compiler won't get to inline this any more. Signed-off-by: David Woodhouse <dwmw2 at infradead.org> --- com32/lib/math/fabs.S | 15 +++++++++++++++ mk/lib.mk | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 com32/lib/math/fabs.S diff --git a/com32/lib/math/fabs.S b/com32/lib/math/fabs.S new file mode 100644 index
2017 Aug 02
2
how to reduce binary size of SAMBA 4 for embeded device
.../tmp/samba4/lib/private/libwinbind-client-samba4.so (0xf61b7000) libdl.so.2 => /lib/libdl.so.2 (0xf61a4000) libcli-ldap-common-samba4.so => /tmp/samba4/lib/private/libcli-ldap-common-samba4.so (0xf618d000) libasn1-samba4.so.8 => /tmp/samba4/lib/private/libasn1-samba4.so.8 (0xf6125000) libflag-mapping-samba4.so => /tmp/samba4/lib/private/libflag-mapping-samba4.so (0xf6114000) libroken-samba4.so.19 => /tmp/samba4/lib/private/libroken-samba4.so.19 (0xf60fb000) libhcrypto-samba4.so.5 => /tmp/samba4/lib/private/libhcrypto-samba4.so.5 (0xf60c2000) libheimbase-samba4.so.1 => /tm...
2016 Oct 20
0
[PATCH] Fix for crash with certain EFIs
...@ endif ifeq ($(ARCH),x86_64) GCCOPT += $(call gcc_ok,-m64,) +ifeq ($(FWCLASS),EFI) + GCCOPT += $(call gcc_ok,-mno-red-zone) +endif #let preferred-stack-boundary be default(=4) MARCH = x86-64 endif @@ -54,9 +57,7 @@ CFLAGS = $(OPTFLAGS) $(REQFLAGS) $(WARNFLAGS) $(LIBFLAGS) -ifeq ($(FWCLASS),EFI) -CFLAGS += -mno-red-zone -else +ifneq ($(FWCLASS),EFI) CFLAGS += -mregparm=3 -DREGPARM=3 endif
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 11:58 AM, Rowland penny via samba wrote: > On 05/10/2020 16:30, Jason Keltz via samba wrote: >> Hi. >> >> Using MIT5 backend with Samba.. > I hope you mean on the clients, the use of MIT as the kdc on a Samba > DC is experimental and shouldn't be used in production Hi Roland, our environment uses CentOS 7.? I don't have much choice but to use this
2020 Oct 05
2
logging lines in krb5.conf
...rivate/libcli-cldap-samba4.so > (0x00007ff85520e000) > ??????? libndr-standard.so.0 => > /xsys/pkg/samba-4.11.13/lib/libndr-standard.so.0 (0x00007ff854b2f000) > ??????? libndr-krb5pac.so.0 => > /xsys/pkg/samba-4.11.13/lib/libndr-krb5pac.so.0 (0x00007ff85491e000) > ??????? libflag-mapping-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libflag-mapping-samba4.so > (0x00007ff85471b000) > ??????? libcli-ldap-common-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libcli-ldap-common-samba4.so > (0x00007ff854511000) > ??????? libinterfaces-samba4....
2016 Oct 19
4
[PATCH] Fix for crash with certain EFIs
Hi Ady, Would it work if we removed "ifdef EFI_BUILD" condition and just add -mno-red-zone for all x86_64 builds? If not, do you have any ideas how to pass this flag? This could work, because the patch is adding the -mno-red-zone flag only for x86_64 builds, which are only used in the form of the efi64 target. The efi32 and bios targets are both 32-bit. BTW. I also tried 6.04-pre1 and
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...jdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a" exit 1 fi + popd >/dev/null else printf "skip gnu-efi build/install\n" fi diff --git a/mk/lib.mk b/mk/lib.mk index ceb95bd..f00dd94 100644 --- a/mk/lib.mk +++ b/mk/lib.mk @@ -38,6 +38,31 @@ LIBFLAGS = -DDYNAMIC_CRC_TABLE -DPNG_NO_CONSOLE_IO \ -DPNG_NO_MNG_FEATURES \ -DPNG_NO_READ_tIME -DPNG_NO_WRITE_tIME +ifdef EFI_BUILD + +ifeq ($(ARCH),i386) + ARCHOPT = -m32 -march=i386 + EFI_SUBARCH = ia32 +endif +ifeq ($(ARCH),x86_64) + ARCHOPT = -m64 -march=x86-64 + EFI_SUBARCH = $(ARCH) +end...
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a
2015 Nov 27
8
[PATCH 0/2] Do not use the "red zone" on EFI
From: Sylvain Gault <sylvain.gault at gmail.com> The System V ABI for x86-64 specify that a "red zone" is an area of 128 bytes above the current stack frame. This area can be used by a called function in order to avoid the overhead of modifying the stack pointer. The direct effect is that interrupt/event/signal handlers must not write to this area. In the UEFI calling convention,
2022 Dec 16
1
dnf-makecache.service failing every few days and dnf-automatic.service samba sssd issues (again).
...ibcliauth-samba4.so(SAMBA_4.17.2_SAMBA4)(64bit), but none of the providers can be installed - package python3-samba-4.17.2-2.el8.x86_64 requires libdcerpc-samba-samba4.so(SAMBA_4.17.2_SAMBA4)(64bit), but none of the providers can be installed - package python3-samba-4.17.2-2.el8.x86_64 requires libflag-mapping-samba4.so(SAMBA_4.17.2_SAMBA4)(64bit), but none of the providers can be installed - package python3-samba-4.17.2-2.el8.x86_64 requires libgse-samba4.so(SAMBA_4.17.2_SAMBA4)(64bit), but none of the providers can be installed - package python3-samba-4.17.2-2.el8.x86_64 requires liblibcli-...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2018 Jan 22
1
Samba 4.7 don't start on F27
...7fdeddb41000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7fdeddb41000 mmap(0x7fdeddb42000, 8, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fdeddb42000 close(3) = 0 openat(AT_FDCWD, "/usr/lib64/samba/libflag-mapping-samba4.so", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\7\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=6976, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fdeebfe10...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and