Bug 25365 - New port: sysutils/p5-Filesys-DiskSpace (Perl equivalent of statfs(2))
Summary: New port: sysutils/p5-Filesys-DiskSpace (Perl equivalent of statfs(2))
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-26 00:20 UTC by Anton Berezin
Modified: 2001-03-01 06:47 UTC (History)
0 users

See Also:


Attachments
file.shar (2.54 KB, text/plain)
2001-02-26 00:20 UTC, Anton Berezin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Berezin 2001-02-26 00:20:01 UTC
This routine displays information on a file system such as its type,
the amount of disk space occupied, the total disk space and the number
of inodes.

It tries C<syscall(SYS_statfs)> and C<syscall(SYS_statvfs)> in several
ways. If all fails, it C<croak>s.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2001-03-01 06:47:34 UTC
State Changed
From-To: open->closed

Committed, thanks.