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
/
fs
/
coda
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 42 unneeded #include <sys/ioccom.h>.
phk
2000-05-03
1
-1
/
+0
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
2
-2
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Introduce extended attribute support for FFS, allowing arbitrary
rwatson
2000-04-15
1
-0
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-3
/
+3
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+3
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
2
-52
/
+7
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+1
*
s/p_cred->pc_ucred/p_ucred/g
phk
1999-11-21
1
-2
/
+2
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-4
/
+3
*
Remove WILLRELE from VOP_SYMLINK
eivind
1999-11-13
1
-7
/
+3
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-24
/
+49
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-0
/
+1
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-56
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
19
-19
/
+19
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-35
/
+1
*
Don't examine vp->v_tag (see comment in vnode.h)
phk
1999-08-13
1
-3
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-3
/
+1
*
Fixed all printf format errors reported by gcc -Wformat on i386's:
bde
1999-08-08
1
-10
/
+16
*
The dev returned here is what is found in the st_dev field.
rvb
1999-08-02
1
-2
/
+3
*
Remove the RCS "Log" and all the verbiage it has generated.
phk
1999-07-21
10
-1304
/
+12
*
Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.
phk
1999-07-20
1
-2
/
+28
*
Simplify cdevsw registration.
phk
1999-05-31
2
-10
/
+7
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
2
-4
/
+4
*
remove cast from dev_t to dev_t.
phk
1999-05-09
1
-2
/
+11
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-2
/
+5
*
Removed a bogus cast to c_caddr_t. This is part of terminating
bde
1999-01-29
1
-2
/
+8
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
2
-4
/
+12
*
Add 'options DEBUG_LOCKS', which stores extra information in struct
eivind
1999-01-20
1
-1
/
+11
*
Missed a stray LKM #ifdef
peter
1999-01-17
1
-5
/
+8
*
Clean up the KLD/LKM goop a bit.
peter
1999-01-17
3
-93
/
+23
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
1
-2
/
+5
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
2
-6
/
+9
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-3
/
+6
*
Don't print diagnostic anymore
rvb
1998-12-04
1
-1
/
+6
*
A few bug fixes for Robert Watson
rvb
1998-11-16
2
-5
/
+24
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+2
*
coda_lookup now passes up an extra flag. But old veni will
rvb
1998-11-11
4
-16
/
+84
*
Support KLD. We register and unregister two modules. "coda" (the vfs)
peter
1998-11-03
2
-44
/
+65
*
Change the way unmounting happens to guarantee that the
rvb
1998-10-28
2
-21
/
+61
*
Venus must be passed O_CREAT flag on VOP_OPEN iff this is
rvb
1998-10-28
4
-74
/
+123
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
1
-3
/
+4
*
Fixes for lkm:
rvb
1998-09-29
4
-10
/
+23
*
Cleanup and fix THE bug
rvb
1998-09-28
4
-22
/
+39
*
Don't lose this file
rvb
1998-09-25
1
-0
/
+39
*
Put "stray" printouts under DIAGNOSTIC. Make everything build
rvb
1998-09-25
7
-77
/
+205
*
Finish conversion of cfs -> coda
rvb
1998-09-13
17
-73
/
+113
[next]