The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Sys::Syscall"

Sys::Syscall - access system calls that Perl doesn't normally provide access to River stage two • 3 direct dependents • 34 total dependents

Use epoll, sendfile, from Perl. Mostly Linux-only support now, but more syscalls/OSes planned for future....

BRADFITZ/Sys-Syscall-0.25 - 17 Dec 2012 01:46:47 UTC

Sys::Linux::Syscall::Execve - A raw execve() wrapper that preserves memory addresses River stage one • 1 direct dependent • 1 total dependent

Due to changes in how exec() works in the upcoming 5.28 to fix [perl #129888] I can no longer expect exec() to preserve the memory address of the arguments provided to it. Why this weird requirement? It's because I need to preserve that address in or...

SIMCOP/Sys-Linux-Syscall-Execve-0.12 - 10 Mar 2018 18:55:43 UTC

Sys::Linux::Mount - Bindings for the linux mount syscall. River stage one • 1 direct dependent • 1 total dependent

SIMCOP/Sys-Linux-Namespace-0.016 - 23 Jun 2018 07:28:30 UTC

Sys::Mknod - make special files River stage zero No dependents

mknod - creates special files. Why use system() when you can use syscall()? $mode is the resultant file mode, and defaults to 0666. It does not override your umask....

SAMV/Sys-Mknod-0.02 - 05 Jan 2004 06:01:47 UTC

SPVM::Sys - System Calls for File IO, Sockets, Time, Process, Signals, Users River stage one • 6 direct dependents • 6 total dependents

The Sys class in SPVM has methods to call system calls for file IO, sockets, user manipulation, process manipulation, and time....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC

Sys::Hostname - Try every conceivable way to get hostname River stage five • 11292 direct dependents • 32664 total dependents

Attempts several methods of getting the system hostname and then caches the result. It tries the first available of the C library's gethostname(), `$Config{aphostname}`, uname(2), "syscall(SYS_gethostname)", `hostname`, `uname -n`, and the file /com/...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Sys::Hostname - Try every conceivable way to get hostname River stage five • 11292 direct dependents • 32664 total dependents

Attempts several methods of getting the system hostname and then caches the result. It tries the first available of the C library's gethostname(), `$Config{aphostname}`, uname(2), "syscall(SYS_gethostname)", `hostname`, `uname -n`, and the file /com/...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Sys::Sendfile - Zero-copy data transfer River stage one • 2 direct dependents • 2 total dependents

Sys::Sendfile provides access to your operating system's "sendfile" facility. It allows you to efficiently transfer data from one filehandle to another. Typically the source is a file on disk and the sink is a socket, and some operating systems may n...

LEONT/Sys-Sendfile-0.17 - 04 Apr 2018 20:20:24 UTC

Sys::Binmode - A fix for Perl’s system call character encoding River stage zero No dependents

tl;dr: Use this module in all new code....

FELIPE/Sys-Binmode-0.05 - 20 Jul 2023 15:50:45 UTC

Sys::FreezeThaw - stop and start all user processes on a machine River stage one • 1 direct dependent • 1 total dependent

Operating Systems/Kernels current supported: Linux-2.6/3.0 with /proc. This module implements a very specific feature: stopping(freezing and thawing/continuing all userspace processes on the machine. It works by sending SIGSTOP to all processes, pare...

MLEHMANN/Sys-FreezeThaw-0.02 - 07 Oct 2013 04:21:35 UTC

Sys::Linux::Namespace - A Module for setting up linux namespaces River stage one • 1 direct dependent • 1 total dependent

SIMCOP/Sys-Linux-Namespace-0.016 - 23 Jun 2018 07:28:30 UTC

Sys::Sendfile::FreeBSD - Wrapper for the FreeBSD sendfile(2) function. River stage zero No dependents

Uses the FreeBSD sendfile(2) function to send the contents of an open file handle directly to an open socket. See the sendfile(2) manual page for more details. Note that this module does not currently support the header/trailer functionality of the s...

MARKIM/Sys-Sendfile-FreeBSD-0.01 - 04 Sep 2006 15:14:11 UTC
12 results (0.061 seconds)