lp:linux-syscall-support

Owned by Dmitry Ivanov
Get this repository:
git clone https://git.launchpad.net/linux-syscall-support

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://chromium.googlesource.com/linux-syscall-support.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
main 2024-02-01 01:26:39 UTC
Fix compiler error on riscv64

Author: kxxt
Author Date: 2024-02-01 00:56:49 UTC

Fix compiler error on riscv64

Fixes the following error when cross compiling for riscv64:

../../third_party/lss/linux_syscall_support.h:3638:51: error: implicit conversion changes signedness: 'int' to 'uint64_t' (aka 'unsigned long') [-Werror,-Wsign-conversion]
 3638 | register uint64_t __flags __asm__("a0") = flags;
      | ~~~~~~~ ^~~~~
1 error generated.

Change-Id: I61b3113c94eae71ed376cc691011a4773d783a59
Reviewed-on: https://chromium-review.googlesource.com/c/linux-syscall-support/+/5239652
Reviewed-by: Mike Frysinger <vapier@chromium.org>

master 2020-08-13 17:51:50 UTC
Add support for `getrandom`.

Author: Chris Palmer
Author Date: 2020-08-13 00:10:59 UTC

Add support for `getrandom`.

And a simple test.

Bug: linux-syscall-support:31
Change-Id: Ifea152cdea89183f69d881807f3bd60da56a4513
Reviewed-on: https://chromium-review.googlesource.com/c/linux-syscall-support/+/2351965
Reviewed-by: Mike Frysinger <vapier@chromium.org>

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers