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
/
nullfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Change the API and ABI of the Extended Attribute kernel interfaces to
rwatson
2001-03-15
1
-5
/
+8
*
Reviewed by: jlemon
adrian
2001-03-01
1
-2
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
3
-3
/
+0
*
Rev 1.41 was committed from wrong diff, now do it right.
bp
2000-10-22
1
-1
/
+1
*
Release and unlock vnode if resource deadlock detected.
bp
2000-10-22
1
-0
/
+1
*
Fix nullfs breakage caused by incomplete migration of v_interlock from
bp
2000-10-15
1
-3
/
+5
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-1
/
+3
*
Prevent dereference of NULL pointer when null_lock() and null_unlock()
bp
2000-10-03
1
-1
/
+7
*
Fix vnode locking bugs in the nullfs.
bp
2000-09-25
3
-98
/
+286
*
Various cleanups towards make nullfs functional (it is still broken
bp
2000-09-05
4
-38
/
+130
*
Get rid from the __P() macros.
bp
2000-09-05
4
-37
/
+36
*
Rename the loadable nullfs kernel module: null -> nullfs
sheldonh
2000-07-28
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
2
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
2
-2
/
+2
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Fix bde'isms in acl/extattr syscall interface, renaming syscalls to
rwatson
2000-01-19
1
-1
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+15
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+2
*
Lock reporting and assertion changes.
eivind
1999-12-11
2
-5
/
+5
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-8
/
+18
*
Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
bde
1999-09-04
4
-20
/
+14
*
Converted the silly SAFTEY option into a new-style option by renaming it to
bde
1999-08-30
1
-3
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-5
/
+5
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
1
-4
/
+2
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-56
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+4
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+2
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-07-30
2
-16
/
+14
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-2
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-3
/
+3
*
Don't silently accept attempts to change flags where they are not
peter
1998-06-10
1
-2
/
+4
*
As described by the submitter:
msmith
1998-05-06
1
-21
/
+1
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-3
/
+3
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+21
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
2
-4
/
+2
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
2
-2
/
+4
*
Make the debug options new-style.
eivind
1998-01-31
3
-4
/
+10
*
Fixed missing initialization of mp->mnt_stat. At least vm depends on
bde
1998-01-01
1
-1
/
+2
*
Fix the file leak bug. The lower layer wasn't informed the vnode was inactive
roberto
1997-10-21
1
-2
/
+8
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-4
/
+4
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-17
/
+14
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-5
/
+7
*
Executing binaries on a nullfs (or nullfs-based) filesystem results in
phk
1997-09-18
1
-3
/
+4
[next]