[osv-dev] Yushi.co

2020-08-30 Thread Alex Togano
*Yushi.co *is for sale! Hello, my name is Alex from Domain Nerdz. We have a domain that is currently on sale that you might be interested in *(Yushi.co**).* Whenever someone types Yushi, or any other phrase with this keyword into their browser your site could be the first they see! Avg Google Se

[osv-dev] [COMMIT osv master] libc: replace libc/internal/libm.h with a symlink to musl original

2020-08-30 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master libc: replace libc/internal/libm.h with a symlink to musl original This file was originally copied from earlier version of musl and never changed on OSv side. It only differs with these lines from the current musl original: ``` /* s

Re: [osv-dev] [PATCH] headers: get rid of fenv.h copy

2020-08-30 Thread Nadav Har'El
Looks good, but again please add a comment on this __fenv.h why it exists. -- Nadav Har'El n...@scylladb.com On Sat, Aug 29, 2020 at 7:46 AM Waldemar Kozaczuk wrote: > Signed-off-by: Waldemar Kozaczuk > --- > arch/aarch64/feexcept.cc | 1 + > arch/x64/feexcept.cc | 1 + > include/api/_

Re: [osv-dev] [PATCH] libc: drop 5 more headers with symlinks to musl copies

2020-08-30 Thread Nadav Har'El
Looks good to me, but I have some nitpicks below, on comments and stuff. On Sat, Aug 29, 2020 at 7:44 AM Waldemar Kozaczuk wrote: > Those 5 headers are mostly identical to their musl copies > except they were modified to comment out *64 macros that serve > as aliasing mechanism on musl side but

[osv-dev] [COMMIT osv master] libc: replace include/api/sys/eventfd.h with symlink to musl copy

2020-08-30 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master libc: replace include/api/sys/eventfd.h with symlink to musl copy The eventfd.h only differs by presense of declaration eventfd2() function which is not a Linux ABI function but syscall name and was probably added to the header to a

Re: [osv-dev] [PATCH] libc: replace include/api/aarch64/bits/mman.h with a symlink to musl copy

2020-08-30 Thread Nadav Har'El
On Sat, Aug 29, 2020 at 7:29 AM Waldemar Kozaczuk wrote: > This file and its aarch64 equivalent differs only to musl copies by > extra MAP_UNINITIALIZED macro. In order to drop this header > we create extra __mman.h headers and use them in libc/mman.cc. > I'm afraid that nobody will remember wha

[osv-dev] [COMMIT osv master] libc: replace include/api/x64/bits/socket.h with a symlink to musl copy

2020-08-30 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master libc: replace include/api/x64/bits/socket.h with a symlink to musl copy This file is identical to musl copy except for added #ifndef OSV_BITS_SOCKET_H ... which may have been necessary at some point but it is not now. Signed-off-by

[osv-dev] [COMMIT osv master] api: replace 3 more include/api headers with musl copies

2020-08-30 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Nadav Har'El Branch: master api: replace 3 more include/api headers with musl copies This patch replaces following 3 headers with symlinks to musl copies: - include/api/stdint.h - include/api/stdio.h - include/api/x64/bits/stdint.h These files come from older

[osv-dev] [PATCH] libc: replace libc/internal/libm.h with a symlink to musl original

2020-08-30 Thread Waldemar Kozaczuk
This file was originally copied from earlier version of musl and never changed on OSv side. It only differs with these lines from the current musl original: ``` /* should be in math.h, which we can't include at the moment */ double scalbn(double x, int exp); int __isnan(double x); ``` So let us re