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
/
isofs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-18
/
+2
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
1
-6
/
+2
*
Initialise fsids with (user) device numbers again. Bitrot when dev_t's
bde
1999-08-23
1
-2
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
1
-6
/
+6
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
2
-4
/
+3
*
I have not one single time remembered the name of this function correctly
phk
1999-07-17
1
-3
/
+3
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
4
-9
/
+9
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-6
/
+6
*
The lowercasing of Joliet filenames was not a feature.
dcs
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-6
/
+6
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Add support for Joliet extensions to the iso9660 fs. The related PR
dcs
1999-04-18
7
-82
/
+224
*
Don't comment out dead code; remove it.
bde
1999-01-31
1
-4
/
+1
*
Use suser() to determine super-user-ness.
phk
1999-01-30
1
-17
/
+15
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
4
-25
/
+32
*
Mountroot could concievably make sense to a KLD though, in the preload
peter
1999-01-17
1
-6
/
+1
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
1
-1
/
+3
*
MFC: loosen compare even though bde doesn't like it.
jkh
1998-12-06
1
-3
/
+3
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-2
/
+3
*
Remove the SLICE code.
sos
1998-09-14
1
-13
/
+1
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-3
/
+3
*
Fix problem reported on bugtraq: check permission of device mounted
guido
1998-09-07
1
-1
/
+19
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-2
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-2
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
As described by the submitter:
msmith
1998-05-06
1
-16
/
+1
*
The 'mountroot' option is obviously pointless for an LKM
julian
1998-04-20
1
-3
/
+9
*
Make the devfs SLICE option a standard type option.
julian
1998-04-20
1
-1
/
+2
*
Add changes and code to implement a functional DEVFS.
julian
1998-04-19
1
-1
/
+12
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-5
/
+6
*
Trivial filesystem getpages/putpages implementations, set the second.
msmith
1998-03-06
1
-1
/
+35
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+16
*
Staticize.
eivind
1998-02-09
1
-4
/
+4
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Forward declare some structs so that this file is more self-sufficient.
bde
1998-02-03
1
-1
/
+3
*
Forward declare some structs so that this file is more self-sufficient.
bde
1998-02-03
1
-1
/
+11
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+3
*
Properly clean out the SI_MOUNTEDON flag iff the mount attempt fails
joerg
1997-12-21
1
-1
/
+2
*
Staticize a few things.
phk
1997-11-18
3
-11
/
+10
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
2
-4
/
+3
*
Use bread() instead of cluster_read() for reading the last block
bde
1997-10-27
1
-2
/
+2
*
Removed unused #includes. The need for most of them went away with
bde
1997-10-27
1
-2
/
+1
*
VFS interior redecoration.
phk
1997-10-26
1
-2
/
+2
*
Make a set of VOP standard lock, unlock & islocked VOP operators, which
phk
1997-10-17
2
-62
/
+12
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-102
/
+1
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
5
-92
/
+28
*
vnops megacommit
phk
1997-10-15
1
-65
/
+3
[prev]
[next]