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
/
cd9660
/
cd9660_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for Joliet extensions to the iso9660 fs. The related PR
dcs
1999-04-18
1
-21
/
+84
*
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
1
-10
/
+12
*
Mountroot could concievably make sense to a KLD though, in the preload
peter
1999-01-17
1
-6
/
+1
*
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
*
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
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+16
*
Properly clean out the SI_MOUNTEDON flag iff the mount attempt fails
joerg
1997-12-21
1
-1
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+2
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-3
/
+3
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+3
*
Clustered read and write are switched at mount-option level.
kato
1997-09-27
1
-5
/
+13
*
Removed yet more vestiges of config-time swap configuration and/or
bde
1997-09-07
1
-8
/
+3
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-3
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-2
/
+1
*
This mega-commit brings the following:
joerg
1997-05-04
1
-17
/
+59
*
For multi-session CD-ROMs, we have to account for previous sessions as
joerg
1997-04-29
1
-1
/
+10
*
Add support for ISO9660 multi-session CD-ROMs. This is just nothing
joerg
1997-04-29
1
-2
/
+4
*
Remove all traces of undocumented feature ISODEVMAP.
phk
1997-04-14
1
-9
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Killed more FIFO ifdefs. All gone now.
bde
1997-02-13
1
-5
/
+0
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-167
/
+281
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make a lot of stuff static.
phk
1995-10-31
1
-10
/
+26
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-44
/
+44
*
NFS diskless operation was broken because swapdev_vp wasn't initialized.
dg
1995-05-19
1
-4
/
+4
*
Add four more filesystem flags:
wollman
1995-03-16
1
-2
/
+2
*
Roll in my changes to make the cd9660 code understand the older
joerg
1995-01-16
1
-24
/
+45
*
Remove the bogus include of <sys/dkbad.h>.
bde
1994-11-14
1
-2
/
+1
*
Alterations to silence gcc -Wall. Some unused variables deleted.
gpalmer
1994-09-26
1
-23
/
+17
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-1
/
+3
*
Obtained from:
bde
1994-09-15
1
-3
/
+4
*
Implemented filesystem clean bit via:
dg
1994-08-20
1
-2
/
+2
*
1) cleaned up after Garrett - fixed more redundant declarations, changed
dg
1994-08-20
1
-5
/
+1
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
[next]