search for: __getcwd

Displaying 20 results from an estimated 39 matches for "__getcwd".

2005 Aug 08
3
[PATCH] add inotify system calls
...v tree to support the recently added Inotify. Thanks, Kay -------------- next part -------------- diff --git a/klibc/klibc/SYSCALLS.def b/klibc/klibc/SYSCALLS.def --- a/klibc/klibc/SYSCALLS.def +++ b/klibc/klibc/SYSCALLS.def @@ -114,6 +114,9 @@ int lchown32,lchown::lchown(const char * int getcwd::__getcwd(char *, size_t) <?> int utime(const char *, const struct utimbuf *) <?> int utimes(const char *, const struct timeval *) +<?> int inotify_init(void) +<?> int inotify_add_watch(int, const char *, __u32) +<?> int inotify_rm_watch(int, __u32) ; ; I/O operations
2012 May 17
1
Last call for klibc 2.0...
I think it's time to issue an official call for anything missing in klibc 2.0... testing would also be appreciated. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2012 May 21
0
[klibc:master] SYSCALLS.def: add openat() on 64-bit platforms
...nvin <hpa at zytor.com> --- usr/klibc/SYSCALLS.def | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 70838b8..35bcdcf 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -157,6 +157,7 @@ int getcwd::__getcwd(char *, size_t); <!i386,m68k,64> int open::__open(const char *, int, mode_t); <?!i386,m68k,64> int openat::__openat(int, const char *, int, mode_t); <64> int open(const char *, int, mode_t); +<64> int openat(int, const char *, int, mode_t); ssize_t read(int, void *, size...
2013 Nov 08
0
[PATCH 2/3] syscalls: Add syscalls needed by arm64
...hown32,chown::chown(const char *, uid_t, gid_t); int fchown32,fchown::fchown(int, uid_t, gid_t); <?> int fchownat(int, const char *, uid_t, gid_t, int); -int lchown32,lchown::lchown(const char *, uid_t, gid_t); +<?> int lchown32,lchown::lchown(const char *, uid_t, gid_t); int getcwd::__getcwd(char *, size_t); <?> int utime(const char *, const struct utimbuf *); <?> int utimes(const char *, const struct timeval *); <?> int futimesat(int, const char *, const struct timeval *); +<?> int utimensat(int, const char *, const struct timespec *, int); <?> int in...
2013 Jan 05
1
imap: Error: net_connect_unix(/.../auth-master) failed: Invalid argument
...CALL gettimeofday(0x182278c8,0) 1012 imap RET gettimeofday 0 1012 imap CALL break(0x8076000) 1012 imap RET break 0 1012 imap CALL break(0x8077000) 1012 imap RET break 0 1012 imap CALL getpid 1012 imap RET getpid 1012/0x3f4 1012 imap CALL __getcwd(0x8069040,0x80) 1012 imap RET __getcwd 0 1012 imap CALL sigaction(0x2,0xbfbfec00,0) 1012 imap RET sigaction 0 1012 imap CALL pipe 1012 imap RET pipe 4 1012 imap CALL __sysctl(0xbfbfeba8,0x2,0xbfbfeba0,0xbfbfeba4,0,0) 1012 imap RET __sysctl 0 10...
2013 Nov 12
0
[klibc:master] syscalls: Add syscalls needed by arm64
...hown32,chown::chown(const char *, uid_t, gid_t); int fchown32,fchown::fchown(int, uid_t, gid_t); <?> int fchownat(int, const char *, uid_t, gid_t, int); -int lchown32,lchown::lchown(const char *, uid_t, gid_t); +<?> int lchown32,lchown::lchown(const char *, uid_t, gid_t); int getcwd::__getcwd(char *, size_t); <?> int utime(const char *, const struct utimbuf *); <?> int utimes(const char *, const struct timeval *); <?> int futimesat(int, const char *, const struct timeval *); +<?> int utimensat(int, const char *, const struct timespec *, int); <?> int in...
2019 Nov 19
2
Samba building is broken when some libraries are specified to be built-in to binaries !
...l I tried 1 time and it was faulted) , but sometimes building breaks at 1st error, some times at 2nd one. I couldn' t tunderstand what is depends of. And on arm7l platform if I specify job more than 1, for example job=3, process hangs on: Checking for macro _getcwd : not found Checking for __getcwd : What' s wrong and how is to avoid these errors ? The same situation was for 4.10.5 as well.
2023 Jan 14
1
[klibc:time64] time: Use 64-bit time types on all architectures
...dex d46bb548..660efc66 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -140,7 +140,8 @@ int fchown32,fchown::fchown(int, uid_t, gid_t); <?> int fchownat(int, const char *, uid_t, gid_t, int); <?> int lchown32,lchown::lchown(const char *, uid_t, gid_t); int getcwd::__getcwd(char *, size_t); -int utimensat(int, const char *, const struct timespec *, int); +<32> int utimensat_time64::utimensat(int, const char *, const struct timespec *, int); +<64> int utimensat(int, const char *, const struct timespec *, int); <?> int inotify_init(); <?> int i...
2002 Dec 25
1
Trouble installing samba
..._telldir... no > checking for _closedir... no > checking for __dup... no > checking for __dup2... no > checking for __opendir... no > checking for __readdir... no > checking for __seekdir... no > checking for __telldir... no > checking for __closedir... no > checking for __getcwd... no > checking for _getcwd... no > checking for __xstat... no > checking for __fxstat... no > checking for __lxstat... no > checking for _stat... no > checking for _lstat... no > checking for _fstat... no > checking for __stat... no > checking for __lstat... no > che...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...s checking for _seekdir... yes checking for _telldir... yes checking for _closedir... yes checking for __dup... no checking for __dup2... no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... yes checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... yes checking for _lstat... yes checking for _fstat... yes checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... y...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...ecking for _seekdir... no checking for _telldir... no checking for _closedir... no checking for __dup... yes checking for __dup2... yes checking for __opendir... yes checking for __readdir... yes checking for __seekdir... yes checking for __telldir... yes checking for __closedir... yes checking for __getcwd... yes checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... yes checking for __lstat... yes checking for __fstat... yes checking for _acl... n...
2016 Apr 13
0
[PATCH 1/1] x32 support
..." + : "+D" (__d), "+c"(__n) + : "d"(__p)); +} + +#endif /* _SYS_IO_H */ diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def index 41cfa17..e62a9e8 100644 --- a/usr/klibc/SYSCALLS.def +++ b/usr/klibc/SYSCALLS.def @@ -157,15 +157,17 @@ int getcwd::__getcwd(char *, size_t); /* * I/O operations */ -<!i386,m68k,64> int open::__open(const char *, int, mode_t); -<?!i386,m68k,64> int openat::__openat(int, const char *, int, mode_t); -<?64> int open(const char *, int, mode_t); -<64> int openat(int, const char *, int, mode_t); +&...
2002 Oct 21
1
compilation probs...
.... no checking for _seekdir... no checking for _telldir... no checking for _closedir... no checking for __dup... no checking for __dup2... no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no ch...
2002 Oct 29
1
Problem running ./configure
.... no checking for _seekdir... no checking for _telldir... no checking for _closedir... no checking for __dup... no checking for __dup2... no checking for __opendir... no checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... no checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... no checking for _lstat... no checking for _fstat... no checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... no ch...
2003 Jun 02
2
./configure --with-pam fails allways
...dir configure:6032: checking for __dup configure:6032: checking for __dup2 configure:6032: checking for __opendir configure:6032: checking for __readdir configure:6032: checking for __seekdir configure:6032: checking for __telldir configure:6032: checking for __closedir configure:6087: checking for __getcwd configure:6087: checking for _getcwd configure:6142: checking for __xstat configure:6142: checking for __fxstat configure:6142: checking for __lxstat configure:6197: checking for _stat configure:6197: checking for _lstat configure:6197: checking for _fstat configure:6197: checking for __stat config...
2002 Nov 21
0
please can someone help me?
...checking for _seekdir... yes checking for _telldir... yes checking for _closedir... yes checking for __dup... no checking for __dup2... no checking for __opendir... yes checking for __readdir... no checking for __seekdir... no checking for __telldir... no checking for __closedir... no checking for __getcwd... no checking for _getcwd... yes checking for __xstat... no checking for __fxstat... no checking for __lxstat... no checking for _stat... yes checking for _lstat... yes checking for _fstat... yes checking for __stat... no checking for __lstat... no checking for __fstat... no checking for _acl... n...
2012 Jan 29
5
[PATCH 0/2 v3] mkstemp() and m68k support
Hi, after a year, I decided to hack on klibc again. I?ve reworked both the patch to add mkstemp(), discussing to use AT_RANDOM as cheap entropy source on IRC (if there will ever be another entropy consumer, I can quickly write a minimal arc4random() seeded from it, as it has only 16 octets), capable of making a working mksh (static and shared) on amd64/xen, and the m68k support code, leading to
2013 Nov 11
5
[PATCH V2 0/3] Introduce arm64 support
Hello, Here is V2 of the arm64 support for klibc patch set. Notable changes since the original series: * fp regs dropped from setjmp/longjmp * chmod, lstat and stat re-implemented with *at functions. * open64 merged into open. As with the original, this series is to be applied against the latest klibc, just after 25a66fa README.klibc: update build information V2 has been tested on x86_64
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello, I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting the error that Samba can't find the unicode_map.xxx file. Well, I notice that all I have in /usr/local/samba/lib/codepages is codepage type files, not unicode. Why do the binaries not include a compiled make_unicodemap? I did download the source and found the .c file for the command. When I try to run
2013 Nov 08
9
[PATCH 0/3] Introduce arm64 support
Hello, This series introduces arm64 support to klibc. I've rebased the work from Neil Williams and Anil Singhar into the following three patches. Most of the code changes are due to new syscall implementations being needed for arm64 as a only a minimal set of syscalls are defined in the arm64 kernel. This series is to be applied against the latest klibc, just after 25a66fa README.klibc: