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
...
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-3
/
+3
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+5
*
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks
bp
2000-10-03
4
-9
/
+18
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-0
/
+1
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
1
-1
/
+1
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
1
-42
/
+3
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-1
/
+2
*
Fix memory leakage on module unload.
bp
2000-06-29
3
-1
/
+12
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
5
-0
/
+5
*
Add $FreeBSD$
peter
2000-05-01
2
-0
/
+3
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-2
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
remove check now done in vn_isdisk().
phk
2000-01-10
1
-4
/
+0
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-2
/
+2
*
Return ENXIO if there is no device.
phk
2000-01-02
1
-1
/
+5
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-4
/
+4
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
2
-18
/
+3
*
Commit the kernel part of our DVD support. Nothing much to say really,
sos
1999-12-07
1
-0
/
+30
*
Next step in the device cleanup process.
phk
1999-11-09
1
-3
/
+6
*
remove a confusing and stale comment.
phk
1999-11-08
1
-3
/
+0
*
Newline-terminate the complaint message about not being able to find
msmith
1999-11-01
1
-1
/
+1
*
remove unused #includes
phk
1999-10-11
1
-1
/
+0
*
Remove the D_NOCLUSTER[RW] options which were added because vn had
phk
1999-09-30
1
-8
/
+0
*
More removals of vnode->v_lastr, replaced by preexisting seqcount
dillon
1999-09-20
1
-2
/
+4
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-15
/
+27
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-50
/
+4
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
12
-12
/
+12
*
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
[prev]
[next]