summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getfsstat.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>guenther2018-04-271-3/+3
| | | | ok krw@
* use .In and delete .Tn; from Kaspars at Bankovskis dot netschwarze2014-12-161-7/+5
|
* sync with the actual definition of struct statfs in <sys/mount.h>; ok jmc@naddy2013-07-201-4/+4
|
* update struct statfs; from Vladimir Kirillovjmc2010-10-161-20/+30
|
* Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@millert2009-06-051-2/+6
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* document getfsstat(2)'s behaviour when no flags are specified, okay jmc@pedro2005-05-151-1/+4
|
* sync with <mount.h>; from FreeBSD;jmc2003-11-211-4/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Make f_bsize signed. Having it unsigned causes surprising (and unwanted)millert2000-03-241-2/+2
| | | | type coercions. With this fixed I can back out the hack in df.
* f_bavail is signed (sync with sys/mount.h)millert1999-12-311-2/+2
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-4/+5
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>millert1999-06-011-2/+1
|
* New struct statfs with mount options. NOTE: this replaces statfs(2),millert1999-05-311-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fstatfs(2), and getfsstat(2) so you will need to build a new kernel before doing a "make build" or you will get "unimplemented syscall" errors. The new struct statfs has the following featuires: o Has a u_int32_t flags field--now softdep can have a real flag. o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man page used to lie about setting invalid/unused fields to -1. SunOS does that but our code never has. o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9 and having it there but always 0 is confusing. It is conceivable that this may cause some old code to not compile but that is better than silently breaking. o Adds a mount_info union that contains the FSTYPE_args struct. This means that "mount" can now tell you all the options a filesystem was mounted with. This is especially nice for NFS. Other changes: o The linux statfs emulation didn't convert between BSD fs names and linux f_type numbers. Now it does, since the BSD f_type number is useless to linux apps (and has been removed anyway) o FreeBSD's struct statfs is different from our (both old and new) and thus needs conversion. Previously, the OpenBSD syscalls were used without any real translation. o mount(8) will now show extra info when invoked with no arguments. However, to see *everything* you need to use the -v (verbose) flag.
* make function names the correct casederaadt1999-02-271-5/+5
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* use Bx macro for BSD versionsmickey1998-06-151-1/+2
|
* make struct statfs reflect reality.millert1997-12-091-1/+3
|
* fix lots of .Xr and other minor thingsderaadt1997-06-131-1/+1
|
* nroff mistakes; netbsd pr#2677; kstailey@dol-esa.govderaadt1996-08-071-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+134