Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h> | 2018-04-27 | 1 | -3/+3 | |
| | | | | ok krw@ | ||||
* | use .In and delete .Tn; from Kaspars at Bankovskis dot net | 2014-12-16 | 1 | -7/+5 | |
| | |||||
* | sync with the actual definition of struct statfs in <sys/mount.h>; ok jmc@ | 2013-07-20 | 1 | -4/+4 | |
| | |||||
* | update struct statfs; from Vladimir Kirillov | 2010-10-16 | 1 | -20/+30 | |
| | |||||
* | Note that f_fsid gets cleared when caller is not the superuser. OK deraadt@ | 2009-06-05 | 1 | -2/+6 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | document getfsstat(2)'s behaviour when no flags are specified, okay jmc@ | 2005-05-15 | 1 | -1/+4 | |
| | |||||
* | sync with <mount.h>; from FreeBSD; | 2003-11-21 | 1 | -4/+5 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Make f_bsize signed. Having it unsigned causes surprising (and unwanted) | 2000-03-24 | 1 | -2/+2 | |
| | | | | type coercions. With this fixed I can back out the hack in df. | ||||
* | f_bavail is signed (sync with sys/mount.h) | 1999-12-31 | 1 | -2/+2 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -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> | 1999-06-01 | 1 | -2/+1 | |
| | |||||
* | New struct statfs with mount options. NOTE: this replaces statfs(2), | 1999-05-31 | 1 | -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 case | 1999-02-27 | 1 | -5/+5 | |
| | |||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | use Bx macro for BSD versions | 1998-06-15 | 1 | -1/+2 | |
| | |||||
* | make struct statfs reflect reality. | 1997-12-09 | 1 | -1/+3 | |
| | |||||
* | fix lots of .Xr and other minor things | 1997-06-13 | 1 | -1/+1 | |
| | |||||
* | nroff mistakes; netbsd pr#2677; kstailey@dol-esa.gov | 1996-08-07 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+134 | |