Displaying 20 results from an estimated 38 matches for "__open".
Did you mean:
_open
2011 Jan 29
2
another bugfix
Hi,
number three, where I first thought it was a GCC bug but is
apparently bad code in klibc. Submitted with permission:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47533#c6
Patch attached again (sorry) not just because that is easier
with my mail system but also to keep original author intact.
bye,
//mirabilos
--
> emacs als auch vi zum Kotzen finde (joe rules) und pine f?r den einzig
>
2016 Apr 13
0
[PATCH 1/1] x32 support
...+}
+
+#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);
+<!i386,m68k,64,x32> int open::__open(const char *, int, mode_t);
+<?!i386,m68...
2013 Nov 12
0
[klibc:master] syscalls: Add syscalls needed by arm64
...gt; int utimensat(int, const char *, const struct timespec *, int);
<?> int inotify_init();
<?> int inotify_add_watch(int, const char *, __u32);
<?> int inotify_rm_watch(int, __u32);
@@ -158,7 +159,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 open(const char *, int, mode_t);
<64> int openat(int, const char *, int, mode_t);
ssize_t read(int, void *, size_t);
s...
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
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
...;h=cd5927c02749b7c9d58b5144586505c85b903c27
Author: H. Peter Anvin <hpa at zytor.com>
AuthorDate: Mon, 21 May 2012 10:21:21 -0700
Committer: H. Peter Anvin <hpa at zytor.com>
CommitDate: Mon, 21 May 2012 10:24:45 -0700
[klibc] SYSCALLS.def: add openat() on 64-bit platforms
We had __openat() as a system call on 32 bits, wrappered in openat.c;
however, the unwrappered system call used on 64-bit platforms was
missing from SYSCALLS.def.
Reported-by: Maximilan Attems <max at stro.at>
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
usr/klibc/SYSCALLS.def | 1 +
1...
2006 Mar 03
10
CiscoWorks 2.5 Install on Solaris 10
I''m trying to install CiscoWorks 2.5 on Solaris 10 update 1, and after
the install when I try to start the daemon, it errors:
# /opt/CSCOpx/objects/dmgt/dmgtd.sol
ERROR: open file dmgtd failedERROR >>>>>>>>>>>>> open msg catalog
failed. NLSPATH incorrect or objects/share/nls/C/dmgtd.cat is missing.
# echo $NLSPATH
2012 May 15
5
[PATCH 0/5] resubmitting pending patches
Hi,
I?ve gone through the mailing list archives and hereby want
to resubmit my pending patches. Most are independent of each
other, except the m68k patch which will only be complete if
sigsuspend is also fixed. (It can be applied before that,
though.)
http://www.zytor.com/pipermail/klibc/2012-January/003173.html
[PATCH] fix m68k support
Resubmitted here as 0005. While there was a question from
2016 Sep 15
3
[Bug 2615] New: LoginGraceTime bypass (DoS)
...where nfs/server
service has already been disabled.)
The monitor processes are blocked in open(), called from
auth_openfile(), called from user_key_allowed():
core 'core.sshd.699975' of 699975: /usr/lib/ssh/sshd -R
00007ff5c3658fbe __systemcall6 () + 1e
00007ff5c3622d4a __open () + 1a
00007ff5c363dbee open () + 12e
000000000045a20d auth_openfile () + 3d
0000000000465ccc user_key_allowed () + 3fc
000000000046999b mm_answer_keyallowed () + 45b
000000000046bf08 monitor_read () + 118
000000000046c2f8 monitor_child_preauth () + 308
00...
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 Dec 25
1
Trouble installing samba
...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 __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 __lxs...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...p64... yes
checking for syscall... yes
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 __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...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...readlink... yes
checking for syscall... 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 __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
chec...
2002 Oct 21
1
compilation probs...
...for vsyslog... no
checking for syscall... 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 __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 f...
2002 Oct 29
1
Problem running ./configure
...for vsyslog... no
checking for syscall... 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 __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 f...
2003 Jun 02
2
./configure --with-pam fails allways
...or _dup2
configure:5977: checking for _opendir
configure:5977: checking for _readdir
configure:5977: checking for _seekdir
configure:5977: checking for _telldir
configure:5977: checking for _closedir
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 fo...
2002 Nov 21
0
please can someone help me?
...slog... no
checking for syscall... yes
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 __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
checkin...
2013 Nov 08
0
[PATCH 2/3] syscalls: Add syscalls needed by arm64
...gt; int utimensat(int, const char *, const struct timespec *, int);
<?> int inotify_init();
<?> int inotify_add_watch(int, const char *, __u32);
<?> int inotify_rm_watch(int, __u32);
@@ -158,7 +159,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 open(const char *, int, mode_t);
<64> int openat(int, const char *, int, mode_t);
ssize_t read(int, void *, size_t);
s...
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
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...king for _dup2... (cached) no
checking for _opendir... (cached) no
checking for _readdir... (cached) no
checking for _seekdir... (cached) no
checking for _telldir... (cached) no
checking for _closedir... (cached) no
checking for __dup... (cached) yes
checking for __dup2... (cached) yes
checking for __opendir... (cached) yes
checking for __readdir... (cached) yes
checking for __seekdir... (cached) yes
checking for __telldir... (cached) yes
checking for __closedir... (cached) yes
checking for __getcwd... (cached) yes
checking for _getcwd... (cached) no
checking for __xstat... (cached) no
checking for...