search for: beato

Displaying 4 results from an estimated 4 matches for "beato".

Did you mean: beat
2019 Jan 18
0
[klibc:master] Add support for reboot syscall argument
Commit-ID: 6b621b8705ce5901dcf49607c8a3523c9e521901 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=6b621b8705ce5901dcf49607c8a3523c9e521901 Author: Alfonso Sanchez-beato <alfonso.sanchez-beato at canonical.com> AuthorDate: Wed, 31 May 2017 08:34:04 +0200 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Wed, 2 Jan 2019 03:06:15 +0000 [klibc] Add support for reboot syscall argument Add support to the reboot command so an argument for the 4...
2019 Jan 19
1
[ANNOUNCE] klibc 2.0.5
...oot arguments; additional options for readlink, mount, and nfsmount; multiple routes offered through DHCP; and the riscv64 architecture. It removes support for the m32r architecture, which was already removed for Linux. A git shortlog of changes since version 2.0.4 follows. Ben. Alfonso Sanchez-beato (1): [klibc] Add support for reboot syscall argument Aurelien Jarno (1): [klibc] ppc64: fix struct stat Baptiste Jonglez (1): [klibc] nfsmount: support nfsvers= and vers= options Ben Hutchings (25): [klibc] MIPS: Update archfcntl.h [klibc] Implement realpath()...
2019 Jan 05
0
Pull request: collected patches for klibc
...e patches sent to the klibc mailing list, excluding those that have been superseded or have unaddressed review comments. In a couple of case I used a slightly later version of the patch that ended up in Debian. Ben. ---------------------------------------------------------------- Alfonso Sanchez-beato (1): [klibc] Add support for reboot syscall argument Baptiste Jonglez (1): [klibc] nfsmount: support nfsvers= and vers= options Ben Hutchings (6): [klibc] run-init: Add dry-run mode [klibc] rename, renameat: Use renameat2() system call [klibc] Add RISC-V (RV64) port...
2017 May 22
0
[PATCH] Add support for reboot syscall argument
Add support to the reboot command so an argument for the 4th parameter of the syscall can be passed around. --- usr/include/sys/reboot.h | 4 ++-- usr/klibc/reboot.c | 6 +++--- usr/utils/halt.c | 36 ++++++++++++++++++++++-------------- 3 files changed, 27 insertions(+), 19 deletions(-) diff --git a/usr/include/sys/reboot.h b/usr/include/sys/reboot.h index 3337d27..b46a1c5