index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
sys
/
mount.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove vfs_stdmount() and vfs_stdunmount(). They are not
mux
2002-07-09
1
-3
/
+0
*
Remove an unused argument in vfs_mountroot().
mux
2002-07-03
1
-1
/
+1
*
Move every code related to mount(2) in a new file, vfs_mount.c.
mux
2002-07-02
1
-2
/
+0
*
o Remove the initialization of unused fields in the struct
mux
2002-06-22
1
-0
/
+1
*
Change the way we internally store the mount options to
mux
2002-06-20
1
-6
/
+4
*
Change vfs_copyopt() so that the length argument passed to it
mux
2002-06-14
1
-1
/
+1
*
Update comments to better match reality.
mux
2002-05-23
1
-2
/
+2
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-12
/
+12
*
The recent NFS forced unmount improvements introduced a side-effect
iedowse
2002-04-17
1
-0
/
+6
*
Commit the good prototype for nmount(2).
mux
2002-03-26
1
-1
/
+1
*
As discussed in -arch, add the new nmount(2) system call and the
mux
2002-03-26
1
-0
/
+24
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-28
/
+26
*
Remove __P
alfred
2002-03-19
1
-85
/
+85
*
Add a flags parameter to VFS_VGET to pass through the desired
mckusick
2002-03-17
1
-3
/
+4
*
Move the mount of the root filesystem to happen in the init process before
phk
2002-03-08
1
-0
/
+1
*
Reserve a mount flag, MNT_MULTILABEL, used by the MAC subsystem and
rwatson
2002-03-05
1
-3
/
+4
*
Define a new mount flag "MNT_JAILDEVFS"
phk
2001-11-05
1
-2
/
+11
*
Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount
dillon
2001-11-04
1
-0
/
+8
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
1
-18
/
+18
*
Machine dependent ifdefs for sparc64.
jake
2001-07-31
1
-1
/
+1
*
Constify the fstype argument to vfs_mount(). This eliminates at least one
des
2001-07-09
1
-2
/
+2
*
Changes to sys/ includes to support PowerPC.
benno
2001-06-10
1
-1
/
+1
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-1
/
+8
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
1
-24
/
+7
*
Back out previous commit.
grog
2001-04-23
1
-0
/
+4
*
Remove bogus #include and duplicate definition of AF_MAX. These were
grog
2001-04-23
1
-4
/
+0
*
Add address families AF_SLOW and AF_SCLUSTER. These are used by the
grog
2001-04-23
1
-1
/
+1
*
o Rename "namespace" argument to "attrnamespace" as namespace is a C++
rwatson
2001-03-19
1
-2
/
+2
*
o Change the API and ABI of the Extended Attribute kernel interfaces to
rwatson
2001-03-15
1
-5
/
+7
*
Reviewed by: jlemon
adrian
2001-03-01
1
-1
/
+2
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-3
/
+3
*
Introduce copyinfrom and copyinstrfrom, which can copy data from either
jlemon
2001-02-16
1
-0
/
+2
*
remove struct mount from useland visibility
alfred
2000-12-04
1
-0
/
+4
*
Fixed namespace pollution in rev.1.78. Don't export <sys/stat.h> to
bde
2000-10-13
1
-10
/
+5
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+2
*
Add ia64 support.
dfr
2000-09-29
1
-1
/
+1
*
Clean up warning about undeclared function by declaring softdep_fsync
mckusick
2000-07-11
1
-0
/
+2
*
Get userland visible flags added for snapshots to give a few days
mckusick
2000-07-04
1
-4
/
+13
*
ARGH! I have too many source trees :-(
phk
2000-06-16
1
-1
/
+1
*
Virtualizes & untangles the bioops operations vector.
phk
2000-06-16
1
-0
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-3
/
+3
*
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
rwatson
2000-01-19
1
-2
/
+2
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-5
/
+5
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+7
*
Define name length differently for alpha in order to preserve
jkh
1999-12-03
1
-0
/
+5
*
Collect read and write counts for filesystems. This new code
mckusick
1999-12-01
1
-1
/
+6
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-2
/
+2
*
Most modern OSs have the ability to flag certain mounts as ones to
julian
1999-11-01
1
-1
/
+3
[next]