#
8648f786 |
| 03-Jul-2020 |
jdolecek <jdolecek@NetBSD.org> |
add a cast to (struct statvfs *) for STATVFSBUF_GET() to make sure it's never assigned to anything else
|
#
9aa2a9c3 |
| 16-May-2020 |
christos <christos@NetBSD.org> |
Add ACL support for FFS. From FreeBSD.
|
#
02cdd248 |
| 22-Sep-2019 |
christos <christos@NetBSD.org> |
Add a new member to struct vfsstat and grow the unused members The new member is caled f_mntfromlabel and it is the dkw_wname of the corresponding wedge. This is now used by df -W to display the moun
Add a new member to struct vfsstat and grow the unused members The new member is caled f_mntfromlabel and it is the dkw_wname of the corresponding wedge. This is now used by df -W to display the mountpoint name as NAME=
show more ...
|
#
ca05baee |
| 05-Apr-2013 |
christos <christos@NetBSD.org> |
all fsblkcnt_t's are in frsize units
|
#
953ea7db |
| 18-Nov-2011 |
christos <christos@NetBSD.org> |
- collect the long (and sometimes incomplete) lists of basic flags into the header file and use that. - sort the list of basic flags - add MNT_RELATIME, ST_RELATIME - mask all the op flags, for sym
- collect the long (and sometimes incomplete) lists of basic flags into the header file and use that. - sort the list of basic flags - add MNT_RELATIME, ST_RELATIME - mask all the op flags, for symmetry.
The real bit difference is (which is harmless): - mount was missing MNT_EXTATTR - update sets MNT_RDONLY twice - ops also could or in MNT_GETARGS, but this is impossible because the code would have chosen to do getargs then.
show more ...
|
#
448e1c49 |
| 17-Jun-2011 |
manu <manu@NetBSD.org> |
Add mount -o extattr option to enable extended attributs (corrently only for UFS1). Remove kernel option for EA backing store autocreation and do it by default. Add a sysctl so that autocreated attri
Add mount -o extattr option to enable extended attributs (corrently only for UFS1). Remove kernel option for EA backing store autocreation and do it by default. Add a sysctl so that autocreated attriutr size can be modified.
show more ...
|
#
36d65f11 |
| 31-Jul-2008 |
simonb <simonb@NetBSD.org> |
Merge the simonb-wapbl branch. From the original branch commit:
Add Wasabi System's WAPBL (Write Ahead Physical Block Logging) journaling code. Originally written by Darrin B. Jewell while
Merge the simonb-wapbl branch. From the original branch commit:
Add Wasabi System's WAPBL (Write Ahead Physical Block Logging) journaling code. Originally written by Darrin B. Jewell while at Wasabi and updated to -current by Antti Kantee, Andy Doran, Greg Oster and Simon Burge.
OK'd by core@, releng@.
show more ...
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
86b2bae2 |
| 10-Nov-2007 |
yamt <yamt@NetBSD.org> |
malloc -> kmem_alloc.
|
#
e24b0872 |
| 17-Jul-2007 |
pooka <pooka@NetBSD.org> |
Make set_statvfs_info() take a parameter for the vfs name instead of always retrieving it from mp->mnt_op->vfs_name
christos ok
|
#
b4cb63a6 |
| 31-Jul-2006 |
martin <martin@NetBSD.org> |
Make filehandles opaque to userland
|
#
7729c57a |
| 10-May-2006 |
yamt <yamt@NetBSD.org> |
don't allocate struct statvfs on stack as it's too large.
|
#
899d1b31 |
| 12-Feb-2006 |
chs <chs@NetBSD.org> |
convert "magiclinks" from a per-fs mount option to a system-wide sysctl. as discussed on tech-kern quite some time ago.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
063b880c |
| 13-Sep-2005 |
christos <christos@NetBSD.org> |
compat code reorg.
|
#
2992e723 |
| 23-Jun-2005 |
christos <christos@NetBSD.org> |
Sync flags.
|
#
db0bfa21 |
| 06-Oct-2004 |
lukem <lukem@NetBSD.org> |
improve description of struct statvfs members
|
#
9c0c68e7 |
| 11-May-2004 |
yamt <yamt@NetBSD.org> |
use tab after #define.
|
#
56ebd54d |
| 26-Apr-2004 |
tron <tron@NetBSD.org> |
Define ST_RDONLY to MNT_RDONLY instead of the non-existing MNT_READONLY.
|
#
ec413fee |
| 23-Apr-2004 |
kleink <kleink@NetBSD.org> |
Remove spurious statvfs_t from the declaration of struct statvfs - the accompanying typedef keyword was missing, and while this type can be found in SVR4 headers (and processor ABI supplements) it wa
Remove spurious statvfs_t from the declaration of struct statvfs - the accompanying typedef keyword was missing, and while this type can be found in SVR4 headers (and processor ABI supplements) it was not documented there, nor included in XPG4.2.
show more ...
|
#
6bd1d6d4 |
| 21-Apr-2004 |
christos <christos@NetBSD.org> |
Replace the statfs() family of system calls with statvfs(). Retain binary compatibility.
|