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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix from Doug Rabson: Don't try to release a pbuf we didn't get.
dg
1995-03-19
1
-4
/
+5
*
Removed unnecessary call to vnode_pager_uncache(). We automatically clear
dg
1995-03-19
1
-2
/
+2
*
Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.
dg
1995-03-19
2
-12
/
+8
*
Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cache
dg
1995-03-19
1
-2
/
+2
*
Woops, add back that #define...it's used later in the file.
dg
1995-03-18
1
-1
/
+8
*
Fixed comments and removed b_cylinder #define.
dg
1995-03-18
1
-13
/
+5
*
Integrated change from 1.1.5: Fixed broken disksort to sort by pblkno
dg
1995-03-18
1
-13
/
+6
*
Changed names of goaway routines into shutdown routines.
dg
1995-03-17
1
-5
/
+5
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
31
-108
/
+57
*
Fix support for extended partitions (forgot to release the buffer).
bde
1995-03-15
1
-3
/
+7
*
Special cased the handling of mb_map in the M_WAITOK case. kmem_malloc()
dg
1995-03-15
1
-7
/
+16
*
Finish the previous change. The device name got lost in diskerr().
bde
1995-03-12
1
-2
/
+2
*
Update a couple of counters.
phk
1995-03-12
1
-1
/
+3
*
Added a comment.
dg
1995-03-11
2
-2
/
+10
*
Added some additional DIAGNOSTIC code that makes sure that freed
dg
1995-03-11
1
-2
/
+12
*
Reorganized an if() expression for efficiency.
dg
1995-03-10
2
-6
/
+6
*
Whoops, back out that last change - I misread what Poul had done there.
dg
1995-03-10
1
-2
/
+2
*
Don't thrash the name cache while trying to fill up the object cache.
dg
1995-03-10
1
-2
/
+2
*
Removed some #include's of unnecessary include files.
dg
1995-03-10
1
-4
/
+1
*
Clean up and improve the namecache.
phk
1995-03-09
2
-22
/
+48
*
Clean up and improve the namecache.
phk
1995-03-09
1
-105
/
+130
*
Another little optimization to the nameicache.
phk
1995-03-08
1
-14
/
+4
*
Improve the quality of the hash used in the namei-cache.
phk
1995-03-08
1
-3
/
+3
*
Removed most of the special policy regarding the seperation of VMIO and
dg
1995-03-07
1
-62
/
+13
*
Put VAGE vnodes at the head of the free list.
dg
1995-03-07
2
-10
/
+16
*
Update vfs_cache.c to use the <sys/queue.h> macros. This makes it easier
phk
1995-03-06
1
-113
/
+64
*
Added some more of John's "anti-chatter" fixes - set the page activation
dg
1995-03-04
1
-4
/
+11
*
Support extended DOSpartitions.
bde
1995-03-04
1
-51
/
+181
*
Don't warn about missing labels for non-BSD slices.
bde
1995-03-04
1
-13
/
+38
*
Removed obsolete vtrace() remnants.
dg
1995-03-04
4
-22
/
+2
*
Fixes from John Dyson to work around vnode lock hang. Basically, remove
dg
1995-03-03
1
-8
/
+11
*
Don't try to cluster busy buffers.
dg
1995-03-02
1
-16
/
+35
*
Various changes from John and myself that do the following:
dg
1995-03-01
1
-6
/
+9
*
No longer assume that a process's address space can be directly written to.
dg
1995-03-01
1
-14
/
+23
*
Workaround IXOFF bug when output queue is full && RTS control is on
ache
1995-02-28
1
-4
/
+16
*
Do a vnode_pager_uncache after the VOP_RENAME to lose the remaining
dg
1995-02-28
2
-4
/
+8
*
Incorporate bde's code-review comments.
pst
1995-02-28
2
-12
/
+15
*
same
ugen
1995-02-27
2
-9
/
+86
*
Backed out previous change. I forgot (for about the fourth time) that
dg
1995-02-27
2
-6
/
+4
*
Initialize v_rdev in getnewvnode() - it appears that some filesystems
dg
1995-02-27
2
-4
/
+6
*
Eliminate my private type `bool_t'.
bde
1995-02-26
1
-6
/
+3
*
(a) remove the pointer to each driver's tty structure array from cdevsw
pst
1995-02-25
4
-130
/
+84
*
Fixed thrashing buffer problem.
dg
1995-02-25
1
-2
/
+2
*
Clean a bunch of -Wall warnings.
phk
1995-02-24
1
-0
/
+1
*
Add releasing of input flow control into
ache
1995-02-24
1
-1
/
+11
*
Implemented mbstat.m_wait and mbstat.m_drops.
dg
1995-02-23
1
-1
/
+9
*
Add two IXOFF checks to not confuse with CRTS_IFLOW.
ache
1995-02-23
1
-3
/
+5
*
Revive hadrware input flow control
ache
1995-02-22
1
-11
/
+9
*
Use dsname() to get consistent names.
bde
1995-02-22
2
-29
/
+25
*
Fix initialization of the copy of the label passed to setdisklabel().
bde
1995-02-22
1
-115
/
+120
[next]