The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "BSD"

BSD::Jail - Perl extension for FreeBSD jail() River stage zero No dependents

The BSD::Jail module is an interface to the jail(2) system call found in FreeBSD. It can get information on current prisons, attach to current prisons and create new prisons. To create or attach to a prison, the process must be running as root....

TBONECA/BSD-Jail-0.01 - 29 Sep 2004 02:40:37 UTC - Search in distribution

BSD::stat - stat() with BSD 4.4 extentions River stage zero No dependents

This module's default exports override the core stat() and lstat() functions, replacing them with versions that contain BSD 4.4 extentions such as file flags. This module also adds chflags function. BSD::stat vs. CORE::stat When called as array conte...

DANKOGAI/BSD-stat-1.35 - 06 Jan 2014 16:39:07 UTC - Search in distribution

BSD::Itimer - Perl extension for accessing interval timers River stage zero No dependents

This module provides access to the interval timers many operating systems provide from perl. Interval timers conceptually have microsecond resolution (hardware typically limits actual granularity), with the ability to reschedule the timer on a fixed ...

HAG/BSD-Itimer-0.8 - 28 Jul 1999 02:40:05 UTC - Search in distribution

BSD::Sysctl - Manipulate kernel sysctl variables on BSD-like systems River stage one • 1 direct dependent • 1 total dependent

"BSD::Sysctl" offers a native Perl interface for fetching sysctl values that describe the kernel state of BSD-like operating systems. This is around 80 times faster than scraping the output of the sysctl(8) program. This module handles the conversion...

DLAND/BSD-Sysctl-0.11 - 21 Jan 2014 23:16:27 UTC - Search in distribution

BSD::Ipfwgen - Module to aid in the creation of ipfw-based firewalls River stage zero No dependents

Ipfwgen is designed to make writing complex firewalls easier and safer. It handles generating some of the harder rulesets: anti-spoofing, anti-looping, and anti land-attack. Ipfwgen does not try to reduce the complexity of firewall building. What it ...

MUIR/BSD-Ipfwgen-1.5 - 25 May 1998 16:21:00 UTC - Search in distribution

BSD::Process - Information about running processes on BSD platforms River stage one • 1 direct dependent • 1 total dependent

"BSD::Process" creates Perl objects that render the information the BSD kernel maintains about current processes. These may then be queried, extracted and reported upon. This allows a more natural style of programming (as opposed to scraping the outp...

DLAND/BSD-Process-0.07 - 22 Jun 2013 17:36:58 UTC - Search in distribution

BSD::devstat - interface to devstat(3) API River stage zero No dependents

BSD::devstat is interface to devstat(3) API. You can grab device statistics information which is provided by devstat(9) kernel interface via devstat(3) userland interface. new() Retrieve device statistics and store it as BSD::devstat object. numdevs(...

KURIYAMA/BSD-devstat-0.02 - 01 Apr 2010 15:12:47 UTC - Search in distribution

BSD::Getfsent - Get file system descriptor file entry River stage zero No dependents

SCHUBIGER/BSD-Getfsent-0.19 - 24 Feb 2023 19:26:13 UTC - Search in distribution

BSD::Resource - BSD process resource limit and priority functions River stage two • 16 direct dependents • 37 total dependents

getrusage ($usertime, $systemtime, $maxrss, $ixrss, $idrss, $isrss, $minflt, $majflt, $nswap, $inblock, $oublock, $msgsnd, $msgrcv, $nsignals, $nvcsw, $nivcsw) = getrusage($ru_who); $rusage = getrusage($ru_who); # $ru_who argument is optional; it def...

JHI/BSD-Resource-1.2911 - 09 Apr 2017 23:51:05 UTC - Search in distribution

BSD::arc4random - Perl interface to the arc4 random number generator River stage one • 1 direct dependent • 1 total dependent

This set of functions maps the arc4random(3) family of libc functions into Perl code. All functions listed below are ithreads-safe. The internal XS functions are not, but you are not supposed to call them, either. On module load, perl's internal PRNG...

SJSZ/BSD-arc4random-1.50 - 05 Jun 2011 23:28:35 UTC - Search in distribution

BSD::getloadavg - Perl Interface to getloadavg (3) River stage one • 1 direct dependent • 1 total dependent

This module allows you to access load average without invoking uptime(1). Instead of my @loadavg = (qx(uptime) =~ /([\.\d]+)\s+([\.\d]+)\s+([\.\d]+)/); You can simply use BSD::getloadavg; my @loadavg = getloadavg();...

DANKOGAI/BSD-getloadavg-0.03 - 18 Apr 2007 19:40:06 UTC - Search in distribution

System::Info::BSD - Object for specific BSD info. River stage one • 3 direct dependents • 3 total dependents

$si->prepare_sysinfo() Use os-specific tools to find out more about the system....

HMBRAND/System-Info-0.064 - 31 Jul 2023 07:53:16 UTC - Search in distribution

Unix::Uptime::BSD - BSD implementation of Unix::Uptime (for Darwin, DragonFly, and *BSD) River stage one • 3 direct dependents • 4 total dependents

PIOTO/Unix-Uptime-0.4000 - 13 Oct 2014 19:26:34 UTC - Search in distribution

BSD::Socket::Splice - Perl interface to OpenBSD socket splicing River stage zero No dependents

The BSD::Socket::Splice module implements a Perl interface to OpenBSD socket splicing. This allows zero-copy data transfer between TCP sockets. Compared to invoking the system calls manually with pack() and setsockopt(), the module provides a conveni...

BLUHM/BSD-Socket-Splice-0.09 - 09 Jan 2021 01:51:27 UTC - Search in distribution

Audio::Beep::BSD::beep - Audio::Beep player module using the beep program River stage one • 1 direct dependent • 1 total dependent

GIULIENK/Audio-Beep-0.11 - 14 Apr 2004 08:16:09 UTC - Search in distribution

BSD::Process::Affinity - Manipulate CPU affinities on FreeBSD River stage zero No dependents

Ability to manage CPU affinities from userland was a long-awaited feature in FreeBSD, and it is finally available since 7.1 release. This module allows you to programmatically manipulate them from perl level. FreeBSD gives you three levels of restric...

RANDIR/BSD-Process-Affinity-0.04 - 06 Jun 2011 17:33:11 UTC - Search in distribution

Software::License::BSD - The (three-clause) BSD License River stage four • 106 direct dependents • 1178 total dependents

LEONT/Software-License-0.104006 - 09 Feb 2024 22:55:20 UTC - Search in distribution

Sys::Info::Driver::BSD - BSD driver for Sys::Info River stage zero No dependents

This document describes version 0.7801 of "Sys::Info::Driver::BSD" released on "12 September 2011". This is the main module in the "BSD" driver collection....

BURAK/Sys-Info-Driver-BSD-0.7801 - 12 Sep 2011 01:29:03 UTC - Search in distribution

Devel::Platform::Info::BSD - Retrieve BSD platform metadata River stage three • 6 direct dependents • 280 total dependents

This module is a driver to determine platform metadata regarding the BSD family of operating systems. It should be called indirectly via it's parent Devel::Platform::Info...

BARBIE/Devel-Platform-Info-1.00 - 26 Aug 2019 12:38:03 UTC - Search in distribution

FusionInventory::Agent::Tools::BSD - BSD generic functions River stage zero No dependents

This module provides some generic functions for BSD....

GBOUGARD/FusionInventory-Agent_2.6 - 26 Nov 2020 15:56:16 UTC - Search in distribution
1,003 results (0.162 seconds)