t allowed to change flow control.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
unreachable intrinsic
> after the asm statement)
> ”
>
> so it's the documented way to make it so, but apparently it does more
> than this and affects the fs-segmented store.
This is only about asm goto.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47
On Mai 01 2023, Samuel Thibault wrote:
> Andreas Schwab, le lun. 01 mai 2023 15:38:45 +0200, a ecrit:
>> On Mai 01 2023, Samuel Thibault wrote:
>>
>> > cmsg_len is supposed to be socklen_t according to standards, but it was
>> > made
>> > size_t on L
cmsg_len = SIZE_MAX;
> + cmsg->cmsg_len = (__typeof (cmsg->cmsg_len)) SIZE_MAX;
What does that fix?
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
ker wants to use some stripped down implementation of these
functions.
> 3. How come this works on i686-gnu, the duplicated symbols are clearly
> present there too!
Pure luck, perhaps.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
SOMAXCONN128 /* 5 on the origional 4.4 BSD. */
> +#define SOMAXCONN4096/* 5 on the origional 4.4 BSD. */
Perhaps fix the comment as well.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
https://sourceware.org/git/?p=glibc.git;a=commit;h=785ec62dbd
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
../Rules:219: target '/suse/schwab/src/libc/test/nptl/tst-cancelx9' given more
than once in the same rule
Andreas.
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
n':
/home/abuild/rpmbuild/BUILD/glibc-2.31.9000.532.g314a431d37/support/xpthread_join.c:25:
undefined reference to `pthread_join'
collect2: error: ld returned 1 exit status
make[2]: *** [../Rules:223:
/home/abuild/rpmbuild/BUILD/glibc-2.31.9000.532.g314a431d37/cc-base/nptl/test-get_hwcap]
Er
\
> + if (sizeof (__value) != 8) \
> +/* There should not be any value with a size other than 1, \
> + 4 or 8. */ \
> +abort ()
On Dez 29 2019, Florian Weimer wrote:
> * Andreas Schwab:
>
>> On Dez 29 2019, Samuel Thibault wrote:
>>
>>> diff --git a/sysdeps/mach/hurd/sendmsg.c b/sysdeps/mach/hurd/sendmsg.c
>>> index 0c19b3223c..3d7317cec4 100644
>>> --- a/sysdeps/mach/hurd/se
On Dez 29 2019, Samuel Thibault wrote:
> Andreas Schwab, le dim. 29 déc. 2019 18:12:02 +0100, a ecrit:
>> > - for (; cmsg; cmsg = CMSG_NXTHDR (message, cmsg))
>> > + for (; cmsg; cmsg = CMSG_NXTHDR ((struct msghdr *) message, cmsg))
>>
>> Why is the first ar
__cmsg_nxthdr not const?
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
Why does install-headers depend on crt*.o? That appears to be the
regression to fix.
Andreas.
--
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
ibc/csu/mach-shortcuts.h
> (in csu/ instead of mach/). AIUI, the patch below would be needed to
> fix the objpfx so that the proper rule is generated, isn't it?
The first thing mach/Makefile does is subdir := mach. Why is that not
sufficient?
Andreas.
--
Andreas Schwab, sch...
get the content of REAL-ROOT/etc/passwd for example?
Yes. The binding is evaluated at mount-time.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
&qu
-mountpoint behaves like any other
mountpoint.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
___
(directories, symlinks, ...). I don't know if
> this bind file-system can be used across chroots, but firmlinks can.
You can also bind-mount a regular file (and probably other types, I didn't
try yet). The only difference to firmlinks is, at it seems, that the
destination must already
-o bind /foo /bar"
and causes the tree under /foo to be overlayed over /bar, with the former
contents of /bar being hidden. It's like a regular mount, except that the
source is not (a filesystem on) a block device, but a directory.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTEC
efile
> Makefile.am
> [..snip...]
This looks similar to bind mounts in Linux.
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something comple
null character, or a neg ative value if
an encoding error occurred. Thus, the null-terminated output has
been completely written if and only if the returned value is
nonnegative and less than n.
Andreas.
--
Andreas Schwab "And
21 matches
Mail list logo