search for: archfcntl

Displaying 10 results from an estimated 10 matches for "archfcntl".

2016 Jan 06
0
[klibc:master] MIPS: Update archfcntl.h
.../?p=libs/klibc/klibc.git;a=commit;h=3fefc6a404a970a911417d0345618a7e9abfef70 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Wed, 6 Jan 2016 00:43:25 +0000 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:45:36 -0800 [klibc] MIPS: Update archfcntl.h Update usr/include/arch/mips/archfcntl.h from kernel headers: - Add definitions of O_PATH, O_TMPFILE - Update value of O_SYNC to include __O_SYNC - Add definitions of F_{SET,GET}OWN_EX, F_GETOWNER_UIDS, F_OFD_{GETLK,SETLK,SETLKW}, F_OWNER_{TID,PID,PGRP} Signed-off-by: Ben Hutchings <ben a...
2016 Jan 06
5
[PATCH klibc 0/5] klibc architecture fixes
Here's an assortment of build and run-time fixes for various architectures that we've applied in Debian. Ben. Aurelien Jarno (1): ppc64: fix struct stat Ben Hutchings (2): MIPS: Update archfcntl.h syscalls: Override detection of direct socket syscalls on i386, m68k, s390 Helge Deller (1): Add pread and pwrite 32bit syscall wrappers for parisc Mauricio Faria de Oliveira (1): ppc64: ELFv2: Load TOC value in system call stub usr/include/arch/i386/klibc/archconfig.h | 3 +++ usr...
2006 Jun 26
2
[klibc 28/43] mips support for klibc
...d4f6aaad parent bc9b363b31d301ab94c115cccc2e079c0d318498 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:31 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:31 -0700 usr/include/arch/mips/klibc/archconfig.h | 15 ++ usr/include/arch/mips/klibc/archfcntl.h | 86 ++++++++++++ usr/include/arch/mips/klibc/archsetjmp.h | 39 +++++ usr/include/arch/mips/klibc/archsignal.h | 14 ++ usr/include/arch/mips/klibc/archstat.h | 40 ++++++ usr/include/arch/mips/klibc/archsys.h | 12 ++ usr/include/arch/mips/machine/asm.h | 11 ++ usr/incl...
2019 Jan 18
0
[klibc:master] fcntl: Fix file locking numbers for 64-bit architectures
...-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/include/fcntl.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr/include/fcntl.h b/usr/include/fcntl.h index 16128f8..b08c7c8 100644 --- a/usr/include/fcntl.h +++ b/usr/include/fcntl.h @@ -13,6 +13,9 @@ # include <klibc/archfcntl.h> #endif #include <linux/fcntl.h> +#include <bitsize.h> + +#if _BITSIZE == 32 /* This is ugly, but "struct flock" has actually been defined with a long off_t, so it's really "struct flock64". It just happens @@ -35,6 +38,8 @@ # define F_SETLKW F_SE...
2019 Jan 21
0
[klibc:master] fcntl: Fix struct flock for 32-bit architectures
...ed, 18 insertions(+), 5 deletions(-) diff --git a/usr/include/fcntl.h b/usr/include/fcntl.h index b08c7c8..ed703a6 100644 --- a/usr/include/fcntl.h +++ b/usr/include/fcntl.h @@ -11,17 +11,30 @@ #include <sys/types.h> #if defined(__mips__) && ! defined(__mips64) # include <klibc/archfcntl.h> +#elif _BITSIZE == 32 +/* We want a struct flock with 64-bit offsets, which we define below */ +# define HAVE_ARCH_STRUCT_FLOCK #endif #include <linux/fcntl.h> #include <bitsize.h> -#if _BITSIZE == 32 +#if !defined(__mips__) && _BITSIZE == 32 -/* This is ugly, but &...
2014 Mar 11
0
[PATCH] add mips64 support
...+ b/usr/include/fcntl.h > @@ -9,7 +9,7 @@ > #include <klibc/compiler.h> > #include <klibc/seek.h> > #include <sys/types.h> > -#if defined(__mips__) && !defined(__mips64__) > +#if defined(__mips__) && !defined(__mips64) > # include <klibc/archfcntl.h> > #endif > #include <linux/fcntl.h> > diff --git a/usr/include/sys/md.h b/usr/include/sys/md.h > index 184e4aa..7be8ead 100644 > --- a/usr/include/sys/md.h > +++ b/usr/include/sys/md.h > @@ -26,6 +26,7 @@ > #define LEVEL_FAULTY (-5) > #define MA...
2015 Mar 06
0
[klibc:master] add-mips64-support-headers
...00644 --- a/usr/include/fcntl.h +++ b/usr/include/fcntl.h @@ -9,7 +9,7 @@ #include <klibc/compiler.h> #include <klibc/seek.h> #include <sys/types.h> -#if defined(__mips__) && !defined(__mips64__) +#if defined(__mips__) && ! defined(__mips64) # include <klibc/archfcntl.h> #endif #include <linux/fcntl.h>
2019 Jan 19
1
[ANNOUNCE] klibc 2.0.5
...version 2.0.4 follows. Ben. Alfonso Sanchez-beato (1): [klibc] Add support for reboot syscall argument Aurelien Jarno (1): [klibc] ppc64: fix struct stat Baptiste Jonglez (1): [klibc] nfsmount: support nfsvers= and vers= options Ben Hutchings (25): [klibc] MIPS: Update archfcntl.h [klibc] Implement realpath() [klibc] readlink: Add -f option [klibc] mount: Implement -o defaults [klibc] Install headers with consistent mode [klibc] dash: mkbuiltins: Fix sort order harder [klibc] gzip: Fix silent fallback to decompression [klibc] run-i...
2014 Mar 11
4
[PATCH] add mips64 support
...100644 --- a/usr/include/fcntl.h +++ b/usr/include/fcntl.h @@ -9,7 +9,7 @@ #include <klibc/compiler.h> #include <klibc/seek.h> #include <sys/types.h> -#if defined(__mips__) && !defined(__mips64__) +#if defined(__mips__) && !defined(__mips64) # include <klibc/archfcntl.h> #endif #include <linux/fcntl.h> diff --git a/usr/include/sys/md.h b/usr/include/sys/md.h index 184e4aa..7be8ead 100644 --- a/usr/include/sys/md.h +++ b/usr/include/sys/md.h @@ -26,6 +26,7 @@ #define LEVEL_FAULTY (-5) #define MAX_MD_DEVS 256 /* Max number of md dev */ +...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: